@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,400;1,9..144,500;1,9..144,600&family=Inter:wght@400;500;600;700&display=swap");.www-scope{--cream:#f5f4ef;--cream-2:#edebe3;--cream-3:#e6e3d9;--ink:#141414;--ink-2:#1f1f1f;--muted:#6b6b6b;--muted-2:#9b9b9b;--green:#5a9b7f;--green-dk:#4a8a6e;--green-tint:rgba(90,155,127,.1);--white:#fff;--border:hsla(0,0%,8%,.08);--border-2:hsla(0,0%,8%,.14);--shadow-sm:0 1px 2px hsla(0,0%,8%,.04),0 2px 6px hsla(0,0%,8%,.04);--shadow-md:0 4px 12px hsla(0,0%,8%,.06),0 12px 32px hsla(0,0%,8%,.06);--shadow-lg:0 12px 32px hsla(0,0%,8%,.08),0 24px 64px hsla(0,0%,8%,.08);--radius:16px;--radius-sm:10px;--radius-lg:22px;--max:1200px;font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--cream);line-height:1.55;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.www-scope *,.www-scope :after,.www-scope :before{box-sizing:border-box}.www-scope blockquote,.www-scope figure,.www-scope h1,.www-scope h2,.www-scope h3,.www-scope h4,.www-scope ol,.www-scope p,.www-scope ul{margin:0;padding:0}.www-scope a{color:inherit;text-decoration:none}.www-scope button{font-family:inherit;cursor:pointer;border:0;background:none;padding:0}.www-scope img{max-width:100%;display:block}.www-scope h1,.www-scope h2,.www-scope h3,.www-scope h4{font-family:Fraunces,Georgia,serif;font-weight:500;letter-spacing:-.02em;line-height:1.1;color:var(--ink)}.www-scope .acc{font-style:italic;color:var(--green);font-weight:500}.www-scope .container{max-width:var(--max);margin:0 auto;padding:0 24px}@media (max-width:640px){.www-scope a,.www-scope button,.www-scope input,.www-scope select,.www-scope textarea{min-height:auto}}.www-scope .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:52px;padding:0 28px;border-radius:999px;font-weight:600;font-size:15px;letter-spacing:-.005em;transition:transform .15s ease,background-color .15s ease,color .15s ease,box-shadow .15s ease;white-space:nowrap}.www-scope .btn-primary{background:var(--green);color:var(--white);box-shadow:var(--shadow-sm)}.www-scope .btn-primary:hover{background:var(--green-dk);transform:translateY(-1px);box-shadow:var(--shadow-md)}.www-scope .btn-dark{background:var(--ink);color:var(--white)}.www-scope .btn-dark:hover{background:#000;transform:translateY(-1px)}.www-scope .btn-ghost{background:transparent;color:var(--ink);border:1px solid var(--border-2)}.www-scope .btn-ghost:hover{border-color:var(--ink)}.www-scope .btn-sm{height:42px;padding:0 20px;font-size:14px}.www-scope .btn-xs{height:36px;padding:0 14px;font-size:13px;font-weight:600;letter-spacing:-.002em}.www-scope .btn-lg{height:58px;padding:0 34px;font-size:16px}.www-scope .nav-wrap{position:sticky;top:0;z-index:40;background:hsla(50,23%,95%,.85);backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--border)}.www-scope .nav{max-width:var(--max);margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.www-scope .logo{display:inline-flex;align-items:center;gap:10px;font-family:Fraunces,serif;font-weight:600;font-size:20px;color:var(--ink)}.www-scope .logo-mark{width:28px;height:28px;background:var(--green);border-radius:7px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:700;font-family:Inter,sans-serif}.www-scope .nav-links{display:flex;gap:32px;align-items:center}.www-scope .nav-links a{font-size:14px;font-weight:500;color:var(--ink-2);transition:color .15s ease}.www-scope .nav-links a.active,.www-scope .nav-links a:hover{color:var(--green)}.www-scope .nav-cta{display:flex;align-items:center;gap:10px}.www-scope .hamburger{display:none;width:40px;height:40px;border-radius:10px;align-items:center;justify-content:center;flex-direction:column;gap:4px}.www-scope .hamburger span{display:block;width:18px;height:1.5px;background:var(--ink);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.www-scope .hamburger.open span:first-child{transform:translateY(5.5px) rotate(45deg)}.www-scope .hamburger.open span:nth-child(2){opacity:0}.www-scope .hamburger.open span:nth-child(3){transform:translateY(-5.5px) rotate(-45deg)}.www-scope .mobile-menu{display:none;position:fixed;top:63px;left:0;right:0;background:var(--cream);border-bottom:1px solid var(--border);padding:6px 20px 16px;transform:translateY(-10px);opacity:0;pointer-events:none;transition:transform .2s ease,opacity .2s ease;z-index:39}.www-scope .mobile-menu.open{transform:translateY(0);opacity:1;pointer-events:auto}.www-scope .mobile-menu a{display:block;padding:10px 0;font-size:15px;font-weight:500;border-bottom:1px solid var(--border);color:var(--ink-2)}.www-scope .mobile-menu a:last-of-type{border-bottom:0}.www-scope .mobile-menu .btn{width:100%;margin-top:12px;height:42px}.www-scope .only-desktop{display:inline-flex}.www-scope .only-mobile{display:none}@media (max-width:900px){.www-scope .nav-cta .btn-primary,.www-scope .nav-links{display:none}.www-scope .hamburger{display:inline-flex}.www-scope .mobile-menu{display:block}.www-scope .only-desktop{display:none}.www-scope .only-mobile{display:inline-flex}.www-scope .nav-cta{gap:8px}.www-scope .nav{padding:12px 20px;gap:12px}}@media (max-width:420px){.www-scope .nav-cta .only-mobile.btn-xs{height:32px;padding:0 11px;font-size:12.5px}}.www-scope .page-hero:before{width:460px;height:460px;top:-160px;right:-160px;background:radial-gradient(circle,rgba(90,155,127,.1) 0,transparent 65%)}.www-scope .page-kicker{letter-spacing:.14em;color:var(--green-dk)}.www-scope .page-kicker:after,.www-scope .page-kicker:before{background:var(--green);opacity:.5}.www-scope .page-hero h1{font-size:clamp(42px,6vw,68px);line-height:1.04;margin-bottom:18px}.www-scope .page-hero p.lede{font-size:17px;max-width:580px}.www-scope .doc-body{max-width:780px;margin:0 auto;padding:16px 24px 120px}.www-scope .doc-body h2{font-size:26px;letter-spacing:-.02em;margin-top:48px;margin-bottom:14px}.www-scope .doc-body h2:first-child{margin-top:16px}.www-scope .doc-body h3{font-family:Inter,sans-serif;font-size:17px;font-weight:700;letter-spacing:-.005em;color:var(--ink);margin-top:28px;margin-bottom:10px}.www-scope .doc-body h4{font-family:Inter,sans-serif;font-size:15px;font-weight:600;color:var(--ink-2);margin-top:20px;margin-bottom:8px}.www-scope .doc-body p{color:var(--ink-2);font-size:16px;line-height:1.75;margin-bottom:16px}.www-scope .doc-body ol,.www-scope .doc-body ul{list-style:none;padding:0;margin:0 0 20px}.www-scope .doc-body ol li,.www-scope .doc-body ul li{position:relative;padding-left:28px;margin-bottom:10px;color:var(--ink-2);line-height:1.65;font-size:15.5px}.www-scope .doc-body ul li:before{content:"";position:absolute;left:0;top:9px;width:14px;height:14px;border-radius:50%;background:var(--green-tint);border:2px solid var(--green)}.www-scope .doc-body ul li:after{content:"";position:absolute;left:5px;top:14px;width:4px;height:4px;border-radius:50%;background:var(--green)}.www-scope .doc-body ol{counter-reset:item}.www-scope .doc-body ol li{counter-increment:item}.www-scope .doc-body ol li:before{content:counter(item);position:absolute;left:0;top:0;width:20px;height:20px;font-size:12px;font-weight:600;color:var(--green-dk);background:var(--green-tint);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;line-height:1}.www-scope .doc-body a{color:var(--green-dk);border-bottom:1px solid rgba(90,155,127,.4);transition:border-color .15s ease}.www-scope .doc-body a:hover{border-color:var(--green-dk)}.www-scope .doc-updated{display:inline-block;margin-top:22px;font-size:13px;font-weight:500;color:var(--muted);background:var(--white);border:1px solid var(--border);padding:7px 14px;border-radius:999px}.www-scope .doc-contact{margin-top:48px;padding:24px 28px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.www-scope .doc-contact h3{font-family:Fraunces,Georgia,serif;font-size:22px;font-weight:500;letter-spacing:-.02em;margin-bottom:6px;margin-top:0}.www-scope .doc-contact p{font-size:15px;color:var(--muted);margin-bottom:0}.www-scope footer{background:var(--ink);color:#d6d5cf;padding:72px 0 40px}.www-scope footer .logo{color:#fff}.www-scope footer .logo-mark{background:var(--green)}.www-scope .foot-grid{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px 32px;padding:0 24px 48px;border-bottom:1px solid hsla(0,0%,100%,.08)}.www-scope footer h5{font-family:Inter,sans-serif;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#9b9990;margin-bottom:16px}.www-scope .foot-links a{display:block;padding:6px 0;font-size:14px;color:#d6d5cf;transition:color .15s ease}.www-scope .foot-links a:hover{color:#fff}.www-scope .foot-tag{color:#9b9990;font-size:14px;max-width:320px;margin-top:16px;line-height:1.55}.www-scope .foot-socials{display:flex;gap:12px;margin-top:20px}.www-scope .foot-social{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:#d6d5cf;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.08);transition:background .15s ease,color .15s ease,border-color .15s ease,transform .15s ease}.www-scope .foot-social:hover{background:var(--green);color:#fff;border-color:var(--green);transform:translateY(-1px)}.www-scope .foot-social svg{width:16px;height:16px}.www-scope .foot-bottom{max-width:var(--max);margin:0 auto;padding:28px 24px 0;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#9b9990;flex-wrap:wrap;gap:12px}@media (max-width:768px){.www-scope .foot-grid{grid-template-columns:1fr 1fr;gap:40px 24px}.www-scope .page-hero{padding:64px 0 32px}.www-scope .doc-body{padding:12px 24px 80px}.www-scope .doc-body h2{margin-top:40px;font-size:24px}}@media (max-width:480px){.www-scope .foot-grid{grid-template-columns:1fr;gap:32px 24px;padding:0 20px 40px}.www-scope footer{padding:56px 0 32px}.www-scope .foot-bottom{padding:24px 20px 0;font-size:12.5px}.www-scope .page-hero{padding:48px 0 24px}.www-scope .page-hero h1{font-size:38px;line-height:1.08;letter-spacing:-.02em}.www-scope .page-hero p.lede{font-size:15px}.www-scope .page-kicker{font-size:10px;letter-spacing:.14em;margin-bottom:14px}.www-scope .doc-body{padding:20px 20px 72px}.www-scope .doc-body h2{font-size:22px;margin-top:32px}.www-scope .doc-body p{font-size:15.5px;line-height:1.65}.www-scope .doc-contact{padding:20px 22px}.www-scope .nav{padding:14px 20px;gap:14px}.www-scope .btn{height:48px;padding:0 22px;font-size:14.5px}.www-scope .btn-lg{height:54px;padding:0 28px;font-size:15.5px}}.www-scope section{padding:88px 0}@media (max-width:768px){.www-scope section{padding:64px 0}}.www-scope .sec-head{max-width:680px;margin:0 auto 56px;text-align:center}.www-scope .sec-head .kicker{margin-bottom:14px}.www-scope .sec-head h2{font-size:clamp(30px,4vw,44px);line-height:1.08;letter-spacing:-.025em;margin-bottom:14px}.www-scope .sec-head p{font-size:16px;color:var(--muted);line-height:1.55}@media (max-width:768px){.www-scope .sec-head{margin-bottom:48px}}.www-scope .kicker{font-family:Inter,sans-serif;font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--green);display:inline-flex;align-items:center;gap:10px}.www-scope .kicker:before{content:"";display:inline-block;width:24px;height:1px;background:var(--green)}.www-scope .hero{padding:72px 0 64px;position:relative;overflow:hidden}.www-scope .hero-inner{max-width:880px;margin:0 auto;text-align:center;position:relative}.www-scope .hero h1{font-size:clamp(40px,5.6vw,72px);line-height:1.04;letter-spacing:-.03em;margin-bottom:18px}.www-scope .hero p.lede{font-size:clamp(16px,1.25vw,18px);color:var(--muted);max-width:560px;margin:0 auto 28px;line-height:1.55}.www-scope .hero-ctas{display:inline-flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:center}.www-scope .hs-wrap{width:100%;max-width:600px;margin:56px auto 0;position:relative;z-index:2}.www-scope .hs-kicker{display:flex;align-items:center;justify-content:center;gap:10px;font-family:Inter,sans-serif;font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-2);margin-bottom:16px}.www-scope .hs-kicker:after,.www-scope .hs-kicker:before{content:"";display:inline-block;width:24px;height:1px;background:var(--muted-2);opacity:.55}.www-scope .hs-search-row{position:relative}.www-scope .hs-pill{display:flex;align-items:center;gap:10px;padding:5px 5px 5px 22px;background:var(--white);border:1px solid var(--border-2);border-radius:999px;box-shadow:var(--shadow-md);transition:border-color .2s ease,box-shadow .2s ease}.www-scope .hs-pill:focus-within{border-color:var(--green);box-shadow:var(--shadow-lg),0 0 0 4px rgba(90,155,127,.12)}.www-scope .hs-icon{width:18px;height:18px;color:var(--muted-2);flex-shrink:0}.www-scope .hs-input{flex:1;border:0;outline:0;background:transparent;font-family:inherit;font-size:16px;color:var(--ink);padding:13px 6px;min-width:0}.www-scope .hs-input::-moz-placeholder{color:var(--muted-2)}.www-scope .hs-input::placeholder{color:var(--muted-2)}.www-scope .hs-btn{background:var(--ink);color:var(--white);padding:11px 20px;border-radius:999px;font-size:14px;font-weight:600;letter-spacing:.01em;transition:background .15s ease,transform .15s ease;display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.www-scope .hs-btn:hover{background:var(--ink-2)}.www-scope .hs-btn:active{transform:scale(.98)}.www-scope .hs-btn[disabled]{opacity:.55;cursor:not-allowed}.www-scope .hs-btn .spinner{width:14px;height:14px;border:2px solid hsla(0,0%,100%,.3);border-top:2px solid var(--white);border-radius:50%;animation:hs-spin .7s linear infinite}@keyframes hs-spin{to{transform:rotate(1turn)}}.www-scope .hs-examples{margin-top:14px;display:flex;flex-wrap:wrap;justify-content:center;gap:8px;font-size:13px;color:var(--muted);transition:opacity .4s cubic-bezier(.22,1,.36,1)}.www-scope .hs-examples-label{font-size:13px;color:var(--muted-2);padding:6px 0}.www-scope .hs-chip{padding:6px 12px;border-radius:999px;background:var(--cream-2);border:1px solid var(--border);color:var(--ink-2);font-size:13px;font-weight:500;transition:background .15s ease,border-color .15s ease}.www-scope .hs-chip:hover{background:var(--cream-3);border-color:var(--border-2)}.www-scope .hs-card,.www-scope .hs-wrap.is-open .hs-examples{opacity:0;pointer-events:none}.www-scope .hs-card{position:absolute;top:calc(100% + 40px);left:0;right:0;background:var(--white);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow-md);overflow:hidden;text-align:left;transform:translateY(2px);z-index:3;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1),box-shadow .7s cubic-bezier(.22,1,.36,1)}.www-scope .hs-card.is-open{opacity:1;transform:translateY(0);pointer-events:auto;box-shadow:var(--shadow-lg)}.www-scope .hs-card-spacer{height:0;transition:height .7s cubic-bezier(.22,1,.36,1);pointer-events:none}.www-scope .hs-wrap.is-open .hs-card-spacer{height:var(--hs-card-h,0)}.www-scope .hs-card-meta{position:absolute;top:calc(100% + 14px);left:0;right:0;text-align:center;font-size:12px;color:var(--muted-2);font-weight:500;letter-spacing:.01em;opacity:0;transform:translateY(2px);pointer-events:none;z-index:2;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.www-scope .hs-wrap.is-open .hs-card-meta{opacity:1;transform:translateY(0)}.www-scope .hs-section-label{padding:13px 20px 6px;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--green);font-weight:600}.www-scope .hs-highlights{list-style:none;padding:0;margin:0}.www-scope .hs-highlights li{display:flex;align-items:center;gap:12px;padding:12px 20px;font-size:14.5px;font-weight:500;color:var(--ink);line-height:1.4;border-top:1px solid var(--border);cursor:pointer;transition:background .12s ease}.www-scope .hs-highlights li:first-child{border-top:0}.www-scope .hs-highlights li:hover{background:var(--cream-2)}.www-scope .hs-row-icon{width:28px;height:28px;border-radius:8px;background:rgba(90,155,127,.1);color:var(--green-dk);display:flex;align-items:center;justify-content:center;flex-shrink:0}.www-scope .hs-row-icon svg{width:14px;height:14px}.www-scope .hs-row-text{flex:1;min-width:0}.www-scope .hs-row-arrow{margin-left:auto;color:var(--muted-2);font-size:16px;line-height:1;transition:transform .15s ease,color .12s ease;flex-shrink:0}.www-scope .hs-highlights li:hover .hs-row-arrow{color:var(--ink);transform:translateX(3px)}.www-scope .hs-cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:var(--ink);color:var(--white);padding:14px 20px;font-size:14px;font-weight:600;letter-spacing:.01em;border-top:1px solid var(--border);transition:background .15s ease}.www-scope .hs-cta:hover{background:var(--ink-2)}.www-scope .hs-cta .arrow{transition:transform .15s ease}.www-scope .hs-cta:hover .arrow{transform:translateX(3px)}.www-scope .hs-error{margin-top:16px;padding:12px 16px;border-radius:10px;background:#fff4ea;border:1px solid #f5d4a6;color:#8a5a0b;font-size:14px;text-align:center}.www-scope .trust{padding:48px 0 96px;text-align:center}.www-scope .trust-label{font-size:12px;font-weight:600;color:var(--muted-2);letter-spacing:.12em;text-transform:uppercase;margin-bottom:28px}.www-scope .marquee{overflow:hidden;width:100%;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 10%,#000 90%,transparent);mask-image:linear-gradient(90deg,transparent 0,#000 10%,#000 90%,transparent)}.www-scope .marquee-track{display:flex;gap:72px;width:-moz-max-content;width:max-content;align-items:center;animation:trust-scroll 60s linear infinite}.www-scope .marquee:hover .marquee-track{animation-play-state:paused}.www-scope .marquee-track img{height:44px;width:auto;max-width:160px;-o-object-fit:contain;object-fit:contain;filter:grayscale(100%);opacity:.65;transition:opacity .2s ease,filter .2s ease;flex-shrink:0}.www-scope .marquee-track img:hover{filter:grayscale(0);opacity:1}@keyframes trust-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.www-scope .how{background:var(--cream)}.www-scope .how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:var(--max);margin:0 auto}.www-scope .step{background:var(--white);border-radius:var(--radius);padding:28px 26px 32px;position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;border:1px solid var(--border)}.www-scope .step:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.www-scope .step-num{display:none}.www-scope .step-photo{width:100%;height:auto;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:14px;margin-bottom:24px;display:block;background:var(--green-tint)}.www-scope .step-label{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.02em;color:var(--ink);background:var(--cream-2);border:1px solid var(--border);padding:4px 12px;border-radius:999px;margin-bottom:14px}.www-scope .step h3{font-size:21px;letter-spacing:-.02em;margin-bottom:10px;line-height:1.22}.www-scope .step p{font-size:14.5px;color:var(--muted);line-height:1.6}.www-scope .exchange{background:var(--cream)}.www-scope .ex-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:var(--max);margin:0 auto}.www-scope .ex-card{background:var(--white);border-radius:var(--radius);padding:20px 20px 22px;border:1px solid var(--border);transition:transform .2s ease,box-shadow .2s ease}.www-scope .ex-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.www-scope .ex-person{display:flex;align-items:center;gap:11px;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid var(--border)}.www-scope .avatar{width:42px;height:42px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--green-tint);flex-shrink:0}.www-scope .ex-person h4{font-family:Inter,sans-serif;font-size:15px;font-weight:600;color:var(--ink);margin-bottom:2px;letter-spacing:-.01em}.www-scope .ex-person .school{font-size:13px;color:var(--muted)}.www-scope .trade-swap{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:stretch}.www-scope .trade-col{background:var(--cream);border-radius:12px;padding:10px 12px;min-height:74px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left}.www-scope .trade-col.got{background:var(--green-tint)}.www-scope .trade-col .trade-label{font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2);margin-bottom:6px}.www-scope .trade-col .trade-text{font-family:Fraunces,serif;font-size:14.5px;line-height:1.32;letter-spacing:-.01em;color:var(--ink);font-weight:500}.www-scope .trade-bridge{align-self:center;width:26px;height:26px;border-radius:50%;background:var(--green);color:var(--white);display:flex;align-items:center;justify-content:center;flex-shrink:0}.www-scope .trade-bridge svg{width:12px;height:12px}.www-scope .faq-wrap{background:var(--cream)}.www-scope .faq-inner{max-width:860px;margin:0 auto}.www-scope .faq-item{border-bottom:1px solid var(--border-2)}.www-scope .faq-item:first-child{border-top:1px solid var(--border-2)}.www-scope .faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 0;text-align:left;font-family:Fraunces,serif;font-size:19px;letter-spacing:-.02em;color:var(--ink);transition:color .15s ease}.www-scope .faq-q:hover{color:var(--green)}.www-scope .faq-chevron{flex-shrink:0;width:36px;height:36px;border:1px solid var(--border-2);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,background .15s ease;color:var(--ink)}.www-scope .faq-item[open] .faq-chevron{transform:rotate(45deg);background:var(--ink);color:var(--white);border-color:var(--ink)}.www-scope .faq-a{padding:0 0 28px;color:var(--muted);font-size:15.5px;line-height:1.65;max-width:720px}.www-scope details.faq-item>summary{list-style:none;cursor:pointer}.www-scope details.faq-item>summary::-webkit-details-marker{display:none}.www-scope .final{background:var(--cream);text-align:center;padding:104px 0}.www-scope .final h2{font-size:clamp(34px,4.8vw,56px);line-height:1.08;letter-spacing:-.03em;max-width:740px;margin:0 auto 20px}.www-scope .final p{color:var(--muted);font-size:16px;max-width:560px;margin:0 auto 28px}@media (max-width:900px){.www-scope .how-grid{grid-template-columns:1fr;gap:16px}.www-scope .step{padding:28px 24px 32px}.www-scope .step-photo{aspect-ratio:16/10}.www-scope .ex-grid{grid-template-columns:1fr;gap:14px}}@media (max-width:768px){.www-scope .hero{padding:72px 0}.www-scope .trust{padding:32px 0 56px}.www-scope .marquee-track{gap:48px}.www-scope .marquee-track img{height:32px;max-width:120px}.www-scope .faq-q{font-size:18px;padding:22px 0}.www-scope .faq-chevron{width:32px;height:32px}.www-scope .final{padding:80px 0}}@media (max-width:560px){.www-scope .hero{padding:56px 0 48px}.www-scope .hs-card-meta{font-size:11.5px;top:calc(100% + 14px)}.www-scope .hs-wrap{margin:32px auto 0}.www-scope .hs-kicker{font-size:10px;letter-spacing:.14em;margin-bottom:12px}.www-scope .hs-kicker:after,.www-scope .hs-kicker:before{width:16px}.www-scope .hs-pill{padding:4px 4px 4px 18px}.www-scope .hs-input{font-size:13.5px;padding:11px 4px}.www-scope .hs-btn{padding:10px 16px;font-size:13px}.www-scope .hs-examples-label{display:none}.www-scope .hs-highlights li{font-size:14px;padding:11px 16px}.www-scope .hs-section-label{padding:10px 16px 6px}.www-scope .hs-cta{padding:13px 16px}.www-scope .hs-card{border-radius:16px}}@media (max-width:520px){.www-scope .trade-swap{grid-template-columns:1fr;gap:12px}.www-scope .trade-bridge{transform:rotate(90deg);justify-self:center}}@media (max-width:480px){.www-scope section{padding:56px 0}.www-scope .hero{padding:48px 0 44px}.www-scope .hero h1{font-size:38px;line-height:1.05;letter-spacing:-.025em;margin-bottom:16px}.www-scope .hero p.lede{font-size:15.5px;line-height:1.55;margin-bottom:28px}.www-scope .hero-ctas{gap:10px}.www-scope .hero-ctas .btn{width:100%;max-width:320px}.www-scope .sec-head{margin-bottom:36px}.www-scope .sec-head h2{font-size:30px;line-height:1.08;letter-spacing:-.02em;margin-bottom:14px}.www-scope .sec-head p{font-size:15px;line-height:1.55}.www-scope .sec-head .kicker{font-size:10px;letter-spacing:.14em;margin-bottom:14px}.www-scope .step{padding:24px 20px 28px}.www-scope .step h3{font-size:22px;line-height:1.2;margin-bottom:10px}.www-scope .step p{font-size:14.5px}.www-scope .step-label{font-size:11px;padding:4px 10px;margin-bottom:12px}.www-scope .ex-card{padding:22px 20px}.www-scope .faq-q{font-size:16.5px;padding:18px 0;gap:16px}.www-scope .faq-a{font-size:14.5px;padding:0 0 22px;line-height:1.6}.www-scope .faq-chevron{width:28px;height:28px}.www-scope .trust{padding:24px 0 48px}.www-scope .trust-label{font-size:11px;letter-spacing:.14em;margin-bottom:20px}.www-scope .marquee-track{gap:36px}.www-scope .marquee-track img{height:26px;max-width:96px}.www-scope .final{padding:60px 0}.www-scope .final h2{font-size:34px;line-height:1.08;letter-spacing:-.025em;margin-bottom:20px}.www-scope .final p{font-size:15px;margin-bottom:26px}.www-scope .final .btn{width:100%;max-width:320px}}.www-scope .page-hero{padding:80px 0 40px;text-align:center;position:relative;overflow:hidden}.www-scope .page-hero:before{top:-200px;left:-220px;background:radial-gradient(circle,rgba(90,155,127,.12) 0,transparent 65%)}.www-scope .page-hero:after,.www-scope .page-hero:before{content:"";position:absolute;width:560px;height:560px;pointer-events:none}.www-scope .page-hero:after{bottom:-240px;right:-200px;background:radial-gradient(circle,rgba(90,155,127,.08) 0,transparent 65%)}.www-scope .page-kicker{display:inline-flex;align-items:center;gap:10px;font-family:Inter,sans-serif;font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-2);margin-bottom:18px;position:relative;z-index:1}.www-scope .page-kicker:after,.www-scope .page-kicker:before{content:"";display:inline-block;width:24px;height:1px;background:var(--muted-2);opacity:.55}.www-scope .page-hero h1{font-size:clamp(40px,6vw,72px);letter-spacing:-.03em;margin-bottom:16px;position:relative;z-index:1}.www-scope .page-hero p.lede{font-size:clamp(16px,1.3vw,18px);color:var(--muted);max-width:560px;margin:0 auto;line-height:1.55;position:relative;z-index:1}.www-scope .opps-section{padding:40px 0 96px}.www-scope .opps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:1040px;margin:0 auto}@media (max-width:760px){.www-scope .opps-grid{grid-template-columns:1fr}}.www-scope .opp-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:28px 28px 24px;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;display:flex;flex-direction:column;gap:14px}.www-scope .opp-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--border-2)}.www-scope .opp-card h3{font-size:22px;line-height:1.2;letter-spacing:-.02em;margin:0}.www-scope .opp-card .company{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:var(--green-dk);margin:0}.www-scope .opp-card .loc{font-size:13px;color:var(--muted);margin-top:-6px}.www-scope .opp-card p.desc{color:var(--ink-2);font-size:14.5px;line-height:1.6;margin:0;flex:1}.www-scope .opp-card .opp-cta{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--ink);margin-top:8px;padding-top:14px;border-top:1px solid var(--border);transition:color .15s ease,gap .15s ease}.www-scope .opp-card:hover .opp-cta{color:var(--green-dk);gap:10px}.www-scope .opp-card .opp-cta svg{transition:transform .15s ease}.www-scope .opp-card:hover .opp-cta svg{transform:translateX(3px)}@media (max-width:768px){.www-scope .page-hero{padding:64px 0 32px}.www-scope .opps-section{padding:32px 0 72px}.www-scope .opps-grid{gap:18px}}@media (max-width:480px){.www-scope .page-hero{padding:48px 0 24px}.www-scope .page-hero h1{font-size:38px;line-height:1.08;letter-spacing:-.02em}.www-scope .page-hero p.lede{font-size:15px}.www-scope .page-kicker{font-size:10px;letter-spacing:.14em;margin-bottom:14px}.www-scope .opps-section{padding:24px 0 64px}.www-scope .opps-grid{gap:14px}.www-scope .opp-card{padding:22px 20px 20px;gap:10px}.www-scope .opp-card h3{font-size:20px;line-height:1.22}.www-scope .opp-card .company{font-size:13.5px}.www-scope .opp-card .loc{font-size:12.5px}.www-scope .opp-card p.desc{font-size:14px;line-height:1.55}.www-scope .opp-card .opp-cta{font-size:13.5px;padding-top:12px}}.www-scope .crumbs{max-width:880px;margin:24px auto 0;padding:0 24px;font-size:13px;color:var(--muted)}.www-scope .crumbs a{color:var(--muted);transition:color .15s ease}.www-scope .crumbs a:hover{color:var(--green-dk)}.www-scope .crumbs span.sep{margin:0 8px;color:var(--muted-2)}.www-scope .crumbs span.current{color:var(--ink-2)}.www-scope .job-hero{padding:32px 0 40px;position:relative;overflow:hidden}.www-scope .job-hero:before{content:"";position:absolute;width:460px;height:460px;top:-160px;right:-160px;background:radial-gradient(circle,rgba(90,155,127,.1) 0,transparent 65%);pointer-events:none}.www-scope .job-hero-inner{max-width:880px;margin:0 auto;padding:0 24px;position:relative}.www-scope .job-hero h1{font-size:clamp(30px,4.6vw,52px);letter-spacing:-.025em;margin-bottom:16px;margin-top:8px}.www-scope .job-meta{display:flex;flex-wrap:wrap;gap:20px;align-items:center;color:var(--muted);font-size:15px;margin-bottom:28px}.www-scope .job-meta .company{font-weight:600;color:var(--ink)}.www-scope .job-meta .sep{color:var(--muted-2)}.www-scope .job-meta .loc{display:inline-flex;align-items:center;gap:6px}.www-scope .job-meta svg{width:15px;height:15px;opacity:.7}.www-scope .job-hero .ctas{display:flex;gap:12px;flex-wrap:wrap}.www-scope .job-body{max-width:880px;margin:0 auto;padding:0 24px 96px}.www-scope .job-body h2{font-size:26px;letter-spacing:-.02em;margin-bottom:14px;margin-top:40px}.www-scope .job-body h2:first-child{margin-top:0}.www-scope .job-body p{color:var(--ink-2);font-size:16px;line-height:1.75;margin-bottom:16px}.www-scope .job-body ul{list-style:none;padding:0;margin:0 0 20px}.www-scope .job-body ul li{position:relative;padding-left:28px;margin-bottom:12px;color:var(--ink-2);line-height:1.65;font-size:15.5px}.www-scope .job-body ul li:before{content:"";position:absolute;left:0;top:9px;width:14px;height:14px;border-radius:50%;background:var(--green-tint);border:2px solid var(--green)}.www-scope .job-body ul li:after{content:"";position:absolute;left:5px;top:14px;width:4px;height:4px;border-radius:50%;background:var(--green)}.www-scope .back-link{display:inline-flex;align-items:center;gap:8px;margin-top:32px;color:var(--muted);font-size:14px;font-weight:500;transition:color .15s ease,gap .15s ease}.www-scope .back-link:hover{color:var(--green-dk);gap:12px}@media (max-width:768px){.www-scope .job-hero{padding:20px 0 32px}.www-scope .job-body h2{margin-top:32px}.www-scope .crumbs{margin-top:20px;font-size:12.5px}.www-scope .job-hero .ctas{flex-direction:column;align-items:stretch;width:100%}.www-scope .job-hero .ctas .btn{width:100%}}@media (max-width:480px){.www-scope .crumbs{padding:0 20px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.www-scope .job-hero-inner{padding:0 20px}.www-scope .job-body{padding:0 20px 72px}.www-scope .job-hero h1{font-size:28px;line-height:1.15;letter-spacing:-.02em}.www-scope .job-body h2{font-size:22px}.www-scope .job-body p{font-size:15.5px}.www-scope .job-body ul li{font-size:15px;padding-left:24px}.www-scope .job-meta{gap:12px 16px;font-size:14.5px}.www-scope .job-meta .sep{display:none}}