@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap');

:root { 
    --primary: #D31122; 
    --primary-light: #fbe6e8;
    --dark: #121212; 
    --light: #ffffff; 
    --gray-bg: #f8f9fa;
    --border: #eaedf1;
    --text: #444444;
}

* { box-sizing: border-box; }

html, body {
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
}

body { 
    font-family: 'Roboto', sans-serif; 
    background-color: var(--light); 
    color: var(--text); 
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 { font-weight: 700; color: var(--dark); text-transform: uppercase;}

/* Navbar */
.corporate-nav { background: rgba(255, 255, 255, 0.98); border-bottom: 1px solid var(--border); padding: 12px 0; backdrop-filter: blur(15px); box-shadow: 0 4px 20px rgba(0,0,0,0.03);}
.navbar-logo { max-height: 80px; width: auto; object-fit: contain; }
.animate-logo { animation: dropInLogo 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; }
@keyframes dropInLogo { 0% { transform: translateY(-30px) scale(0.9); opacity: 0; } 100% { transform: translateY(0) scale(1); opacity: 1; } }

.nav-link { font-size: 0.85rem; font-weight: 700; color: var(--dark) !important; text-transform: uppercase; letter-spacing: 1px; padding: 0 16px !important; transition: 0.3s; }
.nav-link:hover { color: var(--primary) !important; }
.lang-btn { font-size: 0.8rem; font-weight: 700; letter-spacing: 1px; background: var(--dark); color: white; border: none; padding: 8px 18px; border-radius: 4px; transition: 0.3s; }
.lang-btn:hover { background: var(--primary); transform: translateY(-2px);}

/* Hero Section */
.hero-section { 
    background: linear-gradient(135deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.95) 100%), url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=1920&q=80') center/cover fixed; 
    padding: 220px 0 140px; 
    text-align: center; color: var(--dark); 
    border-bottom: 1px solid var(--border);
}
.hero-subtitle { font-size: 1rem; letter-spacing: 6px; color: var(--primary); font-weight: 800; text-transform: uppercase; margin-bottom: 20px;}
.hero-title { font-size: 4rem; font-weight: 900; letter-spacing: -1px; margin-bottom: 30px; color: var(--dark); line-height: 1.1; text-transform: uppercase;}
.hero-quote { font-weight: 400; font-size: 1.15rem; max-width: 800px; margin: 0 auto 50px; color: var(--text); font-style: italic; line-height: 1.8;}

.btn-primary-custom { background: var(--primary); color: #fff; padding: 18px 45px; font-weight: 700; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 1.5px; border: none; border-radius: 4px; text-decoration: none; display: inline-block; transition: 0.4s; box-shadow: 0 10px 20px rgba(211,17,34,0.2);}
.btn-primary-custom:hover { background: #a60e19; color: white; transform: translateY(-4px); box-shadow: 0 15px 30px rgba(211,17,34,0.3);}

/* Sections */
.section-padding { padding: 100px 0; overflow: hidden; }
.section-title { font-size: 2.2rem; font-weight: 900; text-align: center; margin-bottom: 15px; text-transform: uppercase; letter-spacing: -0.5px;}
.section-divider { width: 50px; height: 4px; background: var(--primary); margin: 0 auto 60px; border-radius: 2px;}
.text-start .section-divider { margin: 0 0 40px 0; }

/* Graphic Metrics */
.metric-box { text-align: center; padding: 40px 20px; background: #fff; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.04); transition: 0.4s; border: 1px solid var(--border); height: 100%;}
.metric-box:hover { transform: translateY(-10px); box-shadow: 0 20px 50px rgba(211,17,34,0.08); border-color: var(--primary-light);}
.metric-box i { font-size: 2.5rem; color: var(--primary); margin-bottom: 20px;}
.metric-box h2 { font-size: 3rem; color: var(--dark); font-weight: 900; margin-bottom: 5px; letter-spacing: -1px;}
.metric-box p { font-size: 0.85rem; font-weight: 700; text-transform: uppercase; color: var(--text); margin:0; letter-spacing: 0.5px;}

/* Performers */
.perf-card { 
    background: #fff; border: 1px solid var(--border); 
    border-top: 4px solid var(--primary); 
    padding: 35px 25px; border-radius: 8px; text-align: left; 
    transition: 0.3s; height: 100%; display: flex; flex-direction: column;
    box-shadow: 0 5px 20px rgba(0,0,0,0.02);
}
.perf-card.dark-top { border-top-color: var(--dark); }
.perf-card:hover { box-shadow: 0 20px 40px rgba(0,0,0,0.08); transform: translateY(-8px);}
.perf-card h4 { font-size: 1.25rem; font-weight: 800; color: var(--dark); margin-bottom: 10px; text-transform: none;}
.badge-custom { align-self: flex-start; background: var(--primary-light); color: var(--primary); padding: 5px 12px; border-radius: 4px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; margin-bottom: 15px; letter-spacing: 0.5px;}
.badge-custom.dark-badge { background: #eee; color: #111; }
.perf-card p { font-size: 0.95rem; color: var(--text); margin:0; line-height: 1.6;}

/* Feature Lists */
.feature-list { display: flex; align-items: flex-start; margin-bottom: 25px; }
.feature-icon { width: 45px; height: 45px; background: var(--primary-light); color: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; margin-right: 20px; transition: 0.3s;}
.feature-list:hover .feature-icon { background: var(--primary); color: #fff; transform: scale(1.1);}
.feature-content h5 { font-size: 1.1rem; font-weight: 700; margin-bottom: 5px; color: var(--dark); text-transform: none;}
.feature-content p { font-size: 0.95rem; color: var(--text); margin: 0;}

/* Services 3D Hover Cards */
.srv-card { padding: 40px 30px; background: #fff; border: 1px solid var(--border); border-radius: 12px; height: 100%; transition: 0.4s; text-align: center;}
.srv-card.bg-dark { background-color: var(--dark) !important; border-color: #333 !important;}
.srv-card.bg-dark h5 { color: #ffffff !important; }
.srv-card.bg-dark p { color: #cccccc !important; }

.srv-icon-wrap { width: 80px; height: 80px; margin: 0 auto 25px; background: rgba(255,255,255,0.05); border-radius: 20px; display: flex; align-items: center; justify-content: center; transition: 0.4s;}
.srv-card i { font-size: 2rem; color: var(--primary); transition: 0.4s;}
.srv-card:hover { border-color: var(--primary) !important; box-shadow: 0 25px 50px rgba(0,0,0,0.2); transform: translateY(-10px);}
.srv-card:hover .srv-icon-wrap { background: var(--primary); border-radius: 50%; }
.srv-card:hover i { color: #fff; }
.srv-card h5 { font-size: 1.2rem; font-weight: 800; margin-bottom: 15px; }
.srv-card p { font-size: 0.95rem; margin: 0; }

/* Lists & Quotes */
.clean-list { padding-left: 0; list-style: none; }
.clean-list li { position: relative; padding-left: 24px; margin-bottom: 16px; font-size: 1.05rem; color: var(--text); }
.clean-list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; background-color: var(--primary); border-radius: 50%; }
.quote-text { font-size: 1.2rem; color: var(--text-light); border-left: 3px solid var(--border); padding-left: 25px; margin-bottom: 30px; font-weight: 300; font-style: italic;}

/* Timeline */
.roadmap { position: relative; border-left: 3px solid var(--primary-light); padding-left: 40px; margin-left: 20px;}
.roadmap-item { position: relative; margin-bottom: 50px; }
.roadmap-item:last-child { margin-bottom: 0; }
.roadmap-icon { position: absolute; left: -60px; top: 0; width: 36px; height: 36px; background: #fff; border: 3px solid var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 0.9rem; font-weight: 700; box-shadow: 0 5px 15px rgba(211,17,34,0.2);}
.roadmap-content { background: #fff; border: 1px solid var(--border); padding: 25px; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.03); transition: 0.3s;}
.roadmap-content:hover { border-color: var(--primary); transform: translateX(10px); box-shadow: 0 10px 25px rgba(0,0,0,0.08);}
.roadmap-content span { display: inline-block; font-size: 0.8rem; font-weight: 800; color: #fff; background: var(--dark); padding: 4px 12px; border-radius: 4px; margin-bottom: 10px;}
.roadmap-content h4 { font-size: 1.2rem; margin-bottom: 8px; text-transform: none;}
.roadmap-content p { color: var(--text-light); margin: 0; font-size: 1rem; }

/* Team */
.team-item { text-align: center; margin-bottom: 30px; transition: 0.3s;}
.team-item-large .team-img-wrap { width: 220px; height: 220px; border-width: 3px; }
.team-item-large h5 { font-size: 1.4rem; }
.team-item-large p { font-size: 0.9rem; }
.team-img-wrap { width: 140px; height: 140px; margin: 0 auto 20px; border-radius: 50%; padding: 6px; border: 2px dashed var(--border); transition: 0.4s;}
.team-img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; transition: 0.4s; background:#fff;}
.team-item:hover .team-img-wrap { border-color: var(--primary); border-style: solid; transform: scale(1.05);}
.team-item h5 { font-size: 1.1rem; margin-bottom: 4px; font-weight: 800; color: var(--dark);}
.team-item p { font-size: 0.8rem; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: 1px; margin:0;}

/* Partners / Logos */
.logo-box { background: #fff; padding: 10px; display: flex; align-items: center; justify-content: center; transition: 0.3s;}
.partner-col-img {
    width: 100%;
    height: auto; 
    max-width: 100%;
    object-fit: contain;
    transition: 0.3s;
}
.partner-col-img:hover { transform: scale(1.03); }

/* Footer */
.footer-dark { background: var(--dark); color: #fff; padding: 60px 0 30px; text-align: center; }
.social-links a { color: #fff; font-size: 1.5rem; margin: 0 15px; transition: 0.3s; display: inline-flex; align-items:center; justify-content: center; opacity: 0.8; background: rgba(255,255,255,0.1); width: 50px; height: 50px; border-radius: 50%; text-decoration:none;}
.social-links a:hover { opacity: 1; background: var(--primary); transform: translateY(-5px);}
.footer-email { font-size: 0.95rem; color: #aaa; margin-top: 15px; margin-bottom: 30px; font-weight: 500;}
.footer-email i { color: var(--primary); margin-right: 8px;}

/* Admin */
.admin-card { background: white; padding: 50px; border-radius: 12px; box-shadow: 0 20px 50px rgba(0,0,0,0.1); width: 100%; max-width: 450px; text-align: center; margin: 15vh auto;}
.admin-card input { text-align: center; letter-spacing: 5px; font-weight: bold; border: 1px solid var(--border); border-radius: 4px; padding: 15px; font-size: 1.2rem; background: var(--gray-light);}
.admin-card input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px var(--primary-light);}
