* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

html {
    background:#040811;
}

body {
    margin:0;
    font-family: 'Inter', sans-serif;
    background:#040811;
    color:white;
}

.feature-item h3 {
    font-weight: 600;
}

.feature-item p {
    font-weight: 300;
}

.hero {   
    position: relative;
    
    width: 100%;
    
    aspect-ratio: 1536 / 804;
    
    background-image:url("/image/BG.webp");

    background-size:100% 100%;

    background-repeat: no-repeat;

    background-position: center;
   
}

.hero-content{    
    width: 100%;    
}

#features {
    background-color: #040811;
    padding-top: 50px;
}

footer {
    background-color: #040811;
}

nav{

    position:absolute;

    top:20px;

    left:0;

    width:100%;

    padding:0 30px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    z-index:1000;

}

.download-btn{
    text-align:center;
    margin-bottom:6px;
}

.download-btn a{

    display:flex;

    justify-content:center;

    align-items:center;

    color:white;
    
    background:#d4af37;

    width:230px;

    height:42px; 

    box-sizing:border-box;

    text-decoration:none;

    border-radius:6px;

    font-weight:bold;
    
    transition:0.3s;

}

.download-btn a:hover{

    background:#b8860b;

    color:white;
       
}

.download-btn a:link,
.download-btn a:visited{
    color:white;
}

.demo-btn{
    margin-top:6px;
    text-align:center;
}

.demo-btn a{

    display:flex;

    justify-content:center;

    align-items:center;

    background:#ff0000;

    color:white;

    width:230px;

    height:42px; 
    
    box-sizing:border-box;

    text-decoration:none;

    border-radius:6px;

    font-weight:bold;

    transition:0.3s;

}

.demo-btn a:hover{

    background:#cc0000;
    
    color:white;

}

.intro-btn{

    margin-top:0;

    text-align:center;

}

.intro-btn a{

    display:flex;

    justify-content:center;

    align-items:center;

    background:#ff0000;

    color:#d4af37;

    width:230px;

    height:42px;
  
    box-sizing:border-box;

    text-decoration:none;
    
    border-radius:6px;

    font-weight:bold;

    transition:0.3s;

}

.intro-btn a:hover{

    background:#ff0000;

    color:#ffffff;    

}

.hero-main-buttons{

    position:absolute;

    top:0;

    right:30px;

    display:flex;

    flex-direction:column;

    align-items:flex-end;

    gap:8px;

}

.hero-buttons{

    display:flex;

    flex-direction:column;

    align-items:center;

    gap:8px;

    margin-bottom:5px;

}


.activation-note{

    margin-top:20px;

    padding:22px;

    border-radius:10px;

    background:#040811;

    border:1px solid #23324b;    /* Subtle border */

    color:#d6d6d6;

    font-size:18px;

    line-height:1.7;

}


.activation-note h4{

    font-size:22px;

    font-weight:bold;
    
    color:#d4af37;

    margin-bottom:15px;

    margin-top:0;

}

.menu-toggle{

    position:fixed;      /* or absolute */

    top:20px;

    left:20px;

    z-index:1100;

    font-size:30px;

    cursor:pointer;

}

.mobile-menu{

    display:none;

    position:absolute;

    width:100px;

    top:70px;

    left:30px;

    background:rgba(10,15,35,.95);

    padding:6px 2px;

    border-radius:8px;

    box-shadow:0 5px 15px rgba(0,0,0,.35);

    z-index:1000;

}

.mobile-menu a{

    display:block;

    color:white;

    text-decoration:none;

    padding:8px 6px;     /* Reduce from 12px 15px */

    text-align:left;

    margin:0;

}

.mobile-menu a:hover{

    color:#d4af37;

}

@media (max-width:768px){

    nav{

        padding:0 15px;

    }

    .download-btn a{

        padding:8px 14px;

        font-size:13px;

    }

    .feature-item {
        margin-bottom: 22px;
    }

    #features li {
        margin-bottom: 22px;
    }

    .hero-tagline-scroll{
        bottom:17px;
    }

    .tagline-track span{
        font-size:1rem;
        font-weight: 900;
    }

}

footer{

    border-top:1px solid #1d2b45;

    text-align:center;

    padding:5px 20px;

    color:#cfcfcf;
    
}

.footer-links{

    margin:14px 0;

}

.footer-links a{

    color:#d4af37;

    text-decoration:none;

    margin:0 10px;

}

.footer-links a:hover{

    color:white;

}

.footer-copy{
    font-size:12px;
    color:#b5b5b5;
    line-height:1.5;
}

.footer-copy p{
    margin:8px 0;
}

.feature-item h3 {
    margin-bottom: 8px;
}

.feature-item p {
    line-height: 1.6;
}

#features li {
    margin-bottom: 15px;
    line-height: 1.5;
}
.page-content {
    max-width: 900px;
    margin: 20px auto;
    padding: 10px;
    padding-top:10px;
}

.page-content h1 {
    color: #d4af37;
    text-align: center;
    font-size: 46px;      
    font-weight: 700;
    margin: 0;
}

.page-content h2 {
    color: #d4af37;
    font-size: 30px;     
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 15px;
}

.page-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 18px;
    text-align: justify;
}

.page-content ul {
    padding-left: 25px;
}

.page-content li {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.page-content hr {
    border: 0;
    border-top: 1px solid #2a3447;
    margin: 40px 0 25px;
}

.page-content a {
    color: #d4af37;
    text-decoration: none;
    font-weight: 600;
}

.page-content a:hover {
    color: #ffffff;
}

.page-title {
    text-align: center;
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    margin:5px 0 30px;
}

.hero-small {

    width: 100%;
    height: 250px;
    
    background-image: url("https://raw.githubusercontent.com/quantisizer/quantisizer.github.io/0a8bc5c62fd6c0b89e9e866c8b485133a3712b81/image/BG.webp");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hero-small h1 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 35px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.last-updated {
    text-align: center;
    color: #cfcfcf;
    margin-bottom: 35px;
    font-style: italic;
}

.page-content ul ul {
    margin-top: 8px;
    margin-bottom: 12px;
    padding-left: 25px;
}

.page-content ul ul li {
    margin-bottom: 8px;
    line-height: 1.7;
}

.page-content ol {
    padding-left: 25px;
}

.page-content ol li {
    margin-bottom: 12px;
    line-height: 1.8;
}

.page-content ol ol {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 25px;
}

.page-content ol ol li {
    margin-bottom: 8px;
}

.pricing-table{
    width:100%;
    border-collapse:collapse;
    margin:30px 0;
}

.pricing-table th,
.pricing-table td{
    border:1px solid #23324b;
    padding:14px;
    text-align:center;
}

.pricing-table th{
    background:#0b1220;
    color:#d4af37;
    font-weight:600;
}

.pricing-table td{
    background:#050b14;
    color:#ffffff;
}

.pricing-table tr:hover td{
    background:#101827;
}

/* Latest Updates */
.download-whatsnew {
    margin-top:20px;
    padding:22px;
    background:#040811;
    border:1px solid #23324b;
    border-radius: 10px;
    font-size:18px;
    line-height:1.7;
    color:#d6d6d6;   
}

.download-whatsnew h3 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 600;
}

.download-whatsnew ul {
    margin: 0;
    padding-left: 22px;
}

.download-whatsnew li {
    margin-bottom: 10px;
    color: #d9d9d9;
    line-height: 1.7;
}

.download-whatsnew li:last-child {
    margin-bottom: 0;
}

.version-note {
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.95rem;
    color: #bdbdbd;
    line-height: 1.6;
}

.version-note strong {
    color: #ffffff;
}

.hero-tagline-scroll {
    position:absolute;
    bottom:16%;
    left:0;
    width:100%;
    overflow:hidden;
    white-space:nowrap;

}

.tagline-track {
    display:flex;
    width:max-content;
    animation: tickerMove 35s linear infinite;
}

.tagline-track span {
    flex-shrink:0;
    font-size:1.4rem;
    font-weight:900;
    letter-spacing:.5px;
    background:linear-gradient(
        90deg,
        #FFFFFF,
        #FFFFFF,
        #FF8C00,
        #FF8C00,
        #FF8C00,
        #FF8C00,
        #FF8C00,
        #FF8C00,
        #FFFFFF,
        #FFFFFF,
        #FFFFFF,
        #FFFFFF,
        #FFFFFF,
        #FFFFFF,
        #00FF00,
        #00FF00,
        #00FF00,
        #00FF00,
        #00FF00,
        #00FF00,
        #FFFFFF,
        #FFFFFF         
    );

    background-size:300% 100%;

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

    padding-right:50px;

    animation: gradientMove 20s linear infinite;
}

@keyframes tickerMove {

    from {
        transform:translateX(0);
    }

    to {
        transform:translateX(-50%);
    }

}

@keyframes gradientMove {

    0% {
        background-position:0% 50%;
    }

    100% {
        background-position:300% 50%;
    }

}

.mid-btn a:link,
.mid-btn a:visited{
    color:white;
}
