
/*
Theme Name: SwiftShip Ultimate
Author: OpenAI
Version: 5.0
*/

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

html{
scroll-behavior:smooth;
}

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

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

.topbar{
background:#7b102d;
color:#fff;
padding:12px 6%;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
font-size:14px;
}

.site-header{
background:#0f172a;
padding:18px 6%;
display:flex;
justify-content:space-between;
align-items:center;
position:sticky;
top:0;
z-index:999;
}

.logo img{
height:70px;
}

.nav ul{
display:flex;
list-style:none;
gap:28px;
}

.nav a{
color:#fff;
text-decoration:none;
font-weight:600;
transition:.3s;
}

.nav a:hover{
color:#fbbf24;
}

.hero{
position:relative;
min-height:90vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:100px 20px;
background:url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?q=80&w=1600') center/cover no-repeat;
}

.overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,.68);
}

.hero-content{
position:relative;
z-index:2;
max-width:900px;
color:#fff;
}

.hero-tag{
background:#fbbf24;
color:#111827;
padding:10px 18px;
border-radius:40px;
font-weight:700;
display:inline-block;
margin-bottom:25px;
}

.hero h1{
font-size:68px;
line-height:1.1;
margin-bottom:25px;
}

.hero p{
font-size:22px;
margin-bottom:40px;
}

.hero-buttons{
display:flex;
justify-content:center;
gap:18px;
flex-wrap:wrap;
}

.primary-btn,
.secondary-btn{
padding:16px 34px;
border-radius:10px;
text-decoration:none;
font-weight:700;
display:inline-block;
}

.primary-btn{
background:#7b102d;
color:#fff;
}

.secondary-btn{
background:#fbbf24;
color:#111827;
}

.stats-section{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
padding:70px 6%;
margin-top:-70px;
position:relative;
z-index:5;
}

.stat-card{
background:#fff;
padding:35px 25px;
text-align:center;
border-radius:18px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.stat-card h2{
font-size:42px;
color:#7b102d;
margin-bottom:10px;
}

.services-section,
.tracking-section,
.cta-section{
padding:90px 6%;
}

.section-header{
text-align:center;
margin-bottom:50px;
}

.section-header h2{
font-size:44px;
margin-bottom:10px;
}

.services-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:30px;
}

.service-card{
background:#fff;
border-radius:18px;
overflow:hidden;
box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.service-card img{
height:230px;
width:100%;
object-fit:cover;
}

.service-card h3{
padding:20px 25px 10px;
font-size:26px;
}

.service-card p{
padding:0 25px 25px;
}

.tracking-box{
background:#fff;
padding:35px;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.tracking-top{
display:flex;
justify-content:space-between;
align-items:center;
padding-bottom:25px;
margin-bottom:30px;
border-bottom:1px solid #e5e7eb;
gap:20px;
flex-wrap:wrap;
}

.tracking-status{
background:#16a34a;
color:#fff;
padding:12px 22px;
border-radius:40px;
font-weight:700;
}

.tracking-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
margin-bottom:35px;
}

.track-card{
background:#f8fafc;
padding:24px;
border-radius:14px;
}

.track-card h3{
margin-bottom:15px;
color:#7b102d;
}

.timeline{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(140px,1fr));
gap:15px;
margin-bottom:35px;
}

.timeline-step{
background:#dbeafe;
padding:16px;
border-radius:10px;
text-align:center;
font-weight:700;
font-size:14px;
}

.timeline-step.active{
background:#fbbf24;
}

.map-box{
height:320px;
border-radius:16px;
background:#cbd5e1;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
font-weight:700;
text-align:center;
padding:20px;
}

.cta-section{
background:#0f172a;
text-align:center;
color:#fff;
}

.cta-section h2{
font-size:52px;
margin-bottom:20px;
}

.cta-section p{
font-size:20px;
margin-bottom:30px;
}

.site-footer{
background:#020617;
color:#fff;
text-align:center;
padding:25px;
}

/* Responsive */

@media(max-width:1024px){

.hero h1{
font-size:54px;
}

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

.section-header h2{
font-size:38px;
}

}

@media(max-width:768px){

.topbar{
justify-content:center;
text-align:center;
gap:10px;
padding:12px 20px;
}

.site-header{
flex-direction:column;
gap:20px;
padding:20px;
}

.nav ul{
flex-wrap:wrap;
justify-content:center;
gap:16px;
}

.hero{
min-height:auto;
padding:80px 20px;
}

.hero h1{
font-size:40px;
}

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

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

.primary-btn,
.secondary-btn{
width:100%;
max-width:320px;
text-align:center;
}

.stats-section{
grid-template-columns:1fr 1fr;
padding:50px 20px;
}

.services-section,
.tracking-section,
.cta-section{
padding:70px 20px;
}

.section-header h2{
font-size:32px;
}

.tracking-box{
padding:22px;
}

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

.map-box{
height:220px;
font-size:20px;
}

.cta-section h2{
font-size:34px;
}

}

@media(max-width:480px){

.hero h1{
font-size:32px;
}

.stats-section{
grid-template-columns:1fr;
}

.section-header h2{
font-size:28px;
}

.track-card{
padding:18px;
}

.map-box{
height:180px;
font-size:16px;
}

}
