/* Lower-page editorial system: open guide, contained answers, evergreen close. */
.guide-section{display:block;border:0;margin:0;padding:76px 0 0;scroll-margin-top:26px}
.guide-heading{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-bottom:32px}
.guide-heading h2{font-size:clamp(30px,3.7vw,52px);line-height:1.13;letter-spacing:-.04em}
.guide-heading p{font-size:16px;color:var(--muted);margin-top:13px;line-height:1.7}
.text-action{display:inline-flex;align-items:center;gap:14px;border-bottom:2px solid var(--green);min-height:44px;white-space:nowrap;font-size:14px;font-weight:700}
.text-action svg{width:17px;height:17px;transition:transform 220ms var(--ease)}
.guide-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;padding:0;margin:0;list-style:none}
.guide-steps li{min-width:0}
.step-art{height:248px;background:var(--sage);border-radius:12px;display:flex;align-items:center;justify-content:center;position:relative;padding:25px;overflow:hidden}
.find-art{flex-direction:column;gap:27px}
.search-example{display:flex;align-items:center;gap:11px;background:white;border-radius:40px;padding:15px 17px;width:100%;font-size:11px;color:#59655e;white-space:nowrap}
.search-example svg{width:18px;height:18px;color:var(--ink)}
.search-example span{border-left:1px solid #dce3d8;padding-left:11px}
.example-brands{display:flex;align-items:center;justify-content:center;width:100%;gap:14px}
.example-brands img{height:34px;width:39px;object-fit:contain}
.example-brands img:nth-child(2){padding-inline:16px;box-sizing:content-box;border-inline:1px solid #d4dece}
.example-brands img:nth-child(3){width:20px;height:23px}
.example-brands span{font-size:17px;font-weight:750;margin-left:-10px;letter-spacing:-.03em}
.check-example{background:white;border-radius:14px;padding:4px 19px;width:100%;max-width:320px}
.check-example>div{display:flex;align-items:flex-start;gap:15px;padding:23px 0}
.check-example>div+div{border-top:1px solid var(--line)}
.check-disc{width:31px;height:31px;border-radius:50%;background:var(--green);display:grid;place-items:center;flex-shrink:0}
.check-disc svg{width:18px;height:18px;stroke-width:2.5}
.check-example>div>span:last-child{font-size:12px;font-weight:700;flex:1}
.check-example i{display:block;height:5px;background:#e8ece6;border-radius:4px;margin-top:8px;width:100%}
.check-example i+i{width:53%;margin-top:5px}
.claim-art{background:#edf4e8}
.claim-arrow{width:187px;height:173px;fill:var(--green);stroke:var(--ink);stroke-width:2.5;overflow:visible;transform:translate(-10px,-4px);transition:transform 500ms var(--motion-enter)}
.claim-arrow .arrow-rays{fill:none;stroke-width:3;transform:translateY(7px)}
.claim-art>span{position:absolute;bottom:25px;right:22px;background:white;padding:9px 12px;border-radius:8px;font-size:11px;font-weight:650}
.guide-caption{padding-top:19px}
.guide-number{font-size:12px;color:#507a27;font-weight:650;font-variant-numeric:tabular-nums}
.guide-caption h3{font-size:24px;line-height:1.3;letter-spacing:-.035em;margin-top:3px;font-weight:800}
.guide-caption p{font-size:14px;line-height:1.8;color:var(--muted);max-width:36ch;margin-top:10px}
.clarity-section{display:grid;grid-template-columns:1fr 1.65fr;gap:58px;border:0;padding:82px 0 76px;align-items:center;scroll-margin-top:26px}
.clarity-section .clarity-intro h2{font-size:clamp(34px,3.5vw,48px);letter-spacing:-.04em;max-width:none;line-height:1.15}
.clarity-section .clarity-intro p{font-size:16px;margin-top:13px;line-height:1.7;color:var(--muted)}
.clarity-list{background:var(--sage);border-radius:14px;padding:0 23px;min-width:0}
.clarity-list details,.clarity-list details:first-child{border:0}
.clarity-list details+details{border-top:1px solid #d7e1d1}
.clarity-list summary{font-size:13px;font-weight:700;line-height:1.65;padding:19px 0;gap:20px;min-height:64px}
.clarity-list details p{padding:0 28px 22px 0;font-size:13px;line-height:1.85;color:#526052;max-width:69ch}
.question-toggle{width:18px;height:18px;flex-shrink:0;position:relative}
.question-toggle:before,.question-toggle:after{content:'';position:absolute;left:3px;right:3px;top:8px;height:1.5px;background:currentColor;transition:transform 220ms var(--ease)}
.question-toggle:after{transform:rotate(90deg)}
details[open] .question-toggle:after{transform:rotate(0)}
@media(hover:hover) and (pointer:fine){.text-action:hover svg{transform:translate(3px,-3px)}.guide-steps li:hover .claim-arrow{transform:translate(-3px,-11px)}.clarity-list summary:hover{color:#446b24}}
@media(max-width:1150px){.guide-heading h2{font-size:36px}.guide-heading p{font-size:14px}.step-art{height:220px;padding:20px}.search-example{padding:14px 11px;font-size:10px;gap:8px}.search-example span{padding-left:8px}.example-brands{gap:10px}.example-brands img:nth-child(2){padding-inline:12px}.check-example{padding-inline:14px}.check-example>div{gap:10px}.check-example>div>span:last-child{font-size:11px}.clarity-section{gap:35px}}
@media(max-width:760px){.guide-section{padding-top:48px}.guide-heading{align-items:flex-start;flex-direction:column;gap:14px;margin-bottom:25px}.guide-heading h2{font-size:34px;max-width:18ch}.guide-steps{gap:32px;grid-template-columns:1fr}.guide-steps li{display:grid;grid-template-columns:1fr 1fr;gap:25px;align-items:center}.step-art{height:220px}.guide-caption{padding:0}.guide-caption h3{font-size:23px}.clarity-section{grid-template-columns:1fr;gap:27px;padding:52px 0}.clarity-section .clarity-intro h2{font-size:36px}.clarity-section .clarity-intro p{font-size:14px}}
@media(max-width:500px){.guide-heading h2{font-size:34px;line-height:1.14;max-width:13ch}.guide-heading p{font-size:14px;max-width:32ch;margin-top:12px}.text-action{font-size:13px}.guide-steps{gap:29px}.guide-steps li{display:block}.step-art{height:228px;padding:28px}.guide-caption{padding-top:15px}.guide-caption p{font-size:14px;max-width:none;margin-top:7px}.guide-caption h3{font-size:24px}.search-example{font-size:12px;max-width:290px;padding:16px;gap:12px}.example-brands{gap:16px}.example-brands img{height:35px}.example-brands img:nth-child(2){padding-inline:20px}.check-example{max-width:290px;padding-inline:20px}.check-example>div{gap:15px;padding-block:21px}.check-example>div>span:last-child{font-size:12px}.claim-art>span{right:29px;bottom:22px}.clarity-section{padding-block:49px}.clarity-section .clarity-intro h2{font-size:35px}.clarity-list{padding-inline:19px}.clarity-list summary{font-size:13px;gap:17px;padding:19px 0}.clarity-list details p{padding-right:0;font-size:13px}}

/* Native disclosures retain no-JavaScript support; JS coordinates paired motion. */
.clarity-list details[data-animating]{overflow:clip}
.clarity-list summary{touch-action:manipulation}
.clarity-list summary:focus-visible{outline-offset:-3px;border-radius:6px}
.clarity-list details[data-expanded="false"] .question-toggle:after{transform:rotate(90deg)}
.clarity-list details[data-expanded="true"] .question-toggle:after{transform:rotate(0)}
.clarity-list details[data-instant] .question-toggle:after{transition:none}
.faq-answer{display:flow-root}

/* Keep the page boundary at the footer, including elastic trackpad scrolling. */
html,body{overscroll-behavior-y:none;overflow-x:clip}
#announcement{position:fixed;inset:0 auto auto 0}
.closing-footer{background:var(--ink);color:#f3f8ef;padding:32px 40px 24px;margin:0;overflow:clip}
.closing-inner{max-width:1360px;margin-inline:auto}
.closing-masthead{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-bottom:28px;border-bottom:1px solid #405145}
.closing-brand{display:inline-flex;align-items:center;gap:12px;font-size:22px;font-weight:800;letter-spacing:-.035em;line-height:1.25}
.closing-brand>svg{width:40px;height:40px}
.closing-suffix{color:var(--green)}
.closing-top{display:inline-flex;align-items:center;gap:12px;min-height:44px;color:#c9d6c5;font-size:12px}
.closing-top svg{width:19px;height:19px;transition:transform 180ms var(--ease)}
.closing-content{display:grid;grid-template-columns:1.2fr 1fr;gap:64px;padding:43px 0 46px}
.closing-callout h2{font-size:clamp(40px,4.3vw,62px);font-weight:750;line-height:1.08;letter-spacing:-.04em;text-wrap:balance}
.closing-callout h2 span{color:var(--green)}
.closing-callout p{margin-top:18px;font-size:14px;line-height:1.75;color:#bacbb5}
.closing-button{display:inline-flex;align-items:center;gap:28px;margin-top:25px;min-height:48px;padding:12px 21px;background:var(--green);color:var(--ink);border-radius:30px;font-size:13px;font-weight:750;transition:background-color 180ms var(--ease)}
.closing-button svg{width:17px;height:17px;transition:transform 180ms var(--ease)}
.closing-navigation{display:grid;grid-template-columns:1fr 1fr;gap:36px;padding-top:6px}
.closing-navigation nav{display:flex;align-items:flex-start;flex-direction:column;gap:0;margin:0}
.closing-navigation h3{font-size:13px;line-height:1.5;font-weight:750;color:#f3f8ef;margin-bottom:15px}
.closing-navigation a,.closing-navigation button{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:9px 0;font-size:14px;line-height:1.6;color:#c3d0be;text-align:left}
.closing-navigation a svg{width:15px;height:15px}
.closing-legal{display:flex;align-items:flex-end;justify-content:space-between;gap:48px;border-top:1px solid #405145;padding-top:23px;color:#b0c0a9;font-size:11px;line-height:1.85}
.closing-legal>div{max-width:90ch}
.closing-legal>span{flex-shrink:0;text-align:right}
.closing-footer :focus-visible{outline-color:var(--green)}
@media(hover:hover) and (pointer:fine){.closing-button:hover{background:#ceff91}.closing-button:hover svg{transform:translate(2px,-2px)}.closing-top:hover svg{transform:translateY(-3px)}.closing-navigation a:hover,.closing-navigation button:hover{color:var(--green);text-decoration:underline;text-underline-offset:5px}}
@media(max-width:880px){.closing-footer{padding-inline:28px}.closing-content{gap:36px;grid-template-columns:1fr 1fr}.closing-navigation{gap:22px}.closing-brand{font-size:20px}}
@media(max-width:600px){.closing-footer{padding:25px 22px 22px}.closing-masthead{gap:12px;padding-bottom:24px}.closing-brand{font-size:17px;gap:9px}.closing-brand>svg{width:32px;height:32px}.closing-top{width:44px;justify-content:center;flex-shrink:0}.closing-top span{display:none}.closing-content{grid-template-columns:1fr;gap:36px;padding:30px 0}.closing-callout h2{font-size:clamp(38px,10vw,52px)}.closing-callout p{font-size:13px;max-width:30ch;margin-top:15px}.closing-button{margin-top:20px}.closing-navigation{padding-top:0;gap:24px}.closing-navigation h3{font-size:12px;margin-bottom:8px}.closing-navigation a,.closing-navigation button{font-size:13px}.closing-legal{align-items:flex-start;flex-direction:column;gap:16px;font-size:10px;padding-top:21px}.closing-legal>span{text-align:left}.closing-legal>span br{display:none}}

.closing-brand .brand-mark{color:var(--green)}
.closing-brand .wordmark-name{font-size:25px}
.closing-brand .wordmark-suffix{color:#b9cbad;font-size:15px}
@media(max-width:600px){.closing-brand{gap:10px}.closing-brand .brand-mark{width:32px;height:37px}.closing-brand .wordmark-name{font-size:22px}.closing-brand .wordmark-suffix{font-size:13px}}
