/* ============================================ */
/* ABOUT US PAGE - Premium Layout Styles       */
/* ============================================ */

/* Hero Section */
.about-hero {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.about-hero-content {
  text-align: center;
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
  padding: 60px 20px;
}

.about-hero-content h1 {
  font-size: 3rem;
  font-weight: 600;
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
}

.about-hero-content p {
  font-size: 1.25rem;
  opacity: 0.9;
  margin: 0;
}

/* Why Choose Us Section */
.about-why-us {
  padding: 60px 0;
  background: #fff;
  margin-top: -40px;
  position: relative;
  z-index: 10;
}

.about-why-us .container {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  padding: 40px;
}

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

.about-why-us-item {
  text-align: center;
  padding: 20px;
}

.about-why-us-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f0f4f8 0%, #e8ecf1 100%);
  border-radius: 16px;
  color: #7A8C9F;
}

.about-why-us-item h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 8px 0;
}

.about-why-us-item p {
  font-size: 0.875rem;
  color: #6c757d;
  margin: 0;
  line-height: 1.5;
}

/* Stats Section */
.about-stats {
  padding: 60px 0;
  background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%);
}

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}

.about-stats-item {
  padding: 20px;
}

.about-stats-value {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 8px;
}

.about-stats-label {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Main Content Section */
.about-content {
  padding: 80px 0;
  background: #fff;
}

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

.about-section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #7A8C9F;
  margin-bottom: 12px;
}

.about-content-header h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 32px 0;
  line-height: 1.3;
}

.about-content-text {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #4a4a4a;
}

.about-content-text p {
  margin-bottom: 20px;
}

.about-content-text p:last-child {
  margin-bottom: 0;
}

.about-content-text strong {
  color: #1a1a2e;
  font-weight: 600;
}

/* Trust Section */
.about-trust {
  padding: 80px 0;
  background: #f8f9fa;
}

.about-trust-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 48px;
}

.about-trust-header h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 12px 0;
}

.about-trust-header p {
  font-size: 1.0625rem;
  color: #6c757d;
  margin: 0;
}

.about-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}

.about-trust-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #e9ecef;
}

.about-trust-card h4 {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6c757d;
  margin: 0 0 20px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #e9ecef;
}

.about-trust-info .company-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 16px 0;
}

.about-trust-info p {
  font-size: 0.9375rem;
  color: #6c757d;
  margin: 0 0 8px 0;
}

.about-trust-info p span {
  color: #495057;
  font-weight: 500;
}

/* Bank Details Card */
.about-trust-bank .bank-logo {
  margin-bottom: 16px;
}

.about-trust-bank .account-holder {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 20px 0;
}

.iban-copy {
  margin-bottom: 16px;
}

.iban-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6c757d;
  margin-bottom: 8px;
}

.iban-value {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8f9fa;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.iban-value code {
  flex: 1;
  font-family: 'SF Mono', Monaco, monospace;
  font-size: 0.875rem;
  color: #1a1a2e;
  letter-spacing: 0.02em;
}

.copy-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: #7A8C9F;
  transition: color 0.2s ease;
}

.copy-btn:hover {
  color: #5a6c7d;
}

.about-trust-bank .swift {
  font-size: 0.875rem;
  color: #6c757d;
  margin: 0;
}

.about-trust-bank .swift span {
  color: #495057;
  font-weight: 500;
}

.bank-notice {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  color: #dc3545;
  margin: 20px 0 0 0;
  padding-top: 16px;
  border-top: 1px solid #e9ecef;
}

/* Brands Section */
.about-brands {
  padding: 80px 0;
  background: #fff;
}

.about-brands-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 48px;
}

.about-brands-header h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 12px 0;
}

.about-brands-header p {
  font-size: 1.0625rem;
  color: #6c757d;
  margin: 0;
}

.about-brands-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}

.about-brand-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 24px;
  min-height: 120px;
  transition: all 0.2s ease;
  position: relative;
}

.about-brand-card:hover {
  border-color: #7A8C9F;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.about-brand-card-current {
  border-color: #7A8C9F;
  background: linear-gradient(135deg, #f0f4f8 0%, #e8ecf1 100%);
}

.current-badge {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #7A8C9F;
  background: #fff;
  padding: 4px 8px;
  border-radius: 4px;
}

/* Office Section */
.about-office {
  padding: 80px 0;
  background: #f8f9fa;
}

.about-office-header {
  text-align: center;
  margin-bottom: 48px;
}

.about-office-header h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0;
}

.about-office-content {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: start;
}

.about-office-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}

.about-office-main-photo {
  position: relative;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
}

.about-office-side-photos {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-office-side-photo {
  position: relative;
  height: calc(150px - 8px);
  border-radius: 12px;
  overflow: hidden;
}

.about-office-info {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #e9ecef;
}

.about-office-contact {
  margin-bottom: 24px;
}

.office-phone,
.office-email {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  color: #1a1a2e;
  text-decoration: none;
  margin-bottom: 12px;
  transition: color 0.2s ease;
}

.office-phone:hover,
.office-email:hover {
  color: #7A8C9F;
}

.office-phone svg,
.office-email svg {
  color: #7A8C9F;
  flex-shrink: 0;
}

.office-address {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9375rem;
  color: #6c757d;
  line-height: 1.5;
  margin: 0 0 24px 0;
}

.office-address svg {
  color: #7A8C9F;
  flex-shrink: 0;
  margin-top: 2px;
}

.office-directions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #7A8C9F;
  text-decoration: none;
  transition: all 0.2s ease;
}

.office-directions:hover {
  color: #5a6c7d;
}

.office-directions svg {
  transition: transform 0.2s ease;
}

.office-directions:hover svg {
  transform: translateX(3px);
}

/* CTA Section */
.about-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, #7A8C9F 0%, #5a6c7d 100%);
}

.about-cta-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.about-cta-content h2 {
  font-size: 2.25rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 16px 0;
}

.about-cta-content p {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 32px 0;
}

.about-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.about-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: #fff;
  color: #1a1a2e;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.about-cta-primary:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.about-cta-primary svg {
  transition: transform 0.2s ease;
}

.about-cta-primary:hover svg {
  transform: translateX(3px);
}

.about-cta-secondary {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.about-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

/* ============================================ */
/* RESPONSIVE STYLES                            */
/* ============================================ */

@media (max-width: 1024px) {
  .about-why-us-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-office-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .about-hero {
    min-height: 300px;
  }

  .about-hero-content {
    padding: 40px 20px;
  }

  .about-hero-content h1 {
    font-size: 2rem;
  }

  .about-hero-content p {
    font-size: 1rem;
  }

  .about-why-us {
    padding: 40px 0;
    margin-top: -30px;
  }

  .about-why-us .container {
    padding: 24px;
  }

  .about-why-us-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-stats {
    padding: 48px 0;
  }

  .about-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .about-stats-value {
    font-size: 2.25rem;
  }

  .about-content,
  .about-trust,
  .about-brands,
  .about-office {
    padding: 60px 0;
  }

  .about-content-header h2,
  .about-trust-header h2,
  .about-brands-header h2,
  .about-office-header h2 {
    font-size: 1.5rem;
  }

  .about-trust-grid {
    grid-template-columns: 1fr;
  }

  .about-brands-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .about-brand-card {
    min-height: 100px;
    padding: 16px;
  }

  .about-office-gallery {
    grid-template-columns: 1fr;
  }

  .about-office-main-photo {
    height: 200px;
  }

  .about-office-side-photos {
    flex-direction: row;
  }

  .about-office-side-photo {
    height: 120px;
    flex: 1;
  }

  .about-cta {
    padding: 60px 0;
  }

  .about-cta-content h2 {
    font-size: 1.75rem;
  }

  .about-cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .about-hero-content h1 {
    font-size: 1.75rem;
  }

  .about-stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-stats-value {
    font-size: 1.75rem;
  }

  .about-stats-label {
    font-size: 0.75rem;
  }

  .about-brands-grid {
    grid-template-columns: 1fr;
  }

  .iban-value {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .iban-value code {
    font-size: 0.75rem;
    word-break: break-all;
  }
}
