*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue-deep: #023E8A;--blue-ocean: #0077B6;--teal: #00B4D8;--green: #06A77D;--white: #ffffff;--gray: #f4f7fb;--text: #1a1a2e;--text-muted: #555;--text-faint: #999;--border: #ddd;--error: #c0392b;--text-on-dark: #ffffff;--teal-light: #7dd4e8}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--white);color:var(--text);overflow-x:hidden}.section{padding:3.5rem 2rem}.section--gray{background:var(--gray)}.section--white{background:var(--white)}.section--dark{background:var(--blue-deep);color:var(--text-on-dark)}.section--footer{background:var(--blue-deep);color:var(--text-on-dark);padding:1.25rem 2rem .5rem}.container{width:100%;max-width:960px;margin:0 auto}.container--narrow{max-width:720px;margin:0 auto}h1{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:800;color:var(--blue-deep);line-height:1.2;margin-bottom:1rem}h2{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:var(--blue-deep);line-height:1.25;margin-bottom:.5rem}.section--dark h2,.section--footer h2{color:var(--text-on-dark)}.section-subheading{font-size:1.1rem;color:var(--text-muted);margin-bottom:3rem}.section--dark .section-subheading{color:#fffc}.hero{text-align:center;padding:0 2rem 3rem;background:var(--gray)}.hero-logo-img{display:block;margin:0 auto 2rem;width:280px;height:auto}.subtitle{font-size:1.1rem;color:var(--text-muted);line-height:1.6;margin-bottom:2rem}.form-row{display:flex;gap:1ch;align-items:stretch;margin-bottom:.75rem}input[type=email]{flex:1 1 0;min-width:0;padding:.75rem 1rem;font-size:1rem;border:2px solid var(--border);border-radius:8px;outline:none;transition:border-color .2s}input[type=email]:focus{border-color:var(--teal)}button[type=submit]{flex:0 0 auto;white-space:nowrap;min-height:44px;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;background:var(--green);color:var(--white);border:none;border-radius:8px;cursor:pointer;transition:opacity .2s}button[type=submit]:hover:not(:disabled){opacity:.88}button[type=submit]:disabled{opacity:.5;cursor:not-allowed}.form-message{margin-top:1rem;font-size:.95rem;min-height:1.4em}.form-message.success{color:var(--green)}.form-message.error{color:var(--error)}.subscribe-success{text-align:center;padding:1.5rem 0}.subscribe-success__heading{font-size:1.2rem;font-weight:700;color:var(--green);margin-bottom:.5rem}.subscribe-success__body{font-size:.95rem;color:inherit;opacity:.85}.trust{margin-top:1.5rem;font-size:.8rem;color:var(--text-faint);letter-spacing:.03em}select[name=country]{flex:0 0 auto;max-width:210px;min-height:44px;padding:.75rem 1rem;font-size:1rem;border:2px solid var(--border);border-radius:8px;outline:none;background:var(--white);color:var(--text);cursor:pointer;transition:border-color .2s}select[name=country]:focus{border-color:var(--teal)}input[type=email]:focus-visible,select[name=country]:focus-visible,button[type=submit]:focus-visible{outline:3px solid var(--teal);outline-offset:2px}.problem-text{text-align:center;max-width:680px;margin:0 auto 3rem}.problem-points{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.problem-point{display:flex;align-items:flex-start;gap:1rem;flex:1 1 220px;max-width:280px}.problem-point strong{display:block;font-size:1rem;color:var(--blue-deep);margin-bottom:.25rem}.problem-point p{font-size:.9rem;color:var(--text-muted)}.icon-lg{width:48px;height:48px;flex-shrink:0}.disclaimer{text-align:center;font-size:.8rem;color:var(--text-faint);margin-top:2rem}.section-title--center{text-align:center;margin-bottom:3rem}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;margin-bottom:4rem}.step{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.step-number{width:2rem;height:2rem;border-radius:50%;background:var(--blue-deep);color:var(--white);font-weight:700;font-size:.9rem;display:flex;align-items:center;justify-content:center}.step h3{font-size:1.05rem;font-weight:700;color:var(--blue-deep)}.step p{font-size:.95rem;color:var(--text-muted);line-height:1.6}.diagram-wrap{text-align:center}.diagram{width:100%;max-width:100%;border-radius:12px;border:1px solid var(--border)}.diagram-caption{margin-top:.75rem;font-size:.85rem;color:var(--text-faint)}.causes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.cause-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1rem;border:1px solid var(--border);border-radius:12px;text-align:center}.cause-card strong{font-size:1rem;color:var(--blue-deep)}.cause-card span{font-size:.85rem;color:var(--text-muted);line-height:1.4}.cause-examples{font-size:.8rem;color:var(--text-faint);margin-top:.35rem}.cause-card a{color:var(--teal);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .15s}.cause-card a:hover{border-bottom-color:var(--teal)}.privacy-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-top:2rem}.privacy-point{display:flex;gap:1rem;align-items:flex-start}.privacy-point strong{display:block;font-size:1rem;color:var(--text-on-dark);margin-bottom:.4rem}.privacy-point p{font-size:.95rem;color:#fffc;line-height:1.6}.icon--light{filter:brightness(0) invert(1)}.link--light{color:var(--teal-light);text-decoration:underline}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{padding:1.5rem 0;border-bottom:1px solid var(--border)}.faq-item:first-child{border-top:1px solid var(--border)}.faq-item h3{font-size:1rem;font-weight:700;color:var(--blue-deep);margin-bottom:.5rem}.faq-item p{font-size:.95rem;color:var(--text-muted);line-height:1.6}.faq-item p+p{margin-top:.75rem}.faq-more{margin-top:2rem;text-align:center;font-size:1rem}.faq-more a{color:var(--blue-deep);font-weight:600;text-decoration:none;min-height:44px;display:inline-flex;align-items:center}.faq-more a:hover{text-decoration:underline}.cta-wrap{max-width:720px;margin:0 auto;text-align:center}.cta-wrap .subtitle{margin-bottom:2rem}.footer-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.footer-brand{display:flex;flex-direction:column}.footer-name{font-size:1rem;font-weight:700;color:var(--text-on-dark);display:block}.footer-logo{width:200px;display:block}.footer-copy{font-size:.8rem;color:#ffffff80;margin-top:.25rem}.footer-copy--center{text-align:center;margin-top:.25rem}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer-links a{color:#ffffffb3;font-size:.9rem;text-decoration:none;min-height:44px;display:inline-flex;align-items:center}.footer-links a:hover{color:var(--text-on-dark)}.footer-social{display:flex;gap:1rem;justify-content:flex-end}.footer-social a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;opacity:.7}.footer-social a:hover{opacity:1}.icon-sm{width:24px;height:24px}.site-header{background:var(--blue-deep);border-bottom:1px solid rgba(255,255,255,.08)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem}.site-header__logo-img{display:block;height:36px;width:auto}.site-header__nav{display:flex;gap:1.75rem;align-items:center}.site-header__nav a{color:#ffffffbf;font-size:.9rem;text-decoration:none;transition:color .15s}.site-header__nav a:hover{color:var(--white)}.page-header{background:var(--blue-ocean);padding:.75rem 2rem 1rem;color:var(--text-on-dark);text-align:center}.page-header h1{color:var(--text-on-dark);margin-top:0}.back-link{color:#ffffffb3;text-decoration:none;font-size:.9rem;min-height:44px;display:inline-flex;align-items:center}.back-link:hover{color:var(--text-on-dark)}.faq-category{font-size:1.1rem;font-weight:700;color:var(--blue-deep);margin:2.5rem 0 .5rem;padding-bottom:.5rem;border-bottom:2px solid var(--blue-deep)}.legal-doc h2{margin-top:2rem;margin-bottom:.5rem;font-size:1.15rem}.legal-doc p{margin-bottom:.75rem;line-height:1.7}.legal-doc ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.legal-doc ul li{margin-bottom:.3rem;line-height:1.6}.legal-meta{color:var(--text-muted);font-size:.875rem;margin-bottom:2rem}@media(max-width:640px){.section{padding:2.5rem 1.5rem}.hero{padding:0 1.5rem 2rem}.steps{grid-template-columns:1fr}.causes-grid{grid-template-columns:repeat(2,1fr)}.cause-card span{font-size:.8rem}.privacy-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr;text-align:center}.footer-links,.footer-social{justify-content:center}.form-row{flex-direction:column}select[name=country],input[type=email],button[type=submit]{width:100%}}
