:root{--tomato:#FF6347;--tomato-light:#FF8A7A;--tomato-dark:#E5553D;--tomato-pale:#FFE5E0;--text-primary:#111827;--text-secondary:#6B7280;--white:#ffffff;--radius:12px;--radius-lg:20px;--header-logo-height:92px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Manrope,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text-primary);background:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}.header{position:fixed;top:0;left:0;right:0;height:60px;z-index:100;background:rgba(17,24,39,.42);backdrop-filter:blur(16px) saturate(1.2);-webkit-backdrop-filter:blur(16px) saturate(1.2);border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;padding:env(safe-area-inset-top) 1.5rem 0}.header-logo{height:var(--header-logo-height);width:auto;display:block;object-fit:contain}.header a{text-decoration:none}.header-nav{display:flex;align-items:center;gap:1.25rem}.header-partner-link{font-size:.9rem;font-weight:600;color:rgba(255,255,255,.95);text-decoration:none;padding:.35rem .5rem;border-radius:6px;transition:color .2s,background .2s}.header-partner-link:hover{color:var(--white);background:rgba(255,255,255,.15)}.header-cta{background:var(--white);color:var(--tomato);padding:.5rem 1.25rem;border-radius:100px;font-weight:700;font-size:.95rem;text-decoration:none;box-shadow:0 2px 12px rgba(0,0,0,.15);transition:transform .2s,background .2s}.header-cta:hover{background:var(--tomato-pale);transform:translateY(-1px)}.site-footer{background:#0a0a0a;color:rgba(255,255,255,.72);border-top:1px solid rgba(255,99,71,.35)}.site-footer-inner{max-width:1184px;margin:0 auto;padding:3.5rem 1.5rem 2.5rem;display:grid;grid-template-columns:1fr;grid-gap:2.5rem;gap:2.5rem}@media (min-width:860px){.site-footer-inner{grid-template-columns:minmax(220px,1.1fr) 2fr;gap:4rem;align-items:start}}.site-footer-logo{display:inline-block;margin-bottom:1rem}.site-footer-logo img{height:48px;width:auto;display:block}.site-footer-brand p{max-width:28rem;font-size:.98rem;line-height:1.55;color:rgba(255,255,255,.7)}.site-footer-cols{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.75rem 1.5rem;gap:1.75rem 1.5rem}@media (min-width:720px){.site-footer-cols{grid-template-columns:repeat(4,1fr)}}.site-footer-cols h3{margin:0 0 .85rem;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--tomato-light)}.site-footer-cols a,.site-footer-link{display:block;margin-bottom:.55rem;color:rgba(255,255,255,.82);text-decoration:none;font-size:.95rem;font-weight:600;background:none;border:none;padding:0;font-family:inherit;text-align:left;cursor:pointer}.site-footer-cols a:hover,.site-footer-link:hover{color:var(--white)}.site-footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.1rem 1.5rem calc(1.1rem + env(safe-area-inset-bottom))}.site-footer-bottom p{max-width:1184px;margin:0 auto;font-size:.8rem;color:rgba(255,255,255,.45)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.75rem;font-family:inherit;font-size:1rem;font-weight:700;text-decoration:none;border-radius:var(--radius);transition:transform .2s,box-shadow .2s,background .2s;border:none;cursor:pointer}.btn-primary{background:var(--text-primary);color:var(--white);box-shadow:0 4px 20px rgba(0,0,0,.2)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(0,0,0,.25)}.btn-white{background:var(--white);color:var(--tomato)}.btn-white:hover{background:var(--tomato-pale);transform:translateY(-2px)}.hero{min-height:100svh;padding-top:88px;padding-bottom:88px;background:#c94a32;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}.hero-bg{object-fit:cover;object-position:center 35%}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(229,85,61,.28),rgba(229,85,61,.12) 42%,rgba(17,24,39,.38))}.hero-inner{position:relative;z-index:1;max-width:640px;width:100%;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center}.hero h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;color:var(--white);line-height:1.15;letter-spacing:-.03em;margin-bottom:.35rem;white-space:nowrap;text-shadow:0 2px 28px rgba(0,0,0,.45)}.hero-subhead{font-size:clamp(1.15rem,2.5vw,1.35rem);font-weight:600;color:rgba(255,255,255,.96);margin-bottom:1.25rem;letter-spacing:-.02em;text-shadow:0 2px 16px rgba(0,0,0,.4)}.hero-desc{font-size:1.05rem;color:rgba(255,255,255,.92);line-height:1.65;margin:0 auto 1.25rem;max-width:500px;text-shadow:0 2px 14px rgba(0,0,0,.35)}.hero-cta .btn{min-width:200px}.hero-cta-wrap{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}.content-block{padding:6rem 1.5rem;text-align:center;background:var(--white)}.content-block h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--text-primary);margin-bottom:1.5rem;white-space:pre-line;line-height:1.2}.content-block .btn-wrap{margin-top:1.5rem}.download-section{padding:6rem 1.5rem;background:#0f172a;text-align:center}.download-section h2{font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:800;color:var(--white);margin-bottom:1rem}.download-section p{font-size:1rem;color:rgba(255,255,255,.8);margin-bottom:2rem}.download-section .btn{background:var(--white);color:var(--tomato)}.download-section .btn:hover{background:var(--tomato-pale);transform:translateY(-2px)}.app-showcase{position:relative;padding:5.5rem 1.5rem 6rem;background:radial-gradient(ellipse 70% 55% at 50% 42%,rgba(255,99,71,.28),transparent 62%),radial-gradient(ellipse 40% 40% at 12% 90%,rgba(255,99,71,.1),transparent 50%),#0a0a0a;overflow:hidden;text-align:center}.app-showcase-inner{position:relative;z-index:1;max-width:1184px;margin:0 auto}.app-showcase-head{max-width:640px;margin:0 auto 3rem}.app-showcase-head p{font-size:.8rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--tomato-light);margin-bottom:.75rem}.app-showcase-head h2{font-size:clamp(1.85rem,4vw,2.75rem);font-weight:800;color:var(--white);line-height:1.2;margin-bottom:.65rem}.app-showcase-head span{display:block;font-size:1.05rem;color:rgba(255,255,255,.65)}.app-showcase-stage{display:grid;grid-template-columns:1fr;grid-gap:2.75rem;gap:2.75rem;align-items:end;margin-bottom:2.75rem}@media (min-width:900px){.app-showcase-stage{grid-template-columns:repeat(3,1fr);gap:1.5rem 2rem}.app-showcase-item:first-child .app-phone{transform:rotate(-9deg) translateY(28px)}.app-showcase-item:nth-child(2) .app-phone{transform:rotate(0deg) scale(1.08);z-index:2}.app-showcase-item:nth-child(3) .app-phone{transform:rotate(9deg) translateY(28px)}}.app-showcase-item{display:flex;flex-direction:column;align-items:center}.app-phone{width:min(240px,70vw);border-radius:32px;padding:9px;background:#1a1a1a;box-shadow:0 0 0 2px #333,0 0 0 4px #1a1a1a,0 24px 48px rgba(0,0,0,.38);position:relative;margin-bottom:1.4rem}.app-phone-screen{aspect-ratio:9/16;border-radius:24px;overflow:hidden;background:var(--white);line-height:0}.app-phone-image,.app-phone-screen img{width:100%!important;height:100%!important;object-fit:cover;object-position:center center;display:block}.app-showcase-step{font-size:.75rem;font-weight:800;letter-spacing:.16em;color:var(--tomato);margin-bottom:.35rem}.app-showcase-item h3{font-size:1.2rem;font-weight:800;color:var(--white);margin-bottom:.45rem}.app-showcase-item p:last-child{max-width:280px;font-size:.92rem;line-height:1.5;color:rgba(255,255,255,.62)}.cta-dark{padding:6rem 1.5rem;background:linear-gradient(180deg,var(--tomato-dark) 0,var(--tomato) 100%);text-align:center}.cta-dark-inner{max-width:560px;margin:0 auto}.cta-dark span{display:block;font-size:1rem;font-weight:500;color:rgba(255,255,255,.9);margin-bottom:.75rem}.cta-dark h2{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:var(--white);white-space:pre-line;line-height:1.2;margin-bottom:1.5rem}.cta-dark .btn{margin-top:.5rem;background:var(--white);color:var(--tomato)}.cta-dark .btn:hover{background:var(--tomato-pale)}.faq{padding:4rem 1.5rem 6rem;background:var(--white)}.faq h2{text-align:center;font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:800;color:var(--text-primary);margin-bottom:2rem}.faq-inner{max-width:720px;margin:0 auto}.accordion-item{border-bottom:1px solid #e5e7eb}.accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;font-family:inherit;font-size:1rem;font-weight:600;color:var(--text-primary);background:none;border:none;cursor:pointer;text-align:left;transition:color .2s}.accordion-trigger:hover{color:var(--tomato)}.accordion-trigger:after{content:"";width:20px;height:20px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236B7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") no-repeat 50%;flex-shrink:0;margin-left:1rem;transition:transform .25s}.accordion-item.open .accordion-trigger:after{transform:rotate(180deg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23FF6347'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E")}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.accordion-content-inner{padding:0 0 1.25rem;font-size:.95rem;color:var(--text-secondary);line-height:1.6}.merchant-hero{position:relative;min-height:100svh;padding-top:88px;padding-bottom:3.5rem;display:flex;align-items:center;overflow:hidden;background:#1a0a08}.merchant-hero-bg{object-fit:cover;object-position:72% center}.merchant-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,24,39,.22),rgba(17,24,39,.06) 48%,rgba(17,24,39,.18)),linear-gradient(180deg,rgba(229,85,61,.16),transparent 38%,rgba(17,24,39,.28))}.merchant-hero-inner{position:relative;z-index:1;max-width:1184px;margin:0 auto;padding:2rem 1.5rem;width:100%;display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;align-items:center}@media (min-width:960px){.merchant-hero-inner{grid-template-columns:minmax(320px,420px) 1fr;gap:4rem}}.merchant-hero-logo{display:block;height:120px;width:auto;margin-bottom:1.5rem;filter:drop-shadow(0 2px 12px rgba(0,0,0,.35))}@media (min-width:960px){.merchant-hero-logo{height:140px}}.merchant-hero-text h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:var(--white);line-height:1.15;margin-bottom:1rem;text-shadow:0 2px 28px rgba(0,0,0,.55),0 1px 6px rgba(0,0,0,.45)}.merchant-hero-text p{font-size:1.1rem;color:rgba(255,255,255,.96);line-height:1.6;margin-bottom:1.5rem;text-shadow:0 2px 18px rgba(0,0,0,.5)}.merchant-hero-tags{font-size:1.05rem;font-weight:600;letter-spacing:.02em;color:rgba(255,255,255,.92)}.merchant-hero-cta{display:inline-block;font-size:1.15rem;padding:1rem 2rem;margin-top:.5rem}.merchant-hero-form{position:relative;background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:0 20px 60px rgba(0,0,0,.28)}.merchant-hero-form h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary)}.merchant-hero-form input,.merchant-hero-form select{width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;border:1px solid #e5e7eb;border-radius:var(--radius);margin-bottom:1rem}.merchant-hero-form .btn{width:100%;margin-top:.5rem}.merchant-hero-form .btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.partner-form-msg{margin-top:1rem;font-size:.9rem;line-height:1.4;font-weight:600}.partner-form-msg--ok{color:#15803d}.partner-form-msg--err{color:#b91c1c}.img-placeholder{aspect-ratio:4/3;background:#e5e7eb;border:2px dashed #9ca3af;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:.9rem;overflow:hidden}.img-placeholder-square{aspect-ratio:1/1}.img-placeholder-16x9{aspect-ratio:16/9}.merchant-feature-visual{width:100%;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.1);background:#0a0a0a;aspect-ratio:16/9}.merchant-feature-image{width:100%;height:100%;display:block;object-fit:cover}.merchant-feature-points{list-style:none;padding:0;margin:0 0 1.5rem}.merchant-feature-points li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;font-size:.95rem;color:var(--text-secondary);line-height:1.5}.merchant-feature-points li:before{content:"";position:absolute;left:0;top:.45rem;width:8px;height:8px;border-radius:50%;background:var(--tomato)}.merchant-section{max-width:1184px;margin:0 auto;padding:4rem 1.5rem;display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:center}@media (min-width:960px){.merchant-section{grid-template-columns:1fr 1fr;gap:4rem}.merchant-section.reverse{direction:rtl}.merchant-section.reverse>*{direction:ltr}.merchant-section.text-only{grid-template-columns:1fr;max-width:800px}}.merchant-section h4{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;margin-bottom:1.5rem;color:var(--text-primary)}.merchant-section p{font-size:1.05rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.merchant-responsibility-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.5rem}@media (min-width:640px){.merchant-responsibility-grid{grid-template-columns:1fr 1fr;gap:2rem}}.merchant-responsibility-col h5{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.merchant-responsibility-col .merchant-feature-points{margin-bottom:0}.numbered-list{list-style:none;padding:0;margin:0;counter-reset:step}.numbered-list li{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}.numbered-list li:before{content:counter(step);counter-increment:step;flex-shrink:0;width:28px;height:28px;background:var(--tomato);color:var(--white);font-size:.85rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.numbered-list h5{font-size:1.1rem;font-weight:600;margin-bottom:.35rem}.numbered-list p{font-size:.95rem;margin-bottom:0}.merchant-contact{padding:3rem 1.5rem 4rem;background:radial-gradient(ellipse 80% 60% at 20% 20%,rgba(255,99,71,.18),transparent 55%),radial-gradient(ellipse 70% 50% at 90% 80%,rgba(255,99,71,.12),transparent 50%),#0a0a0a}.merchant-contact-inner{max-width:560px;margin:0 auto;text-align:center;padding:2.5rem 1.5rem;border-radius:var(--radius-lg);border:1px solid rgba(255,99,71,.35);background:linear-gradient(160deg,rgba(20,20,20,.95),rgba(10,10,10,.98));box-shadow:0 0 40px rgba(255,99,71,.12)}.merchant-contact-eyebrow{font-size:.85rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:.75rem}.merchant-contact-name{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;color:var(--tomato);margin-bottom:1.75rem;line-height:1.2}.merchant-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem;align-items:center}.merchant-contact-link{display:inline-flex;align-items:center;gap:.75rem;font-size:1.15rem;font-weight:700;color:var(--white);text-decoration:none;transition:color .2s}.merchant-contact-link:hover{color:var(--tomato-light)}.merchant-contact-icon{display:inline-flex;color:var(--tomato);flex-shrink:0}@media (max-width:640px){.merchant-contact{padding:2rem 1rem 3rem}.merchant-contact-inner{padding:2rem 1.25rem}.merchant-contact-link{font-size:1.05rem}}.courier-hero{position:relative;min-height:100svh;padding-top:88px;padding-bottom:3.5rem;display:flex;align-items:center;overflow:hidden;background:#1a0a08}.courier-hero-bg{object-fit:cover;object-position:58% center}.courier-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,24,39,.22),rgba(17,24,39,.06) 48%,rgba(17,24,39,.16)),linear-gradient(180deg,rgba(229,85,61,.16),transparent 38%,rgba(17,24,39,.22))}.courier-hero-inner{position:relative;z-index:1;max-width:1184px;margin:0 auto;padding:2rem 1.5rem;width:100%;display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;align-items:center}@media (min-width:960px){.courier-hero-inner{grid-template-columns:minmax(320px,420px) 1fr;gap:4rem}}.courier-hero-logo{display:block;height:96px;width:auto;margin-bottom:1.25rem;filter:drop-shadow(0 2px 12px rgba(0,0,0,.25))}@media (min-width:960px){.courier-hero-logo{height:120px}}.courier-hero-text h1{font-size:clamp(2.1rem,5.5vw,3.75rem);font-weight:800;color:var(--white);line-height:1.1;margin-bottom:1rem;text-shadow:0 2px 28px rgba(0,0,0,.55),0 1px 6px rgba(0,0,0,.45)}.courier-hero-text p{font-size:1.15rem;color:rgba(255,255,255,.96);line-height:1.55;max-width:34rem;text-shadow:0 2px 18px rgba(0,0,0,.5)}.courier-hero-form{position:relative;background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:0 20px 60px rgba(0,0,0,.28)}.courier-hero-form h3{font-size:1.5rem;font-weight:700;margin-bottom:.35rem;color:var(--text-primary)}.courier-hero-form-note{font-size:.92rem;color:var(--text-secondary);margin-bottom:1.25rem;line-height:1.4}.courier-hero-form input,.courier-hero-form select{width:100%;padding:.8rem 1rem;font-family:inherit;font-size:1rem;border:1px solid #e5e7eb;border-radius:var(--radius);margin-bottom:.75rem;background:var(--white);color:var(--text-primary);-webkit-appearance:none;-moz-appearance:none;appearance:none}.courier-hero-form select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236B7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;background-size:1rem;padding-right:2.4rem}.courier-hero-form .btn{width:100%;margin-top:.35rem}.courier-hero-form .btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.courier-form-fallback{display:grid;grid-gap:.75rem;gap:.75rem}.courier-form-skel{height:48px;border-radius:var(--radius);background:#f3f4f6}.courier-hero-legal{margin-top:.85rem;font-size:.78rem;line-height:1.45;color:var(--text-secondary)}.courier-hero-legal a{color:var(--tomato-dark);font-weight:600}.courier-perks{background:#fff8f6;padding:3.5rem 1.5rem}.courier-perks-inner{max-width:1184px;margin:0 auto;display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem}@media (min-width:800px){.courier-perks-inner{grid-template-columns:repeat(3,1fr);gap:1.75rem}}.courier-perk{background:var(--white);border-radius:var(--radius-lg);padding:1.6rem 1.4rem;border:1px solid var(--tomato-pale)}.courier-perk h3{font-size:1.15rem;font-weight:800;color:var(--text-primary);margin-bottom:.5rem}.courier-perk p{font-size:.95rem;color:var(--text-secondary);line-height:1.5}.courier-criteria{padding:4rem 1.5rem;background:#0a0a0a}.courier-criteria-inner{max-width:1184px;margin:0 auto;display:grid;grid-template-columns:1fr;grid-gap:2.5rem;gap:2.5rem;align-items:center}@media (min-width:960px){.courier-criteria-inner{grid-template-columns:1fr 1fr;gap:4rem}}.courier-criteria-copy h2{font-size:clamp(1.6rem,3vw,2.25rem);font-weight:800;color:var(--white);margin-bottom:1rem}.courier-criteria-copy p{font-size:1.05rem;color:rgba(255,255,255,.7);line-height:1.55;margin-bottom:1.5rem}.courier-criteria-copy ul{list-style:none;padding:0;margin:0}.courier-criteria-copy li{position:relative;padding:.7rem 0 .7rem 1.75rem;color:rgba(255,255,255,.92);font-size:1.02rem;font-weight:600;border-bottom:1px solid rgba(255,255,255,.08)}.courier-criteria-copy li:before{content:"";position:absolute;left:0;top:1rem;width:10px;height:10px;border-radius:50%;background:var(--tomato)}.courier-criteria-visual{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3;background:#111}.courier-criteria-visual img{width:100%;height:100%;object-fit:cover;display:block}.legal-page{padding:calc(5rem + env(safe-area-inset-top)) 1.5rem 4rem;max-width:720px;margin:0 auto;min-height:60vh}.legal-page--wide{max-width:800px}.legal-toc{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin:0 0 .5rem;padding:.85rem 1rem;border-radius:var(--radius);background:rgba(255,229,224,.45)}.legal-toc a{font-size:.9rem;font-weight:700;color:var(--tomato-dark);text-decoration:none}.legal-toc a:hover{text-decoration:underline}.legal-doc{scroll-margin-top:5.5rem}.legal-doc__title{font-size:clamp(1.35rem,3vw,1.65rem)!important;margin-bottom:1.25rem!important;padding-bottom:.75rem;border-bottom:2px solid rgba(0,0,0,.06)}.legal-divider{border:none;border-top:1px solid rgba(0,0,0,.08);margin:2.5rem 0}.legal-prose h2{font-size:1.1rem;margin:1.75rem 0 .75rem}.legal-prose h2,.legal-prose h3{font-weight:700;color:var(--text-primary)}.legal-prose h3{font-size:1rem;margin:1.25rem 0 .5rem}.legal-prose li,.legal-prose p{font-size:.95rem;color:var(--text-secondary);line-height:1.65;margin-bottom:.75rem}.legal-prose ul{padding-left:1.25rem;margin:0 0 1rem}.legal-page h1{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;color:var(--text-primary);margin-bottom:.5rem;line-height:1.2}.legal-page .legal-lead{font-size:1rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.legal-page section{margin-bottom:2rem}.legal-page h2{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem;margin-top:0}.legal-page li,.legal-page p{font-size:.95rem;color:var(--text-secondary);line-height:1.65;margin-bottom:.75rem}.legal-page ol,.legal-page ul{padding-left:1.25rem;margin:0 0 1rem}.legal-page ol li{margin-bottom:.5rem}.legal-steps{list-style:none;padding:0;margin:0 0 1.25rem;counter-reset:legal-step;display:flex;flex-direction:column;gap:.75rem}.legal-steps li{counter-increment:legal-step;display:flex;gap:.9rem;align-items:flex-start;padding:.85rem 1rem;border-radius:var(--radius);margin-bottom:0;transition:transform .3s cubic-bezier(.22,1,.36,1),background .3s ease}.legal-steps li:hover{transform:translateX(4px);background:rgba(255,229,224,.45)}.legal-steps li:before{content:counter(legal-step);flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--tomato);color:var(--white);font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:.1rem;transition:transform .3s cubic-bezier(.22,1,.36,1)}.legal-steps li:hover:before{transform:scale(1.1)}.legal-page code{font-family:ui-monospace,monospace;font-size:.85rem;background:#f3f4f6;padding:.2rem .45rem;border-radius:6px;color:var(--text-primary)}.legal-page .legal-note{font-size:.9rem;padding:1rem 1.25rem;background:var(--tomato-pale);border-radius:var(--radius);border-left:4px solid var(--tomato);margin-top:.5rem}.legal-page a{color:var(--tomato-dark);font-weight:600}.legal-page a:hover{text-decoration:underline}@media (max-width:640px){.legal-page{padding:calc(4.5rem + env(safe-area-inset-top)) 1rem 3rem}}@keyframes waitlistFade{0%{opacity:0}to{opacity:1}}@keyframes waitlistIn{0%{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:none}}.waitlist-overlay{position:fixed;inset:0;z-index:300;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:rgba(17,24,39,.58);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:waitlistFade .2s ease}.waitlist-modal{position:relative;width:min(440px,100%);max-height:min(92svh,720px);overflow:auto;background:var(--white);border-radius:var(--radius-lg);padding:2rem 1.75rem 1.75rem;box-shadow:0 24px 64px rgba(0,0,0,.28);text-align:center;animation:waitlistIn .28s cubic-bezier(.22,1,.36,1)}.waitlist-close{position:absolute;top:.7rem;right:.75rem;width:36px;height:36px;border:none;background:transparent;color:var(--text-secondary);font-size:1.6rem;line-height:1;cursor:pointer;border-radius:8px}.waitlist-close:hover{background:#f3f4f6;color:var(--text-primary)}.waitlist-icon{width:56px;height:56px;margin:0 auto 1.1rem;display:grid;place-items:center;border-radius:16px;background:var(--tomato-pale);color:var(--tomato)}.waitlist-modal h2{margin:0 0 .65rem;font-size:1.55rem;font-weight:800;letter-spacing:-.03em;color:var(--text-primary);line-height:1.25}.waitlist-modal form+p,.waitlist-modal>p{margin:0 0 1.35rem;font-size:.98rem;line-height:1.55;color:var(--text-secondary)}.waitlist-modal form{text-align:left}.waitlist-modal label{display:block;margin-bottom:.35rem;font-size:.82rem;font-weight:700;color:var(--text-primary)}.waitlist-modal input[type=email],.waitlist-modal input[type=text]{width:100%;margin-bottom:.95rem;padding:.8rem .95rem;font-family:inherit;font-size:1rem;border:1px solid #e5e7eb;border-radius:var(--radius);background:var(--white);color:var(--text-primary)}.waitlist-modal input:focus{outline:2px solid var(--tomato-light);outline-offset:1px;border-color:var(--tomato)}.waitlist-honeypot{position:absolute;left:-9999px;height:0;overflow:hidden}.waitlist-error{margin:-.25rem 0 .85rem;font-size:.9rem;font-weight:600;color:#b91c1c}.waitlist-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem;margin-top:.35rem}.waitlist-actions .btn,.waitlist-modal>.btn{width:100%}.waitlist-modal>.btn{margin-top:.25rem}.btn-ghost{background:#f3f4f6;color:var(--text-primary);box-shadow:none}.btn-ghost:hover{background:#e5e7eb;transform:translateY(-1px)}.btn-ghost:disabled,.waitlist-actions .btn:disabled{opacity:.7;cursor:not-allowed;transform:none}@media (max-width:480px){.waitlist-modal{padding:1.65rem 1.2rem 1.25rem}.waitlist-modal h2{font-size:1.3rem}.waitlist-actions{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.waitlist-modal,.waitlist-overlay{animation:none}}.scroll-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:200;background:var(--tomato);transform:scaleX(0);transform-origin:left center;pointer-events:none;will-change:transform}.header{transition:box-shadow .35s cubic-bezier(.22,1,.36,1),background .35s ease,border-color .35s ease,-webkit-backdrop-filter .35s ease;transition:box-shadow .35s cubic-bezier(.22,1,.36,1),backdrop-filter .35s ease,background .35s ease,border-color .35s ease;transition:box-shadow .35s cubic-bezier(.22,1,.36,1),backdrop-filter .35s ease,background .35s ease,border-color .35s ease,-webkit-backdrop-filter .35s ease}.header-scrolled{background:rgba(17,24,39,.78);backdrop-filter:blur(18px) saturate(1.2);-webkit-backdrop-filter:blur(18px) saturate(1.2);border-bottom-color:rgba(255,99,71,.45);box-shadow:0 8px 28px rgba(0,0,0,.22)}.reveal{--reveal-delay:0ms;opacity:0;transform:translate3d(0,28px,0);transition:opacity .75s cubic-bezier(.22,1,.36,1) var(--reveal-delay),transform .85s cubic-bezier(.22,1,.36,1) var(--reveal-delay);will-change:opacity,transform}.reveal-left{transform:translate3d(-36px,0,0)}.reveal-right{transform:translate3d(36px,0,0)}.reveal-scale{transform:translate3d(0,16px,0) scale(.94)}.reveal-fade{transform:none}.reveal.is-revealed{opacity:1;transform:translateZ(0) scale(1)}.reveal-stagger [data-reveal-item]{opacity:0;transform:translate3d(0,22px,0);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1)}.reveal-stagger.is-revealed [data-reveal-item]{opacity:1;transform:translateZ(0)}.reveal-stagger.is-revealed [data-reveal-item]:first-child{transition-delay:calc(var(--reveal-delay) + 40ms)}.reveal-stagger.is-revealed [data-reveal-item]:nth-child(2){transition-delay:calc(var(--reveal-delay) + .12s)}.reveal-stagger.is-revealed [data-reveal-item]:nth-child(3){transition-delay:calc(var(--reveal-delay) + .2s)}.reveal-stagger.is-revealed [data-reveal-item]:nth-child(4){transition-delay:calc(var(--reveal-delay) + .28s)}.reveal-stagger.is-revealed [data-reveal-item]:nth-child(5){transition-delay:calc(var(--reveal-delay) + .36s)}.reveal-stagger.is-revealed [data-reveal-item]:nth-child(6){transition-delay:calc(var(--reveal-delay) + .44s)}.reveal-stagger.is-revealed [data-reveal-item]:nth-child(7){transition-delay:calc(var(--reveal-delay) + .52s)}.reveal-stagger.is-revealed [data-reveal-item]:nth-child(8){transition-delay:calc(var(--reveal-delay) + .6s)}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes softPulse{0%,to{transform:translateY(0) scale(1);box-shadow:0 4px 20px rgba(0,0,0,.2)}50%{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 32px rgba(0,0,0,.28)}}@keyframes fadeScaleIn{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}.hero h1{animation:fadeUp .85s cubic-bezier(.22,1,.36,1) .12s both,heroFloat 5s ease-in-out 1.2s infinite}.hero-subhead{animation:fadeUp .85s cubic-bezier(.22,1,.36,1) .28s both}.hero-desc{animation:fadeUp .85s cubic-bezier(.22,1,.36,1) .38s both}.hero-cta{animation:fadeUp .9s cubic-bezier(.22,1,.36,1) .5s both}.hero-cta .btn{animation:softPulse 2.8s ease-in-out 1.4s infinite}.hero-cta .btn:focus-visible,.hero-cta .btn:hover{animation:none}.app-showcase .btn,.app-showcase-head,.app-showcase-item{opacity:0;transform:translate3d(0,28px,0);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.app-showcase.is-revealed .app-showcase-head,.app-showcase.is-revealed .app-showcase-item,.app-showcase.is-revealed .btn{opacity:1;transform:none}.app-showcase.is-revealed .app-showcase-item:first-child{transition-delay:80ms}.app-showcase.is-revealed .app-showcase-item:nth-child(2){transition-delay:.18s}.app-showcase.is-revealed .app-showcase-item:nth-child(3){transition-delay:.28s}.app-showcase.is-revealed .btn{transition-delay:.36s}.app-phone{transition:transform .55s cubic-bezier(.22,1,.36,1)}@media (min-width:900px){.app-showcase.is-revealed .app-showcase-item:hover .app-phone{transform:rotate(0deg) translateY(-10px) scale(1.04)}}.accordion-item{animation:none;opacity:0;transform:translate3d(0,16px,0);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1),border-color .25s ease}.faq.is-revealed .accordion-item{opacity:1;transform:none}.faq.is-revealed .accordion-item:first-child{transition-delay:60ms}.faq.is-revealed .accordion-item:nth-child(2){transition-delay:.12s}.faq.is-revealed .accordion-item:nth-child(3){transition-delay:.18s}.faq.is-revealed .accordion-item:nth-child(4){transition-delay:.24s}.faq.is-revealed .accordion-item:nth-child(5){transition-delay:.3s}.faq.is-revealed .accordion-item:nth-child(6){transition-delay:.36s}.accordion-content{transition:max-height .45s cubic-bezier(.22,1,.36,1)}.accordion-content-inner{opacity:0;transform:translateY(-6px);transition:opacity .35s ease .05s,transform .4s cubic-bezier(.22,1,.36,1) .05s}.accordion-item.open .accordion-content-inner{opacity:1;transform:translateY(0)}.accordion-trigger{transition:color .25s ease,letter-spacing .25s ease}.accordion-trigger:hover{letter-spacing:.01em}.btn{transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease,background .25s ease,filter .25s ease}.btn:active{transform:translateY(0) scale(.97)!important}.btn-primary:hover{box-shadow:0 12px 36px rgba(0,0,0,.28)}.btn-primary:hover,.btn-white:hover{transform:translateY(-3px)}.merchant-hero-logo{animation:fadeUp .7s cubic-bezier(.22,1,.36,1) .08s both}.merchant-hero-text h1{animation:fadeUp .8s cubic-bezier(.22,1,.36,1) .18s both}.merchant-hero-text p{animation:fadeUp .8s cubic-bezier(.22,1,.36,1) .28s both}.merchant-hero-cta{animation:fadeUp .85s cubic-bezier(.22,1,.36,1) .4s both}.merchant-hero-form{animation:fadeScaleIn .9s cubic-bezier(.22,1,.36,1) .35s both;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s ease}.merchant-hero-form:focus-within{transform:translateY(-4px);box-shadow:0 28px 70px rgba(0,0,0,.24)}.merchant-hero-form input,.merchant-hero-form select{transition:border-color .25s ease,box-shadow .25s ease,transform .25s cubic-bezier(.22,1,.36,1)}.merchant-hero-form input:focus,.merchant-hero-form select:focus{outline:none;border-color:var(--tomato);box-shadow:0 0 0 3px rgba(255,99,71,.18);transform:translateY(-1px)}.courier-hero-logo{animation:fadeUp .7s cubic-bezier(.22,1,.36,1) .08s both}.courier-hero-text h1{animation:fadeUp .8s cubic-bezier(.22,1,.36,1) .18s both}.courier-hero-text p{animation:fadeUp .8s cubic-bezier(.22,1,.36,1) .28s both}.courier-hero-form{animation:fadeScaleIn .9s cubic-bezier(.22,1,.36,1) .35s both;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s ease}.courier-hero-form:focus-within{transform:translateY(-4px);box-shadow:0 28px 70px rgba(0,0,0,.32)}.courier-hero-form input,.courier-hero-form select{transition:border-color .25s ease,box-shadow .25s ease,transform .25s cubic-bezier(.22,1,.36,1)}.courier-hero-form input:focus,.courier-hero-form select:focus{outline:none;border-color:var(--tomato);box-shadow:0 0 0 3px rgba(255,99,71,.18);transform:translateY(-1px)}.courier-criteria-copy,.courier-criteria-visual,.courier-perks .courier-perk{opacity:0;transform:translate3d(0,28px,0);transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .85s cubic-bezier(.22,1,.36,1)}.courier-criteria.is-revealed .courier-criteria-copy,.courier-criteria.is-revealed .courier-criteria-visual,.courier-perks.is-revealed .courier-perk{opacity:1;transform:none}.courier-perks.is-revealed .courier-perk:first-child{transition-delay:40ms}.courier-perks.is-revealed .courier-perk:nth-child(2){transition-delay:.12s}.courier-perks.is-revealed .courier-perk:nth-child(3){transition-delay:.2s}.courier-criteria.is-revealed .courier-criteria-visual{transition-delay:.12s}.merchant-section .img-placeholder,.merchant-section .merchant-feature-visual,.merchant-section>div:last-child{opacity:0;transform:translate3d(0,28px,0);transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .85s cubic-bezier(.22,1,.36,1)}.merchant-section.is-revealed .img-placeholder,.merchant-section.is-revealed .merchant-feature-visual{opacity:1;transform:none;transition-delay:40ms}.merchant-section.is-revealed>div:last-child{opacity:1;transform:none;transition-delay:.16s}.merchant-section.reverse.is-revealed .img-placeholder,.merchant-section.reverse.is-revealed .merchant-feature-visual{transition-delay:.16s}.merchant-section.reverse.is-revealed>div:last-child{transition-delay:40ms}.numbered-list li{opacity:0;transform:translateX(-12px);transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1)}.merchant-section.is-revealed .numbered-list li{opacity:1;transform:none}.merchant-section.is-revealed .numbered-list li:first-child{transition-delay:.22s}.merchant-section.is-revealed .numbered-list li:nth-child(2){transition-delay:.3s}.merchant-section.is-revealed .numbered-list li:nth-child(3){transition-delay:.38s}.merchant-section.is-revealed .numbered-list li:nth-child(4){transition-delay:.46s}.merchant-section.is-revealed .numbered-list li:nth-child(5){transition-delay:.54s}.numbered-list li:before{transition:transform .35s cubic-bezier(.22,1,.36,1)}.numbered-list li:hover:before{transform:scale(1.12)}.img-placeholder{transition:transform .5s cubic-bezier(.22,1,.36,1),box-shadow .4s ease}.merchant-section.is-revealed .img-placeholder:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 16px 40px rgba(0,0,0,.1)}.cta-dark .cta-dark-inner>*,.cta-dark>.btn,.cta-dark>h2,.cta-dark>p,.download-section>*{opacity:0;transform:translate3d(0,24px,0);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.cta-dark.is-revealed .cta-dark-inner>*,.cta-dark.is-revealed>.btn,.cta-dark.is-revealed>h2,.cta-dark.is-revealed>p,.download-section.is-revealed>*{opacity:1;transform:none}.cta-dark.is-revealed .cta-dark-inner>:first-child,.cta-dark.is-revealed>h2{transition-delay:60ms}.cta-dark.is-revealed .cta-dark-inner>:nth-child(2),.cta-dark.is-revealed>p{transition-delay:.14s}.cta-dark.is-revealed .cta-dark-inner>:nth-child(3),.cta-dark.is-revealed>.btn{transition-delay:.22s}.download-section.is-revealed>:first-child{transition-delay:60ms}.download-section.is-revealed>:nth-child(2){transition-delay:.14s}.download-section.is-revealed>:nth-child(3){transition-delay:.22s}.site-footer-cols a{transition:color .2s ease}.legal-page .legal-hero{margin-bottom:2.5rem}.legal-page .legal-note{transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease}.legal-page .legal-note:hover{transform:translateX(3px);box-shadow:0 8px 24px rgba(0,0,0,.06)}.legal-support-cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:.5rem;transition:transform .3s cubic-bezier(.22,1,.36,1)}.legal-support-cta:hover{transform:translateX(4px)}.legal-back-link{display:inline-flex;align-items:center;gap:.35rem;transition:transform .3s cubic-bezier(.22,1,.36,1)}.legal-back-link:hover{transform:translateX(-3px)}.legal-code-wrap{display:inline-block;transition:transform .3s cubic-bezier(.22,1,.36,1)}.legal-code-wrap:hover{transform:scale(1.02)}.faq>h2{opacity:0;transform:translate3d(0,18px,0);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1)}.faq.is-revealed>h2{opacity:1;transform:none}.header-logo{transition:transform .35s cubic-bezier(.22,1,.36,1)}.header a:hover .header-logo{transform:scale(1.04)}.header-cta{transition:transform .25s cubic-bezier(.22,1,.36,1),background .25s ease,box-shadow .25s ease}.header-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2)}@media (prefers-reduced-motion:reduce){.scroll-progress{display:none}.accordion-content-inner,.accordion-item,.app-showcase .btn,.app-showcase-head,.app-showcase-item,.cta-dark .cta-dark-inner>*,.cta-dark>.btn,.cta-dark>h2,.cta-dark>p,.download-section>*,.merchant-section .img-placeholder,.merchant-section .merchant-feature-visual,.merchant-section>div:last-child,.numbered-list li,.reveal,.reveal-stagger [data-reveal-item]{opacity:1!important;transform:none!important;transition:none!important;animation:none!important}.courier-criteria-copy,.courier-criteria-visual,.courier-hero-form,.courier-hero-logo,.courier-hero-text h1,.courier-hero-text p,.courier-perks .courier-perk,.faq>h2,.hero h1,.hero-cta,.hero-cta .btn,.hero-desc,.hero-subhead,.merchant-hero-cta,.merchant-hero-form,.merchant-hero-logo,.merchant-hero-text h1,.merchant-hero-text p{animation:none!important;opacity:1!important;transform:none!important}}@media (max-width:640px){.header{padding:0 1rem}.header-nav{gap:.5rem}.header-partner-link{font-size:.8rem}.header-cta{padding:.4rem 1rem;font-size:.85rem}.hero{padding:calc(5rem + env(safe-area-inset-top)) 1rem 4rem;min-height:100svh}.hero-inner{padding:0 .5rem}.hero h1{white-space:normal;font-size:2rem}.hero-subhead{font-size:1rem}.hero-desc{font-size:.95rem;padding:0 .5rem}.hero-cta-wrap{flex-direction:column;gap:.75rem}.hero-cta .btn{width:100%;min-width:unset}.content-block{padding:3rem 1rem}.content-block h2{font-size:1.5rem}.app-showcase{padding:3.25rem 1rem 3.5rem}.app-showcase-head{margin-bottom:2rem}.app-showcase-stage{gap:2rem}.app-phone{width:min(210px,72vw)}.cta-dark{padding:4rem 1rem}.cta-dark-inner{padding:0 .5rem}.faq{padding:3rem 1rem 4rem}.faq h2{font-size:1.5rem;margin-bottom:1.5rem}.faq-inner{padding:0 .5rem}.accordion-trigger{padding:1rem 0;font-size:.95rem}.accordion-content-inner{font-size:.9rem}.download-section{padding:4rem 1rem calc(4rem + env(safe-area-inset-bottom))}.download-section h2{font-size:1.5rem}.download-section p{font-size:.95rem}.site-footer-inner{padding:2.25rem 1rem 1.75rem;gap:1.75rem}.site-footer-logo img{height:40px}.site-footer-cols{gap:1.35rem 1rem}.site-footer-cols a,.site-footer-link{font-size:.9rem}.merchant-hero{min-height:100svh;padding-top:max(36vh,calc(5rem + env(safe-area-inset-top)));padding-bottom:2rem;align-items:flex-end}.merchant-hero-inner{padding:0 1rem .5rem;gap:1.5rem;align-items:stretch}.merchant-hero-text{text-align:center}.merchant-hero-logo{height:80px;margin:0 auto 1rem}.merchant-hero-text h1{font-size:1.75rem;margin-bottom:.75rem}.merchant-hero-text p{font-size:1rem;margin-bottom:1rem;text-align:center}.merchant-hero-cta{display:block;text-align:center;margin:0 auto;font-size:1rem;padding:.9rem 1.5rem}.merchant-hero-form{padding:1.5rem;margin:0}.merchant-hero-form h3{font-size:1.25rem;margin-bottom:1rem}.merchant-section{padding:2.5rem 1rem;gap:2rem}.merchant-section h4{font-size:1.5rem;margin-bottom:1rem}.merchant-section p{font-size:.95rem;margin-bottom:1rem}.numbered-list li{margin-bottom:1.25rem;gap:.75rem}.numbered-list li:before{width:24px;height:24px;font-size:.75rem}.numbered-list h5{font-size:1rem}.numbered-list p{font-size:.9rem}.img-placeholder{min-height:200px}.cta-dark h2{font-size:1.75rem}.btn{padding:.9rem 1.5rem;font-size:.95rem}.courier-hero{min-height:100svh;padding-top:max(36vh,calc(5rem + env(safe-area-inset-top)));padding-bottom:2rem;align-items:flex-end}.courier-hero-inner{padding:0 1rem .5rem;gap:1.5rem;align-items:stretch}.courier-hero-form{padding:1.35rem;margin:0}.courier-hero-text{text-align:center}.courier-hero-logo{height:72px;margin:0 auto .85rem}.courier-hero-text h1{font-size:1.85rem}.courier-hero-text p{font-size:1rem;margin:0 auto}.courier-hero-form h3{font-size:1.25rem}.courier-perks{padding:2.25rem 1rem}.courier-perk{padding:1.25rem 1.1rem}.courier-criteria{padding:2.5rem 1rem}.courier-criteria-copy h2{font-size:1.5rem}.courier-criteria-copy p{font-size:.95rem}}@font-face{font-family:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_a148b2{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_a148b2{--font-manrope:"Manrope","Manrope Fallback"}