  <style>

      .open-sans-<uniquifier> {
          font-family: "Open Sans", serif;
          font-optical-sizing: auto;
          font-weight: <weight>;
          font-style: normal;
          font-variation-settings:
            "wdth" 100;
        }

        body {
            font-family: 'Open Sans', serif;
            padding: 0;
            color: #333;
        }

        .main{
            width: 1024px;
            margin: auto;
        }
        header {
            position: sticky;
            top: 0;
            font-size: 24px;
            font-weight: bold;
            margin: 20px;
            text-align: left;
            background-color: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
        }
        .hero {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px 80px;
        }
        .highlight {
            background: linear-gradient(180deg, rgba(255, 108, 81, 0.2) 50%, transparent 50%);
            display: inline;
        }

        .highlight-main {
            background: linear-gradient(180deg, rgba(138, 215, 255, 0.2) 50%, transparent 50%);
            display: inline;
            
        }
        .hero-image {
            flex: 1;
            text-align: left;
        }
        .hero-image img {
            max-width: 100%;
            height: auto;
        }
        .hero-content {
            flex: 1;
            text-align: left;
            margin-left: 40px;
            width: 30%;
        }
        .hero-content h2 {
            font-size: 24px;
            font-weight: bold;
        }
        .hero-content p {
            font-size: 16px;
            line-height: 24px;
            margin: 10px 0;
        }
        hr{
            display: block;
            height: 1px;
            border: 0;
            border-top: 1px solid #ddd;
            margin: 10px 80px;
            padding: 0;
        }

        .app-store-button {
            text-align: left;
            width: 100%; 
        }

        .app-store-button-center{
            text-align: center;
            width: 100%; 
        }


        .app-store-button img, .app-store-button-center img{
            width: 150px;
        }

        .features, .apps {
            margin-top: 2px;
            padding: 10px 80px;
        }

        .features .app-store-button{
            display: none;
        }
        .features h2 {
            text-align: left;
        }
        .feature-grid {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            gap: 20px;
        }
        .feature-item {
            background: none;
            padding: 20px;
            border-radius: 10px;
            text-align: left;
            flex: 1;
        }

        .feature-item p{
            line-height: 24px;
        }

        .intro {
            padding: 10px 80px;
        }


        .link-primary-main, .link-primary-main a:hover { 
            color: #70C8F6; 
            text-decoration: none;
        }

        .link_primary { 
            color: #FF6C51; 
            text-decoration: none;
        }

        .link_secondary {
            color: #aaa;
            text-decoration: none;
        }

        .link_secondary a:hover{
            text-decoration: underline;
        }

        .reviews {
            padding: 10px 80px;
        }
        .reviews h2 {
            text-align: left;
        }
        .review-grid {
            display: grid;
            grid-template-areas:
            "one three six"
            "one four six"
            "two five seven";
        }
        .review-box{
            max-width: 250px;
            padding: 10px;
            margin: 10px;
            line-height: 24px;
        }

        .one {
            border-radius: 10px;
            background: #F7F3F8;
            grid-area: one;
        }

        .two {
            border-radius: 10px;
            background: #FCDAC8;
            grid-area: two;
        }
        .three {
            border-radius: 10px;
            background: #FBF2F5;
            grid-area: three;
        }
        .four {
            border-radius: 10px;
            background: #E7F3F9;
            grid-area: four;
        }
        .five {
            border-radius: 10px;
            background: #E6F9F0;
            grid-area: five;
        }
        .six {
            border-radius: 10px;
            background: #CCF3E6;
            grid-area: six;
        }
        .seven {
            border-radius: 10px;
            background: #fff;
            grid-area: seven;
        }

        .image-wrap {    
            width: 150px;
            height:150px;
            border-radius: 25px;
            overflow: hidden;
            margin: 10px auto;
            box-shadow: 10px 5px 5px rgb(0,0,0,10%);
}
        .image-wrap img{
            width: 150px;
            height: 150px;
        }

        footer {
            margin: 20px 80px;
            font-size: 14px;
            text-align: left;
        }


        .apps-grid {
            display: grid;
            grid-template-areas:
            "one two"
            "three four"
        }

        .app-item{
            display: block;
            text-align: center;
            padding: 10px;
            padding-bottom: 50px;
            margin: 10px;
        }

        .app-item h2{
            margin: 60px;
            margin-top: 500px;
        }

@media all and (max-width: 600px){
        .main{
            width: 100%;
            margin: auto;
        }


        .intro {
            padding: 10px 20px;
        }

        header {
            font-size: 24px;
            font-weight: bold;
            margin: 20px;
            text-align: left;
        }
        .hero {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 10px 20px;
        }

        .hero-image {
            flex: 1;
            text-align: left;
        }

        .hero-image img {
            max-width: 100%;
            height: auto;
        }

        .hero-content {
            flex: 1;
            text-align: left;
            margin-left: 10px;
            width: 100%;
        }

        .hero-content h2 {
            font-size: 24px;
            font-weight: bold;
        }

        .hero-content p {
            font-size: 16px;
            line-height: 24px;
            margin: 10px 0;
        }



        hr{
            display: block;
            height: 1px;
            border: 0;
            border-top: 1px solid #ddd;
            margin: 10px 20px;
            padding: 0;
        }

        .app-store-button {
            text-align: center;
            width: 100%;
 
        }

        .app-store-button img{
            width: 150px;
        }

        .features, .apps {
            margin-top: 2px;
            margin: 10px 20px;
            padding: 10px 10px;
   
        }

        .features h2 {
            text-align: left;
        }

        .feature-grid {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 1px;
        }

        .feature-item {
            background: none;
            padding: 0px;
            border-radius: 10px;
            text-align: left;
            flex: 1;
        }

        .feature-item p{
            line-height: 24px;
            padding-bottom: 10px;
            margin-top: 0px;
        }


        .reviews {
            padding: 10px 10px;
            margin-left: 20px;
            margin-right: 20px;
        }
        .reviews h2 {
            text-align: left;
        }
        .review-grid {
            display: flex;
            flex-direction: column;

        }
        .review-box{
            max-width: none;
            padding: 20px;
            margin: 0px;
            margin-top: 10px;
            line-height: 24px;
        }

        .four, .five, .six {
            display: none;
        }

        .seven {
            text-align: center;
        }
        footer {
            margin: 10px 20px;
            text-align: center;
        }


        .apps-grid {
            display: flex;
            flex-direction: column;
        }

        .app-item{
            display: block;
            text-align: center;
            padding: 10px;
            padding-bottom: 50px;
            margin: 10px;
        }

        .app-item h2{
            margin: 60px;
            margin-top: 500px;
        }


}

    </style>