.demo-page{min-height:100vh;background:#f9fafc;color:#24322d}.demo-page__hero{background:#ffffff}.demo-page__hero-inner{display:grid;gap:48px;align-items:start}@media (min-width:1024px){.demo-page__hero-inner{grid-template-columns:minmax(0,1fr) minmax(0,648px);gap:32px}}.demo-page__hero-copy{display:flex;flex-direction:column;gap:24px;align-items:flex-start}.demo-page__eyebrow{display:inline-flex;align-items:center;width:fit-content;padding:12px 16px;border-radius:100px;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#0d7a58;background:linear-gradient(137deg,rgba(255,255,255,.6) 4%,rgba(255,255,255,.1) 97%);box-shadow:0 4px 35px rgba(255,255,255,.25),0 4px 32px rgba(0,0,0,.08);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px)}.demo-page__title{margin-top:0;max-width:609px;font-size:clamp(2rem,4.5vw,3rem);font-weight:800;line-height:1.25;letter-spacing:-.02em;color:#24322d}@media (min-width:1024px){.demo-page__title{width:100%;max-width:609px;font-size:48px;line-height:60px}}.demo-page__summary{margin-top:0;max-width:584px;font-size:16px;font-weight:400;line-height:1.5;color:#474747}@media (min-width:1024px){.demo-page__summary{font-size:18px;line-height:28px}}.demo-page__how-it-works{position:relative;isolation:isolate;overflow:hidden;background:#f9fafb}.demo-page__how-it-works-inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:16px}.demo-page__how-it-works .product-section__header{gap:0}.demo-page__how-it-works-grid{display:grid;gap:16px}@media (min-width:1024px){.demo-page__how-it-works-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.demo-page__faq{background:linear-gradient(180deg,rgba(13,122,88,.06),rgba(245,250,248,.92) 28%,#f9fafb)}.demo-page__faq-inner{display:flex;flex-direction:column;gap:16px}.demo-page__faq .product-section__header{gap:8px}.demo-page__faq .product-section__body,.demo-page__faq .product-section__title{margin-top:0}.demo-page__faq .product-section__body{max-width:865px;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0;color:#474747}.demo-page__faq-list{display:grid;gap:16px}.demo-page__faq-item{display:flex;align-items:center;gap:16px;padding:24px;border-radius:24px;background:#ffffff;box-shadow:0 0 56px rgba(0,0,0,.04)}.demo-page__faq-icon{flex:none;display:block;width:48px;height:48px}.demo-page__faq-copy{flex:1;min-width:0}.demo-page__faq-question{margin:0;font-weight:800;color:#24322d}.demo-page__faq-answer,.demo-page__faq-question{font-size:16px;line-height:24px;letter-spacing:0}.demo-page__faq-answer{margin:4px 0 0;font-weight:400;color:#474747}@media (max-width:767px){.demo-page .product-section,.demo-page__hero{padding-top:48px;padding-bottom:48px}.demo-page__faq-item{flex-direction:column}}.site-toast{position:fixed;top:96px;left:50%;z-index:1000;display:flex;align-items:center;gap:12px;width:min(calc(100vw - 32px),420px);padding:14px 16px;border:1px solid rgba(13,122,88,.16);border-radius:16px;background:linear-gradient(148.77deg,rgba(255,255,255,.92) 4.12%,rgba(255,255,255,.86) 95.89%);box-shadow:0 4px 35px rgba(255,255,255,.25),0 8px 32px rgba(0,0,0,.08);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transform:translateX(-50%);animation:site-toast-enter .24s ease-out}.site-toast--error{border-color:rgba(180,35,24,.2)}.site-toast__icon{flex:none;display:grid;place-items:center;width:32px;height:32px;border-radius:9999px;background:rgba(13,122,88,.08);color:#0d7a58;font-size:16px;font-weight:800;line-height:1}.site-toast--error .site-toast__icon{background:rgba(180,35,24,.08);color:#b42318}.site-toast__content{flex:1;min-width:0}.site-toast__message{font-size:14px;font-weight:600;line-height:1.2;color:#24322d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-toast__close{flex:none;display:grid;place-items:center;width:28px;height:28px;margin:-4px -4px -4px 0;padding:0;border:0;border-radius:9999px;background:transparent;color:#6e6e6e;cursor:pointer;transition:background-color .15s ease,color .15s ease}.site-toast__close:hover{background:rgba(13,122,88,.06);color:#24322d}@keyframes site-toast-enter{0%{opacity:0;transform:translateX(-50%) translateY(-8px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@media (max-width:767px){.site-toast{top:80px}}.demo-donation-shell{position:relative;width:100%;max-width:648px;margin:0 auto;padding:48px;border-radius:48px;overflow:hidden}.demo-donation-shell__background{position:absolute;inset:0;z-index:0;border-radius:48px;object-fit:cover;pointer-events:none}.demo-donation-card{position:relative;z-index:1;display:flex;flex-direction:column;border-radius:24px;background:#ffffff;padding:32px;box-shadow:0 4px 100px rgba(13,122,88,.12)}.demo-donation-card__banner{display:block;width:100%;height:auto;border-radius:0;aspect-ratio:488/350;object-fit:cover;object-position:center top}.demo-donation-card__amounts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:24px}.demo-donation-card__amount{box-sizing:border-box;display:grid;place-items:center;min-height:48px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:12px;background:#ffffff;font-size:14px;font-weight:600;line-height:1.2;color:#24322d;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.demo-donation-card__amount:hover{border-color:#0d7a58}.demo-donation-card__amount--selected{border-color:#0d7a58;background:rgba(13,122,88,.06);color:#0d7a58}.demo-donation-card__custom-input{display:flex;align-items:stretch;width:100%;min-height:48px;flex-shrink:0;margin-top:24px;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#ffffff}.demo-donation-card__custom-prefix{flex:none;display:flex;align-items:center;gap:4px;min-height:48px;padding:0 12px 0 16px;border-right:1px solid #e2e8f0}.demo-donation-card__custom-flag{display:block;flex:none;width:18px;height:12px;border-radius:2px;object-fit:cover}.demo-donation-card__custom-currency{flex:none;font-size:14px;font-weight:400;line-height:1.2;color:#1e2635}.demo-donation-card__custom-field{flex:1 1 auto;width:100%;min-width:0;min-height:48px;padding:0 16px;border:0;background:transparent;font-size:14px;font-weight:800;line-height:1.2;color:#24322d;outline:none}.demo-donation-card__custom-field::placeholder{color:#9ea1a8;font-weight:400}.demo-donation-card__submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-top:24px;width:100%;min-height:60px;border:0;border-radius:999px;background:#0f7652;font-size:18px;font-weight:700;line-height:1.2;color:#ffffff;cursor:pointer;transition:background-color .15s ease,opacity .15s ease}.demo-donation-card__submit-spinner{flex:none;width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#ffffff;border-radius:50%;animation:demo-donation-submit-spin .75s linear infinite}@keyframes demo-donation-submit-spin{to{transform:rotate(1turn)}}.demo-donation-card__submit:hover:not(:disabled){background:#0d7a58}.demo-donation-card__submit:disabled{opacity:.72;cursor:not-allowed}.demo-donation-card__powered{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:auto;padding-top:24px;font-size:14px;font-weight:500;color:#707070}.demo-donation-card__powered-logo{display:block}@media (max-width:767px){.demo-donation-shell{padding:24px;border-radius:32px}.demo-donation-shell__background{border-radius:32px}.demo-donation-card{padding:24px}.demo-donation-card__amount{font-size:13px}}