*{box-sizing:border-box}body{--primary-shade: #6f80ec;--primary: #7d8eff;--primary-light: #9da8ff;--primary-contrast: #fff;--secondary-shade: #a381eb;--secondary: #b596f7;--secondary-light: #c7adff;--accent-shade: #c47edb;--accent: #d696eb;--accent-light: #ebadff;--layer0: #eae7f3;--layer1: #d6d5db;--text: #222;--text-light: #323133;--text-shade: #767279}body.force-dark{--primary-shade: #6f80ec;--primary: #7d8eff;--primary-light: #9da8ff;--primary-contrast: #0f0c18;--secondary-shade: #5c4196;--secondary: #6d4cb2;--secondary-light: #7e5ec4;--accent-shade: #c47edb;--accent: #d696eb;--accent-light: #ebadff;--accent-contrast: #0f0c18;--green: #7feb7f;--green-contrast: #0f0c18;--layer0: #151416;--layer1: #1d1c22;--text: #f5f7fd;--text-light: #bdb7c2;--text-shade: #514e53}@media(prefers-color-scheme: dark){body:not(.force-light){--primary-shade: #6f80ec;--primary: #7d8eff;--primary-light: #9da8ff;--primary-contrast: #0f0c18;--secondary-shade: #5c4196;--secondary: #6d4cb2;--secondary-light: #7e5ec4;--accent-shade: #c47edb;--accent: #d696eb;--accent-light: #ebadff;--accent-contrast: #0f0c18;--green: #7feb7f;--green-contrast: #0f0c18;--layer0: #151416;--layer1: #1d1c22;--text: #f5f7fd;--text-light: #bdb7c2;--text-shade: #514e53}}body{font-family:"Rubik",Arial,Helvetica,sans-serif;padding:0;margin:0;display:flex;flex-direction:column;color:var(--text);background-color:var(--layer0)}h1{font-size:2.4rem;font-weight:550}h2{font-size:1.5rem;font-weight:500;margin:0}a{color:var(--primary)}p{margin:0;font-weight:330}.center-text{text-align:center}section.blue-background{background-color:var(--primary);border-radius:16px;overflow:hidden;position:relative}section.blue-background::before{content:" ";position:absolute;left:0;top:0;width:100%;height:100%;background-image:url("/pix/flowlines-3.svg");background-position:center;background-size:300%}section.blue-background>*{z-index:2}@media screen and (max-width: 1200px){section.blue-background{border-radius:0}}footer{display:flex;justify-content:center;align-items:center;padding:10px;gap:10px;font-size:.8rem;text-align:center;color:var(--text-light)}@media screen and (max-width: 650px){footer{display:grid;grid-template-columns:1fr 1fr}footer span{grid-column:span 2}}@media screen and (min-width: 800px){.mobile-only{display:none !important}}@media screen and (max-width: 800px){.desktop-only{display:none !important}}body{display:flex;flex-direction:column;align-items:center}nav{height:60px;width:100%;position:fixed;top:0;display:flex;justify-content:center;align-items:center;z-index:4;background-color:rgba(0,0,0,0);box-shadow:0px 0px 3px rgba(0,0,0,0);transition:200ms background-color linear,200ms box-shadow linear}nav.scrolled{background-color:var(--layer0);box-shadow:0px 0px 3px rgba(0,0,0,.4)}nav .content{height:100%;max-width:1200px;min-width:min(1200px,100%);padding:0 16px;display:flex;justify-content:space-between;align-items:center}nav .logo{max-width:310px;width:310px;display:flex;justify-content:flex-start;align-items:center}nav .logo img{width:100%;display:block}nav ul{display:flex;list-style:none;gap:16px}nav ul a{text-transform:uppercase;text-decoration:none;color:#fff}header{width:100%;display:flex;justify-content:center;align-items:center;position:relative;padding-top:60px}header .content{max-width:1200px;min-width:min(1200px,100%);display:grid;grid-template-columns:1fr 1fr 1fr;z-index:2}header .text{height:520px;grid-column:span 2;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 64px}header .text h1{color:#fff;font-weight:480;font-size:2.2rem;text-shadow:0px 2px 2px rgba(0,0,0,.4);margin-bottom:40px}header .download-buttons{display:flex;gap:8px;user-select:none}header .download-buttons img{width:150px}header .iphone-container{margin-top:50px;grid-row:span 2}#header-background{width:100%;height:580px;background:radial-gradient(circle at 75% 120%, rgba(255, 170, 0, 0.9607843137) 0%, rgba(255, 169, 0, 0.1) 50%, rgba(255, 169, 0, 0) 60%),radial-gradient(circle at 0% 130%, rgba(214, 150, 235, 0.8470588235) 0%, rgba(214, 150, 235, 0.062745098) 40%, rgba(214, 150, 235, 0) 85%),linear-gradient(60deg, var(--primary), #5c4196);position:absolute;left:0;top:0;z-index:1;background-color:var(--primary)}#header-background::after{content:" ";position:absolute;left:0;top:0;width:100%;height:100%;background-image:url("/pix/flowlines-3.svg");background-position:center center;background-size:150%}section{max-width:1200px;min-width:min(1200px,100%);padding:16px;margin-bottom:64px}#features-section{margin-top:-60px}ul.block-list{display:flex;list-style:none;margin:0;padding:0;gap:32px}ul.block-list li{flex-basis:100%;display:flex;flex-direction:column;gap:8px;padding:16px 0;border-top:1px solid var(--text-shade);border-bottom:1px solid var(--text-shade)}ul.block-list h2{margin:0}#pricing-section .prices{list-style:none;display:flex;justify-content:center;align-items:flex-start;gap:16px;padding:0;margin:0;margin-bottom:64px}#pricing-section .prices .price{width:330px;display:flex;flex-direction:column;gap:16px;background-color:#fff;padding:32px 16px;border-radius:8px;box-shadow:0px 2px 2px rgba(0,0,0,.4);color:#222}.iphone-container{display:flex;justify-content:center}.iphone{width:300px;max-width:80vw;aspect-ratio:1419/2796;position:relative;display:flex;justify-content:center;align-items:center}.iphone .bezzel{width:100%;height:100%;background-image:url("/pix/iphone15-bezzel.png");background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute;left:0;top:0;z-index:3;pointer-events:none}.iphone .screen{width:83.5%;aspect-ratio:1179/2556;border-radius:30px;z-index:2;overflow:hidden;background-color:#000}.iphone swiper-container{max-height:100%;height:100%;max-width:100%;width:100%;--swiper-theme-color: var(--primary)}.iphone swiper-container::part(button-prev),.iphone swiper-container::part(button-next){width:15px;overflow:visible;stroke:var(--primary);stroke-width:1px}.iphone swiper-slide img{width:100%;height:100%;max-width:100%}.iphone::before{content:" ";width:85%;aspect-ratio:1179/2556;background-color:#000;position:absolute;left:7.5%;top:3.4%;border-radius:44px;z-index:1;box-shadow:0px 20px 30px rgba(0,0,0,.2039215686)}@media screen and (max-width: 700px){nav .content{justify-content:center}nav .content ul{display:none}header .content{display:flex;flex-direction:column}header .content .text{height:auto;padding:0 32px}header .content .text h1{margin-top:50px;font-size:2rem}#header-background{height:850px}#features-section{margin-top:-20px;text-align:center}#features-section ul.block-list{display:flex;flex-direction:column;gap:0}#features-section ul.block-list li{padding:16px}#features-section ul.block-list li:not(:last-of-type){border-bottom:none}#pricing-section .prices{display:flex;flex-direction:column;align-items:center;justify-content:center}#pricing-section .prices .price{width:100%}}
