/* ========== PROFESSIONAL STYLESHEET - SYNERGY POINT TRADING ========== */
:root {
  --primary: #0B5ED7;
  --primary-dark: #0947a8;
  --secondary: #84D900;
  --secondary-dark: #6ab800;
  --dark: #0F172A;
  --dark-soft: #1e293b;
  --gray-light: #F8FAFC;
  --gray-border: #e9eef3;
  --shadow-sm: 0 10px 30px -10px rgba(0,0,0,0.08);
  --shadow-md: 0 20px 35px -12px rgba(0,0,0,0.12);
  --transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #ffffff;
  color: var(--dark);
  scroll-behavior: smooth;
  padding-top: 85px;
}

/* ========== TYPOGRAPHY ========== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  letter-spacing: -0.02em;
}
.section-title-h2 {
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--dark) 0%, var(--primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 0.75rem;
}
.title-underline {
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  border-radius: 4px;
}
.section-subtitle {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  color: var(--primary);
  background: rgba(11,94,215,0.08);
  display: inline-block;
  padding: 0.3rem 1rem;
  border-radius: 40px;
  margin-bottom: 1rem;
}
/* navbar */
.navbar {
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 25px rgba(0,0,0,0.03);
  padding: 0.8rem 0;
  transition: var(--transition);
}
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(145deg, var(--primary), var(--secondary));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.3rem;
  box-shadow: var(--shadow-sm);
}
.brand-text {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--dark);
}
.brand-text span {
  color: var(--primary);
  font-weight: 800;
}
.nav-link {
  font-weight: 600;
  margin: 0 0.2rem;
  color: #1e2a3e;
  transition: var(--transition);
  position: relative;
}
.nav-link:hover, .nav-link.active {
  color: var(--primary);
}
.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 70%;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  border-radius: 4px;
}
.btn-consultation {
  background: linear-gradient(100deg, var(--primary), #2b6ef0);
  color: white;
  padding: 8px 22px;
  border-radius: 50px;
  font-weight: 600;
  transition: var(--transition);
  box-shadow: 0 4px 10px rgba(11,94,215,0.2);
}
.btn-consultation:hover {
  transform: translateY(-2px);
  background: linear-gradient(100deg, var(--primary-dark), var(--primary));
  color: white;
  box-shadow: 0 8px 20px rgba(11,94,215,0.3);
}
/* page header */
.page-header-section {
  background: linear-gradient(125deg, #0B5ED7 0%, #0a4ab3 45%, #84D900 100%);
  padding: 100px 0 130px 0;
  color: white;
  position: relative;
  overflow: hidden;
}
.page-header-section h1 {
  font-size: 3.2rem;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.header-divider {
  width: 80px;
  height: 4px;
  background: rgba(255,255,255,0.6);
  margin: 1.2rem auto;
  border-radius: 4px;
}
.header-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
}
/* Sections */
.section {
  padding: 80px 0;
}
.bg-gradient-soft {
  background: linear-gradient(to bottom, #ffffff, #f9fbfe);
}
.company-intro .lead-text {
  font-size: 1.1rem;
  color: #334155;
  margin: 1rem 0;
}
.about-image-wrapper {
  position: relative;
}
.about-image-wrapper img {
  box-shadow: var(--shadow-md);
  transition: 0.4s;
}
.floating-icon {
  position: absolute;
  background: white;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  box-shadow: var(--shadow-sm);
  color: var(--primary);
  font-size: 1.6rem;
}
.icon-1 { top: -20px; left: -20px; }
.icon-2 { bottom: -20px; right: -15px; }
.stats-row {
  margin-top: 2rem;
}
.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}
.stat-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #475569;
}
/* vision & mission cards */
.vision-card, .mission-card {
  background: white;
  border-radius: 2rem;
  padding: 2rem;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(0,0,0,0.03);
}
.vision-card:hover, .mission-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
}
.card-icon {
  font-size: 2.5rem;
  margin-bottom: 1.3rem;
  background: linear-gradient(135deg, var(--primary), #3b82f6);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
/* value cards */
.value-card {
  background: white;
  border-radius: 1.5rem;
  padding: 1.7rem 1rem;
  text-align: center;
  transition: var(--transition);
  box-shadow: 0 8px 25px -8px rgba(0,0,0,0.05);
  border: 1px solid var(--gray-border);
}
.value-card i {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 1rem;
}
.value-card h5 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.value-card p {
  font-size: 0.8rem;
  color: #5b6e8c;
  margin: 0;
}
.value-card:hover {
  border-color: var(--secondary);
  transform: scale(1.02);
  box-shadow: var(--shadow-md);
}
/* leadership & team */
.bg-light-team {
  background: #f4f7fc;
}
.leadership-quote {
  background: white;
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: var(--shadow-sm);
}
.team-card {
  background: white;
  padding: 1.5rem;
  border-radius: 1.2rem;
  transition: var(--transition);
  box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}
.team-card i {
  color: var(--primary);
}
/* footer */
.footer-section {
  background: var(--dark);
  color: #d1d5db;
  padding: 60px 0 20px;
  margin-top: 0;
}
.footer-brand {
  font-size: 1.8rem;
  font-weight: 800;
  color: white;
  margin-bottom: 1rem;
}
.footer-brand span {
  color: var(--secondary);
}
.footer-text {
  font-size: 0.9rem;
  opacity: 0.8;
  line-height: 1.5;
}
.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.2s;
  color: white;
}
.social-links a:hover {
  background: var(--secondary);
  color: var(--dark);
  transform: translateY(-3px);
}
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 0.7rem;
}
.footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  transition: 0.2s;
}
.footer-links a:hover {
  color: var(--secondary);
  padding-left: 5px;
}
.contact-info li {
  display: flex;
  gap: 12px;
  align-items: baseline;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  font-size: 0.85rem;
}
/* responsive */
@media (max-width: 768px) {
  body { padding-top: 70px; }
  .section-title-h2 { font-size: 1.8rem; }
  .page-header-section h1 { font-size: 2rem; }
  .stat-number { font-size: 1.8rem; }
  .navbar-brand .brand-text { font-size: 1.2rem; }
}
.navbar{
    padding:12px 0;
    background:#ffffff;
}

.nav-link{
    color:#0F172A !important;
    transition:.3s;
}

.nav-link:hover{
    color:#0B5ED7 !important;
}

.nav-link.active{
    color:#0B5ED7 !important;
}

.navbar-brand img{
    transition:.3s;
}

.navbar-brand:hover img{
    transform:scale(1.05);
}

.btn-primary{
    background:#0B5ED7;
    border:none;
}

.btn-primary:hover{
    background:#0848a8;
}
.navbar{
    padding:15px 0;
    background:#fff;
}

.nav-link{
    font-weight:600;
}

.navbar-brand img{
    display:block;
}
html{
    scroll-behavior:smooth;
}

body{
    overflow-x:hidden;
}