.guide-hero { background: linear-gradient(135deg, #f2fbf6, #fff); padding: 44px 0 52px; }
.guide-breadcrumb { font-size: .9rem; margin-bottom: 32px; line-height: 1.7; }
.guide-page a:not(.faq-html-button):hover { text-decoration: underline; }
.guide-page a:focus-visible { outline: 3px solid #21874d; outline-offset: 4px; }
.guide-hero h1 { max-width: 850px; font-size: clamp(2.1rem, 4.5vw, 3.8rem); line-height: 1.12; letter-spacing: -.04em; margin: 16px 0 24px; }
.guide-lead { max-width: 780px; font-size: 1.15rem; line-height: 1.8; }
.guide-byline { margin-top: 24px; font-size: .88rem; color: #526359; }
.guide-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 56px; padding-top: 48px; align-items: start; }
.guide-section { scroll-margin-top: 100px; margin-bottom: 40px; }
.guide-section h2, .guide-end h2 { font-size: clamp(1.5rem, 2.5vw, 2rem); line-height: 1.3; letter-spacing: -.025em; }
.guide-section p, .guide-section li, .guide-end p { line-height: 1.85; color: #43564a; }
.guide-section li { margin-bottom: 18px; padding-left: 6px; }
.guide-section ol { padding-left: 24px; }
.guide-section a, .guide-aside a, .guide-breadcrumb a { color: #17633a; text-decoration: underline; text-underline-offset: 3px; }
.guide-section blockquote { margin: 24px 0; padding: 24px; border-left: 4px solid #239254; background: #f1f8f3; border-radius: 0 16px 16px 0; line-height: 2; }
.guide-aside { background: #f3f8f4; border: 1px solid #deeadf; border-radius: 24px; padding: 24px; }
.guide-aside h2 { font-size: 1.1rem; margin: 0 0 16px; }
.guide-aside h2:not(:first-child) { margin-top: 30px; }
.guide-aside a { display: block; font-size: .95rem; line-height: 1.6; margin-top: 13px; }
.guide-end { border-radius: 24px; padding: 32px; background: #f3f8f4; }
@media(max-width: 860px) { .guide-layout { grid-template-columns: 1fr; gap: 16px; padding-top: 28px; } .guide-hero { padding: 28px 0; } .guide-breadcrumb { margin-bottom: 24px; } .guide-hero h1 { overflow-wrap: anywhere; } .guide-aside { margin-bottom: 24px; } .guide-lead { font-size: 1.02rem; } }
.site-footer-with-guides .site-footer-link-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 14px; white-space: normal; }
.site-footer-with-guides .site-footer-legal-dot { display: none; }
.site-footer-with-guides .site-footer-legal-link { white-space: normal; text-align: center; }
.site-footer-with-guides .site-footer-legal-link::before { display: none; }
@media(max-width: 860px) { .site-footer-with-guides .site-footer-link-list { display: grid; grid-template-columns: 1fr; gap: 10px; } .site-footer-with-guides .site-footer-legal-link { font-size: .7rem; line-height: 1.4; } }
.guide-example { margin: 24px 0; padding: 24px; border: 1px solid #deeadf; border-radius: 20px; background: #f7fbf8; }
.guide-example h3 { margin-top: 0; font-size: 1.2rem; }
.guide-related { padding: 24px; border: 1px solid #deeadf; border-radius: 20px; background: #f7fbf8; }
.guide-related nav { display: flex; flex-wrap: wrap; gap: 12px; line-height: 1.8; }
.guide-discovery { margin-top: 32px; margin-bottom: 24px; }
.idea-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 24px; }
.idea-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid #dce9e1; border-radius: 22px; background: #fff; box-shadow: 0 8px 24px rgba(24, 73, 46, .06); }
.idea-card-media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #e4eee7; }
.idea-card-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.idea-card-tag { position: absolute; bottom: 14px; left: 14px; padding: 7px 12px; border-radius: 100px; background: #fff; color: #174f33; font: 600 .75rem/1.4 Inter, sans-serif; }
.idea-card-body { display: flex; flex: 1; flex-direction: column; align-items: stretch; padding: 24px; }
.idea-card-body h3 { margin: 0 0 14px; font-size: 1.5rem; line-height: 1.2; letter-spacing: -.025em; }
.guide-section .idea-card-body p { margin: 0 0 24px; font-size: .92rem; line-height: 1.75; }
.guide-section .idea-card-button { display: flex; justify-content: space-between; gap: 12px; width: 100%; min-height: 48px; margin-top: auto; padding: 12px 16px; color: #fff; text-decoration: none; font-size: .84rem; box-sizing: border-box; white-space: normal; }
.idea-card-button span { font-size: 1.2rem; }
@media (max-width: 600px) { .idea-card-grid { grid-template-columns: 1fr; gap: 20px; } .idea-card-body { padding: 22px; } }
.landing-use-section a.landing-use-card-link { color: inherit; text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease; }
.landing-use-section a.landing-use-card-link:hover { border-color: #199950; box-shadow: 0 14px 30px rgba(21, 143, 68, .15); }
.landing-use-section a.landing-use-card-link:focus-visible { outline: 3px solid #21874d; outline-offset: 5px; }
.landing-use-section .landing-use-grid .landing-use-link-label { display: block; width: auto; min-height: 0; padding: 0; margin-top: 12px; border: 0; border-radius: 0; background: none; box-shadow: none; color: #17633a; font-size: .82rem; line-height: 1.5; font-weight: 600; }
