@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@300;400;500;600&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'DM Sans', sans-serif; background: #f9f8f5; color: #1a2e2a; line-height: 1.75; font-size: 17px; }
a { color: #0d6b57; text-decoration: none; }
a:hover { text-decoration: underline; }

nav { background: #0d3339; padding: 0 48px; display: flex; align-items: center; justify-content: space-between; height: 60px; position: sticky; top: 0; z-index: 20; }
.brand { font-family: 'DM Serif Display', serif; font-size: 17px; color: #e8f5f0; }
.brand a { color: #e8f5f0 !important; text-decoration: none; }
nav .dl { background: transparent; color: #6ee7b7; font-size: 13px; font-weight: 600; border: 1px solid rgba(110,231,183,0.35); padding: 7px 18px; border-radius: 100px; letter-spacing: 0.2px; }
nav .dl:hover { background: rgba(110,231,183,0.08); text-decoration: none; }

.hero { padding: 96px 48px 80px; max-width: 780px; margin: 0 auto; }
.hero .q { font-family: 'DM Serif Display', serif; font-size: clamp(34px, 5vw, 60px); color: #0d3339; line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 28px; text-wrap: balance; }
.hero .q em { color: #0d6b57; font-style: italic; }
.hero .a { font-size: 19px; color: #3d5954; line-height: 1.7; max-width: 580px; font-weight: 300; }
.divider { height: 1px; background: linear-gradient(90deg, #c9dcd8, transparent); margin: 0 48px; }

section { max-width: 780px; margin: 0 auto; padding: 64px 48px; }
h2 { font-family: 'DM Serif Display', serif; font-size: clamp(24px, 3.5vw, 38px); color: #0d3339; line-height: 1.15; letter-spacing: -0.01em; margin-bottom: 20px; }
h2 em { font-style: italic; color: #0d6b57; }
.subhead { font-size: 12px; font-weight: 600; color: #8aada6; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; }
p { color: #3d5954; margin-bottom: 18px; font-weight: 300; line-height: 1.8; }
p:last-child { margin-bottom: 0; }
strong { color: #0d3339; font-weight: 600; }

.feature-row { display: grid; grid-template-columns: 3fr 1fr; gap: 0; align-items: start; border-top: 1px solid #dce8e5; padding: 28px 0; }
.feature-row:last-child { border-bottom: 1px solid #dce8e5; }
.feature-row h3 { font-family: 'DM Serif Display', serif; font-size: 20px; color: #0d3339; margin-bottom: 6px; }
.feature-row p { font-size: 15px; color: #5a7a75; margin-bottom: 0; font-weight: 300; }
.feature-verdict { text-align: right; padding-top: 4px; }
.verdict-y { font-size: 13px; font-weight: 600; color: #0d6b57; }
.verdict-n { font-size: 13px; font-weight: 400; color: #a8bfbb; }

.pull { border-left: 2px solid #6ee7b7; padding: 6px 0 6px 24px; margin: 36px 0; }
.pull p { font-family: 'DM Serif Display', serif; font-size: 22px; color: #0d3339; font-style: italic; margin-bottom: 0; line-height: 1.45; font-weight: 400; }

.img-float { float: right; margin: 0 0 1.5rem 2.5rem; max-width: 240px; width: 34%; }
.img-float img { width: 100%; max-width: 240px; max-height: 300px; object-fit: cover; object-position: top; display: block; border-radius: 2px; box-shadow: 0 8px 32px rgba(13,51,57,0.12); }
.img-float .cap { font-size: 12px; color: #8aada6; margin-top: 10px; line-height: 1.45; font-style: italic; }
.flow-block { overflow: hidden; }

details { border-top: 1px solid #dce8e5; }
details:last-of-type { border-bottom: 1px solid #dce8e5; }
summary { padding: 20px 0; font-weight: 500; color: #1a2e2a; cursor: pointer; font-size: 16px; list-style: none; }
summary::marker { display: none; }
.faq-ans { padding: 0 0 20px; color: #5a7a75; font-size: 16px; line-height: 1.8; max-width: 66ch; font-weight: 300; }

.cta-strip { background: #0d3339; padding: 56px 48px; text-align: center; }
.cta-strip h2 { font-family: 'DM Serif Display', serif; color: #e8f5f0; font-size: 36px; margin-bottom: 10px; letter-spacing: -0.01em; }
.cta-strip p { color: #6aada0; font-size: 16px; margin-bottom: 24px; font-weight: 300; }
.badge-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.app-badge { height: 44px; }
.cta-note { font-size: 12px; color: #3d5954; margin-top: 16px; letter-spacing: 0.5px; }

footer { padding: 28px 48px; border-top: 1px solid #dce8e5; background: #f9f8f5; font-size: 13px; color: #8aada6; }
footer .inner { max-width: 780px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
footer a { color: #6aada0; }

@media (max-width: 640px) {
  nav { padding: 0 20px; }
  .hero { padding: 60px 24px 52px; }
  section { padding: 48px 24px; }
  .divider { margin: 0 24px; }
  .cta-strip { padding: 44px 24px; }
  footer { padding: 24px 20px; }
  .feature-row { grid-template-columns: 1fr; }
  .feature-verdict { text-align: left; }
  .img-float { float: none; max-width: 220px; margin: 0 auto 1.5rem; width: 100%; }
}
