@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { width: 100%; overflow-x: hidden; font-family: 'Poppins', sans-serif; }

/* ── NAVBAR ── */
.site-header-inner {
    width: 100%;
    padding: 20px 40px;
    background-color: #013a44;
    position: sticky;
    top: 0;
    z-index: 999;
}
.header-container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.97);
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}
.logo a { display: flex; align-items: center; text-decoration: none; }
.logo-img { height: 45px; width: auto; object-fit: contain; }
.nav-menu ul { display: flex; list-style: none; gap: 25px; align-items: center; }
.nav-menu ul li a {
    text-decoration: none; color: #4a5568; font-size: 14px; font-weight: 600;
    transition: color 0.3s ease; display: flex; align-items: center; gap: 5px;
}
.nav-menu ul li a:hover, .nav-menu ul li a.active { color: #00b4d8; }
.dropdown-icon { font-size: 10px; }
.btn-get-in-touch {
    display: inline-flex; align-items: center; background-color: #00b4d8;
    color: white !important; text-decoration: none; padding: 6px 6px 6px 20px;
    border-radius: 30px; font-weight: 600; font-size: 14px;
    transition: background-color 0.3s, transform 0.2s; white-space: nowrap;
}
.btn-get-in-touch:hover { background-color: #0096b4; transform: translateY(-2px); }
.arrow-circle {
    background-color: white; color: #00b4d8; width: 32px; height: 32px;
    border-radius: 50%; display: flex; justify-content: center; align-items: center;
    margin-left: 12px; font-size: 12px;
}
.menu-toggle { display: none; background: none; border: none; color: #014751; font-size: 26px; cursor: pointer; padding: 5px; }

/* ── PAGE HERO (non-home pages) ── */
.page-hero {
    width: 100%;
    padding: 100px 40px 80px;
    background-image: linear-gradient(135deg, #013a44 0%, #014f5e 50%, #01677a 100%);
    text-align: center;
    color: white;
}
.page-hero .breadcrumb { font-size: 13px; color: #00b4d8; margin-bottom: 16px; letter-spacing: 1px; text-transform: uppercase; }
.page-hero h1 { font-size: 52px; font-weight: 700; line-height: 1.2; margin-bottom: 20px; }
.page-hero h1 span { color: #00b4d8; }
.page-hero p { font-size: 17px; line-height: 1.7; color: #b2d8e0; max-width: 650px; margin: 0 auto; }

/* ── SECTION COMMONS ── */
.section-tag { font-size: 13px; font-weight: 600; color: #00b4d8; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 12px; display: block; }
.section-title { font-size: 38px; font-weight: 700; color: #013a44; line-height: 1.25; margin-bottom: 16px; }
.section-sub { font-size: 16px; color: #4a5568; line-height: 1.7; max-width: 620px; }
.container { max-width: 1300px; margin: 0 auto; padding: 0 40px; }

/* ── ABOUT PAGE ── */
.about-intro { padding: 100px 40px; }
.about-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; max-width: 1300px; margin: 0 auto; }
.about-intro-img { width: 100%; height: 520px; object-fit: cover; border-radius: 20px; }
.about-intro-text .section-sub { max-width: 100%; margin-bottom: 32px; }
.stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 40px; }
.stat-chip { background: #f0f9fc; border-radius: 16px; padding: 24px 20px; text-align: center; }
.stat-chip strong { display: block; font-size: 36px; font-weight: 700; color: #013a44; }
.stat-chip span { font-size: 13px; color: #4a5568; }

.values-section { background: #f7fbfc; padding: 100px 40px; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; max-width: 1300px; margin: 60px auto 0; }
.value-card { background: white; border-radius: 20px; padding: 40px 32px; border: 1px solid #e8f4f7; transition: all 0.3s; }
.value-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(1,58,68,0.08); }
.value-icon { width: 52px; height: 52px; background: #013a44; border-radius: 14px; display: flex; align-items: center; justify-content: center; color: white; font-size: 22px; margin-bottom: 24px; }
.value-card h3 { font-size: 20px; font-weight: 600; color: #013a44; margin-bottom: 12px; }
.value-card p { font-size: 14px; line-height: 1.7; color: #4a5568; }

.team-section { padding: 100px 40px; }
.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; max-width: 1300px; margin: 60px auto 0; }
.team-card { background: white; border-radius: 20px; overflow: hidden; border: 1px solid #edf2f4; transition: all 0.3s; }
.team-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(1,58,68,0.1); }
.team-avatar { width: 100%; height: 220px; background: linear-gradient(135deg, #013a44, #00b4d8); display: flex; align-items: center; justify-content: center; font-size: 52px; color: white; font-weight: 700; }
.team-info { padding: 24px; }
.team-info h4 { font-size: 17px; font-weight: 600; color: #013a44; margin-bottom: 4px; }
.team-info span { font-size: 13px; color: #00b4d8; font-weight: 500; }
.team-info p { font-size: 13px; color: #4a5568; margin-top: 10px; line-height: 1.5; }

.timeline-section { background: #013a44; padding: 100px 40px; color: white; }
.timeline-section .section-title { color: white; }
.timeline-section .section-sub { color: #a0c8d0; }
.timeline { max-width: 900px; margin: 60px auto 0; position: relative; }
.timeline::before { content:''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: rgba(255,255,255,0.1); transform: translateX(-50%); }
.tl-item { display: grid; grid-template-columns: 1fr 60px 1fr; gap: 0; margin-bottom: 60px; align-items: center; }
.tl-item:nth-child(odd) .tl-content { grid-column: 1; text-align: right; }
.tl-item:nth-child(odd) .tl-empty { grid-column: 3; }
.tl-item:nth-child(even) .tl-empty { grid-column: 1; }
.tl-item:nth-child(even) .tl-content { grid-column: 3; text-align: left; }
.tl-dot { grid-column: 2; width: 44px; height: 44px; background: #00b4d8; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; color: white; justify-self: center; flex-shrink: 0; }
.tl-content { background: rgba(255,255,255,0.06); border-radius: 14px; padding: 24px 28px; }
.tl-content h4 { font-size: 14px; font-weight: 600; color: #00b4d8; margin-bottom: 8px; }
.tl-content h3 { font-size: 18px; font-weight: 600; color: white; margin-bottom: 8px; }
.tl-content p { font-size: 13px; color: #94bdc5; line-height: 1.6; }

/* ── SERVICES PAGE ── */
.services-hero-cards { padding: 80px 40px; background: #f7fbfc; }
.services-hero-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; max-width: 1300px; margin: 60px auto 0; }
.srv-card { background: white; border-radius: 20px; padding: 40px 32px; border: 1px solid #e8f4f7; transition: all 0.3s; position: relative; overflow: hidden; }
.srv-card::before { content:''; position: absolute; top:0; left:0; right:0; height: 4px; background: #00b4d8; transform: scaleX(0); transition: transform 0.3s; transform-origin: left; }
.srv-card:hover::before { transform: scaleX(1); }
.srv-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(1,58,68,0.08); }
.srv-icon { width: 56px; height: 56px; background: #013a44; border-radius: 16px; display: flex; align-items: center; justify-content: center; color: white; font-size: 24px; margin-bottom: 24px; }
.srv-card h3 { font-size: 20px; font-weight: 600; color: #013a44; margin-bottom: 12px; }
.srv-card p { font-size: 14px; line-height: 1.7; color: #4a5568; margin-bottom: 24px; }
.srv-features { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.srv-features li { font-size: 13px; color: #4a5568; display: flex; align-items: center; gap: 8px; }
.srv-features li::before { content:'✓'; color: #00b4d8; font-weight: 700; }

.why-us-section { padding: 100px 40px; }
.why-us-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; max-width: 1300px; margin: 0 auto; }
.why-us-img-side { position: relative; }
.why-us-img { width: 100%; height: 480px; object-fit: cover; border-radius: 20px; background: linear-gradient(135deg, #013a44, #00b4d8); display: flex; align-items: center; justify-content: center; }
.why-badge { position: absolute; bottom: 30px; left: 30px; background: white; border-radius: 16px; padding: 20px 28px; box-shadow: 0 10px 30px rgba(1,58,68,0.12); }
.why-badge strong { display: block; font-size: 32px; font-weight: 700; color: #013a44; }
.why-badge span { font-size: 13px; color: #4a5568; }
.why-points { display: flex; flex-direction: column; gap: 24px; margin-top: 40px; }
.why-point { display: flex; gap: 20px; align-items: flex-start; }
.why-num { width: 40px; height: 40px; border-radius: 10px; background: #013a44; color: white; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; flex-shrink: 0; }
.why-point h4 { font-size: 16px; font-weight: 600; color: #013a44; margin-bottom: 6px; }
.why-point p { font-size: 14px; color: #4a5568; line-height: 1.6; }

.pricing-section { background: #013a44; padding: 100px 40px; }
.pricing-section .section-title { color: white; }
.pricing-section .section-sub { color: #a0c8d0; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; max-width: 1100px; margin: 60px auto 0; }
.price-card { background: rgba(255,255,255,0.06); border-radius: 20px; padding: 40px 32px; border: 1px solid rgba(255,255,255,0.1); transition: all 0.3s; }
.price-card.featured { background: white; border-color: white; }
.price-card:hover { transform: translateY(-6px); }
.price-tag { font-size: 13px; font-weight: 600; color: #00b4d8; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; display: block; }
.price-card.featured .price-tag { color: #013a44; }
.price-card h3 { font-size: 22px; font-weight: 700; color: white; margin-bottom: 8px; }
.price-card.featured h3 { color: #013a44; }
.price-card .price { font-size: 40px; font-weight: 700; color: white; margin: 20px 0 8px; }
.price-card.featured .price { color: #013a44; }
.price-period { font-size: 13px; color: rgba(255,255,255,0.5); }
.price-card.featured .price-period { color: #4a5568; }
.price-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin: 28px 0 32px; }
.price-list li { font-size: 14px; color: rgba(255,255,255,0.75); display: flex; align-items: center; gap: 10px; }
.price-card.featured .price-list li { color: #4a5568; }
.price-list li::before { content:'✓'; color: #00b4d8; font-weight: 700; flex-shrink: 0; }
.price-card.featured .price-list li::before { color: #013a44; }
.price-btn { display: block; text-align: center; padding: 14px; border-radius: 10px; font-size: 14px; font-weight: 600; text-decoration: none; border: 1px solid rgba(255,255,255,0.3); color: white; transition: all 0.3s; }
.price-btn:hover { background: rgba(255,255,255,0.1); }
.price-card.featured .price-btn { background: #013a44; color: white; border-color: #013a44; }
.price-card.featured .price-btn:hover { background: #00252c; }

/* ── PRODUCTS PAGE ── */
.product-showcase { padding: 100px 40px; }
.product-block { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; max-width: 1300px; margin: 0 auto 120px; }
.product-block.reverse { direction: rtl; }
.product-block.reverse > * { direction: ltr; }
.product-visual { width: 100%; height: 420px; border-radius: 24px; display: flex; align-items: center; justify-content: center; font-size: 110px; position: relative; overflow: hidden; }
.product-visual.pos { background: linear-gradient(135deg, #013a44 0%, #01677a 100%); }
.product-visual.erp { background: linear-gradient(135deg, #014f5e 0%, #00b4d8 100%); }
.product-visual.fbr { background: linear-gradient(135deg, #00252c 0%, #013a44 100%); }
.product-visual.hardware { background: linear-gradient(135deg, #00252c 0%, #013a44 100%); }
.product-visual-inner { text-align: center; color: white; }
.product-visual-inner h3 { font-size: 28px; font-weight: 700; margin-top: 16px; }
.product-visual-inner p { font-size: 14px; opacity: 0.7; margin-top: 6px; }
.hardware-icon { width: 140px; height: 140px; display: block; margin: 0 auto; }
.hardware-subtitle { display: block; font-size: 13px; opacity: 0.7; margin-top: 6px; font-weight: 500; }
.product-label { display: inline-block; background: #e0f7fa; color: #013a44; font-size: 12px; font-weight: 600; padding: 6px 16px; border-radius: 20px; margin-bottom: 16px; letter-spacing: 0.5px; }
.product-text h2 { font-size: 36px; font-weight: 700; color: #013a44; line-height: 1.25; margin-bottom: 16px; }
.product-text p { font-size: 15px; color: #4a5568; line-height: 1.7; margin-bottom: 28px; }
.product-feature-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin-bottom: 36px; }
.product-feature-list li { font-size: 14px; color: #1a202c; display: flex; align-items: center; gap: 8px; font-weight: 500; }
.product-feature-list li::before { content:'→'; color: #00b4d8; font-weight: 700; }
.product-cta { display: inline-flex; align-items: center; gap: 10px; background: #013a44; color: white; text-decoration: none; padding: 14px 28px; border-radius: 10px; font-size: 14px; font-weight: 600; transition: all 0.3s; }
.product-cta:hover { background: #00252c; transform: translateY(-2px); }

.integrations-section { background: #f7fbfc; padding: 100px 40px; text-align: center; }
.integrations-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 20px; max-width: 1000px; margin: 60px auto 0; }
.integration-chip { background: white; border: 1px solid #e2e8f0; border-radius: 14px; padding: 24px 16px; text-align: center; transition: all 0.3s; }
.integration-chip:hover { border-color: #00b4d8; box-shadow: 0 8px 24px rgba(0,180,216,0.1); }
.integration-chip i { font-size: 28px; color: #013a44; margin-bottom: 10px; display: block; }
.integration-chip span { font-size: 13px; font-weight: 500; color: #4a5568; }

/* ── CONTACT PAGE ── */
.contact-hero-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; max-width: 900px; margin: -50px auto 0; padding: 0 40px; position: relative; z-index: 10; }
.contact-chip { background: white; border-radius: 16px; padding: 32px 24px; text-align: center; box-shadow: 0 10px 40px rgba(1,58,68,0.1); }
.contact-chip i { font-size: 28px; color: #00b4d8; margin-bottom: 12px; display: block; }
.contact-chip h4 { font-size: 16px; font-weight: 600; color: #013a44; margin-bottom: 6px; }
.contact-chip p { font-size: 13px; color: #4a5568; line-height: 1.5; }

.contact-main { padding: 80px 40px 100px; }
.contact-main-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; max-width: 1300px; margin: 0 auto; }
.contact-left h2 { font-size: 36px; font-weight: 700; color: #013a44; margin-bottom: 20px; }
.contact-left p { font-size: 15px; color: #4a5568; line-height: 1.7; margin-bottom: 40px; }
.office-card { background: #f7fbfc; border-radius: 16px; padding: 28px; margin-bottom: 20px; }
.office-card h4 { font-size: 15px; font-weight: 600; color: #013a44; margin-bottom: 12px; }
.office-card p { font-size: 14px; color: #4a5568; line-height: 1.6; }
.social-row { display: flex; gap: 12px; margin-top: 32px; }
.social-btn { width: 44px; height: 44px; background: #013a44; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: white; text-decoration: none; font-size: 16px; transition: all 0.3s; }
.social-btn:hover { background: #00b4d8; transform: translateY(-2px); }

.contact-form-box { background: white; border-radius: 24px; padding: 50px; box-shadow: 0 20px 60px rgba(1,58,68,0.07); border: 1px solid #edf2f4; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.form-group.full { grid-column: span 2; }
.form-group label { font-size: 13px; font-weight: 600; color: #013a44; }
.form-group input, .form-group select, .form-group textarea {
    padding: 14px 16px; border: 1px solid #e2e8f0; border-radius: 10px;
    font-size: 14px; font-family: 'Poppins', sans-serif; color: #1e293b;
    background: #f8fafc; transition: all 0.3s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    outline: none; border-color: #013a44; background: white;
    box-shadow: 0 0 0 4px rgba(1,58,68,0.06);
}
.form-submit { display: inline-flex; align-items: center; gap: 10px; background: #013a44; color: white; border: none; padding: 16px 36px; border-radius: 12px; font-size: 15px; font-weight: 600; cursor: pointer; font-family: 'Poppins', sans-serif; transition: all 0.3s; width: 100%; justify-content: center; }
.form-submit:hover { background: #00252c; transform: translateY(-2px); }

.faq-section { background: #f7fbfc; padding: 100px 40px; }
.faq-list { max-width: 800px; margin: 60px auto 0; }
.faq-item { background: white; border-radius: 16px; margin-bottom: 12px; border: 1px solid #edf2f4; overflow: hidden; }
.faq-q { padding: 24px 28px; font-size: 15px; font-weight: 600; color: #013a44; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-q i { font-size: 18px; color: #00b4d8; transition: transform 0.3s; }
.faq-item.open .faq-q i { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 28px 24px; font-size: 14px; color: #4a5568; line-height: 1.7; }
.faq-item.open .faq-a { display: block; }

/* ── SHARED CTA BANNER ── */
.cta-banner { background: linear-gradient(135deg, #013a44, #01677a); padding: 100px 40px; text-align: center; }
.cta-banner h2 { font-size: 46px; font-weight: 700; color: white; margin-bottom: 16px; }
.cta-banner p { font-size: 17px; color: #a0c8d0; margin-bottom: 40px; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-btn-primary { background: #00b4d8; color: white; padding: 16px 36px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 15px; transition: all 0.3s; }
.cta-btn-primary:hover { background: #0096b4; transform: translateY(-2px); }
.cta-btn-outline { background: transparent; color: white; padding: 16px 36px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 15px; border: 1px solid rgba(255,255,255,0.4); transition: all 0.3s; }
.cta-btn-outline:hover { background: rgba(255,255,255,0.08); }

/* ── FOOTER ── */
.footer-section { background-color: #013a44; color: white; padding: 80px 40px 40px; font-family: 'Poppins', sans-serif; }
.footer-container { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; align-items: start; }
.brand-col { display: flex; flex-direction: column; align-items: flex-start; }
.footer-logo-img { height: 90px; width: auto; object-fit: contain; margin-bottom: 20px; }
.brand-col p { color: #cbd5e1; font-size: 14px; line-height: 1.6; margin-bottom: 20px; max-width: 320px; }
.social-links { display: flex; gap: 12px; }
.social-links a { width: 38px; height: 38px; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; border-radius: 8px; color: white; text-decoration: none; font-weight: 700; font-size: 12px; transition: 0.3s; }
.social-links a:hover { background: #00b4d8; }
.footer-col h3 { font-size: 16px; margin-bottom: 24px; font-weight: 600; }
.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { color: #cbd5e1; text-decoration: none; font-size: 14px; transition: 0.3s; }
.footer-col ul li a:hover { color: #00b4d8; }
.footer-bottom { max-width: 1300px; margin: 50px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); text-align: center; font-size: 13px; color: #94a3b8; }

/* ── RESPONSIVE ── */
@media (max-width: 992px) {
    .site-header-inner { padding: 15px; }
    .btn-get-in-touch { display: none !important; }
    .menu-toggle { display: block !important; }
    .nav-menu { position: absolute; top: 80px; left: 15px; right: 15px; background: white; border-radius: 20px; box-shadow: 0 15px 35px rgba(0,0,0,0.15); padding: 28px 24px; display: none; z-index: 1000; }
    .nav-menu.active { display: block; }
    .nav-menu ul { flex-direction: column; gap: 18px; }
    .nav-menu ul li a { font-size: 17px; color: #014751; font-weight: 700; justify-content: center; }
    .page-hero { padding: 70px 20px 60px; }
    .page-hero h1 { font-size: 34px; }
    .about-intro-grid, .why-us-grid, .product-block, .contact-main-grid { grid-template-columns: 1fr; gap: 40px; }
    .product-block.reverse { direction: ltr; }
    .values-grid, .services-hero-grid, .pricing-grid { grid-template-columns: 1fr; }
    .team-grid { grid-template-columns: repeat(2,1fr); }
    .integrations-grid { grid-template-columns: repeat(3,1fr); }
    .contact-hero-cards { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .form-group.full { grid-column: span 1; }
    .footer-container { grid-template-columns: repeat(2,1fr); }
    .about-intro, .values-section, .team-section, .timeline-section, .services-hero-cards, .why-us-section, .pricing-section, .product-showcase, .integrations-section, .contact-main, .faq-section, .cta-banner { padding-left: 20px; padding-right: 20px; }
    .contact-hero-cards { padding: 0 20px; }
    .stat-row { grid-template-columns: 1fr 1fr; }
    .cta-banner h2 { font-size: 32px; }
}
@media (max-width: 600px) {
    .team-grid { grid-template-columns: 1fr; }
    .integrations-grid { grid-template-columns: repeat(2,1fr); }
    .footer-container { grid-template-columns: 1fr; }
    .product-feature-list { grid-template-columns: 1fr; }
    .section-title { font-size: 28px; }
    .timeline::before { left: 22px; }
    .tl-item { grid-template-columns: 44px 1fr; gap: 16px; }
    .tl-item:nth-child(odd) .tl-content,
    .tl-item:nth-child(even) .tl-content { grid-column: 2; text-align: left; }
    .tl-item:nth-child(odd) .tl-empty,
    .tl-item:nth-child(even) .tl-empty { display: none; }
    .tl-dot { grid-column: 1; }
}