* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Frutiger Neue", Helvetica, Arial, sans-serif;
  color: #333;
  line-height: 1.6;
}
a {
  text-decoration: none;
  color: inherit;
}

/* Navigation */
.top-bar {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  position: relative;
  z-index: 1000;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: bold;
}
.ubs-icon {
  color: #e60028;
  font-size: 28px;
}
.logo-text {
  color: #333;
}
.main-nav {
  display: flex;
  gap: 35px;
  font-size: 14px;
}
.main-nav a:hover {
  color: #e60028;
}
.right-section {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 13px;
}

/* Desktop Navigation */
.desktop-nav {
  display: flex;
  gap: 35px;
  font-size: 14px;
}
.desktop-nav a:hover {
  color: #e60028;
}
.desktop-right {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 13px;
}

/* Mobile Menu Button */
.mobile-menu-btn {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.mobile-menu-btn span {
  width: 100%;
  height: 3px;
  background: #333;
  transition: 0.3s;
  transform-origin: center;
}

.mobile-menu-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-btn.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
  transition: 0.3s ease;
}

.mobile-nav.active {
  left: 0;
}

.mobile-nav-content {
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  padding: 80px 30px 30px;
  display: flex;
  flex-direction: column;
  box-shadow: -5px 0 15px rgba(0,0,0,0.1);
}

.mobile-nav-content a {
  color: #333;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  transition: 0.2s;
}

.mobile-nav-content a:hover {
  color: #e60028;
}

.mobile-login-btn {
  background: #e60028;
  color: #fff !important;
  padding: 15px 20px !important;
  border-radius: 5px;
  text-align: center;
  margin-top: 20px;
  border-bottom: none !important;
}

.mobile-login-btn:hover {
  background: #c00020;
}

/* Responsive Design */
@media (max-width: 768px) {
  .top-bar {
    padding: 0 20px;
  }
  
  .desktop-nav,
  .desktop-right {
    display: none;
  }
  
  .mobile-menu-btn {
    display: flex;
  }
  
  .logo span {
    display: none;
  }
}

@media (max-width: 480px) {
  .top-bar {
    padding: 0 15px;
  }
  
  .logo img {
    height: 28px;
  }
}
.location {
  display: flex;
  align-items: center;
  gap: 5px;
}
.search-box {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.login-btn {
  background: #e60028;
  color: #fff;
  padding: 8px 20px;
  border-radius: 3px;
  font-weight: 500;
  transition: 0.2s;
}
.login-btn:hover {
  background: #c00020;
}

/* Hero Section */
.hero {
  position: relative;
  height: 450px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('images/bogaz-koprusu.jpg') center/cover;
  display: flex;
  align-items: center;
  color: #fff;
}

/* Wealth Management Hero */
.wealth-management .hero {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('images/wealth-management.webp') center/cover;
}

/* Investment Banking Hero */
.investment-banking .hero {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('images/investment-banking.avif') center/cover;
}

/* Security Hero */
.security .hero {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('images/cyber-security-bg.avif') center/cover;
}

/* About Us Hero */
.about-us .hero {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('images/about-us-bg.webp') center/cover;
}

/* Financial Advisory Hero */
.financial-advisory .hero {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('images/financial-advisory-bg.jpg') center/cover;
}

/* Careers Hero */
.careers .hero {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('images/careers-bg.avif') center/cover;
}

/* Contact Hero */
.contact .hero {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('images/contact-bg.avif') center/cover;
}
.hero-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.hero-tag {
  background: rgba(230, 0, 40, 0.9);
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}
.hero h1 {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1.2;
}
.hero p {
  font-size: 16px;
  margin-bottom: 25px;
  max-width: 600px;
  line-height: 1.5;
}
.hero-buttons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.hero-btn {
  padding: 12px 25px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s;
  text-decoration: none;
}

.hero-btn.primary {
  background: #e60028;
  color: #fff;
}

.hero-btn.primary:hover {
  background: #c00020;
}

.hero-btn.secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.hero-btn.secondary:hover {
  background: #fff;
  color: #e60028;
}

/* Our Capabilities Section */
.capabilities {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}
.capabilities h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #333;
}
.capabilities-intro {
  color: #666;
  margin-bottom: 50px;
  line-height: 1.7;
  max-width: 900px;
}
.services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.service-category h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
}
.service-label {
  font-size: 13px;
  color: #999;
  margin-bottom: 15px;
}
.service-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  color: #333;
  font-size: 15px;
  border-bottom: 1px solid #eee;
  transition: 0.2s;
}
.service-link:hover {
  color: #e60028;
}
.service-link::after {
  content: "›";
  font-size: 24px;
  color: #ccc;
}

/* About Section */
.about {
  background: #f7f7f7;
  padding: 80px 40px;
}
.about-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-text h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
}
.about-text p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
}
.about-links {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.about-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  color: #333;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
  transition: 0.2s;
}
.about-link:hover {
  color: #e60028;
}
.about-link::after {
  content: "›";
  font-size: 24px;
  color: #ccc;
}
.about-image {
  width: 100%;
  height: 400px;
  background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
}

/* Register Section */
.register-section {
  padding: 80px 40px;
  background: #f7f7f7;
}

.register-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.register-form-container {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.register-form-container h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #333;
}

.form-intro {
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}

.register-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #333;
}

.form-group input,
.form-group select {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.2s;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #e60028;
  box-shadow: 0 0 0 2px rgba(230, 0, 40, 0.1);
}

.checkbox-group {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
  margin: 0;
  width: 16px;
  height: 16px;
}

.submit-btn {
  background: #e60028;
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
  margin-top: 10px;
}

.submit-btn:hover {
  background: #c00020;
}

.register-info {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.register-info h3 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
}

.register-info ul {
  list-style: none;
  margin-bottom: 30px;
}

.register-info li {
  padding: 8px 0;
  font-size: 14px;
  color: #666;
}

.contact-info {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.contact-info h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

.contact-info p {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

/* Wealth Management Styles */
.wealth-nav {
  background: #fff;
  padding: 40px;
  border-bottom: 1px solid #eee;
}

.wealth-nav-content {
  max-width: 1200px;
  margin: 0 auto;
}

.wealth-nav-box {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 8px;
  max-width: 300px;
}

.wealth-nav-box h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #333;
}

.wealth-nav-box ul {
  list-style: none;
}

.wealth-nav-box li {
  margin-bottom: 12px;
}

.wealth-nav-box a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s;
}

.wealth-nav-box a:hover {
  color: #e60028;
}

.solutions-section {
  padding: 80px 40px;
  background: #fff;
}

.solutions-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.solutions-text h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.solutions-text p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
}

.solutions-info h3 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
}

.solutions-info p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
}

.solutions-btn {
  background: #e60028;
  color: #fff;
  padding: 12px 25px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s;
}

.solutions-btn:hover {
  background: #c00020;
}

.wealth-way-section {
  padding: 80px 40px;
  background: #f7f7f7;
}

.wealth-way-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.wealth-way-text h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.wealth-way-text p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
}

.wealth-way-btn {
  color: #e60028;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s;
}

.wealth-way-btn:hover {
  color: #c00020;
}

.publications-section {
  padding: 80px 40px;
  background: #fff;
}

.publications-content {
  max-width: 1200px;
  margin: 0 auto;
}

.publications-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 50px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.publications-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.publication-card {
  background: #f7f7f7;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.2s;
}

.publication-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.publication-image {
  height: 200px;
  overflow: hidden;
}

.publication-info {
  padding: 30px;
}

.publication-info h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
}

.publication-subtitle {
  color: #e60028;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.publication-desc {
  color: #666;
  line-height: 1.6;
  font-size: 14px;
}

.insights-section {
  padding: 80px 40px;
  background: #f7f7f7;
}

.insights-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.insights-text h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.insights-text p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
}

.insights-btn {
  color: #e60028;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s;
}

.insights-btn:hover {
  color: #c00020;
}

.about-section {
  padding: 80px 40px;
  background: #fff;
}

.about-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-text h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.about-text p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
}

.about-btn {
  color: #e60028;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s;
}

.about-btn:hover {
  color: #c00020;
}

.about-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.about-image-small {
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
}

.why-ubs-section {
  padding: 80px 40px;
  background: #f7f7f7;
}

.why-ubs-content {
  max-width: 1200px;
  margin: 0 auto;
}

.why-ubs-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
  text-align: center;
}

.why-ubs-content > p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 50px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.feature-card {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: 0.2s;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.feature-image {
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 8px;
}

.feature-card h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

.feature-card p {
  color: #666;
  line-height: 1.6;
  font-size: 14px;
}

.connect-section {
  padding: 80px 40px;
  background: #e60028;
  color: #fff;
  text-align: center;
}

.connect-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
}

.connect-content p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.9;
}

.connect-btn {
  background: #fff;
  color: #e60028;
  padding: 15px 30px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.2s;
}

.connect-btn:hover {
  background: #f0f0f0;
}

/* Investment Banking Styles */
.why-choose-section {
  padding: 80px 40px;
  background: #fff;
}

.why-choose-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.why-choose-text h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.why-choose-text p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
}

.discover-btn {
  color: #e60028;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s;
}

.discover-btn:hover {
  color: #c00020;
}

.support-section {
  padding: 80px 40px;
  background: #f7f7f7;
}

.support-content {
  max-width: 1200px;
  margin: 0 auto;
}

.support-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
  text-align: center;
}

.support-content > p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 50px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.support-card {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: 0.2s;
}

.support-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.support-card h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

.support-card p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 14px;
}

.support-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.support-link {
  color: #e60028;
  text-decoration: none;
  font-size: 13px;
  transition: 0.2s;
}

.support-link:hover {
  color: #c00020;
}

.focus-section {
  padding: 80px 40px;
  background: #fff;
}

.focus-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.focus-text h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.focus-text p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
}

.focus-btn {
  color: #e60028;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s;
}

.focus-btn:hover {
  color: #c00020;
}

.digital-section {
  padding: 80px 40px;
  background: #f7f7f7;
}

.digital-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.digital-text h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.digital-text h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #333;
}

.digital-text p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
}

.digital-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.digital-btn {
  padding: 12px 25px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s;
  text-align: center;
  justify-content: center;
}

.digital-btn.primary {
  background: #e60028;
  color: #fff;
}

.digital-btn.primary:hover {
  background: #c00020;
}

.digital-btn.secondary {
  color: #e60028;
  border: 1px solid #e60028;
}

.digital-btn.secondary:hover {
  background: #e60028;
  color: #fff;
}

.awards-section {
  padding: 80px 40px;
  background: #fff;
}

.awards-content {
  max-width: 1200px;
  margin: 0 auto;
}

.awards-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 50px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
  text-align: center;
}

.awards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}

.award-card {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  transition: 0.2s;
}

.award-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.award-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.award-card h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #333;
}

.award-card ul {
  list-style: none;
  text-align: left;
}

.award-card li {
  padding: 5px 0;
  font-size: 13px;
  color: #666;
  border-bottom: 1px solid #eee;
}

.awards-link {
  text-align: center;
}

.view-awards-btn {
  color: #e60028;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.2s;
}

.view-awards-btn:hover {
  color: #c00020;
}

.insights-section {
  padding: 80px 40px;
  background: #f7f7f7;
}

.insights-content {
  max-width: 1200px;
  margin: 0 auto;
}

.insights-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
  text-align: center;
}

.insights-content > p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 50px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.insights-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

.insight-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.2s;
}

.insight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.insight-image {
  height: 150px;
  overflow: hidden;
}

.insight-info {
  padding: 20px;
}

.insight-info h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
  line-height: 1.4;
}

.insight-question {
  color: #e60028;
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
}

.insights-link {
  text-align: center;
}

.read-insights-btn {
  color: #e60028;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.2s;
}

.read-insights-btn:hover {
  color: #c00020;
}

.culture-section {
  padding: 80px 40px;
  background: #fff;
}

.culture-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.culture-text h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.culture-text p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
}

.culture-buttons {
  display: flex;
  gap: 15px;
}

.culture-btn {
  background: #e60028;
  color: #fff;
  padding: 12px 20px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.2s;
}

.culture-btn:hover {
  background: #c00020;
}

.fraud-alert-section {
  padding: 40px;
  background: #fff3cd;
  border: 1px solid #ffeaa7;
}

.fraud-alert-content {
  max-width: 1200px;
  margin: 0 auto;
}

.fraud-alert-box {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  border-left: 5px solid #e60028;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.fraud-alert-box h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #e60028;
}

.fraud-alert-box p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

.fraud-alert-box a {
  color: #e60028;
  text-decoration: none;
  font-weight: 500;
}

.fraud-alert-box a:hover {
  color: #c00020;
}

/* Additional Services Styles */
.additional-services {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.additional-services h3 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
}

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

.service-item {
  text-align: center;
  padding: 20px;
  background: #f7f7f7;
  border-radius: 8px;
  transition: 0.2s;
}

.service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.service-item h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
}

.service-item p {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}

/* Global Presence Styles */
.global-presence-section {
  padding: 80px 40px;
  background: #fff;
}

.global-presence-content {
  max-width: 1200px;
  margin: 0 auto;
}

.global-presence-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
  text-align: center;
}

.global-presence-content > p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 50px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.global-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}

.stat-item {
  text-align: center;
  padding: 30px;
  background: #f7f7f7;
  border-radius: 8px;
  transition: 0.2s;
}

.stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.stat-item h3 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #e60028;
}

.stat-item p {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.global-regions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.region-card {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  transition: 0.2s;
}

.region-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.region-card h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

.region-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* Technology Section Styles */
.technology-section {
  padding: 80px 40px;
  background: #f7f7f7;
}

.technology-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.technology-text h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.technology-text p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 40px;
}

.tech-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.tech-feature {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: 0.2s;
}

.tech-feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.tech-feature h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}

.tech-feature p {
  font-size: 13px;
  color: #666;
  margin: 0;
}

/* Security Page Styles */
.security-main-section {
  padding: 80px 40px;
  background: #fff;
}

.security-main-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: start;
}

.security-text h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #333;
  line-height: 1.4;
}

.security-text p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
  font-size: 16px;
}

.security-contact {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-box {
  background: #e60028;
  color: #fff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(230, 0, 40, 0.3);
}

.contact-box h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.contact-btn {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s;
}

.contact-btn:hover {
  color: #f0f0f0;
}

.security-nav-section {
  padding: 80px 40px;
  background: #f7f7f7;
}

.security-nav-content {
  max-width: 1200px;
  margin: 0 auto;
}

.security-nav-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 50px;
  color: #333;
  text-align: center;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.security-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.security-nav-item {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: 0.2s;
}

.security-nav-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.security-nav-item h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

.security-nav-item p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 14px;
}

.security-nav-link {
  color: #e60028;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.2s;
}

.security-nav-link:hover {
  color: #c00020;
}

.security-measures-section {
  padding: 80px 40px;
  background: #fff;
}

.security-measures-content {
  max-width: 1200px;
  margin: 0 auto;
}

.security-measures-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.security-measures-content > p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 50px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.measures-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.measure-card {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  transition: 0.2s;
}

.measure-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.measure-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.measure-card h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

.measure-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.best-practices-section {
  padding: 80px 40px;
  background: #f7f7f7;
}

.best-practices-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.best-practices-text h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.best-practices-text p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 40px;
}

.practices-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.practice-item {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: 0.2s;
}

.practice-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.practice-item h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}

.practice-item p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.contact-security-section {
  padding: 80px 40px;
  background: #fff;
}

.contact-security-content {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-security-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.contact-security-content > p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 50px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}

.contact-method {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  transition: 0.2s;
}

.contact-method:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact-method h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

.contact-method p {
  font-size: 16px;
  color: #e60028;
  font-weight: 500;
  margin: 0;
}

.security-alert {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  padding: 30px;
  border-radius: 8px;
  border-left: 5px solid #e60028;
}

.security-alert h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #e60028;
}

.security-alert p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* About Us Page Styles */
.about-main-section {
  padding: 60px 20px;
  background: #fff;
}

.about-main-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-main-text h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.about-main-text p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
  font-size: 16px;
}

.values-section {
  padding: 60px 20px;
  background: #f7f7f7;
}

.values-content {
  max-width: 1200px;
  margin: 0 auto;
}

.values-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.values-content > p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 50px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.value-card {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: 0.2s;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.value-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.value-card h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

.value-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.leadership-section {
  padding: 60px 20px;
  background: #fff;
}

.leadership-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.leadership-text h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.leadership-text p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 40px;
}

.leadership-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.leadership-feature {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 8px;
  transition: 0.2s;
}

.leadership-feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.leadership-feature h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}

.leadership-feature p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.services-overview-section {
  padding: 80px 40px;
  background: #f7f7f7;
}

.services-overview-content {
  max-width: 1200px;
  margin: 0 auto;
}

.services-overview-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.services-overview-content > p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 50px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.service-card {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: 0.2s;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.service-card h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

.service-card p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 14px;
}

.service-link {
  color: #e60028;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.2s;
}

.service-link:hover {
  color: #c00020;
}

.commitment-section {
  padding: 80px 40px;
  background: #fff;
}

.commitment-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.commitment-text h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.commitment-text p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 40px;
}

.commitment-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.commitment-point {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 8px;
  transition: 0.2s;
}

.commitment-point:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.commitment-point h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}

.commitment-point p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.contact-section {
  padding: 80px 40px;
  background: #f7f7f7;
}

.contact-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.contact-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.contact-content > p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}

.contact-method {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: 0.2s;
}

.contact-method:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact-method h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

.contact-method p {
  font-size: 16px;
  color: #e60028;
  font-weight: 500;
  margin: 0;
}

.contact-cta {
  margin-top: 40px;
}

.contact-btn {
  background: #e60028;
  color: #fff;
  padding: 15px 30px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s;
}

.contact-btn:hover {
  background: #c00020;
}

/* Financial Advisory Page Styles */
.advisory-main-section {
  padding: 80px 40px;
  background: #fff;
}

.advisory-main-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.advisory-main-text h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.advisory-main-text p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
  font-size: 16px;
}

.advisory-services-section {
  padding: 80px 40px;
  background: #f7f7f7;
}

.advisory-services-content {
  max-width: 1200px;
  margin: 0 auto;
}

.advisory-services-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.advisory-services-content > p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 50px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.service-card {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: 0.2s;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.service-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.service-card h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

.service-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.advisory-process-section {
  padding: 80px 40px;
  background: #fff;
}

.advisory-process-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.advisory-process-text h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.advisory-process-text p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 40px;
}

.process-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.process-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #f7f7f7;
  border-radius: 8px;
  transition: 0.2s;
}

.process-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.step-number {
  background: #e60028;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  flex-shrink: 0;
}

.step-content h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}

.step-content p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.expert-team-section {
  padding: 80px 40px;
  background: #f7f7f7;
}

.expert-team-content {
  max-width: 1200px;
  margin: 0 auto;
}

.expert-team-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.expert-team-content > p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 50px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.team-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.team-feature {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: 0.2s;
}

.team-feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.team-feature h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

.team-feature p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.advisory-benefits-section {
  padding: 80px 40px;
  background: #fff;
}

.advisory-benefits-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.advisory-benefits-text h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.advisory-benefits-text p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 40px;
}

.benefits-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.benefit-item {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 8px;
  transition: 0.2s;
}

.benefit-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.benefit-item h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}

.benefit-item p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.contact-advisory-section {
  padding: 80px 40px;
  background: #f7f7f7;
}

.contact-advisory-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.contact-advisory-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.contact-advisory-content > p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}

.contact-method {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: 0.2s;
}

.contact-method:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact-method h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

.contact-method p {
  font-size: 16px;
  color: #e60028;
  font-weight: 500;
  margin: 0;
}

.contact-cta {
  margin-top: 40px;
}

.contact-btn {
  background: #e60028;
  color: #fff;
  padding: 15px 30px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s;
}

.contact-btn:hover {
  background: #c00020;
}

/* Careers Page Styles */
.careers-main-section {
  padding: 80px 40px;
  background: #fff;
}

.careers-main-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.careers-main-text h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.careers-main-text p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
  font-size: 16px;
}

.career-opportunities-section {
  padding: 80px 40px;
  background: #f7f7f7;
}

.career-opportunities-content {
  max-width: 1200px;
  margin: 0 auto;
}

.career-opportunities-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.career-opportunities-content > p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 50px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.opportunities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.opportunity-card {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: 0.2s;
}

.opportunity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.opportunity-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.opportunity-card h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

.opportunity-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.why-work-section {
  padding: 80px 40px;
  background: #fff;
}

.why-work-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.why-work-text h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.why-work-text p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 40px;
}

.application-form-section {
  padding: 80px 40px;
  background: #f7f7f7;
}

.application-form-content {
  max-width: 800px;
  margin: 0 auto;
}

.application-form-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.application-form-content > p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 50px;
  text-align: center;
}

.application-form {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #e60028;
  box-shadow: 0 0 0 2px rgba(230, 0, 40, 0.1);
}

.checkbox-group {
  margin-bottom: 20px;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
}

.checkbox-label input[type="checkbox"] {
  width: auto;
  margin: 0;
}

.submit-btn {
  background: #e60028;
  color: #fff;
  padding: 15px 40px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
  width: 100%;
}

.submit-btn:hover {
  background: #c00020;
}

.submit-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.contact-careers-section {
  padding: 80px 40px;
  background: #fff;
}

.contact-careers-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.contact-careers-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.contact-careers-content > p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}

.contact-method {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 8px;
  transition: 0.2s;
}

.contact-method:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact-method h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

.contact-method p {
  font-size: 16px;
  color: #e60028;
  font-weight: 500;
  margin: 0;
}

.contact-cta {
  margin-top: 40px;
}

/* Notification Styles */
.notification {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  max-width: 400px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  animation: slideIn 0.3s ease-out;
}

.notification.success {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
}

.notification.error {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: white;
}

.notification-content {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  gap: 12px;
}

.notification-icon {
  font-size: 20px;
  font-weight: bold;
  flex-shrink: 0;
}

.notification-message {
  flex: 1;
  font-size: 14px;
  line-height: 1.4;
}

.notification-close {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.2s;
  flex-shrink: 0;
}

.notification-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .careers-main-content,
  .why-work-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .opportunities-grid {
    grid-template-columns: 1fr;
  }
  
  .form-row {
    grid-template-columns: 1fr;
  }
  
  .contact-methods {
    grid-template-columns: 1fr;
  }
  
  .notification {
    top: 10px;
    right: 10px;
    left: 10px;
    max-width: none;
  }
}

/* Contact Page Styles */
.contact-main-section {
  padding: 80px 40px;
  background: #fff;
}

.contact-main-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.contact-main-text h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.contact-main-text p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
  font-size: 16px;
}

.contact-methods-section {
  padding: 80px 40px;
  background: #f7f7f7;
}

.contact-methods-content {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-methods-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.contact-methods-content > p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 50px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.contact-methods-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.contact-method-card {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: 0.2s;
}

.contact-method-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact-method-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.contact-method-card h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

.contact-method-card p {
  font-size: 16px;
  color: #e60028;
  font-weight: 500;
  margin-bottom: 10px;
}

.contact-method-hours {
  font-size: 14px;
  color: #666 !important;
  font-weight: normal !important;
}

.contact-form-section {
  padding: 80px 40px;
  background: #fff;
}

.contact-form-content {
  max-width: 800px;
  margin: 0 auto;
}

.contact-form-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.contact-form-content > p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 50px;
  text-align: center;
}

.contact-form {
  background: #f7f7f7;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.office-info-section {
  padding: 80px 40px;
  background: #f7f7f7;
}

.office-info-content {
  max-width: 1200px;
  margin: 0 auto;
}

.office-info-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.office-info-content > p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 50px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.office-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.office-detail {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: 0.2s;
}

.office-detail:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.office-detail h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

.office-detail p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.faq-section {
  padding: 80px 40px;
  background: #fff;
}

.faq-content {
  max-width: 1000px;
  margin: 0 auto;
}

.faq-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.faq-content > p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 50px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.faq-item {
  background: #f7f7f7;
  padding: 25px;
  border-radius: 8px;
  transition: 0.2s;
}

.faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.faq-item h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
}

.faq-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Contact Page Responsive */
@media (max-width: 768px) {
  .contact-main-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .contact-methods-grid {
    grid-template-columns: 1fr;
  }
  
  .office-details {
    grid-template-columns: 1fr;
  }
}

/* Terms and Privacy Pages */
.terms-content-section,
.privacy-content-section {
  padding: 80px 40px;
  background: #fff;
}

.terms-content,
.privacy-content {
  max-width: 800px;
  margin: 0 auto;
}

.terms-content h2,
.privacy-content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 3px solid #e60028;
  padding-bottom: 10px;
}

.terms-content > p,
.privacy-content > p {
  color: #666;
  margin-bottom: 40px;
  font-size: 14px;
}

.terms-section,
.privacy-section {
  margin-bottom: 40px;
  padding: 30px;
  background: #f7f7f7;
  border-radius: 8px;
  border-left: 4px solid #e60028;
}

.terms-section h3,
.privacy-section h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

.terms-section p,
.privacy-section p {
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* Terms and Privacy Responsive */
@media (max-width: 768px) {
  .terms-content-section,
  .privacy-content-section {
    padding: 60px 20px;
  }
  
  .terms-section,
  .privacy-section {
    padding: 20px;
    margin-bottom: 30px;
  }
}

/* Phone Help Text */
.phone-help {
  display: block;
  color: #666;
  font-size: 12px;
  margin-top: 5px;
  font-style: italic;
}

/* Key Statistics */
.key-stats {
  background: #f8f9fa;
  padding: 60px 40px;
  border-bottom: 1px solid #e9ecef;
}

.stats-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.stat-item {
  text-align: center;
  padding: 20px;
}

.stat-number {
  font-size: 48px;
  font-weight: 700;
  color: #e60028;
  margin-bottom: 10px;
  line-height: 1;
  display: block;
}

.stat-label {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  display: block;
}

/* Services Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.service-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  text-align: center;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.service-icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.service-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.service-card p {
  color: #666;
  margin-bottom: 25px;
  line-height: 1.6;
}

.service-btn {
  display: inline-block;
  background: #e60028;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.service-btn:hover {
  background: #c00020;
  transform: translateY(-2px);
}

/* Why UBS */
.why-ubs {
  background: #fff;
  padding: 80px 40px;
}

.why-ubs-content {
  max-width: 1200px;
  margin: 0 auto;
}

.why-ubs h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 50px;
  color: #333;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.why-item {
  text-align: center;
}

.why-icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.why-item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.why-item p {
  color: #666;
  line-height: 1.6;
}

/* Market Insights */
.market-insights {
  background: #f8f9fa;
  padding: 80px 40px;
}

.insights-content {
  max-width: 1200px;
  margin: 0 auto;
}

.insights-content h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 50px;
  color: #333;
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.insight-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.insight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.insight-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.insight-card p {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.insight-link {
  color: #e60028;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.insight-link:hover {
  color: #c00020;
}

/* News & Insights */
.news-insights {
  background: #fff;
  padding: 80px 40px;
}

.news-content {
  max-width: 1200px;
  margin: 0 auto;
}

.news-content h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 50px;
  color: #333;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.news-item {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.news-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.1);
}

.news-date {
  color: #e60028;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.news-item h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.news-item p {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.news-link {
  color: #e60028;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.news-link:hover {
  color: #c00020;
}

/* Contact CTA */
.contact-cta {
  background: linear-gradient(135deg, #e60028 0%, #c00020 100%);
  padding: 80px 40px;
  text-align: center;
}

.cta-content {
  max-width: 800px;
  margin: 0 auto;
}

.cta-content h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #fff;
}

.cta-content p {
  font-size: 18px;
  margin-bottom: 40px;
  color: rgba(255,255,255,0.9);
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.cta-btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cta-btn.primary {
  background: #fff;
  color: #e60028;
}

.cta-btn.primary:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
}

.cta-btn.secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.cta-btn.secondary:hover {
  background: #fff;
  color: #e60028;
}

/* Hero Buttons Mobile */
@media (max-width: 768px) {
  .hero {
    padding: 50px 20px;
    min-height: 70vh;
  }
  
  .hero-content {
    text-align: center;
    max-width: 100%;
  }
  
  .hero h1 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  
  .hero p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  
  .hero-buttons {
    flex-direction: column;
    gap: 15px;
    align-items: center;
    width: 100%;
    margin-top: 25px;
  }
  
  .hero-btn {
    width: 100%;
    max-width: 300px;
    padding: 16px 24px;
    font-size: 16px;
    text-align: center;
    justify-content: center;
    min-height: 50px;
    display: flex;
    align-items: center;
  }
  
  .hero-btn span {
    margin-left: 8px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 40px 15px;
    min-height: 60vh;
  }
  
  .hero-content {
    text-align: center;
    max-width: 100%;
    padding: 0 10px;
  }
  
  .hero h1 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  
  .hero p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  
  .hero-buttons {
    gap: 10px;
    margin-top: 20px;
  }
  
  .hero-btn {
    max-width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .hero-btn span {
    margin-left: 6px;
    font-size: 12px;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .key-stats {
    padding: 40px 20px;
  }
  
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .capabilities {
    padding: 50px 15px;
  }
  
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .insights-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-btn {
    width: 200px;
  }
}

@media (max-width: 480px) {
  .key-stats {
    padding: 30px 15px;
  }
  
  .stats-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .why-grid {
    grid-template-columns: 1fr;
  }
  
  .stat-number {
    font-size: 36px;
  }
  
  .service-card,
  .insight-card,
  .news-item {
    padding: 15px;
  }
  
  .capabilities {
    padding: 40px 15px;
  }
  
  .services-grid {
    gap: 15px;
    margin-top: 30px;
  }
}

/* Wealth Management Responsive */
@media (max-width: 768px) {
  .wealth-main-section {
    padding: 60px 20px;
  }
  
  .wealth-services-section,
  .wealth-process-section,
  .wealth-benefits-section,
  .contact-wealth-section {
    padding: 60px 20px;
  }
  
  .wealth-main-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .wealth-services-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .wealth-process-steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .wealth-benefits-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .wealth-main-section,
  .wealth-services-section,
  .wealth-process-section,
  .wealth-benefits-section,
  .contact-wealth-section {
    padding: 40px 15px;
  }
  
  .wealth-services-grid,
  .wealth-process-steps,
  .wealth-benefits-grid {
    gap: 20px;
  }
}

/* Investment Banking Responsive */
@media (max-width: 768px) {
  .investment-main-section {
    padding: 60px 20px;
  }
  
  .investment-services-section,
  .investment-process-section,
  .investment-team-section,
  .investment-benefits-section,
  .contact-investment-section {
    padding: 60px 20px;
  }
  
  .investment-main-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .investment-services-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .investment-process-steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .investment-team-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .investment-benefits-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .investment-main-section,
  .investment-services-section,
  .investment-process-section,
  .investment-team-section,
  .investment-benefits-section,
  .contact-investment-section {
    padding: 40px 15px;
  }
  
  .investment-services-grid,
  .investment-process-steps,
  .investment-team-grid,
  .investment-benefits-grid {
    gap: 20px;
  }
}

/* Security Responsive */
@media (max-width: 768px) {
  .security-main-section {
    padding: 60px 20px;
  }
  
  .security-topics-section,
  .security-features-section,
  .contact-security-section {
    padding: 60px 20px;
  }
  
  .security-topics-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .security-features-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .security-main-section,
  .security-topics-section,
  .security-features-section,
  .contact-security-section {
    padding: 40px 15px;
  }
  
  .security-topics-grid,
  .security-features-grid {
    gap: 20px;
  }
}

/* About Us Responsive */
@media (max-width: 768px) {
  .about-main-section {
    padding: 40px 15px;
  }
  
  .about-main-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .about-main-text h2 {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .about-main-text p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .about-main-image {
    order: -1;
    margin-bottom: 20px;
  }
  
  .values-section,
  .leadership-section,
  .contact-about-section {
    padding: 40px 15px;
  }
  
  .values-content h2,
  .leadership-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .values-content p,
  .leadership-content p {
    font-size: 14px;
    margin-bottom: 25px;
    text-align: center;
  }
  
  .values-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .values-grid .value-card {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .value-card {
    padding: 20px 15px;
    text-align: center;
    margin-bottom: 15px;
  }
  
  .value-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .value-card p {
    font-size: 13px;
    line-height: 1.4;
  }
  
  .value-icon {
    margin-bottom: 15px;
  }
  
  .value-icon svg {
    width: 40px;
    height: 40px;
  }
  
  .leadership-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .leadership-text {
    order: 2;
  }
  
  .leadership-image {
    order: 1;
    margin-bottom: 20px;
  }
  
  .leadership-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .leadership-feature {
    text-align: center;
    padding: 20px 15px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  
  .leader-card {
    padding: 20px 15px;
    text-align: center;
    margin-bottom: 15px;
  }
  
  .leader-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .leader-card p {
    font-size: 13px;
    line-height: 1.4;
  }
  
  .contact-about-section {
    text-align: center;
  }
  
  .contact-about-section h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .contact-about-section p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  
  .contact-about-section .btn {
    width: 100%;
    max-width: 300px;
    padding: 12px 20px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .about-main-section,
  .values-section,
  .leadership-section,
  .contact-about-section {
    padding: 30px 10px;
  }
  
  .about-main-text h2,
  .values-content h2,
  .leadership-content h2,
  .contact-about-section h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .about-main-text p,
  .values-content p,
  .leadership-content p,
  .contact-about-section p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  
  .values-grid,
  .leadership-grid {
    gap: 15px;
  }
  
  .values-grid .value-card,
  .leadership-grid .leader-card {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  
  .leadership-content {
    gap: 20px;
  }
  
  .leadership-features {
    gap: 15px;
  }
  
  .leadership-feature {
    padding: 15px 10px;
    margin-bottom: 10px;
  }
  
  .value-card,
  .leader-card {
    padding: 15px 10px;
    margin-bottom: 10px;
  }
  
  .value-card h3,
  .leader-card h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  
  .value-card p,
  .leader-card p {
    font-size: 11px;
    line-height: 1.3;
  }
  
  .value-icon svg {
    width: 32px;
    height: 32px;
  }
  
  .contact-about-section .btn {
    width: 100%;
    padding: 10px 15px;
    font-size: 12px;
  }
}

/* Financial Advisory Responsive */
@media (max-width: 768px) {
  .advisory-main-section {
    padding: 60px 20px;
  }
  
  .advisory-services-section,
  .advisory-process-section,
  .expert-team-section,
  .advisory-benefits-section,
  .contact-advisory-section {
    padding: 60px 20px;
  }
  
  .advisory-services-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .advisory-process-steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .expert-team-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .advisory-benefits-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .advisory-main-section,
  .advisory-services-section,
  .advisory-process-section,
  .expert-team-section,
  .advisory-benefits-section,
  .contact-advisory-section {
    padding: 40px 15px;
  }
  
  .advisory-services-grid,
  .advisory-process-steps,
  .expert-team-grid,
  .advisory-benefits-grid {
    gap: 20px;
  }
}

/* Register Page Responsive */
@media (max-width: 768px) {
  .register-section {
    padding: 60px 20px;
  }
  
  .register-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .register-form-container {
    padding: 30px 20px;
  }
  
  .register-info {
    padding: 30px 20px;
  }
  
  .form-row {
    flex-direction: column;
    gap: 20px;
  }
  
  .form-group {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .register-section {
    padding: 40px 15px;
  }
  
  .register-form-container,
  .register-info {
    padding: 20px 15px;
  }
  
  .form-row {
    gap: 15px;
  }
  
  .submit-btn {
    width: 100%;
    padding: 14px 20px;
  }
}

/* Breadcrumb */
.breadcrumb {
  background: #fff;
  padding: 20px 40px;
  text-align: center;
  font-size: 13px;
  color: #666;
  border-top: 1px solid #eee;
}

@media (max-width: 768px) {
  .breadcrumb {
    padding: 15px 20px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .breadcrumb {
    padding: 10px 15px;
    font-size: 11px;
  }
}

/* General Mobile Optimizations */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 28px;
    line-height: 1.3;
  }
  
  .hero p {
    font-size: 16px;
    line-height: 1.6;
  }
  
  .section-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .section-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }
  
  .card-title {
    font-size: 20px;
  }
  
  .card-description {
    font-size: 14px;
    line-height: 1.5;
  }
  
  /* Universal Mobile - Tüm Grid'ler Tek Sütun */
  [class*="-content"] {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  
  [class*="-text"] {
    order: 2;
  }
  
  [class*="-image"] {
    order: 1;
    margin-bottom: 20px;
  }
  
  /* Tüm Grid'ler Tek Sütun */
  [class*="-grid"] {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  
  /* Tüm Kartlar Tek Sütun */
  [class*="-card"] {
    display: block !important;
    width: 100% !important;
    margin-bottom: 15px !important;
    text-align: center !important;
  }
  
  /* Özel Durumlar */
  .global-stats,
  .global-regions,
  .commitment-points,
  .leadership-features {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  
  .stat-item,
  .region-card,
  .commitment-point,
  .leadership-feature {
    display: block !important;
    width: 100% !important;
    margin-bottom: 15px !important;
    text-align: center !important;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 24px;
    line-height: 1.2;
  }
  
  .hero p {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .section-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .section-subtitle {
    font-size: 14px;
    margin-bottom: 25px;
  }
  
  .card-title {
    font-size: 18px;
  }
  
  .card-description {
    font-size: 13px;
    line-height: 1.4;
  }
  
  .btn {
    padding: 12px 20px;
    font-size: 14px;
  }
  
  /* Universal Mobile - Small Mobile */
  [class*="-content"] {
    gap: 20px !important;
  }
  
  [class*="-image"] {
    margin-bottom: 15px;
  }
  
  /* Tüm Grid'ler - Small Mobile */
  [class*="-grid"] {
    gap: 15px !important;
  }
  
  /* Tüm Kartlar - Small Mobile */
  [class*="-card"] {
    margin-bottom: 10px !important;
    padding: 15px 10px !important;
  }
  
  /* Özel Durumlar - Small Mobile */
  .global-stats,
  .global-regions,
  .commitment-points,
  .leadership-features {
    gap: 15px !important;
  }
  
  .stat-item,
  .region-card,
  .commitment-point,
  .leadership-feature {
    margin-bottom: 10px !important;
    padding: 15px 10px !important;
  }
}

/* 404 Error Page */
.error-content-section {
  padding: 80px 40px;
  background: #fff;
}

.error-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.error-code {
  margin-bottom: 40px;
}

.error-code h2 {
  font-size: 120px;
  font-weight: 700;
  color: #e60028;
  margin: 0;
  line-height: 1;
}

.error-code p {
  font-size: 24px;
  color: #666;
  margin: 10px 0 0 0;
}

.error-message {
  margin-bottom: 40px;
}

.error-message h3 {
  font-size: 28px;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.error-message p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.error-suggestions {
  margin-bottom: 40px;
}

.error-suggestions h4 {
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.suggestion-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  max-width: 600px;
  margin: 0 auto;
}

.suggestion-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  background: #f9f9f9;
  border-radius: 8px;
  text-decoration: none;
  color: #1a1a1a;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}

.suggestion-link:hover {
  background: #e60028;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(230, 0, 40, 0.3);
}

.suggestion-link svg {
  flex-shrink: 0;
}

.error-actions {
  margin-bottom: 40px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.error-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.error-btn.primary {
  background: #e60028;
  color: #fff;
  border-color: #e60028;
}

.error-btn.primary:hover {
  background: #c50022;
  border-color: #c50022;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(230, 0, 40, 0.3);
}

.error-btn.secondary {
  background: transparent;
  color: #e60028;
  border-color: #e60028;
}

.error-btn.secondary:hover {
  background: #e60028;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(230, 0, 40, 0.3);
}

.error-help {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  border-left: 4px solid #e60028;
}

.error-help h4 {
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.error-help p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
}

.help-contact {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.help-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e60028;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.help-link:hover {
  color: #c50022;
}

/* Service Terms Page */
.service-terms-content-section {
  padding: 80px 40px;
  background: #fff;
}

.service-terms-content {
  max-width: 800px;
  margin: 0 auto;
}

.service-terms-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  text-align: center;
}

.service-terms-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 30px;
}

.terms-section {
  margin-bottom: 40px;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 8px;
  border-left: 4px solid #e60028;
}

.terms-section h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.terms-section ul {
  margin: 20px 0;
  padding-left: 20px;
}

.terms-section li {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 10px;
}

.terms-section a {
  color: #e60028;
  text-decoration: none;
}

.terms-section a:hover {
  text-decoration: underline;
}

/* Footer */
footer {
  background: #f7f7f7;
  padding: 60px 40px 40px;
  border-top: 1px solid #ddd;
}
.footer-content {
  max-width: 1200px;
  margin: 0 auto;
}
.footer-tagline {
  text-align: center;
  margin-bottom: 50px;
}
.footer-tagline p {
  font-size: 15px;
  color: #666;
  margin-bottom: 5px;
}
.footer-logo {
  color: #e60028;
  font-size: 32px;
  font-weight: bold;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}
.footer-column h4 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}
.footer-column a {
  display: block;
  padding: 5px 0;
  font-size: 13px;
  color: #666;
  transition: 0.2s;
}
.footer-column a:hover {
  color: #e60028;
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 25px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  font-size: 12px;
}
.footer-links a {
  color: #666;
}
.footer-links a:hover {
  color: #e60028;
}
.footer-disclaimer {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin-top: 30px;
  font-size: 11px;
  line-height: 1.6;
  color: #666;
}
.footer-disclaimer p {
  margin-bottom: 10px;
}

@media (max-width: 968px) {
  .main-nav {
    display: none;
  }
  .services {
    grid-template-columns: 1fr;
  }
  .about-content {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 404 Error Page Mobile Responsive */
@media (max-width: 768px) {
  .error-content-section {
    padding: 60px 20px;
  }
  
  .error-code h2 {
    font-size: 80px;
  }
  
  .error-code p {
    font-size: 20px;
  }
  
  .error-message h3 {
    font-size: 24px;
  }
  
  .suggestion-links {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .suggestion-link {
    padding: 12px 15px;
    font-size: 14px;
  }
  
  .error-actions {
    flex-direction: column;
    align-items: center;
  }
  
  .error-btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
  
  .help-contact {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .error-content-section {
    padding: 40px 15px;
  }
  
  .error-code h2 {
    font-size: 60px;
  }
  
  .error-code p {
    font-size: 18px;
  }
  
  .error-message h3 {
    font-size: 20px;
  }
  
  .error-message p {
    font-size: 14px;
  }
  
  .suggestion-link {
    padding: 10px 12px;
    font-size: 13px;
  }
  
  .error-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
  
  .error-help {
    padding: 20px 15px;
  }
  
  .error-help h4 {
    font-size: 18px;
  }
  
  .error-help p {
    font-size: 14px;
  }
}

/* Service Terms Mobile Responsive */
@media (max-width: 768px) {
  .service-terms-content-section {
    padding: 60px 20px;
  }
  
  .service-terms-content h2 {
    font-size: 28px;
  }
  
  .terms-section {
    padding: 20px;
    margin-bottom: 30px;
  }
  
  .terms-section h3 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .service-terms-content-section {
    padding: 40px 15px;
  }
  
  .service-terms-content h2 {
    font-size: 24px;
  }
  
  .terms-section {
    padding: 15px;
    margin-bottom: 20px;
  }
  
  .terms-section h3 {
    font-size: 18px;
  }
}

/* Footer Mobile Responsive */
@media (max-width: 768px) {
  footer {
    padding: 40px 20px 30px;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }
  
  .footer-links {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  
  .footer-disclaimer {
    font-size: 10px;
    padding-top: 20px;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  footer {
    padding: 30px 15px 20px;
  }
  
  .footer-tagline {
    margin-bottom: 30px;
  }
  
  .footer-tagline p {
    font-size: 14px;
  }
  
  .footer-column h4 {
    font-size: 12px;
  }
  
  .footer-column a {
    font-size: 12px;
  }
}
