/* Clear, concrete public explanation layered over the AyudaYa iOS theme. */
.clarity-hero {
  grid-template-columns: minmax(0,1.05fr) minmax(340px,.95fr);
  gap: clamp(38px,6vw,78px);
  padding-top: 64px;
}
.clarity-hero .advisory-copy { max-width: 610px; }
.clarity-hero h1 {
  max-width: 650px;
  font-size: clamp(43px,5.3vw,67px);
  line-height: 1.01;
  letter-spacing: -.06em;
  margin: 24px 0 25px;
}
.clarity-hero .lead { max-width: 590px; font-size: 17px; line-height: 1.78; }
.hero-actions { display:flex; flex-wrap:wrap; gap:11px; }
.hero-actions .button { min-height:50px; padding-inline:23px; }
.control-points { display:flex; flex-wrap:wrap; gap:10px 20px; margin-top:20px; color:var(--muted); font-size:11px; }
.control-points span { display:inline-flex; gap:7px; align-items:center; }
.control-points b { display:grid; place-items:center; width:17px; height:17px; border-radius:50%; background:#e1eee4; color:#197054; font-size:9px; }

.clarity-scene { padding-bottom:64px; }
.clarity-scene::before {
  inset: 20px -15px 20px;
  background:
    radial-gradient(circle at 70% 15%,rgba(206,220,172,.65),transparent 36%),
    radial-gradient(circle at 20% 80%,rgba(185,219,203,.52),transparent 42%);
}
.clarity-scene .opportunity-window {
  max-width: 430px;
  padding: 22px;
  transform: none;
  border-radius: 34px;
}
.example-flow { padding-top:18px; }
.flow-label { display:block; margin:0 0 7px; color:#496455; font-size:8px; font-weight:800; letter-spacing:.14em; }
.example-client.featured { border:1px solid #dce7dd; padding:13px; border-radius:17px; background:#fff; }
.example-client.featured .client-avatar { width:36px; height:36px; border-radius:12px; }
.example-client.featured strong { font-size:11px; }
.example-client.featured small { font-size:9px; }
.flow-connector { display:grid; place-items:center; width:28px; height:28px; margin:4px auto; border-radius:50%; color:#52715f; background:#e9f2e7; }
.example-grant { padding:16px; border:1px solid #dce7d3; border-radius:18px; background:linear-gradient(145deg,#f3f7ed,#edf4e6); }
.example-grant h2 { margin:12px 0 7px; font-size:19px; line-height:1.18; color:#183d2c; letter-spacing:-.035em; }
.example-grant p { margin:0; color:#57735f; font-size:10px; line-height:1.65; }
.match-explanation { display:grid; gap:7px; margin:12px 0; padding:13px 15px; border-radius:17px; background:#173d2e; color:#f1f6ed; }
.match-explanation strong { font-size:10px; margin-bottom:2px; }
.match-explanation span { font-size:9px; color:#cbdccf; }
.match-explanation span::before { content:"✓"; margin-right:7px; color:#d8d9a8; }
.clarity-scene .review-note { left:-12px; bottom:31px; }
.clarity-scene .scene-disclaimer { bottom:2px; max-width:390px; line-height:1.5; }

.how-section { scroll-margin-top:110px; }
.how-section .advisory-heading { max-width:720px; }
.how-section .advisory-heading p { max-width:620px; }
.how-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.how-card {
  display:flex;
  align-items:flex-start;
  gap:16px;
  min-height:245px;
  padding:27px;
  border:1px solid rgba(255,255,255,.84);
  border-radius:28px;
  background:rgba(255,255,255,.68);
  box-shadow:0 18px 45px -30px rgba(31,73,51,.34),inset 0 1px rgba(255,255,255,.85);
  backdrop-filter:blur(24px) saturate(145%);
  -webkit-backdrop-filter:blur(24px) saturate(145%);
}
.step-number { display:grid; place-items:center; flex:0 0 37px; height:37px; border-radius:13px; background:#173f30; color:#fff; font-size:11px; font-weight:800; box-shadow:0 10px 18px -12px #173f30; }
.how-card h3 { margin:5px 0 13px; color:#183b2c; font-size:18px; letter-spacing:-.025em; }
.how-card p { margin:0 0 18px; color:var(--muted); font-size:12px; line-height:1.75; }
.how-card small { display:block; padding-top:15px; border-top:1px solid var(--line); font-size:10px; line-height:1.65; }

.result-section {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.75fr);
  gap:60px;
  align-items:center;
  margin:70px 0;
  padding:42px;
  border-radius:34px;
  background:linear-gradient(145deg,#173f30,#0d3124);
  color:#eef6f0;
  box-shadow:0 28px 65px -35px rgba(11,45,32,.7);
}
.result-section .eyebrow { color:#b8d3bd; }
.result-section h2 { margin:15px 0; color:#fff; font-size:clamp(29px,3.4vw,43px); line-height:1.13; letter-spacing:-.045em; }
.result-section p { color:#bcd0c3; font-size:13px; line-height:1.8; }
.result-list { display:grid; }
.result-list span { display:flex; gap:14px; align-items:center; padding:15px 0; border-bottom:1px solid rgba(255,255,255,.11); font-size:12px; }
.result-list span:last-child { border-bottom:0; }
.result-list b { color:#d4d9a9; font-size:9px; letter-spacing:.12em; }

.plain-faq { max-width:880px; margin:70px auto; }
.plain-faq .advisory-heading { text-align:center; }
.plain-faq .faq-list { border-block:1px solid var(--line); }
.plain-faq details { margin:0; padding:22px 4px; border-bottom:1px solid var(--line); }
.plain-faq details:last-child { border-bottom:0; }
.plain-faq summary { display:flex; justify-content:space-between; align-items:center; gap:20px; list-style:none; color:inherit; font-size:15px; }
.plain-faq summary::-webkit-details-marker { display:none; }
.plain-faq summary::after { content:"+"; display:grid; place-items:center; flex:0 0 30px; height:30px; border-radius:50%; background:#e4eee4; color:#27583f; font-size:18px; font-weight:400; }
.plain-faq details[open] summary::after { content:"−"; }
.plain-faq details p { max-width:720px; margin:15px 0 0; color:var(--muted); font-size:13px; line-height:1.8; }
.price-note { margin-top:22px; font-size:11px; line-height:1.8; max-width:1000px; }

@media (prefers-color-scheme:dark) {
  .control-points b { background:#284939; color:#bfe1ca; }
  .how-card { background:rgba(30,55,43,.68); border-color:rgba(255,255,255,.08); box-shadow:0 18px 45px -30px #000,inset 0 1px rgba(255,255,255,.05); }
  .how-card h3 { color:#eef5ec; }
  .plain-faq summary::after { background:#294b39; color:#d9eadb; }
  .result-section { background:linear-gradient(145deg,#dfe6d3,#b8cba9); color:#143528; }
  .result-section .eyebrow,.result-section p { color:#375b48; }
  .result-section h2 { color:#143528; }
  .result-list span { border-color:rgba(17,54,39,.14); }
  .result-list b { color:#2f4b29; }
}

@media (max-width:900px) {
  .clarity-hero { grid-template-columns:1fr 1fr; gap:28px; }
  .clarity-hero h1 { font-size:44px; }
  .how-card { padding:22px; }
  .result-section { gap:35px; }
}
@media (max-width:720px) {
  .clarity-hero { grid-template-columns:minmax(0,1fr); padding-top:34px; }
  .clarity-hero h1 { font-size:clamp(39px,10.4vw,53px); }
  .clarity-hero .lead { font-size:15px; line-height:1.72; }
  .hero-actions { display:grid; grid-template-columns:1fr; }
  .hero-actions .button { width:100%; }
  .control-points { display:grid; gap:9px; }
  .clarity-scene { max-width:430px; padding-inline:0; }
  .clarity-scene .opportunity-window { padding:19px; border-radius:28px; }
  .clarity-scene .review-note { position:relative; left:auto; bottom:auto; width:calc(100% - 28px); margin:-12px auto 12px; }
  .clarity-scene .scene-disclaimer { position:relative; bottom:auto; right:auto; text-align:center; padding-inline:15px; }
  .how-grid { grid-template-columns:1fr; }
  .how-card { min-height:0; }
  .result-section { grid-template-columns:1fr; gap:24px; padding:30px 24px; margin-block:50px; border-radius:28px; }
  .plain-faq { margin-block:50px; }
  .plain-faq .advisory-heading { text-align:left; }
}
@media (prefers-reduced-transparency:reduce), (prefers-contrast:more) {
  .how-card { background:var(--surface); backdrop-filter:none; -webkit-backdrop-filter:none; }
}
