:root {
    --primary-color: #FF7A26;
    --bg-dark: #242d32;
    --bg-primary: linear-gradient(-45deg, #b44400 50%, #FF7A26 100%);
    --text-color: #f1f1f1;
}
body {
    color: var(--text-color);
    font-weight: 400;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    position: relative;
    background: var(--bg-dark);
    color: var(--text-color);
}
.header-container {
    background: #0000000a;
    border-bottom: 1px solid #56565640;
}
.watchimg {
    transition: .5s ease all;
    background-image: url(../images/Watch-bg.png);
    width: 100%;
    background-size: 100%;
    aspect-ratio: 1/1;
}
.app-only {
    display: block;
}
.browser-only {
    display: none;
}
a.btn-nav {
    font-size: 1.6rem;
    text-decoration: none;
    color: var(--text-color);
    padding: 1.2rem;
    display: inline-block;
    cursor: pointer;
    line-height: 1;
}
.watchimg img {
    width: 100%;
    padding: 14%;
}
.page_logo {
    width: 120px;
}
.btn-primary {
    background: var(--primary-color);
    color: var(--text-color);
    border-color: var(--primary-color);
}
.splashscreen {
    position: fixed;
    background: var(--bg-primary);
    height: 100%;
    width: 100%;
    animation: fade 0.8s ease-in-out;
    animation-delay: .3s;
    animation-fill-mode: forwards;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}
.splashscreen img {
    height: 80px;
}
@keyframes fade {
    0% {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
    80% {
        opacity: 1;
        visibility: visible;
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        visibility: hidden;
        transform: scale(1.5);
    }
}
.container {
    max-width: 720px;
    position: relative;
}
.banner {
    padding: 0 25%;
    transition: padding 0.4s ease;
    width: 100%;
}
.banner:has(input:checked) {
    padding: 0;
}
.banner .icon {
    display: inline-block;
    color: var(--primary-color);
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: -30px;
    z-index: 9;
    text-align: center;
}
.banner:has(input:checked) .icon {
    transform: rotate(180deg);
}
.banner .icon .icon-chevron-down {
    display: inline-block;
    animation: bounce 1s infinite ease;
}
.banner-logo {
    padding: 15px;
    display: flex;
    justify-content: center;
    margin: auto;
}
.section-main {
    background: var(--bg-dark);
    padding: 4rem .7rem;
    border-radius: 2rem 2rem 0 0;
    box-shadow: 0 -8px 10px #00000036;
    position: relative;
}
.section-hero,
.section-main-outer,
.section-other {
    background: var(--bg-primary);
    background-attachment: fixed;
    background-position: top;
}
.content-main {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #666;
}
.content-common {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.content-main h1,
.content-main>p {
    margin: 0;
}
.section-other {
    padding: 4rem 0;
}
.box-primary {
    background: var(--bg-primary);
    padding: 16px;
    border-radius: 24px;
}
p.highlights {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
    font-size: 11px;
    flex-wrap: wrap;
}
p.highlights>span {
    display: flex;
    gap: 5px;
    color: #979797;
    background: #00000045;
    padding: 4px 8px;
    border-radius: 4px;
}
.watchface {
    padding: 10%;
    background-color: var(--bg-dark);
    margin-bottom: 1rem;
    border-radius: 1rem;
}
.watchface-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 20px 0 0;
    gap: 10px;
}
.watchface-text h3 {
    font-size: .7rem;
    height: 30px;
    letter-spacing: 1px;
}
.watchface-text .highlights {
    font-size: .6rem;
    color: #ffffff73;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.watchface-text .highlights .categories {
    background-color: #00000073;
    padding: 2px 4px;
    border-radius: 2px;
}
.watchface-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.watchface-btn .btn {
    font-size: 10px;
    padding: 4px 8px;
    background: var(--primary-color);
    color: var(--bg-dark);
    border-color: var(--primary-color);
}
.button-container {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 2rem 0;
}
ul.socialmenu li a {
    font-size: 1.6em;
    padding: .8rem;
}
ol,
ul {
    padding-left: 20px;
}
.footer {
    position: relative;
    padding: 50px 0 150px;
    background: #121618;
}
ul.socialmenu li a,
.footer {
    color: #3a3f42;
}
.footer:before {
    background: linear-gradient(-45deg, #121618 16px, transparent 0), linear-gradient(45deg, #121618 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    top: -32px;
    left: 0px;
    width: 100%;
    height: 32px;
}
.footer-slogan {
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 1;
    font-weight: 200;
    margin-bottom: 1em;
}
.copyright {
    font-size: 0.7rem;
}
h1 {
    font-size: 1.4rem;
    font-weight: 200;
    margin-bottom: 15px;
}
h2,
h3,
h4 {
    font-size: 18px;
}
a {
    color: var(--primary-color);
    text-decoration: underline
}
a:hover {
    text-decoration: none;
    color: var(--text-color) !important;
}
p,
.tabs label,
ol li,
ul li {
    font-size: .8rem;
    letter-spacing: 1px;
}
::-moz-selection {
    color: #fff;
    background: var(--primary-color)
}
::selection {
    color: #fff;
    background: var(--primary-color)
}
.list-features li {
    margin-bottom: 15px;
}
.list-features li p {
    margin: 5px;
}
.list-features li ul {
    margin: 15px;
    padding: 0;
}
.list-features li b {
    color: var(--primary-color);
}
/* Hide the radios, style the tab buttons */
.tabs input {
    position: absolute;
    opacity: 0;
}
.tabs {
    background: #1a1e21;
    padding: 6px;
    display: flex;
    width: fit-content;
    border-radius: 24px;
}
.tabs label {
    display: inline-block;
    padding: 8px 16px;
    cursor: pointer;
    font-weight: 600;
    font-size: 11px;
}
.pages .page,
#tab-home,
#tab-about,
#tab-help {
    display: none;
}
/* Link radios to sections */
#tab-home:checked~.pages #page-home {
    display: block;
}
#tab-about:checked~.pages #page-about {
    display: block;
}
#tab-help:checked~.pages #page-help {
    display: block;
}
/* Optional: show the active tab button */
#tab-home:checked~.tabs label[for="tab-home"],
#tab-about:checked~.tabs label[for="tab-about"],
#tab-help:checked~.tabs label[for="tab-help"] {
    background: var(--primary-color);
    border-radius: 24px;
    color: black;
}
/* hidden checkbox controller */
#pop-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
/* popover itself */
.popover {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 360px;
    width: calc(100% - 40px);
    background: var(--bg-primary);
    border-radius: 2rem;
    box-shadow: 0 10px 40px rgb(0 0 0 / 70%);
    padding: 2rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
}
/* show when checked */
#pop-toggle:checked~.popover {
    opacity: 1;
    pointer-events: auto;
}
/* close button */
.close {
    position: absolute;
    top: 18px;
    right: 24px;
    font-size: 20px;
    cursor: pointer;
    user-select: none;
}
.bottom {
    height: 120px;
    width: 100%;
    background: #000000c9;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    --r: 2rem;
    mask:
        radial-gradient(var(--r) at 0 0, transparent 99%, #000 0) top right / var(--r) var(--r) no-repeat,
        radial-gradient(var(--r) at 100% 0, transparent 99%, #000 0) top left / var(--r) var(--r) no-repeat,
        linear-gradient(#000 0 0) top / 100% var(--r) no-repeat,
        linear-gradient(#000 0 0);
    mask-composite: exclude, exclude, exclude;
}
@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-6px);
    }
    60% {
        transform: translateY(2px);
    }
}