/* ===========================
   ABOUT PAGE - HAKKIMIZDA
   Corporate & Modern Styling
   =========================== */

/* ===========================
   1. BREADCRUMB / HERO SECTION
   =========================== */

.contact-hero {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
  background-image: url('../../../assets/img/bg.jpg');
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 2rem 0;
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
}

.contact-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.85) 0%, rgba(45, 45, 45, 0.7) 50%, rgba(26, 26, 26, 0.85) 100%);
  z-index: 1;
}

.contact-hero .container {
  position: relative;
  z-index: 2;
}

.contact-hero .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.hero-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}

.hero-text {
  flex: 1;
}

.contact-hero h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px 0;
  line-height: 1.15;
  letter-spacing: -0.02em;
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.contact-hero h1::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 56px;
  height: 3px;
  background-color: #ff6a00;
  border-radius: 2px;
}

.hero-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #cccccc;
  margin: 20px 0 0 0;
  line-height: 1.6;
  max-width: 600px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* ===========================
   BREADCRUMB NAVIGATION
   =========================== */

.breadcrumb {
  flex-shrink: 0;
  margin-top: 0.5rem;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumb-item:not(:last-child)::after {
  content: '›';
  margin: 0 0.75rem;
  color: #cccccc;
  font-size: 1rem;
  font-weight: 300;
}

.breadcrumb-link {
  color: #cccccc;
  text-decoration: none;
  transition: color 150ms ease;
  padding: 0.25rem 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.breadcrumb-link:hover {
  color: #ff6a00;
}

.breadcrumb-link:focus-visible {
  outline: 2px solid #ff6a00;
  outline-offset: 2px;
  border-radius: 3px;
}

.breadcrumb-item--active .breadcrumb-text {
  color: #ffffff;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* ===========================
   2. MAIN ABOUT SECTION LAYOUT
   =========================== */

.about-section {
  padding: 5rem 0;
  background-color: #ffffff;
}

.about-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.about-section .row {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  flex-wrap: wrap;
}

.about-section .col-lg-6 {
  flex: 1;
  min-width: 320px;
}

.about-section .col-lg-6:first-child {
  max-width: 68ch;
}

/* ===========================
   3. IMAGE STYLING (RIGHT COLUMN)
   =========================== */

.about-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 200ms ease;
}

.about-image:hover {
  transform: scale(1.01);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), 0 6px 16px rgba(0, 0, 0, 0.08);
}

.about-image .main-image {
  width: 100%;
  height: auto;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 200ms ease;
}

.about-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.04) 100%);
  pointer-events: none;
  z-index: 1;
}

/* ===========================
   4. EXPERIENCE BADGE
   =========================== */

.experience-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #ff6a00;
  color: #ffffff;
  padding: 18px 26px;
  border-radius: 9999px;
  box-shadow: 0 4px 12px rgba(255, 106, 0, 0.25), 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 2;
  text-align: center;
  transition: all 200ms ease;
  backdrop-filter: blur(8px);
}

.experience-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255, 106, 0, 0.35), 0 3px 8px rgba(0, 0, 0, 0.15);
}

.experience-badge::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 60%);
  border-radius: inherit;
  pointer-events: none;
}

.experience-badge .number {
  display: block;
  font-size: 2.25rem;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  line-height: 0.9;
  margin-bottom: 2px;
  letter-spacing: -0.02em;
}

.experience-badge .text {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  line-height: 1.1;
  opacity: 0.95;
  letter-spacing: 0.01em;
}

/* ===========================
   5. CONTENT TYPOGRAPHY (LEFT COLUMN)
   =========================== */

.about-content {
  padding-right: 1.5rem;
}

.about-content h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #1d1d1f;
  margin: 0 0 1.5rem 0;
  line-height: 1.3;
  position: relative;
}

.about-content h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #ff6a00;
  border-radius: 1px;
}

.content-text {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1d1d1f;
  line-height: 1.7;
  max-width: 64ch;
}

.content-text p {
  margin: 0 0 16px 0;
}

.content-text p:first-of-type {
  font-size: 1.125rem;
  color: #4a4a4a;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 18px;
}

/* ===========================
   PREMIUM FIRST PARAGRAPH HIGHLIGHT
   =========================== */

.first-paragraph-highlight {
  position: relative;
  padding: 1.5rem 1.75rem;
  margin: 0 0 2rem 0;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.03) 0%, rgba(255, 106, 0, 0.01) 100%);
  border-left: 4px solid #ff6a00;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 8px rgba(255, 106, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
}

.first-paragraph-highlight::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, #ff6a00 0%, rgba(255, 106, 0, 0.3) 50%, transparent 100%);
}

.first-paragraph-highlight p {
  font-size: 1.1875rem !important;
  color: #2d2d2d !important;
  font-weight: 400;
  line-height: 1.65;
  margin: 0 !important;
  position: relative;
}

.first-paragraph-highlight p::first-line {
  font-weight: 500;
}

.content-text p:last-child {
  margin-bottom: 0;
}

.content-text strong {
  font-weight: 500;
  color: #1d1d1f;
}

.content-text a {
  color: #ff6a00;
  text-decoration: none;
  transition: color 150ms ease;
  position: relative;
}

.content-text a:hover {
  color: #ff7700;
}

.content-text a:focus-visible {
  outline: 3px solid #ff6a00;
  outline-offset: 2px;
  border-radius: 2px;
}

/* Accent box styling if .accent class is used */
.content-text .accent {
  padding: 1rem 1.25rem;
  border-left: 4px solid #ff6a00;
  background-color: rgba(255, 106, 0, 0.05);
  margin: 1.5rem 0;
  border-radius: 0 6px 6px 0;
  font-style: italic;
  color: #2d2d2d;
}

/* List styling if present */
.content-text ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.content-text li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.content-text li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 4px;
  height: 4px;
  background-color: #ff6a00;
  border-radius: 50%;
  transform: translateY(-50%);
}

/* ===========================
   6. RESPONSIVE BREAKPOINTS
   =========================== */

/* Large Desktop (≥1280px) */
@media (min-width: 1280px) {
  .contact-hero {
    padding: 3.5rem 0;
  }
  
  .about-section {
    padding: 6rem 0;
  }
  
  .about-section .container {
    padding: 0 2.5rem;
  }
  
  .contact-hero .container {
    padding: 0 2.5rem;
  }
  
  .about-content {
    padding-right: 2rem;
  }
  
  .about-section .row {
    gap: 5rem;
  }
  
  .contact-hero h1 {
    font-size: 2rem;
  }
}

/* Tablet (768px - 1279px) */
@media (min-width: 768px) and (max-width: 1279px) {
  .about-section .row {
    gap: 2.5rem;
  }
  
  .about-content {
    padding-right: 1.5rem;
  }
  
  .experience-badge {
    bottom: 20px;
    right: 20px;
    padding: 14px 20px;
  }
  
  .experience-badge .number {
    font-size: 1.75rem;
  }
  
  .experience-badge .text {
    font-size: 0.8125rem;
  }
}

/* Mobile (≤992px) */
@media (max-width: 992px) {
  .about-section .row {
    flex-direction: column;
    gap: 3rem;
  }
  
  .about-section .col-lg-6 {
    min-width: 100%;
  }
  
  .about-content {
    padding-right: 0;
    order: 1;
  }
  
  .about-image {
    order: 2;
  }
  
  .about-section .col-lg-6:first-child {
    max-width: none;
  }
  
  .content-text {
    max-width: none;
  }
}

/* Mobile (≤767px) */
@media (max-width: 767px) {
  .contact-hero {
    padding: 1.5rem 0;
    min-height: 220px;
  }
  
  .hero-content {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
  }
  
  .breadcrumb {
    order: -1;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  
  .breadcrumb-list {
    font-size: 0.875rem;
  }
  
  .breadcrumb-item:not(:last-child)::after {
    margin: 0 0.5rem;
  }
  
  .contact-hero h1 {
    font-size: 36px;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .first-paragraph-highlight {
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .first-paragraph-highlight p {
    font-size: 1.125rem !important;
  }
  
  .about-section {
    padding: 3rem 0;
  }
  
  .about-section .row {
    gap: 2.5rem;
  }
  
  .about-image .main-image {
    min-height: 300px;
  }
  
  .experience-badge {
    bottom: 16px;
    right: 16px;
    padding: 14px 20px;
    box-shadow: 0 4px 12px rgba(255, 106, 0, 0.25);
  }
  
  .experience-badge .number {
    font-size: 1.75rem;
  }
  
  .experience-badge .text {
    font-size: 0.75rem;
  }
  
  .experience-badge:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(255, 106, 0, 0.3);
  }
  
  .about-content h2 {
    font-size: 1.75rem;
  }
  
  .content-text {
    font-size: 0.9375rem;
    max-width: 42ch;
  }
  
  .content-text p:first-of-type {
    font-size: 1.0625rem;
  }
}

/* Small Mobile (≤576px) */
@media (max-width: 576px) {
  .contact-hero .container,
  .about-section .container {
    padding: 0 1rem;
  }
  
  .contact-hero {
    min-height: 200px;
  }
  
  .contact-hero h1 {
    font-size: 28px;
  }
  
  .contact-hero h1::after {
    width: 48px;
  }
  
  .hero-content {
    gap: 1rem;
  }
  
  .breadcrumb-list {
    font-size: 0.8125rem;
  }
  
  .first-paragraph-highlight {
    padding: 1rem 1.25rem;
  }
  
  .first-paragraph-highlight p {
    font-size: 1.0625rem !important;
  }
  
  .experience-badge {
    bottom: 12px;
    right: 12px;
    padding: 12px 16px;
  }
  
  .experience-badge .number {
    font-size: 1.5rem;
  }
  
  .experience-badge .text {
    font-size: 0.6875rem;
  }
  
  .about-image .main-image {
    min-height: 260px;
  }
  
  .content-text {
    max-width: 38ch;
  }
  
  .about-content h2 {
    font-size: 1.5rem;
  }
}

/* ===========================
   7. ACCESSIBILITY & PERFORMANCE
   =========================== */

/* Focus states for interactive elements */
.about-image:focus-within {
  outline: 3px solid #ff6a00;
  outline-offset: 4px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .about-image,
  .experience-badge,
  .about-image .main-image,
  .content-text a {
    transition: none !important;
  }
  
  .about-image:hover {
    transform: none !important;
  }
  
  .experience-badge:hover {
    transform: none !important;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .contact-hero h1::after,
  .about-content h2::after {
    height: 4px;
  }
  
  .experience-badge {
    border: 2px solid #ffffff;
  }
  
  .content-text li::before {
    width: 8px;
    height: 8px;
  }
}

/* Print styles */
@media print {
  .about-image:hover,
  .experience-badge:hover {
    transform: none !important;
    box-shadow: none !important;
  }
  
  .contact-hero {
    box-shadow: none;
    border-bottom: 1px solid #000;
  }
  
  .about-image {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}
