/* Site 02 — centered teal magazine: stacked hero, icon-left rows, vertical rail steps, details FAQ */
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #e8f6f5;
  color: #1a1a1a;
  font-family: "Palatino Linotype", Palatino, "Songti SC", "STSong", serif;
  line-height: 1.75;
}

img { max-width: 100%; }

.mast {
  text-align: center;
  padding: 36px 18px 18px;
  background: #ffffff;
  border-bottom: 1px solid #bfe3e0;
}

.wordmark {
  margin: 0 0 12px;
  font-size: 1.65rem;
  letter-spacing: 0.18em;
  text-transform: none;
  color: #0a6b6b;
  font-weight: 700;
}

.mast-nav {
  display: flex;
  justify-content: center;
  gap: 1.4rem;
  flex-wrap: wrap;
}

.mast-nav a {
  color: #0f766e;
  text-decoration: none;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.mast-nav a:hover { text-decoration: underline; }

.hero-stack {
  max-width: 820px;
  margin: 0 auto;
  padding: 56px 20px 28px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 10px;
  color: #0f766e;
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  font-weight: 700;
}

.hero-stack h1 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4.4vw, 3rem);
  line-height: 1.2;
  color: #0a6b6b;
  font-weight: 700;
}

.lede {
  margin: 0 auto 14px;
  max-width: 62ch;
  font-size: 1.05rem;
}

.pill-cta {
  display: inline-block;
  margin: 10px 0 28px;
  background: #f4a261;
  color: #1a1a1a;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-family: "Segoe UI", "PingFang SC", sans-serif;
}

.pill-cta:hover { filter: brightness(0.96); }

.strip-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  text-align: left;
  border: 1px solid #0f766e;
  background: #ffffff;
}

.strip-compare article { padding: 18px 20px; }

.strip-compare article:first-child { border-right: 1px solid #0f766e; }

.strip-compare h3 {
  margin: 0 0 8px;
  color: #0a6b6b;
  font-size: 1.05rem;
}

.sheet {
  max-width: 880px;
  margin: 0 auto;
  padding: 40px 20px;
}

.sheet-tint {
  background: #ffffff;
  max-width: none;
  padding-left: calc(50vw - 440px);
  padding-right: calc(50vw - 440px);
}

@media (max-width: 920px) {
  .sheet-tint { padding-left: 20px; padding-right: 20px; }
}

.sheet h2 {
  margin: 0 0 12px;
  color: #0a6b6b;
  font-size: 1.7rem;
}

.sheet > p { margin: 0 0 20px; }

.row-feature {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px dotted #0f766e;
}

.row-ico {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #0a6b6b;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.row-feature h3 { margin: 0 0 6px; color: #0f766e; }

.quote-block {
  margin: 0 0 16px;
  padding: 18px 22px 18px 28px;
  border-left: 6px solid #f4a261;
  background: #e8f6f5;
  font-style: italic;
}

.quote-alt { border-left-color: #0a6b6b; background: #ffffff; }

.quote-block h3 {
  margin: 0 0 8px;
  font-style: normal;
  color: #0a6b6b;
}

.quote-block p { margin: 0; font-style: normal; }

.tick-sheet { list-style: none; margin: 0; padding: 0; }

.tick-sheet li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  padding: 14px 0;
}

.tick {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #0f766e;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}

.tick-sheet h3 { margin: 0 0 6px; color: #0a6b6b; }

.rail-steps {
  list-style: none;
  margin: 0;
  padding: 0 0 0 28px;
  border-left: 3px solid #0a6b6b;
}

.rail-steps li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  padding: 0 0 28px 18px;
  position: relative;
}

.numeral {
  font-size: 1.8rem;
  font-weight: 700;
  color: #f4a261;
  line-height: 1;
}

.rail-steps h3 { margin: 0 0 6px; color: #0f766e; }

.shield-deck {
  display: flex;
  gap: 14px;
}

.shield-deck article {
  flex: 1;
  background: #ffffff;
  padding: 18px 16px 20px;
  border-radius: 4px 4px 18px 18px;
  box-shadow: 0 8px 0 #0a6b6b;
  text-align: center;
}

.shield-deck svg { color: #0f766e; }

.shield-deck h3 { margin: 10px 0 8px; color: #0a6b6b; }

.quad-browse {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.quad-browse article {
  background: #e8f6f5;
  padding: 16px;
  border: 1px solid #0f766e;
}

.quad-browse h3 { margin: 0 0 8px; color: #0a6b6b; }

.twin-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.twin-compare article {
  background: #ffffff;
  padding: 22px 20px;
  border-top: 8px solid #f4a261;
}

.twin-compare article:last-child { border-top-color: #0a6b6b; }

.twin-compare h3 { margin: 0 0 10px; color: #0a6b6b; }

.twin-compare ul { margin: 12px 0 0; padding-left: 1.1em; }

.faq-fold details {
  background: #ffffff;
  border: 1px solid #9ad4cf;
  margin-bottom: 8px;
  padding: 0 14px;
}

.faq-fold summary {
  cursor: pointer;
  padding: 12px 0;
  font-weight: 700;
  color: #0a6b6b;
  font-family: "Segoe UI", "PingFang SC", sans-serif;
}

.faq-fold details p { margin: 0 0 14px; }

.colophon {
  text-align: center;
  padding: 32px 16px 40px;
  background: #0a6b6b;
  color: #ffffff;
  font-family: "Segoe UI", "PingFang SC", sans-serif;
  font-size: 0.9rem;
}

.colophon p { margin: 6px 0; }

@media (max-width: 720px) {
  .strip-compare,
  .twin-compare,
  .quad-browse,
  .shield-deck {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
  }
  .strip-compare article:first-child { border-right: 0; border-bottom: 1px solid #0f766e; }
  .row-feature { grid-template-columns: 1fr; }
}

#news .news-list { list-style: none; max-width: 880px; margin: 20px auto 0; }
#news .news-list li { background: #fff; border-radius: 18px; padding: 18px 20px; margin-bottom: 14px; border: 1px solid #b7e4e0; }
#news time { color: #f4a261; font-weight: 700; font-size: 0.85rem; }
#news .news-list h3 { margin: 6px 0; color: #0a6b6b; }
