@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');

:root{--paper:#fff;--ink:#0b1c2c;--muted:#536779;--accent:#0065cc;--teal:#087f83;--wash:#f3f8fc;--line:#dce7ef;--heading:'Manrope',sans-serif;--body:'DM Sans',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 var(--body);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible{outline:3px solid var(--accent);outline-offset:5px}p,h1,h2,h3{margin:0}h1,h2,h3{font-family:var(--heading);font-weight:650;line-height:1.15;letter-spacing:-.045em}.wrap{width:min(1120px,calc(100% - 96px));margin-inline:auto}.site-header{height:106px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;font-family:var(--heading);font-size:25px;font-weight:800;letter-spacing:-1px}.brand-period{color:var(--accent)}.brand-mark{width:30px;height:30px;display:flex;flex-direction:column;justify-content:center;gap:4px;margin-right:10px}.brand-mark i{height:3px;width:24px;background:var(--accent);border-radius:2px}.brand-mark i:nth-child(2){width:17px}.brand-mark i:nth-child(3){width:10px}nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:500}nav a{padding-block:10px}nav a:hover,.email:hover{color:var(--accent);text-decoration:underline;text-underline-offset:5px}.nav-contact{border:1px solid var(--line);border-radius:7px;padding:9px 17px;display:flex;gap:22px}.hero{padding-top:83px}.eyebrow{font-size:11px;letter-spacing:.15em;color:var(--accent);font-weight:700;margin-bottom:23px}.hero h1{font-size:clamp(40px,5.1vw,65px);line-height:1.13;letter-spacing:-.052em}.hero h1 span,.build-section h2 span{color:var(--accent)}.hero-description{max-width:560px;font-size:18px;color:var(--muted);margin-top:26px;line-height:1.7}.hero-actions{display:flex;gap:12px;margin-top:31px}.button{display:inline-flex;gap:38px;justify-content:center;align-items:center;min-height:50px;padding:12px 21px;border-radius:6px;font-size:14px;font-weight:600;transition:background .15s}.button-primary{background:var(--accent);color:white;border:1px solid var(--accent)}.button-primary:hover{background:#004fa3}.button-secondary{border:1px solid var(--line)}.button-secondary:hover{background:var(--wash)}.button span{font-size:18px;font-weight:400}.hero-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:64px;padding:26px 0 29px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}.hero-bottom strong{font-weight:500;color:var(--ink)}.flow{display:flex;align-items:center;gap:19px;font-size:12px}.flow b{font-weight:400;color:#168b98}.section{padding-block:88px}.products{background:var(--wash);border-block:1px solid var(--line)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:39px}.section-heading .eyebrow{margin-bottom:16px}h2{font-size:40px}.section-heading>p{font-size:15px;color:var(--muted);padding-bottom:3px}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.product-card{padding:31px 33px 27px;border:1px solid var(--line);border-radius:12px;background:white;display:flex;flex-direction:column}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.product-icon{width:45px;height:45px;border:1px solid #cbe6ed;border-radius:11px;background:#edf9fa;color:var(--accent);display:grid;place-items:center}.product-icon svg{width:23px;height:23px}.product-number{font-size:12px;color:#697f91;font-variant-numeric:tabular-nums}.product-card h3{font-size:26px;letter-spacing:-.035em}.category{font-size:12px;font-weight:500;color:var(--accent);margin-top:8px}.description{font-size:15px;line-height:1.75;color:var(--muted);margin-block:18px 26px;max-width:450px}.card-actions{margin-top:auto}.product-link{border-top:1px solid var(--line);padding-top:19px;min-height:45px;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:600}.product-link:hover{color:var(--accent)}.product-link span{font-size:20px;font-weight:400}.store-badges{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:17px}.store-link{display:inline-flex;align-items:center;min-height:48px}.store-link img{object-fit:contain;max-width:100%}.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;list-style:none;margin:47px 0 38px;padding:0}.steps li{border-top:1px solid var(--line);padding-top:22px}.step-number{display:block;color:var(--accent);font-size:13px;margin-bottom:23px}.steps h3{font-size:19px;letter-spacing:-.03em;margin-bottom:13px}.steps p{font-size:15px;color:var(--muted);max-width:285px}.build-note{padding-top:27px;border-top:1px solid var(--line);font-size:14px;color:var(--muted)}.build-note strong{color:var(--ink);font-weight:500}.about-section{background:var(--wash);border-block:1px solid var(--line)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.about-grid h2{font-size:34px}.about-copy{padding-top:35px;color:var(--muted);font-size:16px}.about-copy p+p{margin-top:19px}.experience{display:flex;align-items:center;gap:19px;margin-top:31px;color:var(--accent);font-family:var(--heading);font-size:48px;line-height:1.3;letter-spacing:-.05em}.experience span{font-family:var(--body);font-size:12px;letter-spacing:0;color:var(--muted)}.contact-section{padding-block:88px;display:flex;justify-content:space-between;align-items:center}.contact-section h2{font-size:38px}.contact-section p:not(.eyebrow){font-size:16px;color:var(--muted);margin-top:21px}.contact-actions{display:flex;flex-direction:column;align-items:center;gap:15px;padding-right:42px}.email{font-size:13px;color:var(--muted)}footer{border-top:1px solid var(--line)}.footer-main{display:flex;justify-content:space-between;align-items:center;padding-block:34px}.footer-main .brand{font-size:22px}.footer-main p{font-size:12px;color:var(--muted);margin-top:5px}.footer-main nav{gap:27px;font-size:12px}.footer-bottom{border-top:1px solid var(--line);display:flex;justify-content:space-between;padding-block:19px 25px;color:var(--muted);font-size:11px}.skip-link{position:absolute;top:-100px;left:16px;padding:12px 18px;background:white;z-index:2}.skip-link:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(min-width:1500px){.hero{padding-top:100px}.hero h1{font-size:68px}}
@media(max-width:800px){.wrap{width:calc(100% - 48px)}nav{gap:19px}.hero{padding-top:60px}.hero h1{font-size:49px}.section{padding-block:64px}.section-heading{gap:24px}h2{font-size:34px}.product-card{padding:25px}.steps{gap:24px}.steps h3{font-size:17px}.about-grid{gap:32px}.about-grid h2{font-size:29px}.contact-actions{padding-right:0}.footer-main nav{gap:16px}}
@media(max-width:600px){.wrap{width:calc(100% - 40px)}.site-header{height:auto;min-height:116px;align-items:flex-start;flex-direction:column;justify-content:center;gap:10px;padding-block:17px}.brand{font-size:23px}.site-header nav{justify-content:space-between;width:100%;gap:8px;font-size:12px}.nav-contact{padding:6px 12px;gap:12px}.hero{padding-top:43px}.eyebrow{font-size:10px;margin-bottom:19px}.hero h1{font-size:clamp(35px,9.5vw,51px)}.desktop-break{display:none}.hero-description{font-size:16px;margin-top:22px}.hero-actions{gap:10px;margin-top:26px}.button{gap:20px;padding:11px 16px;font-size:13px}.hero-bottom{margin-top:40px;align-items:flex-start;gap:16px;flex-direction:column;padding-block:21px}.flow{font-size:11px}.section{padding-block:50px}.section-heading{align-items:flex-start;flex-direction:column;gap:17px;margin-bottom:28px}h2{font-size:32px}.section-heading>p{font-size:14px}.product-grid{grid-template-columns:1fr;gap:16px}.product-card{padding:26px}.card-top{margin-bottom:23px}.description{font-size:14px}.steps{grid-template-columns:1fr;gap:25px;margin-top:31px}.steps li{padding-top:19px}.step-number{margin-bottom:11px}.steps h3{font-size:20px}.steps p{max-width:none}.build-note strong{display:block;margin-top:5px}.about-grid{grid-template-columns:1fr;gap:20px}.about-grid h2{font-size:32px}.about-copy{padding-top:0;font-size:15px}.experience{margin-top:23px;font-size:42px}.contact-section{padding-block:53px;align-items:flex-start;flex-direction:column;gap:28px}.contact-section h2{font-size:32px}.contact-section p:not(.eyebrow){font-size:15px}.contact-actions{align-items:flex-start}.footer-main{align-items:flex-start;flex-direction:column;gap:20px;padding-block:27px}.footer-main nav{flex-wrap:wrap;gap:10px 22px}.footer-bottom{font-size:10px}}
.product-heading{display:flex;align-items:center;gap:15px;min-height:58px;margin-bottom:8px}.product-heading>div{min-width:0}.product-heading .product-number{margin-left:auto;align-self:flex-start}.app-icon,.product-heading .product-icon{width:52px;height:52px;flex:0 0 52px;border-radius:12px;object-fit:contain}.app-icon{border:1px solid var(--line)}.product-heading h3{font-size:25px}.product-heading .category{margin-top:6px}.store-badges{gap:12px;min-height:56px}.store-link{border-radius:6px}.store-link:hover{opacity:.8}.store-link img{display:block}.coming-soon{display:inline-flex;align-items:center;min-height:36px;padding:5px 14px;border:1px solid #e6d8b8;border-radius:6px;background:#fbf6e9;color:#796027;font-size:12px;font-weight:600;margin-top:25px;margin-bottom:12px}@media(max-width:400px){.product-heading{gap:11px}.product-heading h3{font-size:22px}.product-heading .category{font-size:11px}.product-heading .product-number{display:none}.product-card{padding:22px}.store-badges{gap:5px}}
/* Display the supplied logo without its surrounding transparent padding. */
.brand-logo{display:block;position:relative;width:166px;height:130px;overflow:hidden;flex-shrink:0}.brand-logo img{position:absolute;width:124%;height:auto;max-width:none;left:-12%;top:-26%}.site-header{height:158px}.footer-main .brand-logo{width:180px;height:140px}.eyebrow,.category,.step-number{color:var(--teal)}.build-section h2 span,.experience{color:var(--teal)}.product-icon{color:var(--teal)}.steps li{border-top:2px solid #b9e5e6}.nav-contact{border-color:#c9dfef;background:#f5faff}.hero-bottom strong{color:var(--teal)}.coming-soon{background:#edf8fa;border-color:#c4e5e9;color:#08767e}
@media(max-width:600px){.site-header{height:auto;min-height:0;gap:12px;padding-block:10px 16px}.brand-logo{width:145px;height:113px}.site-header .brand{align-self:center}.footer-main .brand-logo{width:155px;height:121px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
