@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--ink:#20231e;--yellow:#ffe247;--muted:#62685f;--line:#dce0d6;--paper:#fbfcf8}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}a:focus-visible,summary:focus-visible{outline:3px solid #867000;outline-offset:6px}.wrap{max-width:1280px;width:calc(100% - 100px);margin:auto}header{height:112px;display:flex;align-items:center;justify-content:space-between}.logo{font-family:Manrope,Arial,sans-serif;font-size:29px;font-weight:800;letter-spacing:-1.4px}.logo>span:first-child{font-weight:500}.logo-dot{color:#ad8b00}nav{display:flex;gap:36px;align-items:center;font-size:14px;font-weight:600}.button{display:inline-flex;justify-content:center;align-items:center;gap:26px;background:var(--ink);color:#fff;border-radius:7px;padding:17px 24px;font-size:15px;font-weight:600;transition:transform .2s,background .2s}.button:hover{background:#3e4537;transform:translateY(-2px)}.button span{font-size:23px;line-height:1}.button.small{padding:13px 19px;gap:28px}.hero{display:grid;grid-template-columns:1.12fr 1fr;gap:60px;padding-top:55px;padding-bottom:76px;align-items:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;margin:0 0 25px}h1,h2,h3{font-family:Manrope,Arial,sans-serif;line-height:1.12;letter-spacing:-1.5px;margin:0}h1{font-size:clamp(48px,5.6vw,78px);font-weight:750;letter-spacing:-3.6px;line-height:1.1}.highlight{display:inline-block;position:relative;z-index:0}.highlight:after{content:'';position:absolute;left:-5px;right:-9px;bottom:2px;height:28%;background:var(--yellow);z-index:-1;transform:rotate(-2deg)}.intro{font-size:18px;line-height:1.65;max-width:475px;margin:30px 0}.actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}.text-link{font-size:14px;font-weight:600;border-bottom:1px solid #a7ad9f;padding:7px 0}.text-link span{margin-left:10px}.hero-note{font-size:13px;color:var(--muted);margin:25px 0 0}.product-scene{background:var(--yellow);border-radius:16px;padding:28px 31px 22px;position:relative;min-height:568px}.scene-top{display:flex;justify-content:space-between;font-size:10px;font-weight:700;letter-spacing:1.8px}.shift-card{max-width:327px;background:white;border:1px solid #e8e8dd;border-radius:12px;padding:24px 26px 15px;margin:28px auto 0;transform:rotate(-3deg);box-shadow:0 18px 30px #61530f16}.card-header{display:flex;justify-content:space-between;align-items:center}.mini-logo{font-size:28px;font-weight:800;line-height:1}.mini-logo span{color:#a68b00}.sample{font-size:10px;letter-spacing:1.4px;color:var(--muted)}.muted{font-size:13px;color:var(--muted);margin:24px 0 5px}.shift-card h2{font-size:27px;letter-spacing:-1px;margin-bottom:19px}.shift-meta{display:flex;justify-content:space-between;font-size:12px;padding:10px 0;border-top:1px solid #e8eae4;gap:15px}.shift-meta strong{font-weight:600}.mock-button{background:var(--ink);color:white;display:flex;justify-content:space-between;padding:11px 16px;border-radius:6px;font-size:13px;margin:13px 0 18px}.step-line{display:flex;align-items:center;justify-content:center}.step-line span{width:21px;height:21px;background:#eff0eb;border-radius:50%;font-size:10px;display:grid;place-items:center}.step-line .selected{background:var(--yellow)}.step-line i{height:1px;width:34px;background:#ddd}.card-foot{font-size:10px;color:var(--muted);text-align:center;margin:6px 0 0}.notification{position:relative;background:white;display:flex;align-items:center;gap:12px;border:1px solid #e3e5db;border-radius:10px;padding:15px 17px;max-width:355px;margin:-29px -9px 0 auto;transform:rotate(3deg);box-shadow:0 10px 30px #54480e20}.notification strong{font-size:13px}.notification p{font-size:10px;margin:2px 0 0;color:var(--muted)}.check{height:31px;width:31px;border-radius:50%;background:#edf4db;display:grid;place-items:center}.scene-bottom{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:600;line-height:1.4;margin-top:23px}.large-arrow{font-size:43px;line-height:1}.stripe{background:#eff1e9;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.stripe .wrap{display:flex;justify-content:space-between;align-items:center;padding:19px 0}.stripe p{margin:0;font-size:18px;font-weight:600}.stripe span{font-size:14px;color:var(--muted)}.section{padding-top:100px;padding-bottom:100px}.section-heading{display:flex;justify-content:space-between;gap:70px;align-items:end;margin-bottom:53px}.section h2,.audience h2,.contact h2{font-size:44px;letter-spacing:-1.8px}.section-heading>p{max-width:370px;color:var(--muted);margin:0 0 4px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.steps article{border-top:1px solid #bfc5b7;padding-top:25px}.number{font-size:14px;font-weight:700;background:var(--yellow);display:inline-flex;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;margin-bottom:34px}.steps h3{font-size:21px;letter-spacing:-.6px}.steps p{color:var(--muted);font-size:15px}.audience{background:var(--ink);color:white;padding:88px 0}.audience-inner{display:grid;grid-template-columns:1fr 1fr;gap:100px}.audience .eyebrow{color:#c8cfbf}.audience h2{font-size:57px}.audience em{font-style:normal;color:var(--yellow)}.audience-lead{max-width:340px;color:#c8cfbf;margin-top:28px}.roles article{padding:0 0 26px;margin-bottom:26px;border-bottom:1px solid #505649}.roles article:last-child{margin-bottom:0;padding-bottom:0;border:0}.roles span{font-size:11px;letter-spacing:1.5px;color:var(--yellow)}.roles h3{font-size:23px;letter-spacing:-.5px;margin-top:12px}.roles p{color:#c8cfbf;font-size:15px;margin-bottom:0}.questions{display:grid;grid-template-columns:1fr 1.35fr;gap:90px}details{border-bottom:1px solid var(--line);padding:22px 0}details:first-child{border-top:1px solid var(--line)}summary{cursor:pointer;font-size:17px;font-weight:600;list-style:none;display:flex;justify-content:space-between;gap:20px}summary::-webkit-details-marker{display:none}summary:after{content:'+';font-size:23px;font-weight:400;line-height:1.2}details[open] summary:after{content:'−'}details p{color:var(--muted);font-size:15px;padding-right:25px}.contact{background:var(--yellow);border-radius:14px;padding:53px 55px;display:flex;align-items:center;justify-content:space-between;gap:35px}.contact .eyebrow{margin-bottom:18px}.contact h2{font-size:36px}.contact p{margin-bottom:0}.contact .button{flex-shrink:0}footer{display:flex;align-items:center;justify-content:space-between;padding:45px 0}footer p,footer>a:last-child{font-size:13px;color:var(--muted)}.skip{position:fixed;top:-80px;padding:12px;background:white;z-index:10}.skip:focus{top:0}@media(min-width:1450px){.hero{padding-top:75px;padding-bottom:95px}}@media(max-width:1050px){.wrap{width:calc(100% - 56px)}.hero{gap:32px}.product-scene{padding:24px 18px}h1{font-size:60px}.actions{gap:16px}.text-link{font-size:13px}.audience-inner{gap:60px}.contact{padding:40px}.contact h2{font-size:32px}nav{gap:24px}}@media(max-width:760px){.wrap{width:calc(100% - 40px)}header{height:88px}.logo{font-size:25px}nav>a:not(.button){display:none}.button.small{font-size:13px;padding:11px 14px;gap:15px}.hero{grid-template-columns:1fr;padding-top:30px;gap:42px;padding-bottom:40px}h1{font-size:58px;letter-spacing:-2.8px}.eyebrow{font-size:10px;letter-spacing:1.5px;margin-bottom:21px}.intro{font-size:17px;margin:27px 0}.product-scene{min-height:555px;max-width:490px;width:100%;margin:auto}.shift-card{max-width:305px}.notification{max-width:317px;margin-right:0}.stripe .wrap{display:block;padding:20px 0}.stripe p{font-size:16px}.stripe span{display:block;font-size:13px;margin-top:3px}.section{padding-top:60px;padding-bottom:60px}.section-heading{display:block;margin-bottom:35px}.section h2,.audience h2{font-size:38px}.section-heading>p{margin-top:22px}.steps{grid-template-columns:1fr 1fr;gap:24px}.number{margin-bottom:24px}.steps h3{font-size:19px}.steps p{font-size:14px}.audience{padding:58px 0}.audience-inner,.questions{grid-template-columns:1fr;gap:35px}.audience h2 br:nth-child(2){display:none}.roles h3{font-size:21px}.roles span{font-size:11px}.contact{padding:32px 24px;display:block}.contact h2{font-size:29px;letter-spacing:-1px}.contact .button{margin-top:25px}footer{flex-wrap:wrap;gap:20px;padding:32px 0}footer p{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
