    html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}



@font-face {
font-family: "Wintyr VF";
src: url('WintyrVF.woff2') format('woff2-variations');
font-weight: 100 900;
font-display: swap;
}


@font-face {
font-family: "Infamous";
src: url('Infamous-Regular.woff2') format('woff2');
font-weight: 400;
font-display: swap;
}



@font-face {
font-family: "Def Sans VF";
src: url('DefSansVF.woff2') format('woff2-variations');
font-weight: 100 900;
font-display: swap;
}


  :root {
            --primary-yellow: #FFD445;
            --primary-red: #FA6A42;
            --primary-blue: #2E97EE;
            --primary-stone: #F5F3EF;
            --primary-black: #2D2A27;
            --primary-white: #F3EDE1;
            --hover-bounce: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
            --font-family-main: 'Def Sans VF', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, Arial, sans-serif;
        --font-family-code: 'Wintyr VF', Courier, monospace;

        }



body, html {

    font-family: var(--font-family-code);
    background: var(--primary-yellow);
    color: black;
    font-weight: 360;
    line-height: 1.35;
    font-size: 16px;
}





h1#hugeheading, #privacy h1#hugeheading, #support h1#hugeheading {
    font-family: "Tilda Sans";
    font-size: 28vw;
    text-align: center;
    width: 100vw;
    overflow: hidden;
    text-indent: -.15em;
    line-height: 1;
    letter-spacing: 0.185em;
    position: fixed;
    top: calc(50% - .55em);
    z-index: 1;
  /*  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);*/
    opacity: 1;
}

body.loaded h1#hugeheading {
/*    animation: headingPulse 1s ease-out forwards;*/
}

@keyframes headingPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes weightflex {
    0% {
        font-variation-settings: "wght" 200;
    }
    50% {
        font-variation-settings: "wght" 900;
    }
    100% {
        font-variation-settings: "wght" 200;
    }
}

#home section#home {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}

body.loaded#home section#home {
    opacity: 1;
    transform: translateY(0);
}

#privacy h1#hugeheading, #support h1#hugeheading {
    color: var(--primary-yellow);
      -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
    z-index: 1;
}

#privacy #container, #support #container {
    max-width: 800px;
    margin: 0 auto 10vw;
    padding: 5vw;
    position: relative;
    z-index: 2;
}

h2, h3, h4, h5, h6, p {
    margin-bottom: 1em;
}

strong {
    font-weight: 600;
}

a {
    color: black;
}

#privacy h1, #support h1 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 1em;
}

#privacy p, #support p {
    font-weight: 300;
}

#privacy h2, #support h2 {
    font-size: 1.5rem;
        text-transform: uppercase;
        letter-spacing: 0.035em;
        font-weight: 500;
        line-height: 1;
        display: inline-block;
        border-top: 1px solid black;
        padding-top: 1.5em;
        margin-top: 3em;

}

#privacy ul, #support ul {
    list-style-type: disc;
    margin-left: 1.25em;
    margin-bottom: 1em;
}
#privacy ul li, #support ul li {
        font-weight: 300;

}

#support h3 {
    font-weight: 600;
    text-transform: uppercase;
}

#privacy p.small, #support p.small {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 450;
    border-bottom: 1px solid black;
    padding-bottom: 1em;
    margin-bottom: 2em;
    letter-spacing: 0.05em;
}

#home #copyright {
        position: relative;
    bottom: 0;
    right: 0;
    left: 0;
}

#copyright {

    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    padding: 1em;
    letter-spacing: .05em;
}

#home section {
    position: relative;
    z-index: 2;
    margin-bottom: 30vh;
}

#screenrecord {
    margin: 6vh auto 0;
    text-align: center;
    background: url("dotgrid-yellow.svg") center center;
    background-size: 6px auto;
    border-radius: 60px;
    padding: 20px;
    display: inline-block;
    position: relative;
    left: calc(50vw - 20vh);
    transition: transform 0.15s ease-out;
    transform-style: preserve-3d;
    will-change: transform;
}

#screenrecord video {
    max-height: 70vh;
    width: auto;
    border-radius: 40px;
    border: 4px solid black;
    transition: transform 0.3s ease;
}

#screenrecord:hover video {
/*    transform: scale(1.02);*/
}

#appstorelink  {
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    padding-top: 50px;
}

#appstorelink.reveal {
    opacity: 1;

    transform: translateY(0);
}

#appstorelink a:hover img {
    transform: scale(1.3);
}

#appstorelink img {
    height: 50px;
    transition:  all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

   @keyframes scaleAnimation {
      0% {
        visibility: visible;
        transform: scale(0);
      }
      20% {
        transform: scale(1.1);
      }
      25% {
        transform: scale(1);
      }
      35% {
        transform: scale(1.1);
      }   
      50% {
        transform: scale(1);
      }
     60% {
        transform: scale(0);
      }     
      100% {
        transform: scale(0);
        visibility: hidden;

      }
    }


h3.callout {
    font-family: "Caveat", script;
    position: absolute;
    z-index: 3;
    background: white;
    display: inline-block;
    padding: .75em .9em;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0.05em;
    transform-origin: center;
    transition: all 0.3s ease;
}

h3.callout:hover {
    transform: scale(1.15) !important;
    z-index: 4;
}

#noai {
    left: -50px;
    top: 30%;
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    rotate:-10deg;
     visibility: hidden;
      animation-name: scaleAnimation; 
      animation-duration: 7s; 
      animation-iteration-count: infinite; 
      animation-timing-function: ease-in-out; 
      animation-delay: 1500ms;
}

#offline{
   right: -50px;
    top: 10%;
    border-radius: 60% 60% 40%  40% / 30% 70% 30% 70% ;
    rotate: 10deg;
    visibility: hidden;
      animation-name: scaleAnimation; 
      animation-duration: 7s; 
      animation-iteration-count: infinite; 
      animation-timing-function: ease-in-out; 
       animation-delay: 3500ms;

}

#nosub {
   right: -100px;
    top: 75%;
    border-radius: 60% 60% 40%  40% / 30% 70% 30% 70% ;
      rotate: 15deg;
      visibility: hidden;
      animation-name: scaleAnimation; 
      animation-duration: 7s; 
      animation-iteration-count: infinite; 
      animation-timing-function: ease-in-out; 
      animation-delay: 2500ms;
}

#smarter {

   right: -80px;
    top: 39%;
    border-radius: 45% 60% 55%  40% / 30% 60% 40% 70% ;
       rotate:2deg;
       visibility: hidden;
      animation-name: scaleAnimation; 
      animation-duration: 7s; 
      animation-iteration-count: infinite; 
      animation-timing-function: ease-in-out; 
      animation-delay: 2000ms;
}

#adfree  {
       right: 30%;
    top: -4%;
    border-radius: 60% 55%  40%  45% / 60% 40% 70% 30% ;
      rotate: 2deg;
      visibility: hidden;
      animation-name: scaleAnimation; 
      animation-duration: 7s; 
      animation-iteration-count: infinite; 
      animation-timing-function: ease-in-out; 
      animation-delay: 500ms;
}

#like {
       left: -85px;
    top: 80%;
    border-radius: 60% 55%   45%  40%/ 60%  70% 30% 40%;
       rotate: -10deg;
          visibility: hidden;
      animation-name: scaleAnimation; 
      animation-duration: 7s; 
      animation-iteration-count: infinite; 
      animation-timing-function: ease-in-out; 
      animation-delay: 4000ms;
}




p.progress {
color: rgba(0,0,0,0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-size: 18vw;
  font-weight: 900;
  letter-spacing: -0.1em;
  margin: 0 -.25em 0 0;
  opacity: 0;
  transform: translateY(50px) scale(0.9) rotate(-5deg);
  transition: opacity 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

p.progress.reveal {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(0deg);
}

p.progress.exited {
  opacity: 0;
  transform: translateY(50px) scale(0.9) rotate(5deg);
}

#step2 p.progress {
      margin: 0 0 0 -.25em;

}

p.progress span {
    animation-name: weightflex; 
      animation-duration: 3s; 
      animation-iteration-count: infinite; 
      animation-timing-function: ease-in-out; 
}



.howcard {
    display: flex;
    flex-direction: row;
    max-width: 70vw;
    margin: 0 auto 10vh;
    align-items: center;
}

em {
    font-variation-settings: "slnt" -10;
}

.stepwrap {
    background: url("dotgrid-yellow.svg") center center;
    background-size: 6px auto;
    padding: 20px;
    border-radius: 60px;
    width: 49vw;
    min-width: 550px;
    opacity: 0;
    transform: translateX(-50px) rotate(8deg);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.stepwrap.reveal {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
}

.stepwrap.exited {
    opacity: 0;
    transform: translateX(-50px) rotate(-8deg);
}

#step2 .stepwrap {
    transform: translateX(50px) rotate(-8deg);
}

#step2 .stepwrap.reveal {
    transform: translateX(0) rotate(0deg);
}

#step2 .stepwrap.exited {
    transform: translateX(50px) rotate(8deg);
}

.step {
    border-radius: 50px;
    background: black;
    padding: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
}

.step:hover {
    transform: translateY(-15px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

#step1 .step, #step3 .step {
    color: var(--primary-yellow);
    background: black;
}

#step2 .step {
      color: black;
    background: white;  
}

#step2.howcard, #step2 .columns {
    flex-direction: row-reverse;
}

.columns {
    display: flex;
    flex-direction: row;
    gap: 8%;
    align-items: center;
}

.step h6 {
    text-transform: uppercase;
    margin-bottom: 2em;
    font-weight: 550;
    font-size: 22px;
    letter-spacing: 0.15em;
}

.columns img {
    min-width: 200px;
    max-width: 25vw;
    height: auto;
    border-radius: 20px;
    transition: transform 0.4s ease;
}

.columns img:hover {
    transform: scale(1.25) rotate(2deg);
}

.step .content small {
    font-family: "Caveat", script;
    text-transform: uppercase;
    font-size: calc(10px + .3vw);
    line-height: 1;
}

#step1 small, #step3 small {
    color: white;
}

#step1 .columns p, #step3 .columns p {
    font-size: calc(14px + 1vw);
    line-height: 1.1;
    margin-bottom: 2em;
    font-weight: 500;
}

#step1 h6, #step3 h6 {
    color:white;
}


#step2 .columns p {
   font-size: calc(13px + .5vw);
    line-height: 1.1;
    margin-bottom: 2em;
    font-weight: 500;
}

#step1 .columns .content, #step3 .columns .content {
    padding-right: 3vw;
}

#step2 .columns .content {
    padding-left: 1vw;
}


#home #lastly {
    width: 60vw;
    margin: 0 auto 0;
}

#lastly h5 {
    color: white;
    font-size: 10vw;
    text-align: center;
    font-weight: 900;
    font-variation-settings: "slnt" -10;
    margin-bottom: 0;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#lastly h5.reveal {
    opacity: 1;
    transform: scale(1);
}


#lastly div {
    position: relative;
    max-width: 70%;
    margin: 0 auto;
}
#lastly ul {
    padding: 4vw 6vw;
    position: relative;
    z-index: 2;

}



#lastly li {
    font-family: "Caveat", script;
    font-size: calc(16px + 1vw);
    line-height: 1;
    margin-bottom: 4em;
    letter-spacing: -0.05em;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.3s ease;
}

#lastly li.reveal {
    opacity: 1;
    transform: translateY(0);
}

#lastly li:hover {
    transform: translateY(-5px) scale(1.05);
    z-index: 5;
}

#lastly span {
    position: absolute;
    top: -25px;
    right: -15px;
    bottom: -25px;
    left: -15px;
    z-index: -1;
    display: block;
    transition: transform 0.3s ease;
}

#lastly li:hover span {
    transform: scale(1.1);
}

#lastly span img {
width: 100%;
height: 100%;
object-fit: fit;
}

#lastly li:nth-child(odd) {
    rotate: 3deg;
}

#lastly li:hover:nth-child(odd), #lastly li:hover:nth-child(even) {
    rotate: -10deg;
}

#lastly li:nth-child(even) {
    rotate: -3deg;
}


#home #pro {
    background: url("sixtep-pro-min.jpg") no-repeat 50% 50%;
    background-size: cover;
    width: 85vw;
    border-radius: 60px;
    margin: 0 auto 15vh;
    display: flex;
    flex-direction: row;
    padding: 30vh 4vw 24vh;
    color: var(--primary-yellow);
    text-transform: uppercase;
    opacity: 0;
    transform: scale(0.95);
    overflow: hidden;
    transition: opacity 0.8s ease, transform 0.8s ease, box-shadow 0.3s ease;
}

#home #pro.reveal {
    opacity: 1;
    transform: scale(1);
}

#pro:hover {
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

#pro p {
    letter-spacing: 0.085em;
    margin-bottom: 0;
}

#pro div {
    width: 100%;
}

#pro div + div {
    text-align: right;
}

#pro h6 {
    color: white;
    font-size: 3vw;
    margin-bottom: .25em
}

#goplay {
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    color: black;
    margin: 0 auto 0;
    position: relative;
    z-index: 2;
    display: block;
    width: 270px;
    font-weight: 500;
    top: -10vh;
    line-height: 1;
  animation-name: caseanimate; 
  animation-duration: 2s; 
  animation-iteration-count: infinite; 
  border: 2px solid black;
  padding: .5em .5em;
  border-radius: 50px;
 transition:  all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#goplay:hover {
    transform: scale(1.3);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

   @keyframes caseanimate {
     0% {
        text-transform: lowercase;     }
      50% {
        text-transform: uppercase;      }
      }

#overlay {
    display: none;
}

#step2 .content strong{
    border: 2px solid var(--primary-yellow);
    display: inline-block;
    border-radius: 3px;
    padding: 0 2px;
}

small#android {
    text-align: center;
    display: block;
    margin: 0 auto;
}

/* responsive ------------------------------------------------------- */

@media screen and (max-width: 900px) { 

    #overlay {
        display: block;
        position: absolute;
        z-index: -1;
        bottom: 0;
        left:0;
        right: 0;
        height: 200px;
        background: linear-gradient(transparent 0%, #000000 100%);
    }

  #home #copyright, #privacy #copyright, #support #copyright {
    position: relative;
  }
       
     body, html {
            overflow-x: hidden;
        }


    #screenrecord {
        transform: scale(0.8);
        left: calc(50vw - 20.5vh);
    }


.columns {
    display: flex;
    flex-direction: column;
    gap: 8%;
    align-items: center;
}

#step2 .columns {
    flex-direction: column;
}

.howcard, #step2.howcard {
    flex-direction: column;
}

p.progress, #step2 p.progress {

  font-size: 39vw;
  margin: 0 0 -.65em;
}

#step1 .columns .content, #step3 .columns .content, #step2 .columns .content {
    padding: 0;
}

.howcard {
 
    margin: 0 auto 10vw;
}

.stepwrap { 
    min-width: 90vw;
}

.columns img {
    min-width: 200px;
    max-width: 100%;
    margin-bottom: 40px;
    display: block;
}

#lastly div {
    max-width: 100%;
}

#home #lastly {
    width: 80vw;
    margin: 0 auto 0;
}

#lastly h5 {
font-size: 80px;
}

#lastly ul {
    padding: 8vw 0;
}

#lastly li {
    font-size: calc(18px + 1vw);
}

#home section {
    margin-bottom: 10vh;
}

#home #pro {
    flex-direction: column;
    padding: 8vw;
    gap: 120vw;
    border-radius: 30px;
}

#pro div + div {
    text-align: left;
}

#pro h6 {
    font-size: 30px;
    line-height: 1;
}

.step {
    padding: 30px;
}

.step .content small {font-size: 22px}

#appstorelink img {
    height: auto;
width: 200px;
}

#appstorelink  {
padding-top: 0;
}

}