/* General */
html {
    scroll-behavior: smooth;
}

/* Text */
.hero-eyebrow {
    font-weight: 700;
    color: #FFA751;
    font-size: 17px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.hero-eyebrow-dark {
    font-weight: 700;
    color: #000000;
    font-size: 17px;
    letter-spacing: 3px;
    opacity: 0.6;
}

.hero-title {
    color: #1D1D1F;
    font-size: 62px;
    line-height: 1.1;
    font-weight: 700;
}

/* Responsive styles for the hero title */
@media screen and (max-width: 1215px) {
    .hero-title {
        font-size: 56px;
    }
}

@media screen and (max-width: 1023px) {
    .hero-title {
        font-size: 48px;
    }
}

@media screen and (max-width: 768px) {
    .hero-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 480px) {
    .hero-title {
        font-size: 32px;
    }
}

.hero-animation {
    transform: translateY(110%);
    opacity: 0;
    animation: revealFade 1.7s cubic-bezier(1, 0, 0.3, 0.9);
    -moz-animation: revealFade 1.7s cubic-bezier(1, 0, 0.3, 0.9);
    -webkit-animation: revealFade 1.7s cubic-bezier(1, 0, 0.3, 0.9); 
    -o-animation: revealFade 1.7s cubic-bezier(1, 0, 0.3, 0.9); 
    animation-fill-mode: forwards;
}

.hero-animation-container {
    overflow: hidden;
    display: block;  
    height: 100%;  
}

.hero-subtitle {
    color: #1D1D1F;
    font-size: 45px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.hero-subtitle-gray {
    color: rgba(0,0,10,.4);
}

.hero-description {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #4a4a4a
}

.hero-subdescription {
    font-weight: 500;
    font-size: 16px;
}

img.hero-description-svg {
    width: 40px;
    height: 40px;
}

.hero-review {
    font-size: 23px;
    line-height: 1.21053;
    font-weight: 400;
    color: #131e29;
}

.hero-testimonial {
    font-size: 21px;
    line-height: 1.21053;
    font-weight: 600;
    color: rgba(0,0,10,.75);
    text-align: right;
    padding-right: 20px;
}

img.hero-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    float: right;
}

img.hero-ipad-app {
    width: 90%;
    margin: auto;
}

img.hero-mac-app {
    margin: auto;
}

/* Video Overlay */
#device-container {
    height: 960px;
    max-width: 90%;
    margin: auto;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  
  .device-frame {
    width: 100%;
    height: 100%;
    background-image: url(../images/hero/hero-iphone.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  
  .device-video {
    position: absolute;
    z-index: -1;
    border-radius: 20px;
    width: 75%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    box-shadow: 0 19px 51px 0 rgb(0 0 0 / 16%), 0 14px 19px 0 rgb(0 0 0 / 7%);
}

/* Underline */
.underline-magical {
    font-weight: 1000;
    letter-spacing: 4px;
    color: #000000;
}

.underline-magical:hover {
    background-size: 100% 0.3em;
}

/* Typewrite */
span.typewrite {
    margin-left: -10px;
}

.quotation {
    font-size: 27px;
    font-weight: 600;
    margin: 0 auto;
    quotes: "\201C""\201D""\2018""\2019";
    padding: 10px 10px;
    line-height: 1.4;
    text-align: justify;
}
  
.quotation:before {
    content: open-quote;
    display: inline;
    height: 0;
    line-height: 0;
    position: relative;
    top: 30px;
    color: #ccc;
    font-size: 3em;
    font-family: "Times New Roman", Times, serif;
    opacity: 50%;
}

.quotation::after {
    content: close-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: 10px;
    position: relative;
    top: 35px;
    color: #ccc;
    font-size: 3em;
    font-family: "Times New Roman", Times, serif;
    opacity: 50%;
}

/* Header Titles */ 
.header-eyebrow {
    font-weight: 600;
    color: #FFA751;
    font-size: 17px;
    letter-spacing: 1px;
}

.header-eyebrow a {
    color: #FFA751 !important;
}

.header-eyebrow-multicolor {
    background-position: top left, top right;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 700;
    font-size: 17px;
    color: #4a4a4a;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.header-title {
    color: #1D1D1F;
    font-size: 45px;
    line-height: 1.05556;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.header-subtitle {
    color: #434343;
    font-size: 20px;
    line-height: 1.05556;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

.header-description {
    margin-top: 10px;
    font-size: 23px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: rgba(0,0,10,.4);
}

.header-feature {
    font-size: 20px;
    font-weight: 600;
}

/* BLOG Text */
.post-title  {
    color: #1D1D1F !important;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 50px;
    margin-bottom: 20px;
}

.post-title a {
    color: #F7B500 !important;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0;
}

.post-title a:hover {
    color: #FFA751 !important;
}

.post-subtitle  {
    color: rgb(41 41 41 / 86%);
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 40px;
}

h3.post-subtitle {
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-align: left !important;
    margin-top: 30px;
}

.post-paragraph { 
    font-size: 17px;
    letter-spacing: .01em;
    line-height: 1.6em;
    margin: 10px 0 10px 0;
}

.post-date {
    color: #666;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0;
}

ul.post-list {
    line-height: 1.8em;
    letter-spacing: .01em;
    font-size: 17px;
    margin-top: 10px !important;
    margin-left: 20px;
    padding-left: 0;
    padding-bottom: 10px !important;
    list-style-type: "• " !important;
}

.post-list li {
    margin-bottom: 10px;
    padding-left: 5px;
}

ol.post-list {
    line-height: 1.8em;
    letter-spacing: .01em;
    font-size: 17px;
    margin-top: 10px !important;
    margin-left: 20px;
    padding-left: 0;
    padding-bottom: 10px !important;
    list-style-type: decimal !important;
}

ol.post-list li {
    list-style-type: decimal !important;
    margin-bottom: 10px;
}

.read-more-post {
    color: #1D1D1F !important;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 50px;
    margin-bottom: 20px;
}

.read-more-post a {
    color: #1D1D1F !important;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 50px;
    margin-bottom: 20px;
}

.read-more-post a:hover {
    text-decoration: underline;
}

.next-post-title a {
    color: #F7B500 !important;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0;
}

.next-post-title a:hover {
    color: #FFA751 !important;
}

img.post {
    display: block;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 15px;
    width: 90%;
    border-radius: 10px;
    object-fit: cover;
    border-style: solid;
    border-color: #dedede;
    border-width: 1px;
    overflow: hidden;
}

img.shadow {
    -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 20px 5px rgba(0,0,0,.1);
    box-shadow: 0 0 20px 5px rgba(0,0,0,.1);
}

img.screenshot {
    max-width: 360px;
}

figcaption {
    margin: 0;
    font-size: 15px;
    text-align: center;
}

.post-cover {
    display: block;
    border-radius: 6px 6px 0px 0px;
    margin: auto;
    height: 300px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center top;
    border-style: solid;
    border-color: #fff;
    border-width: 1px;
}

/* Card */
.card {
    border-radius: 18px;
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.9) 60%);
    box-shadow: rgba(0, 20, 20, 0.08) 0px 10px 60px 0px, rgba(0, 20, 20, 0.06) 0px 0px 0px 1px;
    transition: all 0.2s ease 0s;
    transform: translate3d(0px, 0px, 0px);
    min-height: 500px;
    border-radius: 12px;
    position: relative;
    padding-bottom: 60px;
}

.card .post-title  {
    display: block;
    margin: 22px;
}

.card .post-title a {
    font-size: 28px;
}

.card p {
    margin: 6px 22px;
}

.card h5 {
    padding: 6px 22px 22px;
    font-size: 16px;
    text-align: justify;
    color: rgb(178, 176, 181);
    letter-spacing: -0.2px;
    transition: all 0.5s ease 0s;
}

/* SVG */
.filter-accent {
    filter: invert(31%) sepia(86%) saturate(2532%) hue-rotate(329deg) brightness(97%) contrast(99%);
}

.button-color {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: 50px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    font-size: 16px !important;
    font-weight: 600;
    color: white !important;
    background-color: #F7B500 !important;
}

.button-black:hover {
    background-color: rgb(0 0 0 / 80%) !important;
    text-decoration: none !important;
}

.button-black {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: 50px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    font-size: 16px !important;
    font-weight: 600;
    border-width: 0px !important;
    color: white !important;
    background-color: #000000 !important;
}

.button-color:hover {
    background-color: #FFA751 !important;
    text-decoration: none !important;
}

.button img {
    margin-right: 10px;
}

/* Testimonials */
.star {
    width: 32px;
    margin-left: -4px;
}

.text-gradient {
    color: transparent;
    background-image: -webkit-linear-gradient(
        right,
        #777dff 0px,
        #f154ff 200px,
        #f0357c 400px
      ),
      -webkit-linear-gradient(left, #777dff 0px, #497ce2 200px, #37bdde 400px);
    background-image: linear-gradient(
        to left,
        #777dff 0px,
        #f154ff 200px,
        #f0357c 400px
      ),
      linear-gradient(to right, #777dff 0px, #497ce2 200px, #37bdde 400px);
    background-size: 51% 100%;
    background-position: top left, top right;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    padding-bottom: 6px;
    line-height: 1.14286;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
  
small {
    font-weight: 700;
}

.column.review {
    padding: 20px;
    transition: background-color 0.1s ease 0s;
    border-radius: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex-grow: 1;
    background-color: rgba(17, 17, 17, 0.05);
    margin-right: 10px;
    margin-left: 10px;
    color: #1D1D1F;;
}

.review-app-store-icon{
    margin-top: 20px;
}

.review small {
    padding-top: 10px !important;
    display: block;
}

.review small:before {
    content: "Posted by ";
    font-weight: 500;
    opacity: 0.8;
}

.review span {
    font-weight: 500;
    opacity: 0.5;
    font-size: 14px;
}

.column.review h4 {
    color: rgb(17, 17, 17);
    font-weight: 700;
    font-size: 17px;
}

img.app-store-icon {
    vertical-align: middle;
}

/* Columns */ 

.columns {
    margin-top: 0px !important;
}

/* Header */ 

#header {
    background-image: url(https://uploads-ssl.webflow.com/5837424ae11409586f837994/61195e21f792d7065d2f56ad_noise.png),linear-gradient(180deg,#F5CE59,rgb(182 182 182 / 10%)) !important
}

/* Footer */ 
.footer {
    background-color: #F0EFE3;
    background-image: url(https://uploads-ssl.webflow.com/5837424ae11409586f837994/61195e21f792d7065d2f56ad_noise.png),linear-gradient(180deg,#F0EFE3,#F0EFE3) !important;
}

.footer a {
    color: #363636;
}

.footer a:hover {
    color: #4a4a4a;
    text-decoration: underline;
}

.footer-top {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.footer-bottom {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.email {
    min-width: 200px;
    padding: 10px;
    margin-top: 10px;
}



.app-store {
    margin-top: 20px;
}

.company-copyright {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.coffee {
    margin-left: 5px;
    margin-right: 5px;
}

.social {
    height: 50px;
}

.social li {
    color: #fff!important;
    background-color: #F7B500;
    padding-top: 3px;
    padding-left: 7px;
    padding-bottom: 15px;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    font-size: 14px;
    line-height: 30px;
    float: left;
    margin: 5px;
    border-color: #dbdbdb;
    border-width: 1px;
}

.social li:hover {
    background-color: #FFA751 !important;
}

.social li img {
    height: 16px;
    width: 16px;
    filter: brightness(0) invert(1);
}

.status-indicator {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #4CAF50;
    border-radius: 50%;
    margin-left: 5px;
    position: relative;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7);
    }
    
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 4px rgba(76, 175, 80, 0);
    }
    
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
    }
}

/* Sections */ 
.section-enjoy {
    background-color: #F6F7F8;
    background-image: url(https://uploads-ssl.webflow.com/5837424ae11409586f837994/61195e21f792d7065d2f56ad_noise.png),linear-gradient(180deg,#F6F7F8,#F6F7F8) !important;   
    overflow: hidden !important;
    margin-top: 0px !important;
    padding-top: 200px !important;
    padding-bottom: 100px !important;
    position: relative;
}

.section-enjoy .decoration {
    display: inline-block;
    height: 300px;
    width: 50%;
    overflow: hidden !important;
}

.section-enjoy .decoration img {
    height: 650px;
    position: absolute;
    bottom: -60px;
    right: 0px;
}

.section-testimonial {
    background-image: url(https://uploads-ssl.webflow.com/5837424ae11409586f837994/61195e21f792d7065d2f56ad_noise.png),linear-gradient(180deg,#FFFFFF,#FFFFFF) !important;   
}

.section-c {
    background-color: #F6F7F8;
    background-image: url(https://uploads-ssl.webflow.com/5837424ae11409586f837994/61195e21f792d7065d2f56ad_noise.png),linear-gradient(180deg,#F6F7F8,#F6F7F8) !important;   
}

.section-d {
    background-color: #F6F7F8;
    background-image: url(https://uploads-ssl.webflow.com/5837424ae11409586f837994/61195e21f792d7065d2f56ad_noise.png),linear-gradient(180deg,#F6F7F8,#F6F7F8) !important;   
}

.section-e {
    background-color: #F6F7F8;
    background-image: url(https://uploads-ssl.webflow.com/5837424ae11409586f837994/61195e21f792d7065d2f56ad_noise.png),linear-gradient(180deg,#F6F7F8,#F6F7F8) !important;   
}

.section-f {
    background-color: #F6F7F8;
    background-image: url(https://uploads-ssl.webflow.com/5837424ae11409586f837994/61195e21f792d7065d2f56ad_noise.png),linear-gradient(180deg,#F6F7F8,#F6F7F8) !important;   
    padding-top: 200px !important;
}

.section-pricing {
    background-color: #F6F7F8;
    background-image: url(https://uploads-ssl.webflow.com/5837424ae11409586f837994/61195e21f792d7065d2f56ad_noise.png),linear-gradient(180deg,#F6F7F8,#F6F7F8) !important;   
    padding-top: 200px !important;
}

.section-featured {
    background: hsl(0, 0%, 98%);
    background-image: url(https://uploads-ssl.webflow.com/5837424ae11409586f837994/61195e21f792d7065d2f56ad_noise.png),linear-gradient(180deg,#FFFFFF,#FFFFFF) !important;   
}

.section-featured .app-store-featured {
    max-height: 140px;
    width: 100%;
}

.background-noise {
    background-color: #F6F7F8;
    background-image: url(../images/background-noise.png),linear-gradient(180deg,#F6F7F8,#F6F7F8) !important;   
}

.background-noise-light {
    background-color: #FBFBFB;
    background-image: url(../images/background-noise-lighter.png),linear-gradient(180deg,#FFFFFF,#FFFFFF) !important; 
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;  
    height: fit-content;    
}

.sources {
    max-width: 400px !important;
}

img.sources-svg {
    width: 60px;
    height: 60px;
    box-shadow: 0px 1px 0px 0.5px rgb(187,200,194,0.5);
    -webkit-box-shadow: 0px 1px 0px 0.5px rgb(187,200,194,0.5);
    -moz-box-shadow: 0px 1px 0px 0.5px rgb(187,200,194,0.5);
    border-radius: 15px;
}
/* Navigation Bar */
.navbar {
    min-height: 4.5em !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 50px;
    margin: 15px auto;
    background-image: url(https://uploads-ssl.webflow.com/5837424ae11409586f837994/61195e21f792d7065d2f56ad_noise.png) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid #e5e7eb;
}

.navbar.is-fixed-top {
    width: 90%;
    max-width: 1200px;
}

.navbar-brand {
    padding-left: 15px;
    height: 70px;
}

.navbar-menu {
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 50px;
}

.navbar-burger {
    height: 70px !important;
}

.navbar-burger:hover {
    background-color: transparent !important;
}

a.navbar-item {
    color: #131e29;
    font-weight: 600;
}

a.navbar-item:hover {
    color: #131e29 !important;
    background-color: transparent !important;
    opacity: 0.5;
}

a.navbar-item:active {
    color: #131e29 !important;
}

.navbar-item img {
    max-height: 44px !important;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.20) !important;
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.20) !important;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.20) !important;
}

.navbar-title {
    font-size: 17px;
    font-weight: 700 !important;
    margin-left: -10px;
}

/* Horizontal Line */
.is-divider {
    display: block;
    position: relative;
    border-top: .1rem solid #eee;
    height: .1rem;
    margin: 2rem 0;
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.is-divider-full-width {
    display: block;
    position: relative;
    border-top: .1rem solid #eee;
    height: .1rem;
    margin: 2rem 0;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.is-divider-dots {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 55px;
    height: 20px;
    background-image: radial-gradient(circle, #444, #444 3px, transparent 3px, transparent);
    background-size: 20px 30px;
}

/* Tag */
.tag {
    padding: 3px 7px;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
    background-color: #FFA751 !important;
    border-radius: 10px;
}

/* Position for post tags on images */
.post-tag-overlay {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}

/* Accordion */
details {
    background: #F7B500;
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 10px;
    transform-origin: top center;
    transform: rotate(0.1deg);
    transition: all 0.3s;
    margin-top: 20px;
}

details:hover {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.20) !important;
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.20) !important;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.20) !important;
}

details p {
    line-height: 1.7;
    margin: 10px 0 0;
    padding: 0 20px 15px;
}

details[open] {
    transition: all 0.1s;
    min-height: 100px;
    background: #f7f7f7;
    color: #434343;
    border-color: #F7B500;
}

summary {
    outline: none;
    font-size: 16px;
    padding: 20px;
    font-weight: 600;
}

summary:selection {
    background: transparent;
}

summary .open {
    display: inline;
}

summary .close {
    display: none;
}

[open] summary .close {
    display: inline;

}

[open] summary .open {
    display: none;
}

/* Icon */
.share-facebook {
    filter: brightness(0.2) sepia(1) hue-rotate(180deg) saturate(5);
    width: 20px;
    height: 15px;
    margin-bottom: -1px;
    margin-left: 4px;
}
  
.share-twitter {
    filter: brightness(0.5) sepia(1) hue-rotate(140deg) saturate(6);
    width: 16px;
    height: 16px;
    margin-bottom: -3px;
}

/* Contact Form */
input {
    min-height: 40px;
    font-size: 16px;
    padding: 8px;
    border-radius: 4px;
    border-width: 1px;
    border-color: #dedede;
    background-color: #fafafa;
    border-style: solid;
}

input#name {
    width: 100%;
}

input#email {
    width: 100%;
}

input#social_link {
    width: 100%;
}

textarea {
    width: 100%;
    min-height: 40px;
    padding: 8px !important;
    font-size: 16px;
    background-color: #fafafa;
    border-color: #dedede;
    border-radius: 4px;
}

input.btn {
    border-radius: 40px;
    color: #fff;
    background-color: #F7B500;
    border-width: 0px;
    font-weight: 500;
    cursor: pointer;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: 50px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

input.btn:hover {
    background-color: #FFA751 !important;
}

/* Notifications */
.hero-notification {
    margin-right: 5.0rem;
}

/* Tiles */
.tile.box {
    overflow: hidden;
    border-radius: 18px;
}

.tile-container {
    display: inline-flex;
    flex-direction: column;
    max-height: 360px;
    min-height: 230px;
}

p.title {
    font-size: 28px;
}

img.tile-image-watch {
    object-fit: cover;
    width: 240px;
    position: relative;
    bottom: -10px;
}

img.tile-image-share {
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
    width: 320px;
    bottom: -10px;
    position: relative;
    margin: auto;
}

img.tile-image-themes {
    border-radius: 30px;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
    margin: auto;
}

img.tile-image-siri {
    margin: auto;
    width: 100px;
}

img.tile-image-widget {
    margin: auto;
    height: 150px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
    border-radius: 20px;
    transform: perspective(1200px) rotateY(15deg);
}

img.tile-image-svg {
    margin: auto;
    padding: 17px;
    border-radius: 20px;
    width: 80px;
    height: 80px;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
}

.history-svg {
    background: #06beb6;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #06beb6, #20e3b2);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #06beb6, #20e3b2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.templates-svg {
    background: #926faa;  /* fallback for old browsers */
    background: -webkit-linear-gradient(133deg,#926faa,#7d79b5 60%,#6782c0 99%);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(133deg,#926faa,#7d79b5 60%,#6782c0 99%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.accessibility-svg {
    background: #56CCF2;
    background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);
    background: linear-gradient(to right, #2F80ED, #56CCF2);
}

.inbox-svg {
    background: #FFB75E;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ED8F03, #FFB75E);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ED8F03, #FFB75E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.server-svg {
    background: #f05848;  /* fallback for old browsers */
    background: -webkit-linear-gradient(133deg,#f05848,#ef4d51 60%,#e94e65 99%);
    background: linear-gradient(133deg,#f05848,#ef4d51 60%,#e94e65 99%);
}

.privacy-svg {
    background: #e05681;  /* fallback for old browsers */
    background: -webkit-linear-gradient(133deg,#e05681,#d05f98 60%,#be649f 99%);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(133deg,#e05681,#d05f98 60%,#be649f 99%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* Press */
.press-cover {
    display: block;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 30px!important;
    margin-top: 60px!important;
    border-width: 1px;
}
.tabs li.is-active a {
    color: #FFB75E !important;
}

video.press-video {
    height: 720px;
    max-width: 50%;
    margin: auto;
    display: block;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    box-shadow: 4px 4px 1px 0px rgb(20 20 20 / 40%) !important;
}

/* What's New */
.markdown-style {
    background-color: transparent !important;
}

.markdown-style ul, markdown-style ol {
    list-style: disc;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    padding-left: 2em;
}

.markdown-style h2 {
    font-weight: 700 !important;
    font-size: 28px !important;
    padding-bottom: 5px !important;
    margin-top: 60px !important;
    margin-bottom: 0px !important;
}

.markdown-style h4 {
    font-weight: 700;
    font-size: 1em;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.markdown-style h6 {
    font-weight: 500 !important;
    font-size: 1em !important;
    margin-top: 5px !important;
    margin-bottom: 20px !important;
}

.markdown-style a.anchor {
    display: none;
}

h4[id^="new"] {
    color: white;
    background: #4cd964;
    align-items: center;
    border-radius: 0.375em;
    display: inline-flex;
    font-size: .75rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: 0.75em;
    padding-right: 0.75em;
    white-space: nowrap;
}

h4[id^="improved"] {
    color: white;
    background: #007aff;
    align-items: center;
    border-radius: 0.375em;
    display: inline-flex;
    font-size: .75rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: 0.75em;
    padding-right: 0.75em;
    white-space: nowrap;
}

h4[id^="removed"] {
    color: white;
    background: #ff3b30;
    align-items: center;
    border-radius: 0.375em;
    display: inline-flex;
    font-size: .75rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: 0.75em;
    padding-right: 0.75em;
    white-space: nowrap;
}

/* Animations */
.delay-1 {
    animation-delay: 0.05s;
}
  
.delay-2 {
    animation-delay: 0.1s;
}
  
.delay-3 {
    animation-delay: 0.15s;
}

@keyframes revealFade {
    0% {transform: translate(0,110%); opacity: 0;}
    15% {opacity: 0.6;}
    100% {transform: translate(0,0); opacity: 1;}
}
@-moz-keyframes revealFade { /* Firefox */
    0% {transform: translate(0,110%); opacity: 0;}
    15% {opacity: 0.6;}
    100% {transform: translate(0,0); opacity: 1;}
}
@-webkit-keyframes revealFade { /* Safari and Chrome */
    0% {transform: translate(0,110%); opacity: 0;}
    15% {opacity: 0.6;}
    100% {transform: translate(0,0); opacity: 1;}
}
@-o-keyframes revealFade { /* Opera */
    0% {transform: translate(0,110%); opacity: 0;}
    15% {opacity: 0.6;}
    100% {transform: translate(0,0); opacity: 1;}
}

.fade-in {
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}
@keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}
  
@-moz-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}
  
@-webkit-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}
  
@-o-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}
  
@-ms-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}
  
.slide-up {
    animation: slideUp ease 2s;
    -webkit-animation: slideUp ease 2s;
    -moz-animation: slideUp ease 2s;
    -o-animation: slideUp ease 2s;
    -ms-animation: slideUp ease 2s;
}
@keyframes slideUp {
    0% {transform: translate(0,20px);}
    100% {transform: translate(0,0);}
}
  
@-moz-keyframes slideUp {
    0% {transform: translate(0,20px);}
    100% {transform: translate(0,0);}
}
  
@-webkit-keyframes slideUp {
    0% {transform: translate(0,20px);}
    100% {transform: translate(0,0);}
}
  
@-o-keyframes slideUp {
    0% {transform: translate(0,20px);}
    100% {transform: translate(0,0);}
}
  
@-ms-keyframes slideUp {
    0% {transform: translate(0,20px);}
    100% {transform: translate(0,0);}
}

/* Table Styles */
.table.shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.table thead th {
    vertical-align: middle;
}

.table td {
    vertical-align: middle;
}

.table thead.has-background-yellow {
    background-color: #F5CE59;
}

.table thead.has-background-yellow th {
    color: #1D1D1F;
}

/* Table border styles */
.table {
    border: 3px solid #fff;
    border-collapse: collapse;
}

.table th {
    border: 0px !important;
}

.table td {
    border: 0px solid #fff !important;
}

/* Responsive table styles */
@media screen and (max-width: 768px) {
    .table-container {
        overflow-x: auto;
        margin-bottom: 1.5rem;
    }
    
    .table td, .table th {
        white-space: nowrap;
        padding: 0.5rem;
    }
    
    .table.is-fullwidth {
        width: 100%;
        min-width: 500px;
    }
}

@media screen and (max-width: 1023px) {
    .navbar.is-fixed-top {
        width: 95%;
    }
}

/* Social Proof Container Styles */
.social-proof-container {
    display: inline-flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.app-rating, .apple-featured {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #4a4a4a;
}

.app-rating a {
    color: #4a4a4a;
}

.app-rating a:hover {
    text-decoration: underline;
}

.rating-stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.rating-star {
    width: 14px;
    height: 14px;
}

.apple-logo {
    width: 16px;
    height: 16px;
}


/* Column Flex Container */
.hero-flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hero-content-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
}

.hero-image-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
}

/* Mobile responsive styles for hero flex container */
@media screen and (max-width: 768px) {
    .hero-flex-container {
        flex-direction: column;
    }
    
    .hero-content-column {
        width: 100%;
        margin-bottom: 2rem;
        text-align: center;
        align-items: center;
    }
    
    .hero-image-column {
        width: 100%;
    }
}

/* Publication logos in testimonials */
.publication-logo {
    margin-bottom: 15px;
    height: auto;
    max-height: 35px;
    width: auto;
}

.grayscale {
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.grayscale:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Post Card Images with Gradient Overlay */
.post-image-container {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.post-image-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
    pointer-events: none;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.post-image-container img {
    display: block;
    width: 100%;
    transition: transform 0.3s ease;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.post-image-container:hover img {
    transform: scale(1.05);
}

/* Blog Post Cards */
.posts-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.post-card {
    flex: 1 1 100%;
    max-width: 620px !important;
}

/* Continue Reading Button */
.continue-reading-btn {
    display: inline-block;
    background-color: transparent;
    color: #F7B500;
    border: 2px solid #F7B500;
    border-radius: 25px;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    margin-right: 22px;
    margin-bottom: 15px;
    position: absolute;
    bottom: 15px;
    right: 0;
    transition: all 0.3s ease;
}

.continue-reading-btn:hover {
    background-color: #F7B500;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(247, 181, 0, 0.2);
}

/* Author Profile Picture */
.author-profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
  margin-right: 10px;
  vertical-align: middle;
}

.author-info {
  display: flex;
  align-items: center;
}

/* Reward Page: Social Media Channel Icons */
.social-media-channel {
    height: 24px;
    object-fit: cover;
    filter: sepia(100%) saturate(100%) brightness(0%) hue-rotate(180deg);
}

/* Reward Page: Social Media Post Example Card */
.example-card {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 250px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.example-card-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.example-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(50, 50, 50, 0.7);
    padding: 12px;
    color: white;
}

/* Remove green box-shadow from focused primary buttons */
.button.is-primary.is-focused:not(:active),
.button.is-primary:focus:not(:active) {
    box-shadow: none !important;
}

/* Also remove any focus outline */
.button.is-primary:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Active tag filter styling */
.tag-filter.is-active {
    font-weight: bold;
    background-color: #f7b501 !important;
    color: white !important;
}

/* General tag styling */
.tag {
    padding: 14px 14px !important;
    color: #fff !important;
    background-color: #f7b501 !important;
    border-radius: 100px !important;
}

/* Tag hover state */
.tag:hover {
    background-color: #FFA751 !important;
}
