:root {
  --green-950: #073e2b;
  --green-900: #0b5338;
  --green-800: #116c48;
  --green-700: #17865a;
  --green-500: #46af72;
  --green-100: #dff4e7;
  --pink-600: #d91b78;
  --pink-100: #fce7f2;
  --ink: #183028;
  --muted: #60756d;
  --line: #dce8e1;
  --paper: #ffffff;
  --page: #f3f8f5;
  --shadow: 0 24px 70px rgba(11, 83, 56, .14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 9%, rgba(70, 175, 114, .12), transparent 28rem),
    radial-gradient(circle at 92% 18%, rgba(217, 27, 120, .08), transparent 25rem),
    var(--page);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

a { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: white;
  background: var(--green-950);
  border-radius: 8px;
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid rgba(11, 83, 56, .11);
}

.header-inner,
main,
.site-footer {
  width: min(1120px, calc(100% - 36px));
  margin-inline: auto;
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50% 50% 46% 46%;
  color: white;
  background: linear-gradient(145deg, var(--pink-600), #f0509e);
  font-weight: 800;
  letter-spacing: -.04em;
  box-shadow: 0 8px 18px rgba(217, 27, 120, .22);
}

.brand strong,
.brand small { display: block; }

.brand strong {
  color: var(--green-900);
  font-size: 16px;
  letter-spacing: .035em;
}

.brand small {
  margin-top: 1px;
  color: var(--muted);
  font-size: 11px;
}

.header-status,
.active-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  color: var(--green-800);
  background: var(--green-100);
  border: 1px solid #c6e9d3;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 12px;
}

.header-status i,
.active-pill i {
  width: 8px;
  height: 8px;
  background: #20a45f;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(32, 164, 95, .12);
}

main { padding: 62px 0 36px; }

.hero {
  display: grid;
  grid-template-columns: 1.45fr .55fr;
  align-items: center;
  gap: 48px;
  margin: 0 0 48px;
}

.eyebrow,
.certificate-label {
  margin: 0 0 10px;
  color: var(--green-700);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--green-950);
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.hero h1 span { color: var(--pink-600); }

.hero-lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.trust-orbit {
  min-height: 250px;
  display: grid;
  place-items: center;
  position: relative;
}

.trust-orbit::before,
.trust-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(23, 134, 90, .15);
}

.trust-orbit::before { width: 236px; height: 236px; }
.trust-orbit::after { width: 188px; height: 188px; }

.shield {
  position: relative;
  z-index: 1;
  width: 152px;
  min-height: 174px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 18px 34px;
  color: white;
  text-align: center;
  background: linear-gradient(150deg, var(--green-700), var(--green-950));
  border-radius: 30px 30px 58px 58px;
  box-shadow: 0 22px 45px rgba(11, 83, 56, .28);
}

.shield::after {
  content: "";
  position: absolute;
  bottom: -12px;
  width: 54px;
  height: 36px;
  background: var(--pink-600);
  border-radius: 50% 50% 55% 55%;
  transform: rotate(45deg);
  z-index: -1;
}

.shield-check {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  color: var(--green-900);
  background: white;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 900;
}

.shield strong { font-size: 20px; }
.shield small { margin-top: 5px; font-size: 9px; font-weight: 700; letter-spacing: .1em; opacity: .84; }

.certificate {
  position: relative;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(11, 83, 56, .13);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.certificate::before {
  content: "HS";
  position: absolute;
  right: -18px;
  top: 58px;
  color: rgba(23, 134, 90, .035);
  font-size: 240px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.1em;
  pointer-events: none;
}

.certificate-topline {
  height: 7px;
  background: linear-gradient(90deg, var(--pink-600) 0 20%, #f2b339 20% 36%, var(--green-500) 36% 100%);
}

.certificate-header,
.domain-panel,
.status-grid,
.business-panel,
.verification-links,
.certificate-footer { position: relative; z-index: 1; }

.certificate-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding: 34px 38px 26px;
}

.certificate-header h2,
.verification-links h2,
.notice h2 {
  margin: 0;
  color: var(--green-950);
  line-height: 1.25;
}

.certificate-header h2 { max-width: 730px; font-size: clamp(22px, 3vw, 32px); }

.domain-panel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  margin: 0 38px 28px;
  padding: 20px;
  background: linear-gradient(90deg, #edf8f1, #f7fbf8);
  border: 1px solid #d7ebde;
  border-radius: 16px;
}

.domain-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: white;
  background: var(--green-800);
  border-radius: 13px;
  font-size: 31px;
  font-weight: 800;
}

.domain-panel span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; }

.domain-panel a {
  display: block;
  width: fit-content;
  margin-top: 3px;
  color: var(--green-900);
  font-size: clamp(18px, 3vw, 27px);
  font-weight: 800;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.domain-panel a:hover { text-decoration: underline; }

.verified-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: white !important;
  background: #1ca15d;
  border-radius: 50%;
  font-size: 19px !important;
  box-shadow: 0 0 0 6px rgba(28, 161, 93, .1);
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0 38px 34px;
}

.status-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  min-height: 156px;
  padding: 22px;
  background: #fbfdfc;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.status-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  font-size: 18px;
  font-weight: 900;
}

.status-icon.lock,
.status-icon.cloud { color: var(--green-900); background: var(--green-100); }
.status-icon.copyright { color: #9b1457; background: var(--pink-100); }
.status-icon.company { color: white; background: var(--pink-600); font-size: 13px; }

.status-card span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.status-card h3 { margin: 3px 0 7px; color: var(--green-950); font-size: 17px; }
.status-card p { margin: 0; color: var(--muted); font-size: 13px; }

.business-panel {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 34px;
  margin: 0 38px 34px;
  padding: 26px;
  background: #f8fbf9;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.business-heading h2 { margin: 0; color: var(--green-950); font-size: 22px; line-height: 1.25; }
.business-heading > p:not(.certificate-label) { margin: 9px 0 0; color: var(--muted); font-size: 13px; }

.business-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 22px;
  margin: 0;
}

.business-details div { min-width: 0; }
.business-details dt { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.business-details dd { margin: 3px 0 0; color: var(--green-950); font-size: 13px; font-weight: 700; overflow-wrap: anywhere; }
.business-details a { color: var(--green-800); }

.verification-links {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: center;
  gap: 32px;
  padding: 30px 38px;
  background: var(--green-950);
  color: white;
}

.verification-links .certificate-label { color: #92d9ae; }
.verification-links h2 { color: white; font-size: 25px; }
.verification-links p:not(.certificate-label) { margin: 7px 0 0; color: #c4d8d0; font-size: 13px; }

.button-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.verify-button {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  color: white;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 11px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}

.verify-button:hover,
.verify-button:focus-visible { background: rgba(255, 255, 255, .15); transform: translateY(-2px); }
.verify-button.primary { color: var(--green-950); background: white; }

.certificate-footer {
  display: grid;
  grid-template-columns: .8fr .7fr 1.5fr;
  gap: 24px;
  padding: 24px 38px 28px;
}

.certificate-footer div { min-width: 0; }
.certificate-footer span { display: block; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.certificate-footer strong { display: block; margin-top: 4px; color: var(--green-900); font-size: 12px; overflow-wrap: anywhere; }

.notice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  margin-top: 22px;
  padding: 22px 24px;
  background: #fffaf0;
  border: 1px solid #f0dfb8;
  border-radius: 16px;
}

.notice-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #805d0c;
  background: #f7e6b9;
  border-radius: 50%;
  font-weight: 900;
}

.notice h2 { font-size: 16px; }
.notice p { margin: 6px 0 0; color: #716343; font-size: 13px; }

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0 40px;
  color: var(--muted);
  font-size: 12px;
}

.site-footer p { margin: 0; }
.site-footer a { color: var(--green-800); font-weight: 700; }

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; gap: 8px; }
  .trust-orbit { min-height: 220px; }
  .verification-links { grid-template-columns: 1fr; }
  .business-panel { grid-template-columns: 1fr; }
  .button-group { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .header-inner, main, .site-footer { width: min(100% - 24px, 1120px); }
  .header-inner { min-height: 70px; }
  .brand small { display: none; }
  .header-status { font-size: 0; padding: 8px; }
  .header-status i { margin: 0; }
  main { padding-top: 40px; }
  .hero { margin-bottom: 32px; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 15px; }
  .trust-orbit { transform: scale(.92); margin-block: -12px; }
  .certificate { border-radius: 19px; }
  .certificate-header { display: grid; padding: 26px 20px 20px; }
  .active-pill { width: fit-content; }
  .domain-panel { margin: 0 20px 20px; padding: 16px; gap: 12px; }
  .domain-icon { width: 41px; height: 41px; }
  .verified-mark { width: 28px; height: 28px; }
  .status-grid { grid-template-columns: 1fr; padding: 0 20px 24px; }
  .status-card { min-height: auto; padding: 18px; }
  .verification-links { padding: 26px 20px; }
  .business-panel { margin: 0 20px 24px; padding: 20px; }
  .business-details { grid-template-columns: 1fr; }
  .certificate-footer { grid-template-columns: 1fr; gap: 15px; padding: 22px 20px 25px; }
  .notice { padding: 18px; }
  .site-footer { display: grid; padding-bottom: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .verify-button { transition: none; }
}
