.phobos-homepage {
font-family: Inter, Arial, sans-serif;
color: #191c1e;
background: #f7f9fb;
}
.phobos-homepage * {
box-sizing: border-box;
}
.phobos-homepage h1,
.phobos-homepage h2,
.phobos-homepage h3,
.phobos-homepage .phobos-brand {
font-family: “Space Grotesk”, Arial, sans-serif;
}
.phobos-homepage a {
text-decoration: none;
}
.phobos-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
}
.phobos-nav {
position: sticky;
top: 0;
z-index: 50;
background: rgba(248, 250, 252, 0.92);
backdrop-filter: blur(10px);
border-bottom: 1px solid #e5e7eb;
}
.phobos-nav-inner {
display: flex;
justify-content: space-between;
align-items: center;
padding: 18px 0;
gap: 20px;
}
.phobos-brand {
font-size: 24px;
font-weight: 700;
color: #0f172a;
letter-spacing: -0.03em;
}
.phobos-menu {
display: flex;
gap: 28px;
flex-wrap: wrap;
align-items: center;
}
.phobos-menu a {
color: #475569;
font-weight: 600;
}
.phobos-menu a:hover {
color: #ea580c;
}
.phobos-nav-actions {
display: flex;
gap: 12px;
align-items: center;
}
.phobos-btn {
display: inline-block;
padding: 14px 24px;
border-radius: 8px;
font-weight: 700;
transition: 0.2s ease;
}
.phobos-btn-primary {
background: #ea580c;
color: #fff;
}
.phobos-btn-primary:hover {
background: #c2410c;
color: #fff;
}
.phobos-btn-secondary {
background: rgba(255,255,255,0.08);
color: #fff;
border: 1px solid rgba(255,255,255,0.18);
}
.phobos-btn-secondary:hover {
background: rgba(255,255,255,0.14);
color: #fff;
}
.phobos-btn-light {
background: transparent;
color: #64748b;
padding: 10px 16px;
}
.phobos-btn-light:hover {
color: #0f172a;
}
.phobos-hero {
background: linear-gradient(135deg, #0f172a 0%, #111827 100%);
padding: 80px 0 70px;
position: relative;
overflow: hidden;
}
.phobos-hero-inner {
display: grid;
grid-template-columns: 1.4fr 1fr;
gap: 50px;
align-items: center;
}
.phobos-badge {
display: inline-block;
padding: 8px 12px;
border-radius: 6px;
background: rgba(234, 88, 12, 0.12);
border: 1px solid rgba(234, 88, 12, 0.25);
color: #fb923c;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.12em;
margin-bottom: 18px;
}
.phobos-hero h1 {
font-size: 58px;
line-height: 1.05;
color: #fff;
margin: 0 0 22px;
letter-spacing: -0.04em;
}
.phobos-hero h1 span {
color: #fb923c;
}
.phobos-hero p {
font-size: 20px;
line-height: 1.7;
color: #cbd5e1;
max-width: 620px;
margin: 0 0 34px;
}
.phobos-hero-actions {
display: flex;
flex-wrap: wrap;
gap: 16px;
}
.phobos-hero-card {
background: rgba(255,255,255,0.06);
border: 1px solid rgba(255,255,255,0.08);
border-radius: 16px;
padding: 16px;
box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}
.phobos-hero-card img,
.phobos-feature-image img {
width: 100%;
height: auto;
display: block;
border-radius: 10px;
}
.phobos-stats {
padding: 56px 0;
background: #f7f9fb;
}
.phobos-stats-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.phobos-stat-card {
background: #fff;
border-top: 3px solid #ea580c;
border-radius: 10px;
padding: 28px;
box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}
.phobos-stat-label {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.12em;
color: #64748b;
margin-bottom: 10px;
font-weight: 700;
}
.phobos-stat-value {
font-size: 42px;
font-weight: 700;
color: #131b2e;
line-height: 1;
margin-bottom: 8px;
font-family: “Space Grotesk”, Arial, sans-serif;
}
.phobos-stat-sub {
font-size: 18px;
color: #475569;
font-weight: 600;
}
.phobos-features {
padding: 80px 0;
background: #f2f4f6;
}
.phobos-section-title {
margin-bottom: 40px;
}
.phobos-section-title h2 {
font-size: 42px;
margin: 0 0 12px;
color: #131b2e;
letter-spacing: -0.03em;
}
.phobos-section-line {
width: 90px;
height: 4px;
background: #ea580c;
border-radius: 999px;
}
.phobos-features-grid {
display: grid;
grid-template-columns: 2fr 1fr 1fr;
gap: 24px;
align-items: stretch;
}
.phobos-feature-large,
.phobos-feature-small {
background: #fff;
border-radius: 12px;
padding: 32px;
box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}
.phobos-feature-large h3,
.phobos-feature-small h3 {
margin-top: 0;
margin-bottom: 14px;
color: #131b2e;
}
.phobos-feature-large p,
.phobos-feature-small p {
color: #475569;
line-height: 1.7;
}
.phobos-feature-image {
margin-top: 28px;
overflow: hidden;
border-radius: 10px;
}
.phobos-cta {
padding: 80px 0;
background: #f7f9fb;
}
.phobos-cta-box {
background: #131b2e;
color: #fff;
border-radius: 18px;
padding: 56px 32px;
text-align: center;
}
.phobos-cta-box h2 {
margin: 0 0 18px;
font-size: 42px;
line-height: 1.15;
color: #fff;
}
.phobos-cta-box p {
max-width: 760px;
margin: 0 auto 28px;
color: #cbd5e1;
font-size: 18px;
line-height: 1.7;
}
.phobos-cta-actions {
display: flex;
justify-content: center;
gap: 16px;
flex-wrap: wrap;
}
.phobos-footer {
background: #0f172a;
color: #cbd5e1;
padding: 46px 0;
}
.phobos-footer-inner {
display: flex;
justify-content: space-between;
gap: 24px;
flex-wrap: wrap;
align-items: center;
}
.phobos-footer-brand {
font-weight: 700;
color: #fff;
margin-bottom: 8px;
text-transform: uppercase;
letter-spacing: 0.08em;
}
.phobos-footer-links {
display: flex;
flex-wrap: wrap;
gap: 18px;
}
.phobos-footer-links a {
color: #94a3b8;
}
.phobos-footer-links a:hover {
color: #fb923c;
}
@media (max-width: 991px) {
.phobos-hero-inner,
.phobos-features-grid,
.phobos-stats-grid {
grid-template-columns: 1fr;
}
.phobos-hero h1 {
font-size: 42px;
}
.phobos-section-title h2,
.phobos-cta-box h2 {
font-size: 32px;
}
.phobos-nav-inner {
flex-direction: column;
align-items: flex-start;
}
.phobos-menu,
.phobos-nav-actions {
width: 100%;
}
}
Modern Freight
Yard Technology
Transforming container tracking with intelligent systems built for efficiency.
Orchestrate complex logistics with the precision of cloud computing.
The Blueprint for Success
Real-Time Tracking
Monitor every move within your freight yard with millisecond latency.
High-precision GPS and RFID mesh networks help ensure no asset is ever lost in the shuffle.
Automated Reporting
Eliminate manual data entry. Generate end-of-day reports and efficiency audits automatically.
Seamless Integration
Connect with existing ERP and TMS software through robust APIs and webhook-ready workflows.
Ready to re-engineer your logistics?
Join the industry leaders who have optimized throughput by over 40% using Phobos Consulting technology.