*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:'Poppins',sans-serif;
background:#ffffff;
color:#1f2937;
overflow-x:hidden;
line-height:1.6;
}

a{
text-decoration:none;
color:inherit;
}

ul{
list-style:none;
}

img{
display:block;
max-width:100%;
}

.container{
width:1200px;
max-width:90%;
margin:auto;
}

section{
padding:100px 0;
}

/*==============================
BACKGROUND
==============================*/

.background{
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
overflow:hidden;
z-index:-1;
background:#fff;
}

.blob{
position:absolute;
border-radius:50%;
filter:blur(70px);
opacity:.18;
animation:floatBlob 18s ease-in-out infinite;
}

.blob1{
width:420px;
height:420px;
background:#4f8cff;
top:-120px;
left:-120px;
}

.blob2{
width:350px;
height:350px;
background:#74d7ff;
right:-100px;
top:220px;
animation-delay:5s;
}

.blob3{
width:420px;
height:420px;
background:#7ee8a8;
bottom:-180px;
left:35%;
animation-delay:9s;
}

@keyframes floatBlob{
0%{
transform:translate(0,0) scale(1);
}
25%{
transform:translate(50px,-40px) scale(1.08);
}
50%{
transform:translate(-30px,40px) scale(.95);
}
75%{
transform:translate(40px,20px) scale(1.05);
}
100%{
transform:translate(0,0) scale(1);
}
}
 

/*==============================
SECTION TITLES
==============================*/

.section-title{
text-align:center;
margin-bottom:70px;
}

.section-title h2{
font-size:42px;
font-weight:700;
margin-bottom:15px;
}

.section-title p{
font-size:18px;
color:#777;
max-width:650px;
margin:auto;
}

/*==============================
BUTTONS
==============================*/

.btn{
display:inline-flex;
align-items:center;
justify-content:center;
padding:16px 34px;
border-radius:12px;
font-weight:600;
transition:.35s;
cursor:pointer;
}

.btn-primary{
background:#2f6bff;
color:#fff;
box-shadow:0 15px 35px rgba(47,107,255,.25);
}

.btn-primary:hover{
transform:translateY(-4px);
box-shadow:0 22px 45px rgba(47,107,255,.35);
}

.btn-outline{
border:2px solid #2f6bff;
color:#2f6bff;
margin-left:15px;
}

.btn-outline:hover{
background:#2f6bff;
color:#fff;
transform:translateY(-4px);
}

/*==============================
PLATFORM BADGES
==============================*/

.platform{
display:inline-block;
padding:7px 18px;
border-radius:40px;
font-size:13px;
font-weight:600;
margin-top:18px;
}

.android{
background:#dff8e8;
color:#0f8d45;
}

.windows{
background:#e4eeff;
color:#1b64f2;
}
/*==============================
HERO
==============================*/

.hero{
padding:180px 0 120px;
}

.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
}

.hero-left .tagline{
display:inline-block;
padding:10px 22px;
background:#eef4ff;
color:#2f6bff;
font-size:14px;
font-weight:600;
border-radius:40px;
margin-bottom:25px;
}

.hero-left h1{
font-size:60px;
font-weight:800;
line-height:1.15;
margin-bottom:25px;
color:#1f2937;
}

.hero-left p{
font-size:19px;
color:#6b7280;
margin-bottom:40px;
max-width:560px;
}

.hero-buttons{
display:flex;
align-items:center;
}

/*==============================
RIGHT SIDE
==============================*/

.hero-right{
position:relative;
height:650px;
}

.app-card{
position:absolute;
background:#fff;
border-radius:22px;
padding:28px;
width:320px;
box-shadow:0 25px 60px rgba(0,0,0,.08);
border:1px solid #edf0f6;
transition:.35s;
}

.app-card:hover{
transform:translateY(-10px);
box-shadow:0 35px 70px rgba(0,0,0,.15);
}

.app-card img{
width:72px;
height:72px;
margin-bottom:20px;
}

.app-card h3{
font-size:24px;
margin-bottom:12px;
font-weight:700;
color:#1f2937;
}

.app-card p{
font-size:15px;
line-height:1.7;
color:#6b7280;
margin-bottom:18px;
}

/*==============================
CARD POSITIONS
==============================*/

.card-one{
left:0;
top:20px;
animation:floatOne 6s ease-in-out infinite;
}

.card-two{
right:0;
top:180px;
animation:floatTwo 7s ease-in-out infinite;
}

.card-three{
left:90px;
bottom:20px;
animation:floatThree 8s ease-in-out infinite;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
}

/*==============================
COMING SOON CARD
==============================*/

.card-three h3{
margin-bottom:15px;
font-size:26px;
}

.card-three p{
margin:0;
}

/*==============================
FLOATING ANIMATIONS
==============================*/

@keyframes floatOne{
0%{
transform:translateY(0);
}
50%{
transform:translateY(-18px);
}
100%{
transform:translateY(0);
}
}

@keyframes floatTwo{
0%{
transform:translateY(0);
}
50%{
transform:translateY(20px);
}
100%{
transform:translateY(0);
}
}

@keyframes floatThree{
0%{
transform:translateY(0);
}
50%{
transform:translateY(-15px);
}
100%{
transform:translateY(0);
}
}

/*==============================
HERO DECORATION
==============================*/

.hero-right::before{
content:"";
position:absolute;
width:520px;
height:520px;
border-radius:50%;
background:linear-gradient(135deg,#dfe9ff,#eef7ff);
left:50%;
top:50%;
transform:translate(-50%,-50%);
z-index:-1;
}

.hero-right::after{
content:"";
position:absolute;
width:420px;
height:420px;
border:2px dashed rgba(47,107,255,.12);
border-radius:50%;
left:50%;
top:50%;
transform:translate(-50%,-50%);
animation:spinCircle 40s linear infinite;
z-index:-1;
}

@keyframes spinCircle{
from{
transform:translate(-50%,-50%) rotate(0deg);
}
to{
transform:translate(-50%,-50%) rotate(360deg);
}
}

/*==============================
CARD ICON EFFECT
==============================*/

.app-card img{
transition:.35s;
}

.app-card:hover img{
transform:rotate(-8deg) scale(1.08);
}

/*==============================
CARD BADGE
==============================*/

.app-card .platform{
margin-top:5px;
}

/*==============================
HERO TEXT EFFECT
==============================*/

.hero-left h1 span{
color:#2f6bff;
}

.hero-left{
animation:fadeLeft 1s ease;
}

.hero-right{
animation:fadeRight 1.2s ease;
}

@keyframes fadeLeft{
from{
opacity:0;
transform:translateX(-50px);
}
to{
opacity:1;
transform:translateX(0);
}
}

@keyframes fadeRight{
from{
opacity:0;
transform:translateX(50px);
}
to{
opacity:1;
transform:translateX(0);
}
}
/*==============================
SOFTWARE SECTION
==============================*/

.software{
background:#f7f9fc;
}

.software-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:35px;
}

.software-card{
background:#fff;
border-radius:22px;
padding:35px;
text-align:center;
border:1px solid #edf0f6;
box-shadow:0 15px 40px rgba(0,0,0,.05);
transition:all .35s ease;
position:relative;
overflow:hidden;
}

.software-card::before{
content:"";
position:absolute;
top:0;
left:-100%;
width:100%;
height:4px;
background:linear-gradient(90deg,#2f6bff,#22c55e);
transition:.5s;
}

.software-card:hover::before{
left:0;
}

.software-card:hover{
transform:translateY(-10px);
box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.software-card img{
width:90px;
height:90px;
margin:0 auto 25px;
transition:.35s;
}

.software-card:hover img{
transform:scale(1.08) rotate(-6deg);
}

.software-card h3{
font-size:25px;
font-weight:700;
margin:20px 0 10px;
color:#1f2937;
}

.software-card p{
font-size:15px;
color:#6b7280;
line-height:1.8;
margin:20px 0 30px;
min-height:70px;
}

/*==============================
CARD BUTTONS
==============================*/

.card-buttons{
display:flex;
justify-content:center;
gap:15px;
margin-top:10px;
}

.card-buttons a{
padding:12px 22px;
border-radius:10px;
font-size:14px;
font-weight:600;
transition:.3s;
}

.card-buttons a:first-child{
background:#eef4ff;
color:#2f6bff;
}

.card-buttons a:first-child:hover{
background:#2f6bff;
color:#fff;
transform:translateY(-3px);
}

.card-buttons a:last-child{
background:#22c55e;
color:#fff;
box-shadow:0 10px 25px rgba(34,197,94,.25);
}

.card-buttons a:last-child:hover{
background:#16a34a;
transform:translateY(-3px);
box-shadow:0 15px 35px rgba(34,197,94,.35);
}

/*==============================
CARD PLATFORM
==============================*/

.software-card .platform{
margin-top:5px;
margin-bottom:10px;
}

/*==============================
SECTION TITLE
==============================*/

.software .section-title{
margin-bottom:60px;
}

.software .section-title h2{
font-size:44px;
margin-bottom:15px;
}

.software .section-title p{
font-size:18px;
color:#6b7280;
}

/*==============================
OPTIONAL COMING SOON CARD
==============================*/

.software-card.coming-soon{
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
min-height:420px;
background:linear-gradient(135deg,#2f6bff,#4f8cff);
color:#fff;
}

.software-card.coming-soon h3{
color:#fff;
}

.software-card.coming-soon p{
color:rgba(255,255,255,.9);
}

.software-card.coming-soon .card-buttons{
display:none;
}

/*==============================
CARD SHINE EFFECT
==============================*/

.software-card::after{
content:"";
position:absolute;
top:-100%;
left:-40%;
width:60%;
height:250%;
background:rgba(255,255,255,.25);
transform:rotate(25deg);
transition:.8s;
pointer-events:none;
}

.software-card:hover::after{
left:140%;
}

/*==============================
CARD ANIMATION
==============================*/

.software-card{
animation:cardFade .8s ease both;
}

.software-card:nth-child(2){
animation-delay:.15s;
}

.software-card:nth-child(3){
animation-delay:.3s;
}

@keyframes cardFade{
from{
opacity:0;
transform:translateY(40px);
}
to{
opacity:1;
transform:translateY(0);
}
}
/*==============================
FEATURES
==============================*/

.features{
background:#ffffff;
}

.feature-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.feature-box{
background:#fff;
padding:40px 30px;
border-radius:20px;
text-align:center;
border:1px solid #edf0f6;
box-shadow:0 15px 40px rgba(0,0,0,.05);
transition:.35s;
}

.feature-box:hover{
transform:translateY(-8px);
box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.icon{
width:80px;
height:80px;
margin:0 auto 25px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:34px;
background:linear-gradient(135deg,#2f6bff,#5f8fff);
color:#fff;
transition:.35s;
}

.feature-box:hover .icon{
transform:rotate(-10deg) scale(1.1);
}

.feature-box h3{
font-size:24px;
margin-bottom:15px;
font-weight:700;
color:#1f2937;
}

.feature-box p{
font-size:15px;
line-height:1.8;
color:#6b7280;
}

/*==============================
PLATFORMS
==============================*/

.platforms{
background:#f7f9fc;
}

.platform-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:40px;
}

.platform-box{
background:#fff;
padding:50px;
border-radius:22px;
text-align:center;
border:1px solid #edf0f6;
box-shadow:0 15px 40px rgba(0,0,0,.05);
transition:.35s;
}

.platform-box:hover{
transform:translateY(-10px);
box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.platform-icon{
width:110px;
height:110px;
margin:0 auto 30px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:50px;
background:#eef4ff;
transition:.35s;
}

.platform-box:hover .platform-icon{
background:#2f6bff;
color:#fff;
transform:rotate(-8deg);
}

.platform-box h3{
font-size:30px;
margin-bottom:20px;
font-weight:700;
}

.platform-box p{
font-size:17px;
color:#6b7280;
margin-bottom:35px;
line-height:1.8;
}

.platform-box a{
display:inline-block;
padding:15px 34px;
background:#2f6bff;
color:#fff;
border-radius:12px;
font-weight:600;
transition:.35s;
box-shadow:0 15px 35px rgba(47,107,255,.25);
}

.platform-box a:hover{
background:#1f5df5;
transform:translateY(-4px);
box-shadow:0 20px 45px rgba(47,107,255,.35);
}
 
/*==============================
FADE ANIMATION
==============================*/

.fade-up{
opacity:0;
transform:translateY(40px);
transition:1s;
}

.fade-up.show{
opacity:1;
transform:translateY(0);
}

/*==============================
SCROLLBAR
==============================*/

::-webkit-scrollbar{
width:10px;
}

::-webkit-scrollbar-track{
background:#eef2f7;
}

::-webkit-scrollbar-thumb{
background:#2f6bff;
border-radius:20px;
}

::-webkit-scrollbar-thumb:hover{
background:#1d4ed8;
}

/*==============================
TEXT SELECTION
==============================*/

::selection{
background:#2f6bff;
color:#fff;
}

/*==============================
SMOOTH TRANSITIONS
==============================*/

button,
a,
img,
.feature-box,
.platform-box,
.software-card,
.app-card{
transition:all .35s ease;
}

/*==============================
DECORATIVE DIVIDER
==============================*/

.section-title::after{
content:"";
display:block;
width:80px;
height:4px;
margin:20px auto 0;
border-radius:50px;
background:linear-gradient(90deg,#2f6bff,#22c55e);
}


.maintenance-banner{
position:fixed;
top:0;
left:0;
width:100%;
height:42px;
background:#d62828;
color:#fff;
display:flex;
justify-content:center;
align-items:center;
font-family:'Poppins',sans-serif;
font-size:15px;
font-weight:700;
letter-spacing:.5px;
z-index:99999;
box-shadow:0 3px 10px rgba(0,0,0,.2);
}

body.maintenance-active header{
top:42px;
}
body.maintenance-active .hero{
padding-top:222px;
}

@media(max-width:992px){
body.maintenance-active .hero{
padding-top:192px;
}
}

@media(max-width:768px){
body.maintenance-active .hero{
padding-top:172px;
}
}

@media(max-width:480px){
body.maintenance-active .hero{
padding-top:162px;
}
.maintenance-banner{
font-size:10px;
line-height:1.4;
padding:10px 12px;
text-align:center;
}
}
/*=================================
1200px
=================================*/

@media(max-width:1200px){

.hero-grid{
grid-template-columns:1fr;
gap:60px;
text-align:center;
}

.hero-left p{
margin:auto auto 40px;
}

.hero-buttons{
justify-content:center;
}

.hero-right{
height:auto;
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:30px;
}

.app-card{
position:relative;
left:auto;
right:auto;
top:auto;
bottom:auto;
animation:none;
}

.hero-right::before,
.hero-right::after{
display:none;
}

.feature-grid{
grid-template-columns:repeat(2,1fr);
}

.software-grid{
grid-template-columns:repeat(2,1fr);
}

.platform-grid{
grid-template-columns:1fr;
}

}

/*=================================
992px
=================================*/

@media(max-width:992px){

.container{
width:95%;
}

.hero{
padding:150px 0 80px;
}

.hero-left h1{
font-size:46px;
}

.section-title h2{
font-size:36px;
}

.software-grid{
grid-template-columns:1fr;
}

.feature-grid{
grid-template-columns:1fr;
}

.footer-grid{
grid-template-columns:1fr;
text-align:center;
}

}

/*=================================
768px
=================================*/

@media(max-width:768px){

.hero-left h1{
font-size:36px;
}

.hero-left p{
font-size:17px;
}

.hero-buttons{
flex-direction:column;
gap:15px;
}

.btn-outline{
margin-left:0;
}

.app-card{
width:100%;
}

.section-title h2{
font-size:30px;
}

.platform-box{
padding:35px;
}

}

/*=================================
480px
=================================*/

@media(max-width:480px){

section{
padding:60px 0;
}

.hero{
padding-top:140px;
}

.hero-left h1{
font-size:30px;
}

.hero-left p{
font-size:16px;
}

.btn{
width:100%;
}
.maintenance-banner{
font-size:10px;
line-height:1.4;
padding:10px 12px;
text-align:center;
}

}