
:root{--ink:#102e41;--blue:#087caa;--navy:#092c40;--muted:#526776;--line:#d6e2e8;--pale:#f0f6f9;--cyan:#69e0ed}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;color:var(--ink);background:white;font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.6}a{color:inherit}button,a,summary,video{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible,video:focus-visible{outline:3px solid #db8b15;outline-offset:6px}.wrap{width:min(1180px,calc(100% - 64px));margin-inline:auto}.header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:27px}.brand{display:flex;align-items:center;text-decoration:none;font-size:24px;font-weight:800;letter-spacing:-1px;white-space:nowrap}.brand img{margin-right:9px}.brand span{color:var(--blue)}nav{display:flex;align-items:center;gap:30px;font-size:15px;font-weight:700}nav a{text-decoration:none}.small-button{padding:10px 18px;border:1px solid var(--line);border-radius:6px}.hero{display:grid;grid-template-columns:1.08fr 1fr;gap:65px;align-items:center;padding-block:65px 80px}.eyebrow{margin:0 0 20px;font-size:13px;font-weight:700;letter-spacing:1.9px;text-transform:uppercase;color:var(--blue)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(44px,5vw,67px);line-height:1.06;letter-spacing:-2.8px;margin-bottom:25px}h1 span{color:var(--blue)}.hero-copy>p:not(.eyebrow){max-width:520px}.hero-copy p{color:var(--muted)}.hero-copy .intro{color:var(--ink);font-size:21px;line-height:1.4;font-weight:500;margin-bottom:15px}.actions{display:flex;align-items:center;flex-wrap:wrap;gap:26px;margin-top:30px}.button{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:14px 21px;border-radius:6px;background:var(--blue);color:white;font-size:16px;font-weight:700;text-decoration:none;transition:background .15s,transform .15s}.button:hover{background:#06648a;transform:translateY(-1px)}.text-link{font-size:15px;font-weight:700;text-underline-offset:5px}.hero-note{font-size:14px;margin:17px 0 0}.hero-visual{background:var(--navy);color:white;padding:30px 36px 0;border-radius:12px;box-shadow:14px 17px 0 #e9f2f7}.visual-heading{display:flex;justify-content:space-between;gap:12px;color:#abd1e1;font-size:12px;margin-bottom:30px}.visual-heading>span:first-child{font-weight:bold;letter-spacing:1.5px}.hero-visual h2{font-size:31px;line-height:1.2;letter-spacing:-.7px}.timeline{margin:30px 0 10px}.timeline-item{position:relative;display:flex;gap:23px;padding-bottom:25px}.timeline-item:not(:last-child):before{content:'';position:absolute;top:16px;bottom:-2px;left:8px;width:1px;background:#497082}.point{z-index:1;flex-shrink:0;width:17px;height:17px;border:2px solid #8badbd;border-radius:50%;background:var(--navy);margin-top:4px}.point.payday{background:var(--cyan);border-color:var(--cyan)}.event-label{display:block;font-size:12px;letter-spacing:1.5px;color:#abd1e1;margin-bottom:4px}.timeline strong{font-size:20px;font-weight:500}.timeline p{color:#bdd1dc;font-size:14px;margin:2px 0 0}.visual-footer{border-top:1px solid #345468;padding:18px 0;color:#c2d9e2;font-size:13px}.trust-band{border-block:1px solid var(--line)}.trust-items{display:flex;justify-content:space-between;gap:20px;padding-block:19px;font-size:14px;font-weight:700}.section{padding-block:85px}h2{font-size:clamp(31px,3.4vw,44px);line-height:1.14;letter-spacing:-1.5px;margin-bottom:23px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:30px}.section-heading>p{max-width:390px;color:var(--muted);margin-bottom:23px}.section-heading h2{margin-bottom:10px}.demo-frame{margin:0;border:1px solid var(--line);border-radius:9px;overflow:hidden;background:var(--pale)}video{display:block;width:100%;aspect-ratio:16/9;background:#092c40}figcaption{display:flex;justify-content:space-between;gap:12px;padding:16px 23px;font-size:14px;color:var(--muted)}figcaption span:first-child{font-weight:700;color:var(--ink)}.how{background:var(--pale)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:44px}.step-number{display:block;border-top:1px solid #b5cedc;padding-top:19px;color:var(--blue);font-size:15px;margin-bottom:18px}h3{font-size:22px;line-height:1.3;letter-spacing:-.5px;margin-bottom:12px}.steps p{color:var(--muted);margin-bottom:0}.reassurance{text-align:center;padding-block:90px}.reassurance>p:last-child{max-width:665px;margin:0 auto;color:var(--muted);font-size:19px}.choose{background:var(--pale)}.products{display:grid;grid-template-columns:1fr 1fr;gap:27px}.product{overflow:hidden;border:1px solid var(--line);border-radius:9px;background:white;display:flex;flex-direction:column}.product-image{background:#dde7ed;aspect-ratio:16/9;overflow:hidden}.product-image img{display:block;width:100%;height:100%;object-fit:contain}.product-body{padding:28px;flex:1;display:flex;flex-direction:column}.product-body>.eyebrow{font-size:12px;letter-spacing:1.3px;margin-bottom:14px}.product-title{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.price{font-size:24px;font-weight:700;white-space:nowrap;line-height:1.2}.product-body>p{color:var(--muted)}.product-body .button{margin-top:auto}.checkout-note{font-size:13px;margin:13px 0 0}.night{background:var(--navy);color:white;border-color:var(--navy)}.night .eyebrow{color:var(--cyan)}.night .product-body>p{color:#c2d9e2}.night .button{background:var(--cyan);color:var(--navy)}.night .button:hover{background:#a1eff6}.purchase-note{text-align:center;font-size:14px;color:var(--muted);margin:25px 0 0}.faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.questions details{border-bottom:1px solid var(--line);padding:18px 0}.questions details:first-child{border-top:1px solid var(--line)}summary{cursor:pointer;font-size:18px;font-weight:700;padding-right:5px}.questions p{color:var(--muted);margin:14px 0 2px}.footer{background:var(--navy);color:#c2d9e2;padding-block:32px}.footer>.wrap{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer .brand{color:white;font-size:22px}.footer .brand span{color:var(--cyan)}.footer p,.footer span{font-size:14px;margin:0}.footer .brand span{font-size:22px}.skip{position:absolute;left:15px;top:-100px;background:white;padding:10px;z-index:10}.skip:focus{top:15px}@media(max-width:950px){.hero{gap:30px}.hero-visual{padding:25px 25px 0}.visual-heading>span:last-child{display:none}.product-title{flex-direction:column;gap:0;margin-bottom:15px}.steps{gap:24px}.footer>.wrap{flex-wrap:wrap}}@media(max-width:700px){.wrap{width:calc(100% - 36px)}.header{padding-block:20px}.brand{font-size:21px}.brand img{width:30px;height:30px}nav>a:first-child{display:none}nav{gap:0}.small-button{font-size:13px;padding:8px 10px}.hero{grid-template-columns:1fr;gap:35px;padding-block:32px 45px}h1{font-size:clamp(44px,10vw,65px);letter-spacing:-2px}.hero-visual{box-shadow:none;padding:26px 25px 0}.trust-items{flex-direction:column;gap:9px;text-align:center;font-size:14px}.section{padding-block:55px}.section-heading{display:block;margin-bottom:24px}.section-heading>p{margin:19px 0 0;max-width:none}.steps,.products,.faq{grid-template-columns:1fr}.steps{gap:24px;margin-top:28px}.steps article{max-width:450px}.reassurance{text-align:left}.reassurance>p:last-child{font-size:17px}.product-title{flex-direction:row;gap:12px}.product-body{padding:23px}.faq{gap:12px}.footer>.wrap{flex-direction:column;align-items:flex-start;gap:8px}figcaption{flex-direction:column;gap:3px;padding:13px 16px;font-size:13px}.eyebrow{font-size:12px}.actions{gap:22px}.button{font-size:15px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
@media(max-width:360px){.header{flex-wrap:wrap;gap:12px}.header nav{margin-left:auto}.product-title{flex-direction:column;gap:6px}}
