.page { --ink: #183d36; --accent: #276951; --paper: #f1f5f0; color: var(--ink); background: #fff; }
.page h1, .page h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: -.035em; text-wrap: balance; }
.page h1 { font-size: clamp(2.7rem, 4.7vw, 3.65rem); line-height: 1.1; margin: 1.8rem 0 1.5rem; }
.page h1 em { color: var(--accent); font-style: normal; }
.page h2 { font-size: clamp(2rem, 3.3vw, 3.2rem); line-height: 1.16; margin: 0 0 1.5rem; }
.page h3 { font-size: 1.3rem; line-height: 1.4; margin: .8rem 0; }
.page p { line-height: 1.7; }
.page figure { margin: 0; min-width: 0; }
.page figcaption { font-size: .9rem; color: #4e605a; line-height: 1.5; margin-top: .85rem; }
.hero, .section { width: min(1120px, calc(100% - 3rem)); margin-inline: auto; }
.hero { display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; padding-block: 2rem 4rem; align-items: center; }
.back { display: inline-block; font-size: .9rem; margin-bottom: 1.6rem; }
.identity { display: flex; align-items: center; gap: .85rem; font-weight: 650; }
.identity img { border-radius: 12px; }
.identity small { display: block; font-size: .875rem; font-weight: 400; margin-top: .2rem; }
.lead { font-size: 1.15rem; max-width: 48ch; }
.note, .availability { font-size: .9rem; color: #4e605a; }
.availability { max-width: 58ch; }
.textLink { display: inline-block; text-underline-offset: .25em; text-decoration: underline; margin-top: 1rem; font-weight: 600; }
.badges { display: flex; flex-wrap: wrap; align-items: center; gap: .65rem; margin-top: 1.5rem; }
.badges a { display: flex; align-items: center; min-height: 56px; }
.badges img { width: auto; height: 48px; max-width: 100%; }
.badges .google img { height: 70px; }
.heroImage { padding: 2rem; background: var(--paper); border-radius: 22px; }
.device { display: block; width: 100%; max-width: 320px; margin-inline: auto; border: 1px solid #d1dbd5; border-radius: 17px; overflow: hidden; box-shadow: 0 12px 32px #183d3612; background: white; }
.device img { display: block; width: 100%; height: auto; }
.section { padding-block: 4rem; border-top: 1px solid #d6e1da; scroll-margin-top: 5rem; }
.eyebrow { color: var(--accent); font-size: .9rem; font-weight: 700; margin: 0 0 .8rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; list-style: none; padding: 0; margin: 2.3rem 0 0; }
.steps li { border-top: 2px solid #8eae9c; padding-top: 1rem; }
.steps li > span { color: var(--accent); font-size: .9rem; font-weight: 700; }
.quizSection { display: grid; grid-template-columns: 1fr 1.3fr; gap: 4rem; align-items: start; }
.quiz { background: var(--paper); padding: 1.8rem; border-radius: 18px; }
.quiz h3 { margin-bottom: 1.3rem; }
.options { display: grid; gap: .65rem; }
.options button { display: flex; align-items: center; gap: .8rem; width: 100%; padding: .9rem; border: 1px solid #aebdb4; border-radius: 9px; background: white; color: var(--ink); font: inherit; text-align: left; cursor: pointer; line-height: 1.45; }
.options button > span { display: grid; place-items: center; flex: 0 0 1.8rem; height: 1.8rem; background: #edf2ed; border-radius: 50%; font-size: .9rem; }
.options button > strong { margin-left: auto; font-size: .875rem; }
.options button:hover:not(:disabled) { border-color: var(--accent); background: #e8f0e8; }
.options button:disabled { cursor: default; opacity: 1; }
.options button[data-state="correct"] { border: 2px solid #276951; background: #e5f1e8; }
.options button[data-state="incorrect"] { border: 2px solid #aa492a; background: #fff1e9; }
.feedback { padding-top: 1.4rem; }
.feedback p { margin: .5rem 0; }
.reset { background: var(--ink); color: white; padding: .8rem 1rem; border: 0; border-radius: 6px; font: inherit; margin-top: .7rem; cursor: pointer; }
.intro { max-width: 72ch; }
.plants { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 2rem; }
.plants article { border: 1px solid #cddbd1; border-radius: 16px; overflow: hidden; }
.plantImages { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; background: var(--paper); padding: 1rem; }
.plantImages img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; border-radius: 9px; }
.plantImages figcaption { text-align: center; margin-top: .5rem; }
.plantCopy { padding: 1.6rem; }
.plantCopy h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; }
.plantCopy summary { cursor: pointer; font-weight: 600; text-decoration: underline; text-underline-offset: .25em; padding-block: .6rem; }
.exam { display: grid; grid-template-columns: 1.2fr 1fr; gap: 5rem; align-items: center; }
.exam > figure { background: var(--paper); padding: 1.5rem; border-radius: 22px; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.scope { max-width: 760px; }
.legal { display: grid; grid-template-columns: 1fr 1.25fr; gap: 4rem; }
.legal p:first-child { margin-top: 0; }
.links { display: flex; gap: .8rem 1.5rem; flex-wrap: wrap; }
.links a { text-decoration: underline; text-underline-offset: .25em; }
.page :is(a, button, summary):focus-visible { outline: 3px solid #276951; outline-offset: 5px; }
@media (max-width: 800px) {
  .hero, .quizSection, .exam, .legal { grid-template-columns: 1fr; gap: 2rem; }
  .heroImage { width: min(100%, 420px); justify-self: center; padding: 1.3rem; }
  .steps, .plants { grid-template-columns: 1fr; gap: 1.5rem; }
  .section { padding-block: 3rem; }
  .exam > figure { width: min(100%, 390px); justify-self: center; }
  .gallery { grid-template-columns: 1fr; gap: 2rem; }
  .gallery figure { max-width: 340px; margin-inline: auto; }
  .quiz { padding: 1.2rem; }
}
@media (max-width: 380px) {
  .hero, .section { width: calc(100% - 2rem); }
  .page h1 { font-size: 2.35rem; }
  .options button { flex-wrap: wrap; }
}
