body{
margin:0;
font-family:Inter;
background:#082845;
color:white;
overflow-x:hidden;
}

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

.header {
background: rgba(8, 28, 67, 0.95);
backdrop-filter: blur(10px);
position:fixed;
width:100%;
top:0;
padding:6px 0;
z-index:10;
}

.nav{
display:flex;
align-items:center;
justify-content:space-between;
gap:25px;
}

.logo{
height:80px;
max-width:430px;
object-fit:contain;
}

nav{
display:flex;
align-items:center;
justify-content:flex-end;
gap:22px;
flex-wrap:nowrap;
}

nav a{
margin:0;
color:white;
text-decoration:none;
font-size:16px;
white-space:nowrap;
}

.cta{
background:#ffd400;
color:#082845;
border:none;
padding:12px 18px;
font-weight:600;
font-size:16px;
white-space:nowrap;
}

.hero{
height:100vh;
background:url(images/fge.png) center/cover;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
position:relative;
padding-top:120px;
}

.hero-overlay{
position:absolute;
width:100%;
height:100%;
background:rgba(8,40,69,.85);
}

.hero-content{
position:relative;
max-width:900px;
margin:auto;
}

.hero h1{
font-size:56px;
max-width:900px;
margin:auto;
}

.hero p{
max-width:700px;
margin:20px auto;
}

.hero-cards{
display:flex;
justify-content:center;
gap:30px;
margin-top:40px;
}

.hero-buttons{
margin-top:60px;
display:flex;
justify-content:center;
gap:20px;
}

.card{
background:#0c355a;
padding:25px;
border:1px solid #ffd400;
border-radius:8px;
width:240px;
}

.primary{
background:#ffd400;
border:none;
padding:15px 25px;
color:#082845;
}

.secondary{
background:none;
border:2px solid white;
padding:15px 25px;
color:white;
}

.primary,
.secondary{
display:inline-block;
text-decoration:none;
font-weight:600;
}

.section-label{
background:#0c355a;
color:#ffd400;
padding:6px 12px;
font-size:22px;
display:inline-block;
margin-bottom:20px;
}

.about{
background:#f2f4f7;
color:#082845;
padding:140px 0;
}

.our-product .product-note{
max-width:900px;
width:90%;
margin:20px auto 0 auto;
font-size:15px;
line-height:1.6;
color:#082845;
text-align:center;
opacity:0.8;
}

.product-note{
font-size:0.95rem;
line-height:1.6;
max-width:1200px;
width:90%;
margin:20px auto 0;
color:#082845;
text-align:center;
opacity:0.85;
}

.product-content{
max-width:1000px;
margin:auto;
}

.our-product{
background:#f2f4f7;
color:#082845;
padding:100px 0 120px 0;
text-align:center;
}

.our-product h2{
font-size:32px;
margin:10px 0 20px 0;
}

.our-product p{
max-width:400px;
margin:0 auto 20px auto;
line-height:1.7;
font-size:18px;
}

.product-image-wrapper{
display:flex;
justify-content:center;
align-items:center;
height:auto !important;
max-height:none !important;
overflow:visible !important;
}

.product-image{
width:100%;
max-width:600px;
height:auto !important;
max-height:none !important;
object-fit:contain !important;
border-radius:14px;
display:block;
}

.about-grid > div{
margin:auto;
max-width:850px;
}

.image-flow{
display:flex;
align-items:center;
justify-content:center;
gap:40px;
margin-top:30px;
margin-left:-30px;
}

.image-flow img {
width:620px;
height:510px;
object-fit:contain;
border-radius:30px;
}

.flow-arrow{
font-size:80px;
color:#ffd400;
font-weight:800;
}

.image-row{
display:flex;
justify-content:flex-start;
align-items:center;
gap:40px;
margin-top:20px;
margin-left:-40px;
}

.image-row .flow-image{
width:28.5%;
max-width:500px;
height:auto;
border-radius:16px;
margin-left:30px;
}

.flow-image{
width:100%;
max-width:600px;
height:auto;
border-radius:25px;
}

.technology{
padding:140px 0;
text-align:center;
}

.tech-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
margin:40px 0;
}

.tech-box{
background:#111;
padding:20px;
border-radius:8px;
}

.tech-highlight{
background:#ffd400;
color:#082845;
padding:40px;
border-radius:10px;
}

.apps-grid{
display:grid;
grid-template-columns:1fr;
justify-items:center;
}

.app-card img{
width:700px;
height:auto;
display:block;
margin:auto;
}

.advantages{
padding:140px 0;
text-align:center;
}

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

.adv-card{
background:#0c355a;
padding:30px;
border-radius:10px;
}

.sustainability{
background:#f2f4f7;
color:#082845;
padding:140px 0;
}

.sus-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
}

.contact{
padding:140px 0;
}

.contact-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
}

form{
display:flex;
flex-direction:column;
gap:15px;
}

input,
textarea{
padding:12px;
border-radius:6px;
border:none;
}

form button{
background:#ffd400;
border:none;
padding:15px;
font-weight:600;
}

footer{
padding:40px;
text-align:center;
background:#041322;
}

.stage-flow{
display:flex;
flex-direction:column;
align-items:center;
gap:30px;
margin-top:40px;
}

.flow-arrow-down{
font-size:60px;
color:#ffd400;
font-weight:700;
}

/* ================= TEAM SECTION ================= */

.team{
padding:140px 0;
background:#082845;
text-align:center;
}

.team-intro{
max-width:800px;
margin:20px auto 70px auto;
color:#cfd8e3;
}

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

.team-card{
background:#0c355a;
padding:35px;
border-radius:12px;
border:1px solid rgba(255,212,0,0.35);
text-align:left;
transition:all .35s ease;
}

.team-card:hover{
transform:translateY(-8px);
box-shadow:0 14px 30px rgba(0,0,0,0.45);
}

.team-photo{
width:120px;
height:120px;
margin-bottom:20px;
border-radius:50%;
overflow:hidden;
border:3px solid #ffd400;
}

.team-photo img{
width:100%;
height:100%;
object-fit:cover;
}

.team-card h3{
margin-bottom:5px;
}

.team-role{
display:block;
color:#ffd400;
font-weight:600;
margin-bottom:20px;
}

.team-card p{
font-size:14px;
line-height:1.6;
color:#d9e3ee;
margin-bottom:14px;
}

.team-contact{
margin-top:18px;
display:flex;
gap:15px;
flex-wrap:wrap;
}

.team-contact a{
color:#ffd400;
text-decoration:none;
font-weight:500;
}

.team-contact span{
font-size:14px;
color:white;
}

/* ================= VIDEO SECTION ================= */

.intro-video{
width:88%;
max-width:1350px;
margin:140px auto 100px;
overflow:hidden;
border-radius:12px;
}

.intro-video video{
width:100%;
height:auto;
display:block;
}

/* ================= LAPTOP ================= */

@media(max-width:1350px){

.logo{
height:60px;
max-width:360px;
}

nav{
gap:18px;
}

nav a{
font-size:15px;
}

.cta{
font-size:15px;
padding:10px 16px;
}

.hero h1{
font-size:44px;
line-height:1.15;
}

}

/* ================= TABLET ================= */

@media(max-width:1100px){

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

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

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

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

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

.app-card img{
width:100%;
}

.image-row{
flex-direction:column;
margin-left:0;
align-items:center;
}

.image-row .flow-image{
width:100%;
max-width:600px;
margin-left:0;
}

}

/* ================= MOBILE ================= */

@media(max-width:700px){

.header{
position:relative;
}

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

.logo{
height:auto;
width:100%;
max-width:320px;
}

nav{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:10px;
}

nav a,
.cta{
font-size:13px;
}

.cta{
padding:10px 14px;
}

.hero{
height:auto;
padding:70px 0 80px;
}

.hero h1{
font-size:30px;
line-height:1.2;
}

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

.hero-cards{
flex-direction:column;
align-items:center;
}

.card{
width:100%;
max-width:500px;
}

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

.hero-buttons a{
width:100%;
max-width:320px;
text-align:center;
box-sizing:border-box;
}

.image-flow{
flex-direction:column;
margin-left:0;
}

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

.flow-arrow{
transform:rotate(90deg);
font-size:50px;
}

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

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

.section-label{
font-size:16px;
}

.about,
.technology,
.advantages,
.sustainability,
.contact,
.team{
padding:90px 0;
}

input,
textarea{
width:100%;
box-sizing:border-box;
}

}