/*
Theme Name: LinkSea

Author: LinkSea Zul

Description: LinkSea Global Expansion WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: linkseagroup
*/

/* ========================================
   CSS VARIABLES
   ======================================== */
:root {
  --color-primary: #1e4a7c;
  --color-primary-dark: #15365c;
  --color-primary-light: #2a5f9c;
  --color-accent: #2d9d5f;
  --color-accent-hover: #248a52;
  --color-text: #333333;
  --color-text-light: #666666;
  --color-text-muted: #999999;
  --color-bg: #ffffff;
  --color-bg-light: #f8f9fa;
  --color-bg-gray: #f0f2f5;
  --color-border: #e5e7eb;
  --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --transition: all 0.3s ease;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);
  --shadow-lg: 0 10px 40px rgba(0,0,0,0.12);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
}

/* ========================================
   RESET & BASE
   ======================================== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

ul, ol {
  list-style: none;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ========================================
   HEADER & NAVIGATION
   ======================================== */
.site-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 1px solid var(--color-border);
  transition: var(--transition);
}

/* Sticky Header */
.site-header.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-logo img {
  height: var(--logo-height, 36px);
  width: auto;
  max-width: var(--logo-max-width, 200px);
  object-fit: contain;
}

.site-logo .logo-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}

.site-logo .logo-text {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-primary);
  letter-spacing: -0.5px;
}

.site-logo .logo-text .logo-highlight {
  color: var(--color-accent);
  font-weight: 800;
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 32px;
}

.main-nav a {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-text);
  position: relative;
  padding: 8px 0;
}

.main-nav a:hover {
  color: var(--color-primary);
}

.main-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--color-accent);
  transition: var(--transition);
  border-radius: 2px;
}

.main-nav a:hover::after,
.main-nav li.active a::after,
.main-nav li.current-menu-item a::after {
  width: 100%;
}

.main-nav li.active a,
.main-nav li.current-menu-item a {
  color: var(--color-primary);
  font-weight: 700;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: var(--transition);
  border: none;
  gap: 8px;
}

.btn-primary {
  background: var(--color-primary);
  color: #fff;
  border: 1.5px solid var(--color-primary);
}

.btn-primary:hover {
  background: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.btn-outline {
  background: transparent;
  color: var(--color-primary);
  border: 1.5px solid var(--color-primary);
}

.btn-outline:hover {
  background: var(--color-primary);
  color: #fff;
}

.btn-accent {
  background: var(--color-accent);
  color: #fff;
}

.btn-accent:hover {
  background: var(--color-accent-hover);
}

.btn-sm {
  padding: 8px 20px;
  font-size: 13px;
}

.btn-lg {
  padding: 16px 36px;
  font-size: 15px;
}

/* ========================================
   HERO SECTION
   ======================================== */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 72px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  opacity: 1;
}

.hero-bg:not([style*="background-image"]) {
  background-image: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1920&q=80');
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.3) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 60px 0;
}

.hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Hero Tag */
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid var(--color-accent);
  border-radius: 30px;
  margin-bottom: 24px;
  width: fit-content;
}

.hero-tag .tag-icon {
  color: var(--color-accent);
  font-size: 14px;
}

.hero-tag span:last-child {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-accent);
  letter-spacing: 1.5px;
}

.hero-text h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 20px;
}

.hero-text h1 span {
  color: var(--color-accent);
}

.hero-text .hero-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 480px;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-buttons .btn-primary {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.hero-buttons .btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.4);
}

.hero-buttons .btn-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
}

/* Hero Info Card */
.hero-info-wrapper {
  display: flex;
  justify-content: flex-end;
}

.hero-info-card {
  width: 100%;
  max-width: 520px;
  padding: 0;
}

.verified-header {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border: 1px solid var(--color-accent);
  border-radius: 30px;
  margin-bottom: 20px;
}

.verified-star {
  color: var(--color-accent);
  font-size: 12px;
}

.verified-text {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-accent);
  letter-spacing: 0.5px;
}

.info-block {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 12px;
}

.section-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--color-accent);
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.section-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.3;
}

.section-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.stat-item {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 16px;
  padding: 20px;
}

.stat-item-label {
  font-size: 10px;
  font-weight: 600;
  color: var(--color-accent);
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.stat-item-number {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}

.stat-item-desc {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
}

.latest-success {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 16px;
  padding: 20px;
}

.success-label {
  font-size: 10px;
  font-weight: 600;
  color: var(--color-accent);
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.success-title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}

.success-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
}

/* Hero Form - Keep existing styles for other pages */
.hero-form-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-lg);
}

.hero-form-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 8px;
  text-align: center;
}

.hero-form-card p {
  font-size: 14px;
  color: var(--color-text-muted);
  margin-bottom: 28px;
  text-align: center;
}

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

.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 8px;
  text-align: left;
  letter-spacing: 0.3px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  font-size: 15px;
  border: 1.5px solid var(--color-border);
  border-radius: 10px;
  background: #fff;
  transition: var(--transition);
  font-family: inherit;
  color: var(--color-text);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #a0a8b5;
  font-size: 14px;
}

.form-group select,
select.custom-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 14px 44px 14px 18px;
  font-size: 15px;
  border: 1.5px solid var(--color-border);
  border-radius: 10px;
  background-color: #fff;
  transition: var(--transition);
  font-family: inherit;
  color: var(--color-text);
}

.form-group select:focus,
select.custom-select:focus,
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(26,58,107,0.08);
  background-color: #fff;
}

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

.form-submit {
  width: 100%;
  margin-top: 8px;
  padding: 16px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(26, 58, 107, 0.25);
  transition: var(--transition);
}

.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 58, 107, 0.35);
}

/* Contact Form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid var(--color-border);
  border-radius: 10px;
  font-size: 15px;
  background: #fff;
  transition: var(--transition);
  font-family: inherit;
  color: var(--color-text);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #a0a8b5;
  font-size: 14px;
}

.contact-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(26,58,107,0.08);
  background-color: #fff;
}

.contact-form textarea {
  resize: vertical;
  min-height: 140px;
}

.contact-submit-btn {
  align-self: flex-start;
  padding: 16px 40px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(26, 58, 107, 0.25);
  transition: var(--transition);
}

.contact-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 58, 107, 0.35);
}

@media (max-width: 768px) {
  .hero-form-card {
    padding: 28px 20px;
  }

  .form-group input,
  .form-group textarea {
    font-size: 16px;
    padding: 14px 16px;
  }
  
  .form-group select,
  select.custom-select,
  .contact-form select {
    font-size: 16px;
    padding: 14px 44px 14px 16px;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 16px;
    padding: 14px 16px;
  }

  .form-submit,
  .contact-submit-btn {
    width: 100%;
    align-self: stretch;
    padding: 16px;
  }

  .contact-submit-btn {
    align-self: stretch;
  }
}

/* ========================================
   STATS BAR
   ======================================== */
.stats-bar {
  background: var(--color-primary);
  padding: 40px 0;
}

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

.stats-bar-item .number {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.stats-bar-item .number span {
  color: var(--color-accent);
}

.stats-bar-item .label {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  margin-top: 8px;
}

/* ========================================
   SECTION COMMON
   ======================================== */
.section {
  padding: 100px 0;
}

.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 16px;
}

.section-header p {
  font-size: 17px;
  color: var(--color-text-light);
  line-height: 1.7;
}

.section-header-left {
  text-align: left;
  margin: 0 0 48px 0;
}

.section-header-left h2 {
  font-size: 32px;
}

.section-header-left p {
  font-size: 16px;
}

/* ========================================
   END TO END PARTNER
   ======================================== */
.partner-section {
  background: var(--color-bg-light);
}

.partner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.partner-text h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 20px;
  line-height: 1.3;
}

.partner-text p {
  font-size: 16px;
  color: var(--color-text-light);
  line-height: 1.8;
  margin-bottom: 28px;
}

.partner-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.feature-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: var(--color-primary);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

.feature-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 4px;
}

.feature-content p {
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin: 0;
}

.partner-image {
  position: relative;
}

.partner-image img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/* ========================================
   WHY CHOOSE
   ======================================== */
.why-section {
  padding: 80px 0;
  background: #f5f5f5;
}

.why-section .section-header {
  text-align: center;
  margin-bottom: 48px;
}

.why-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
}

.why-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  text-align: left;
  transition: var(--transition);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.why-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.why-card .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  color: #c9a84c;
}

.why-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
}

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

/* ========================================
   PROCESS STEPS
   ======================================== */
.process-section {
  padding: 80px 0;
  background: var(--color-bg-light);
}

.process-section .section-header {
  text-align: center;
  margin-bottom: 48px;
}

.process-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary);
}

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

.process-step {
  text-align: center;
  position: relative;
}

.process-step::after {
  content: '';
  position: absolute;
  top: 24px;
  right: -15px;
  width: 30px;
  height: 2px;
  background: var(--color-border);
}

.process-step:last-child::after {
  display: none;
}

.step-number {
  width: 48px;
  height: 48px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 16px;
}

.process-step h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 8px;
}

.process-step p {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.6;
}

/* ========================================
   WHAT YOU GET
   ======================================== */
.what-you-get-section {
  background: var(--color-bg);
  padding-bottom: 40px;
}

.what-you-get-section .section-header h2 {
  white-space: nowrap;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

.benefit-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--color-bg-light);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 16px 24px;
  font-size: 15px;
  color: var(--color-text);
}

.benefit-bar .dot {
  width: 8px;
  height: 8px;
  background: var(--color-accent);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ========================================
   WHAT WE OFFER
   ======================================== */
.what-we-offer-section {
  background: var(--color-bg);
  padding-top: 40px;
}

.what-we-offer-section .section-header h2 {
  white-space: nowrap;
}

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

.offer-card {
  background: var(--color-bg-light);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: var(--transition);
}

.offer-card:hover {
  box-shadow: var(--shadow-md);
}

.offer-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #c9a84c 0%, #e8d5a3 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(201, 168, 76, 0.35);
  position: relative;
  overflow: hidden;
}

.offer-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 50%);
  border-radius: 14px;
}

.offer-icon svg {
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  stroke: #fff;
  stroke-width: 2;
}

.offer-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 16px;
  line-height: 1.4;
}

.offer-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offer-card li {
  position: relative;
  padding-left: 14px;
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.8;
}

.offer-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background: var(--color-accent);
  border-radius: 50%;
}

.offer-cta {
  text-align: center;
  margin-top: 48px;
}

.offer-cta .btn-outline {
  border-radius: 30px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
}

/* ========================================
   NEWS & INSIGHTS
   ======================================== */
.news-section {
  background: #f5f5f5;
  padding: 80px 0;
}

.news-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.news-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 8px;
}

.news-subtitle {
  font-size: 15px;
  color: var(--color-text-muted);
  margin-top: 8px;
}

/* Bento Grid Layout */
.news-bento-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.news-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}

/* News Cards */
.news-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
}

.news-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

/* Large Card */
.news-card-large {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news-card-large .news-card-image {
  height: 280px;
  overflow: hidden;
  border-radius: 16px;
}

.news-card-large .news-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.news-card-large .news-card-content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-card-large h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.3;
  margin: 12px 0;
}

.news-card-large p {
  font-size: 14px;
  color: var(--color-text);
  line-height: 1.6;
  margin-bottom: 16px;
  flex: 1;
}

/* Small Cards */
.news-card-small {
  display: flex;
  flex-direction: row;
  flex: 1;
  min-height: 0;
  gap: 16px;
  padding: 16px;
  align-items: center;
}

.news-card-small .news-card-image {
  width: 100px;
  min-width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 12px;
  flex-shrink: 0;
  align-self: center;
}

.news-card-small .news-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card-small .news-card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  padding: 0;
  height: 100px;
}

.news-card-small h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-primary);
  line-height: 1.4;
  margin: 6px 0;
}

/* Company News Cards */
.news-card-company {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  border-radius: 16px;
}

.news-card-company .news-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.news-card-company .news-card-overlay {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
  height: 100%;
  background: linear-gradient(to top, rgba(15,38,71,0.95) 0%, rgba(15,38,71,0.7) 50%, rgba(15,38,71,0.3) 100%);
  border-radius: 16px;
}

.news-card-company h4 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  margin: 10px 0;
}

.news-card-company p {
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  line-height: 1.5;
  margin-bottom: 10px;
}

/* Tags */
.news-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: fit-content;
}

.news-tag-trends {
  background: rgba(201, 168, 76, 0.15);
  color: #c9a84c;
  border: 1px solid rgba(201, 168, 76, 0.3);
}

.news-tag-success {
  background: rgba(201, 168, 76, 0.15);
  color: #c9a84c;
  border: 1px solid rgba(201, 168, 76, 0.3);
}

.news-tag-company {
  background: rgba(201, 168, 76, 0.2);
  color: #c9a84c;
  border: 1px solid rgba(201, 168, 76, 0.4);
}

/* Date */
.news-date {
  font-size: 12px;
  color: #c53030;
  font-weight: 500;
}

/* ========================================
   RESULTS SECTION
   ======================================== */
.results-section {
  background: var(--color-bg);
}

.results-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.results-text h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 20px;
}

.results-text p {
  font-size: 16px;
  color: var(--color-text-light);
  line-height: 1.8;
  margin-bottom: 28px;
}

.results-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.result-stat {
  background: var(--color-bg-light);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 24px;
}

.result-stat .number {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 4px;
}

.result-stat .label {
  font-size: 13px;
  color: var(--color-text-muted);
}

.results-image img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/* ========================================
   ENTERPRISE SECTION
   ======================================== */
.enterprise-section {
  background: var(--color-primary);
  padding: 80px 0;
}

.enterprise-section .section-header h2 {
  color: #fff;
}

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

.enterprise-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 40px;
}

.enterprise-card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.enterprise-card p {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  margin-bottom: 24px;
}

.enterprise-card .card-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 4px 12px;
  border: 1px solid var(--color-accent);
  border-radius: 20px;
  margin-bottom: 16px;
}

.enterprise-card .btn-accent {
  background: var(--color-accent);
}

/* ========================================
   TRUSTED BY
   ======================================== */
.trusted-section {
  background: var(--color-bg-light);
  padding: 60px 0;
  text-align: center;
}

.trusted-section h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 16px;
}

.trusted-section p {
  margin-bottom: 48px;
}

.logo-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}

.logo-item {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-muted);
  opacity: 0.6;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-item img {
  max-height: 40px;
  max-width: 120px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: var(--transition);
}

.logo-item:hover {
  opacity: 1;
  color: var(--color-primary);
}

.logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* ========================================
   CTA SECTION
   ======================================== */
.cta-section {
  background: var(--color-bg);
  padding: 100px 0;
  text-align: center;
}

.cta-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 16px;
}

.cta-section p {
  font-size: 17px;
  color: var(--color-text-light);
  margin-bottom: 36px;
}

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

.cta-subline {
  font-size: 8px;
  color: #6b7280;
  margin-top: 40px;
  text-align: center;
}

/* ========================================
   FOOTER
   ======================================== */
.site-footer {
  background: var(--color-primary-dark);
  color: #fff;
  padding: 80px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

.footer-brand {
  padding-top: 10px;
}

.footer-brand .footer-logo {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
}

.footer-brand .footer-logo svg {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.footer-brand .footer-logo-img {
  display: block;
  height: var(--footer-logo-height, 36px);
  width: auto;
  max-width: var(--footer-logo-max-width, 200px);
  object-fit: contain;
  margin-bottom: 16px;
}

.footer-brand .logo-text {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

.footer-brand .logo-text .logo-highlight {
  color: var(--color-accent);
  font-weight: 800;
}

.footer-brand p {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  transition: var(--transition);
}

.footer-social a:hover {
  background: var(--color-accent);
}

.footer-column {
  text-align: left;
}

.footer-column h4 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-column ul li {
  margin-bottom: 12px;
}

.footer-column ul li a {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  transition: var(--transition);
}

.footer-column ul li a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}

.footer-bottom-links {
  display: flex;
  gap: 24px;
}

.footer-bottom-links a {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}

.footer-bottom-links a:hover {
  color: #fff;
}

/* Mobile Menu Toggle Base */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

.mobile-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-primary);
  transition: all 0.3s ease;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 1024px) {
  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }
  
  .hero-text {
    margin: 0 auto;
  }
  
  .hero-tag {
    margin: 0 auto 20px;
  }
  
  .hero-text .hero-desc {
    margin-left: auto;
    margin-right: auto;
  }
  
  .hero-buttons {
    justify-content: center;
  }
  
  .hero-text h1 {
    font-size: 36px;
  }
  
  .hero-info-wrapper {
    justify-content: center;
  }
  
  .hero-info-card {
    max-width: 100%;
  }
  
  .partner-grid,
  .results-grid {
    grid-template-columns: 1fr;
  }
  
  .why-grid,
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .what-you-get-section .section-header h2,
  .what-we-offer-section .section-header h2 {
    white-space: normal;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .offer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .process-step::after {
    display: none;
  }
  
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .footer-brand {
    grid-column: 1 / -1;
  }
  
  .main-nav {
    display: none;
  }
  
  .header-actions .header-btn-login,
  .header-actions .header-btn-cta {
    display: none;
  }
  
  .mobile-menu-toggle {
    display: flex;
  }
}

/* Mobile Menu Styles */
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1001;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  max-width: 85vw;
  height: 100vh;
  background: #fff;
  z-index: 1002;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  padding: 80px 24px 24px;
  overflow-y: auto;
}

.mobile-menu-panel.active {
  transform: translateX(0);
}

.mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-primary);
}

.mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.mobile-nav-list li {
  border-bottom: 1px solid #eee;
}

.mobile-nav-list li a {
  display: block;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-primary);
}

.mobile-nav-list li a:hover,
.mobile-nav-list li.active a {
  color: var(--color-accent);
}

.mobile-menu-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.mobile-menu-open {
  overflow: hidden;
}

/* Search Overlay */
.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.98);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.search-overlay.active {
  opacity: 1;
  visibility: visible;
}

.search-close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-primary);
  transition: color 0.2s;
}

.search-close:hover {
  color: var(--color-accent);
}

.search-form {
  width: 100%;
  max-width: 700px;
  padding: 0 24px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.search-input {
  flex: 1;
  font-size: 32px;
  font-weight: 300;
  border: none;
  border-bottom: 2px solid var(--color-border);
  background: none;
  padding: 16px 0;
  color: var(--color-primary);
  outline: none;
  transition: border-color 0.3s;
}

.search-input:focus {
  border-color: var(--color-accent);
}

.search-input::placeholder {
  color: #c0c0c0;
}

.search-submit {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.search-submit:hover {
  background: var(--color-accent);
  transform: scale(1.05);
}

/* Search toggle in header */
.search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-primary);
  transition: all 0.2s ease;
}

.search-toggle:hover {
  background: rgba(26, 58, 107, 0.08);
  color: var(--color-accent);
}

@media (max-width: 768px) {
  .main-nav {
    display: none;
  }
  
  .header-actions .header-btn-login,
  .header-actions .header-btn-cta {
    display: none;
  }
  
  .mobile-menu-toggle {
    display: flex;
  }
  
  .hero-section {
    padding-top: 60px;
    min-height: auto;
  }
  
  .hero-content {
    padding: 40px 0;
  }
  
  .hero-text h1 {
    font-size: 28px;
  }
  
  .hero-tag {
    padding: 8px 16px;
  }
  
  .hero-tag span:last-child {
    font-size: 11px;
  }
  
  .hero-buttons {
    flex-direction: column;
    gap: 12px;
  }
  
  .hero-buttons .btn {
    width: 100%;
    max-width: 300px;
  }
  
  .hero-info-card {
    padding: 24px;
  }
  
  .stats-row {
    grid-template-columns: 1fr;
  }
  
  .verified-badge {
    margin-bottom: 20px;
  }
  
  .stats-bar-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .why-grid,
  .offer-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }
  
  .process-steps {
    grid-template-columns: 1fr;
  }
  
  .news-grid {
    grid-template-columns: 1fr;
  }
  
  /* News Bento Grid Responsive */
  .news-bento-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .news-column {
    gap: 12px;
  }
  
  .news-card-large .news-card-image {
    height: 200px;
  }
  
  .news-card-large h3 {
    font-size: 18px;
  }
  
  .news-card-company {
    min-height: 150px;
  }
  
  .news-header {
    flex-direction: column;
    gap: 20px;
  }
  
  .news-header h2 {
    font-size: 26px;
  }
  
  .enterprise-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  
  .footer-brand {
    grid-column: 1 / -1;
  }
  
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .contact-info,
  .contact-form-wrapper {
    padding: 24px;
  }
  
  .form-row {
    grid-template-columns: 1fr;
  }
  
  .contact-submit-btn {
    align-self: stretch;
    width: 100%;
  }
  
  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-buttons .btn {
    width: 100%;
    max-width: 320px;
  }
  
  .footer-column {
    text-align: left;
  }
  
  .search-form {
    padding: 0 16px;
  }
  
  .search-input {
    font-size: 20px;
    padding: 12px 0;
  }
  
  .search-submit {
    width: 48px;
    height: 48px;
  }
  
  .search-close {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
  }
}

/* ========================================
   PAGE HEADER (About, News, Case Studies, Contact)
   ======================================== */
.page-header {
  position: relative;
  padding: 120px 0 80px;
  background-color: var(--color-bg-light);
  overflow: hidden;
}

.page-header-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.page-tag {
  display: inline-block;
  padding: 6px 16px;
  background: var(--color-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.page-header h1 {
  font-size: 42px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.2;
  margin-bottom: 20px;
}

.page-header p {
  font-size: 16px;
  color: var(--color-text-light);
  line-height: 1.7;
}

.page-header-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.page-header-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.section-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

/* ========================================
   ABOUT PAGE STYLES
   ======================================== */
.about-intro {
  padding: 80px 0;
  background: var(--color-bg);
}

.about-intro-text .section-tag {
  display: block;
  text-align: left;
}

.about-intro-text h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 16px;
  text-align: left;
}

.about-intro-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  margin-top: 40px;
}

.about-intro-text p {
  font-size: 15px;
  color: var(--color-text-light);
  line-height: 1.8;
  margin-bottom: 16px;
}

.about-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 52px;
}

.about-feature {
  display: flex;
  gap: 16px;
  padding: 16px 20px;
  background: var(--color-bg-light);
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
}

.about-feature-icon {
  width: 44px;
  height: 44px;
  background: var(--color-primary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-feature-icon svg {
  width: 22px;
  height: 22px;
  color: #fff;
}

.about-feature h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 4px;
}

.about-feature p {
  font-size: 13px;
  color: var(--color-text-light);
  line-height: 1.5;
}

/* Services Section - Dark Background */
.services-section {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--color-primary-dark) 0%, #1a2744 100%);
}

.services-section .section-header {
  text-align: center;
  margin-bottom: 64px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.services-section .section-tag {
  color: var(--color-accent);
  display: block;
  margin-bottom: 16px;
}

.services-section h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.services-section .section-subtitle {
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  line-height: 1.7;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.service-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 32px;
  transition: all 0.3s ease;
}

.service-card:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.service-icon {
  width: 48px;
  height: 48px;
  background: var(--color-accent);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.service-icon svg {
  width: 24px;
  height: 24px;
  color: #fff;
}

.service-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.service-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
}

/* Features List Section */
.features-list-section {
  padding: 80px 0;
  background: var(--color-bg);
}

.features-list-section .section-header {
  text-align: center;
  margin-bottom: 48px;
}

.features-list-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary);
}

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

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: var(--color-text);
  padding: 16px 20px;
  background: var(--color-bg-light);
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
}

.feature-list-item::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--color-accent);
  border-radius: 50%;
  flex-shrink: 0;
}

/* Expansion Services */
.expansion-services {
  padding: 80px 0;
  background: var(--color-bg-light);
}

.expansion-services .section-header {
  text-align: center;
  margin-bottom: 48px;
}

.expansion-services h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary);
}

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

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

.services-cards .service-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 20px;
  padding: 28px;
  text-align: left;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.services-cards .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #c9a84c, #e8d5a3);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.services-cards .service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  border-color: rgba(201, 168, 76, 0.3);
}

.services-cards .service-card:hover::before {
  transform: scaleX(1);
}

.expansion-services .service-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #c9a84c, #e8d5a3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(201, 168, 76, 0.25);
}

.expansion-services .service-icon svg {
  width: 22px;
  height: 22px;
  color: #fff;
}

.services-cards .service-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.4;
}

.services-cards .service-card ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-cards .service-card li {
  font-size: 13px;
  color: #666;
  padding: 8px 0;
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}

.services-cards .service-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  background: #c9a84c;
  border-radius: 50%;
}

.services-cards .service-card li:last-child {
  border-bottom: none;
}

/* Services Section Responsive */
@media (max-width: 1024px) {
  .services-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .services-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .services-cards .service-card {
    padding: 24px;
  }
  
  .expansion-services .service-icon {
    width: 44px;
    height: 44px;
  }
}

/* ========================================
   NEWS PAGE STYLES
   ======================================== */
.news-header-section {
  background: linear-gradient(135deg, var(--color-bg-light) 0%, var(--color-bg) 100%);
  padding: 140px 0 80px;
}



.featured-article-section {
  padding: 60px 0;
  background: var(--color-bg);
}

.featured-article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.featured-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.featured-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.featured-content h2 {
  font-size: 32px;
  color: var(--color-primary);
  margin: 16px 0;
}

.featured-content p {
  color: var(--color-text-light);
  line-height: 1.8;
  margin-bottom: 24px;
}

.featured-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  font-size: 14px;
  color: var(--color-text-muted);
}

.author-avatar {
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 6px;
}

.case-content {
  color: var(--color-text-light);
  line-height: 1.8;
}

.news-filter-section {
  padding: 40px 0;
  background: var(--color-bg-light);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.news-grid-section {
  padding: 80px 0;
  background: var(--color-bg-light);
}

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

.news-card {
  background: #fff;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.news-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.news-card-body {
  padding: 24px;
}

.news-card-category {
  font-size: 12px;
  color: var(--color-accent);
  font-weight: 600;
  text-transform: uppercase;
}

.news-card-title {
  font-size: 18px;
  color: var(--color-primary);
  margin: 12px 0;
  line-height: 1.4;
}

.news-card-title a {
  color: inherit;
}

.news-card-excerpt {
  font-size: 14px;
  color: var(--color-text-light);
  line-height: 1.6;
  margin-bottom: 16px;
}

.news-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: var(--color-text-muted);
}

.news-card-link {
  color: var(--color-primary);
  font-weight: 500;
}

/* Filter Bar */
.filter-bar {
  text-align: center;
}

.filter-btn,
.category-btn {
  padding: 10px 24px;
  margin: 0 8px 8px;
  border-radius: 20px;
  border: 1px solid var(--color-border);
  background: transparent;
  color: var(--color-text);
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
}

.filter-btn.active,
.category-btn.active {
  border: none;
  background: var(--color-primary);
  color: #fff;
}

.section-cta {
  text-align: center;
  margin-top: 60px;
}

/* ========================================
   CASE STUDIES PAGE STYLES
   ======================================== */

/* Case Hero Section */
.case-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 120px 0 80px;
}

.case-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.case-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,58,107,0.85) 0%, rgba(26,58,107,0.7) 100%);
  z-index: 2;
}

.case-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 700px;
}

.case-hero-content .page-tag {
  background: var(--color-accent);
  color: #fff;
  margin-bottom: 24px;
}

.case-hero-content h1 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.case-hero-content p {
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
}

/* Featured Case Section */
.featured-case-section {
  padding: 60px 0;
  background: var(--color-bg);
}

.featured-case {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.featured-case-img-wrapper {
  position: relative;
  overflow: hidden;
}

.featured-case-img-wrapper img,
.featured-case-img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.featured-case-body {
  padding: 40px 48px;
  display: flex;
  flex-direction: column;
}

.case-featured-tag {
  color: var(--color-accent);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.featured-case-body h2 {
  font-size: 26px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 24px;
}

.case-section {
  margin-bottom: 20px;
}

.case-section h4 {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.case-section p {
  color: var(--color-text-light);
  line-height: 1.7;
  font-size: 14px;
}

.case-solution-list {
  color: var(--color-text-light);
  line-height: 1.8;
  font-size: 14px;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.case-solution-list li {
  margin-bottom: 4px;
  padding-left: 0;
}

/* Case Stats Row */
.case-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 24px 0;
  padding-top: 20px;
  border-top: 1px solid var(--color-border);
}

.case-stat-item {
  text-align: left;
}

.case-stat-item .case-stat-value {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1;
}

.case-stat-item .case-stat-label {
  font-size: 12px;
  color: var(--color-text-muted);
  margin-top: 4px;
}

/* Case Meta Grid */
.case-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 20px 0;
  padding: 16px 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.case-meta-item {
  display: flex;
  flex-direction: column;
}

.case-meta-item strong {
  font-size: 11px;
  font-weight: 600;
  color: var(--color-text-muted);
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}

.case-meta-item span {
  font-size: 13px;
  color: var(--color-text);
}

.case-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 14px;
  margin-top: auto;
  padding-top: 16px;
}

.case-read-more:hover {
  color: var(--color-accent);
}

/* Case Categories Filter */
.case-categories {
  padding: 24px 0;
  background: var(--color-bg-light);
  border-bottom: 1px solid var(--color-border);
}

.case-categories .filter-bar {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.case-categories .category-btn {
  padding: 10px 24px;
  border-radius: 30px;
  border: 1px solid var(--color-border);
  background: #fff;
  color: var(--color-text);
  font-size: 14px !important;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
}

.case-categories .category-btn:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.case-categories .category-btn.active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

/* Case Grid Section */
.case-grid-section {
  padding: 60px 0;
  background: var(--color-bg-light);
}

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

.case-card {
  background: #fff;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid var(--color-border);
}

.case-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.case-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.case-card-body {
  padding: 20px;
}

.case-card-category {
  font-size: 11px;
  color: var(--color-accent);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.case-card-title {
  font-size: 17px;
  font-weight: 600;
  color: var(--color-primary);
  margin: 10px 0 12px;
  line-height: 1.4;
}

.case-card-title a {
  color: inherit;
}

.case-card-title a:hover {
  color: var(--color-accent);
}

.case-card-excerpt {
  font-size: 13px;
  color: var(--color-text-light);
  line-height: 1.6;
  margin-bottom: 16px;
}

.case-card-metrics {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}

.case-card-metrics .metric-item {
  display: flex;
  flex-direction: column;
}

.case-card-metrics .case-metric-value {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1;
}

.case-card-metrics .case-metric-label {
  font-size: 11px;
  color: var(--color-text-muted);
  margin-top: 2px;
}

.case-card-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 13px;
}

.case-card-link:hover {
  color: var(--color-accent);
}

/* View More Button */
.btn-view-more {
  padding: 12px 32px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}

/* ========================================
   CASE DETAIL PAGE STYLES
   ======================================== */

/* Case Detail Header */
.case-detail-header {
  padding: 140px 0 80px;
  background: linear-gradient(135deg, #1a3a6b 0%, #2d5a9b 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.case-detail-header-content {
  max-width: 800px;
  margin: 0 auto;
}

.case-detail-tag {
  display: inline-block;
  padding: 8px 20px;
  background: transparent;
  border: 2px solid #c9a84c;
  color: #c9a84c;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.case-detail-title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

/* Case Detail Metrics */
.case-detail-metrics {
  padding: 30px 0;
  background: var(--color-bg-light);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.case-detail-metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
}

.case-detail-metric-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1;
  margin-bottom: 8px;
}

.case-detail-metric-label {
  font-size: 13px;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Case Detail Content */
.case-detail-content {
  padding: 60px 0;
  background: var(--color-bg);
}

.case-detail-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 60px;
}

/* Main Content */
.case-detail-main {
  max-width: 100%;
}

.case-detail-subtitle {
  margin-bottom: 32px;
}

.case-detail-subtitle h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 8px;
}

.case-detail-subtitle p {
  font-size: 14px;
  color: var(--color-text-muted);
}

.case-detail-image {
  margin-bottom: 32px;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.case-detail-image img {
  width: 100%;
  height: auto;
  display: block;
}

.case-detail-section {
  margin-bottom: 40px;
}

.case-detail-section h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 16px;
}

.case-detail-section p {
  font-size: 15px;
  color: var(--color-text-light);
  line-height: 1.8;
  margin-bottom: 16px;
}

.case-detail-section ul {
  padding-left: 0;
  margin-bottom: 16px;
  list-style: none;
}

.case-detail-section ul li {
  font-size: 15px;
  color: var(--color-text-light);
  line-height: 1.8;
  margin-bottom: 8px;
  padding-left: 0;
  text-align: left;
}

.case-detail-section strong {
  color: var(--color-primary);
  font-weight: 600;
}

/* Approach Phase */
.approach-phase {
  margin-bottom: 24px;
}

.approach-phase h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 8px;
}

.approach-phase p {
  font-size: 14px;
  color: var(--color-text-light);
  line-height: 1.7;
}

/* Deal Highlight */
.deal-highlight {
  background: var(--color-bg-light);
  border-left: 4px solid var(--color-accent);
  padding: 20px 24px;
  margin: 20px 0;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.deal-highlight p {
  margin: 0;
  font-size: 15px;
  color: var(--color-text);
}

/* Sidebar */
.case-detail-sidebar {
  position: sticky;
  top: 100px;
  height: fit-content;
}

.sidebar-card {
  background: var(--color-bg-light);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 24px;
  margin-bottom: 20px;
}

.sidebar-card h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-border);
}

.detail-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-border);
}

.detail-row:last-child {
  border-bottom: none;
}

.detail-label {
  font-size: 13px;
  color: var(--color-text-muted);
}

.detail-value {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text);
  text-align: right;
}

/* Services Card */
.services-card .services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-tag {
  display: inline-block;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  font-size: 12px;
  color: var(--color-text);
}

/* CTA Card */
.cta-card {
  background: var(--color-primary);
  color: #fff;
}

.cta-card h4 {
  color: #fff;
  border-bottom-color: rgba(255,255,255,0.2);
}

.cta-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
  margin-bottom: 20px;
}

.cta-card .btn-block {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.cta-card .btn-primary {
  background: var(--color-accent);
  border-color: var(--color-accent);
}

.cta-card .btn-outline {
  border-color: rgba(255,255,255,0.3);
  color: #fff;
}

.cta-card .btn-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
}

/* Case Navigation */
.case-navigation {
  padding: 40px 0;
  background: var(--color-bg-light);
  border-top: 1px solid var(--color-border);
}

.case-nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.case-nav-prev a,
.case-nav-next a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: var(--transition);
}

.case-nav-prev a:hover,
.case-nav-next a:hover {
  transform: translateX(0);
}

.case-nav-prev a:hover {
  transform: translateX(-4px);
}

.case-nav-next a:hover {
  transform: translateX(4px);
}

.nav-label {
  font-size: 13px;
  color: var(--color-accent);
  margin-bottom: 4px;
}

.nav-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-primary);
}

.case-nav-next {
  text-align: right;
}

/* ========================================
   PRODUCT DETAIL PAGE STYLES
   ======================================== */

/* Product Hero */
.product-hero {
  padding: 100px 0 60px;
  background: var(--color-bg);
  text-align: center;
}

.product-hero-content {
  max-width: 700px;
  margin: 0 auto;
}

.product-hero-tag {
  display: inline-block;
  padding: 6px 16px;
  background: var(--color-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.product-hero-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.product-hero-subtitle {
  font-size: 16px;
  color: var(--color-text-light);
  line-height: 1.7;
}

/* Product Intro Section */
.product-intro {
  padding: 60px 0;
  background: var(--color-bg-light);
}

.product-intro-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}

.product-intro-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 16px;
}

.product-intro-header p {
  font-size: 15px;
  color: var(--color-text-light);
  line-height: 1.7;
}

/* Product Stats */
.product-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 50px;
}

.product-stat {
  text-align: center;
}

.product-stat-number {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1;
  margin-bottom: 8px;
}

.product-stat-label {
  font-size: 14px;
  color: var(--color-text-muted);
}

/* Product Intro Features */
.product-intro-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.intro-feature-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 32px 24px;
  text-align: center;
  transition: var(--transition);
}

.intro-feature-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.intro-feature-icon {
  width: 56px;
  height: 56px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: var(--color-accent);
}

.intro-feature-icon svg {
  width: 28px;
  height: 28px;
}

.intro-feature-card h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.intro-feature-card p {
  font-size: 14px;
  color: var(--color-text-light);
  line-height: 1.6;
}

/* Product Features Section */
.product-features-section {
  padding: 80px 0;
  background: var(--color-bg);
}

.product-features-section .section-header {
  text-align: center;
  margin-bottom: 48px;
}

.product-features-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.product-features-section .section-header p {
  font-size: 15px;
  color: var(--color-text-light);
}

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

.product-feature-item {
  text-align: center;
  padding: 24px;
}

.product-feature-icon {
  width: 48px;
  height: 48px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: var(--color-accent);
}

.product-feature-icon svg {
  width: 24px;
  height: 24px;
}

.product-feature-item h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 8px;
}

.product-feature-item p {
  font-size: 14px;
  color: var(--color-text-light);
  line-height: 1.6;
}

/* Product Journey Section */
.product-journey {
  padding: 80px 0;
  background: var(--color-bg-light);
}

.product-journey .section-header {
  text-align: center;
  margin-bottom: 48px;
}

.product-journey h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.product-journey .section-header p {
  font-size: 15px;
  color: var(--color-text-light);
}

.journey-steps {
  max-width: 600px;
  margin: 0 auto;
}

.journey-step {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  padding: 20px;
  background: #fff;
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
}

.journey-step-number {
  width: 36px;
  height: 36px;
  min-width: 36px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

.journey-step-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 6px;
}

.journey-step-content p {
  font-size: 14px;
  color: var(--color-text-light);
  line-height: 1.6;
}

/* Product Packages Section */
.product-packages {
  padding: 80px 0;
  background: var(--color-bg);
}

.product-packages .section-header {
  text-align: center;
  margin-bottom: 48px;
}

.product-packages h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.product-packages .section-header p {
  font-size: 15px;
  color: var(--color-text-light);
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.package-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 32px 24px;
  text-align: center;
  position: relative;
  transition: var(--transition);
}

.package-card:hover {
  box-shadow: var(--shadow-md);
}

.package-card.featured {
  border-color: var(--color-primary);
  box-shadow: var(--shadow-md);
  transform: scale(1.02);
}

.package-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.package-header {
  margin-bottom: 24px;
}

.package-header h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.package-price {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1;
  margin-bottom: 4px;
}

.package-header p {
  font-size: 13px;
  color: var(--color-text-muted);
}

.package-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  text-align: left;
}

.package-features li {
  padding: 10px 0;
  border-bottom: 1px solid var(--color-border);
  font-size: 14px;
  color: var(--color-text);
}

.package-features li:last-child {
  border-bottom: none;
}

.package-features li::before {
  content: '✓';
  color: var(--color-accent);
  margin-right: 8px;
  font-weight: 700;
}

.package-card .btn-block {
  display: block;
  width: 100%;
}

/* Product Why Section */
.product-why {
  padding: 80px 0;
  background: var(--color-bg-light);
}

.product-why .section-header {
  text-align: center;
  margin-bottom: 48px;
}

.product-why h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.product-why .section-header p {
  font-size: 15px;
  color: var(--color-text-light);
}

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

.product-why .why-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 28px 20px;
  text-align: center;
  transition: var(--transition);
}

.product-why .why-card:hover {
  box-shadow: var(--shadow-md);
}

.product-why .why-icon {
  width: 48px;
  height: 48px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: var(--color-accent);
}

.product-why .why-icon svg {
  width: 24px;
  height: 24px;
}

.product-why .why-card h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 8px;
}

.product-why .why-card p {
  font-size: 13px;
  color: var(--color-text-light);
  line-height: 1.6;
}

.product-trust {
  text-align: center;
  padding: 24px;
  background: #fff;
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
}

.product-trust p {
  font-size: 14px;
  color: var(--color-text);
  margin: 0;
}

/* Product Contact Section */
.product-contact {
  padding: 80px 0;
  background: var(--color-bg);
}

.product-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-info-card {
  background: var(--color-bg-light);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 40px;
}

.contact-info-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 8px;
}

.contact-desc {
  font-size: 14px;
  color: var(--color-text-light);
  margin-bottom: 32px;
}

.contact-methods {
  margin-bottom: 32px;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-border);
}

.contact-method:last-child {
  border-bottom: none;
}

.contact-method-icon {
  width: 44px;
  height: 44px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent);
  flex-shrink: 0;
}

.contact-method-icon svg {
  width: 20px;
  height: 20px;
}

.contact-method-content {
  display: flex;
  flex-direction: column;
}

.contact-method-label {
  font-size: 12px;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.contact-method-content a,
.contact-method-content span {
  font-size: 15px;
  color: var(--color-primary);
  font-weight: 500;
}

.contact-social {
  padding-top: 24px;
  border-top: 1px solid var(--color-border);
}

.contact-social p {
  font-size: 13px;
  color: var(--color-text-muted);
  margin-bottom: 12px;
}

.social-links {
  display: flex;
  gap: 16px;
}

.social-link {
  font-size: 14px;
  color: var(--color-primary);
  font-weight: 500;
}

.social-link:hover {
  color: var(--color-accent);
}

/* Contact Form Card */
.contact-form-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 40px;
}

.contact-form-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 24px;
}

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

.product-contact-form .form-group {
  margin-bottom: 16px;
}

.product-contact-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 6px;
}

.product-contact-form input,
.product-contact-form select,
.product-contact-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--color-border);
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  transition: var(--transition);
}

.product-contact-form input:focus,
.product-contact-form select:focus,
.product-contact-form textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(26, 58, 107, 0.08);
}

.product-contact-form textarea {
  resize: vertical;
  min-height: 100px;
}

.product-contact-form .btn-block {
  display: block;
  width: 100%;
  margin-top: 8px;
}

/* ========================================
   FOR AGENTS PAGE STYLES
   ======================================== */

/* Agents Hero */
.agents-hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 120px 0 80px;
}

.agents-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.agents-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agents-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,58,107,0.9) 0%, rgba(26,58,107,0.8) 50%, rgba(26,58,107,0.7) 100%);
  z-index: 2;
}

.agents-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 900px;
}

.agents-hero-tag {
  display: inline-block;
  padding: 6px 16px;
  background: var(--color-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-bottom: 24px;
}

.agents-hero-title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.agents-hero-subtitle {
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  margin-bottom: 48px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Agents Hero Cards */
.agents-hero-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.agents-hero-card {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius-md);
  padding: 32px 24px;
  text-align: center;
  transition: var(--transition);
}

.agents-hero-card:hover {
  background: rgba(255,255,255,0.15);
  transform: translateY(-4px);
}

.agents-hero-card-icon {
  width: 56px;
  height: 56px;
  background: var(--color-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #fff;
}

.agents-hero-card-icon svg {
  width: 28px;
  height: 28px;
}

.agents-hero-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.agents-hero-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
}

/* Agents Stats */
.agents-stats {
  padding: 40px 0;
  background: var(--color-bg-light);
  border-bottom: 1px solid var(--color-border);
}

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

.agents-stat-number {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1;
  margin-bottom: 8px;
}

.agents-stat-label {
  font-size: 13px;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Good Fit Section */
.agents-good-fit {
  padding: 80px 0;
  background: var(--color-bg);
}

.agents-good-fit .section-header {
  text-align: center;
  margin-bottom: 48px;
}

.agents-good-fit h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.agents-good-fit .section-header p {
  font-size: 15px;
  color: var(--color-text-light);
  max-width: 600px;
  margin: 0 auto;
}

.good-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.good-fit-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--color-bg-light);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: var(--transition);
}

.good-fit-card:hover {
  box-shadow: var(--shadow-sm);
}

.good-fit-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent);
}

.good-fit-icon svg {
  width: 20px;
  height: 20px;
}

.good-fit-card p {
  font-size: 14px;
  color: var(--color-text);
  line-height: 1.6;
  margin: 0;
}

/* Agents Join Section */
.agents-join {
  padding: 80px 0;
  background: var(--color-bg-light);
}

.agents-join .section-header {
  text-align: center;
  margin-bottom: 48px;
}

.agents-join h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.agents-join .section-header p {
  font-size: 15px;
  color: var(--color-text-light);
  max-width: 600px;
  margin: 0 auto;
}

.agents-join-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Agents Contact Card */
.agents-contact-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 40px;
}

.agents-contact-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 8px;
}

.agents-contact-desc {
  font-size: 14px;
  color: var(--color-text-light);
  line-height: 1.6;
  margin-bottom: 32px;
}

.agents-contact-methods {
  margin-bottom: 32px;
}

.agents-contact-method {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-border);
}

.agents-contact-method:last-child {
  border-bottom: none;
}

.agents-contact-icon {
  width: 44px;
  height: 44px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent);
  flex-shrink: 0;
}

.agents-contact-icon svg {
  width: 20px;
  height: 20px;
}

.agents-contact-content {
  display: flex;
  flex-direction: column;
}

.agents-contact-label {
  font-size: 12px;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.agents-contact-content a,
.agents-contact-content span {
  font-size: 15px;
  color: var(--color-primary);
  font-weight: 500;
}

.agents-business-hours {
  padding-top: 24px;
  border-top: 1px solid var(--color-border);
}

.agents-business-hours p {
  font-size: 14px;
  color: var(--color-text);
  margin: 0;
  line-height: 1.6;
}

.agents-business-hours strong {
  color: var(--color-primary);
  font-weight: 600;
}

/* Agents Form Card */
.agents-form-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 40px;
}

.agents-form-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 24px;
}

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

.agents-application-form .form-group {
  margin-bottom: 16px;
}

.agents-application-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 6px;
}

.agents-application-form input,
.agents-application-form select,
.agents-application-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--color-border);
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  transition: var(--transition);
}

.agents-application-form input:focus,
.agents-application-form select:focus,
.agents-application-form textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(26, 58, 107, 0.08);
}

.agents-application-form textarea {
  resize: vertical;
  min-height: 80px;
}

.agents-application-form .form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.agents-application-form .form-checkbox input[type="checkbox"] {
  width: auto;
  margin-top: 3px;
}

.agents-application-form .form-checkbox label {
  font-size: 13px;
  font-weight: 400;
  color: var(--color-text-light);
  margin: 0;
}

.agents-application-form .form-checkbox a {
  color: var(--color-primary);
  text-decoration: underline;
}

.agents-application-form .btn-submit {
  display: block;
  width: 100%;
  padding: 14px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 8px;
}

.agents-application-form .form-note {
  font-size: 12px;
  color: var(--color-text-muted);
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
}

/* ========================================
   FOR ENTERPRISES PAGE STYLES
   ======================================== */

/* Enterprises Hero */
.enterprises-hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 120px 0 80px;
}

.enterprises-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.enterprises-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enterprises-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,58,107,0.9) 0%, rgba(26,58,107,0.8) 50%, rgba(26,58,107,0.7) 100%);
  z-index: 2;
}

.enterprises-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 900px;
}

.enterprises-hero-tag {
  display: inline-block;
  padding: 6px 16px;
  background: var(--color-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-bottom: 24px;
}

.enterprises-hero-title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.enterprises-hero-subtitle {
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  margin-bottom: 48px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Enterprises Hero Cards */
.enterprises-hero-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.enterprises-hero-card {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius-md);
  padding: 32px 24px;
  text-align: center;
  transition: var(--transition);
}

.enterprises-hero-card:hover {
  background: rgba(255,255,255,0.15);
  transform: translateY(-4px);
}

.enterprises-hero-card-icon {
  width: 56px;
  height: 56px;
  background: var(--color-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #fff;
}

.enterprises-hero-card-icon svg {
  width: 28px;
  height: 28px;
}

.enterprises-hero-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.enterprises-hero-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
}

/* Quick Links Bar */
.enterprises-quick-links {
  padding: 24px 0;
  background: var(--color-bg-light);
  border-bottom: 1px solid var(--color-border);
}

.quick-links-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.quick-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: var(--transition);
}

.quick-link:hover {
  border-color: var(--color-primary);
  box-shadow: var(--shadow-sm);
}

.quick-link-icon {
  width: 36px;
  height: 36px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent);
  flex-shrink: 0;
}

.quick-link-icon svg {
  width: 18px;
  height: 18px;
}

.quick-link-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-primary);
}

/* Enterprises Services */
.enterprises-services {
  padding: 80px 0;
  background: var(--color-bg);
}

.enterprises-services .section-header {
  text-align: center;
  margin-bottom: 48px;
}

.enterprises-services h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.enterprises-services .section-header p {
  font-size: 15px;
  color: var(--color-text-light);
}

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

.enterprises-service-card {
  background: var(--color-bg-light);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 32px;
  text-align: center;
  transition: var(--transition);
}

.enterprises-service-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.enterprises-service-icon {
  width: 56px;
  height: 56px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: var(--color-accent);
}

.enterprises-service-icon svg {
  width: 28px;
  height: 28px;
}

.enterprises-service-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.enterprises-service-card p {
  font-size: 14px;
  color: var(--color-text-light);
  line-height: 1.6;
}

/* Enterprises Process */
.enterprises-process {
  padding: 80px 0;
  background: var(--color-bg-light);
}

.enterprises-process .section-header {
  text-align: center;
  margin-bottom: 48px;
}

.enterprises-process h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.enterprises-process .section-header p {
  font-size: 15px;
  color: var(--color-text-light);
}

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

.process-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 32px;
  transition: var(--transition);
}

.process-card:hover {
  box-shadow: var(--shadow-md);
}

.process-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.process-number {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.process-icon {
  width: 48px;
  height: 48px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent);
  margin-left: auto;
}

.process-icon svg {
  width: 24px;
  height: 24px;
}

.process-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.process-card p {
  font-size: 14px;
  color: var(--color-text-light);
  line-height: 1.6;
  margin-bottom: 16px;
}

.process-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.process-card ul li {
  font-size: 13px;
  color: var(--color-text);
  padding: 6px 0;
  padding-left: 16px;
  position: relative;
}

.process-card ul li::before {
  content: '•';
  color: var(--color-accent);
  position: absolute;
  left: 0;
  font-weight: 700;
}

/* Enterprises Contact */
.enterprises-contact {
  padding: 80px 0;
  background: var(--color-bg);
}

.enterprises-contact .section-header {
  text-align: center;
  margin-bottom: 48px;
}

.enterprises-contact h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.enterprises-contact .section-header p {
  font-size: 15px;
  color: var(--color-text-light);
}

.enterprises-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.enterprises-contact-card {
  background: var(--color-bg-light);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 40px;
}

.enterprises-contact-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 8px;
}

.enterprises-contact-desc {
  font-size: 14px;
  color: var(--color-text-light);
  line-height: 1.6;
  margin-bottom: 32px;
}

.enterprises-contact-methods {
  margin-bottom: 32px;
}

.enterprises-contact-method {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-border);
}

.enterprises-contact-method:last-child {
  border-bottom: none;
}

.enterprises-contact-icon {
  width: 44px;
  height: 44px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent);
  flex-shrink: 0;
}

.enterprises-contact-icon svg {
  width: 20px;
  height: 20px;
}

.enterprises-contact-content {
  display: flex;
  flex-direction: column;
}

.enterprises-contact-label {
  font-size: 12px;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.enterprises-contact-content a,
.enterprises-contact-content span {
  font-size: 15px;
  color: var(--color-primary);
  font-weight: 500;
}

.enterprises-form-card {
  background: var(--color-bg-light);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 40px;
}

.enterprises-form-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 24px;
}

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

.enterprises-contact-form .form-group {
  margin-bottom: 16px;
}

.enterprises-contact-form input,
.enterprises-contact-form select,
.enterprises-contact-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--color-border);
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  transition: var(--transition);
}

.enterprises-contact-form input:focus,
.enterprises-contact-form select:focus,
.enterprises-contact-form textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(26, 58, 107, 0.08);
}

.enterprises-contact-form textarea {
  resize: vertical;
  min-height: 100px;
}

.enterprises-contact-form .btn-submit {
  display: block;
  width: 100%;
  padding: 14px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 8px;
}

/* ========================================
   NEWS PAGE STYLES
   ======================================== */

/* News Hero */
.news-hero {
  padding: 100px 0 60px;
  background: var(--color-bg-light);
  text-align: center;
}

.news-hero-content {
  max-width: 700px;
  margin: 0 auto 48px;
}

.news-hero-tag {
  display: inline-block;
  padding: 6px 16px;
  background: var(--color-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.news-hero-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 16px;
  line-height: 1.3;
}

.news-hero-subtitle {
  font-size: 16px;
  color: var(--color-text-light);
  line-height: 1.7;
}

/* News Slider */
.news-slider {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 20px 0;
  overflow: visible;
  min-height: 300px;
}

.news-slide-item {
  flex: 0 0 200px;
  transform: rotate(var(--rotation, 0deg));
  transition: transform 0.3s ease;
}

.news-slide-item:hover {
  transform: rotate(0deg) scale(1.05);
  z-index: 10;
}

.news-slide-image {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.news-slide-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.news-slide-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #e85d75;
  color: #fff;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Featured News Section */
.featured-news-section {
  padding: 80px 0;
  background: var(--color-bg);
}

/* Featured News Slider */
.featured-news-slider {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.featured-news-slides {
  position: relative;
}

.featured-news-slide {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.08);
  text-decoration: none;
  transition: box-shadow 0.3s ease;
}

.featured-news-slide:first-child,
.featured-news-slide.active {
  display: grid;
}

.featured-news-slide:hover {
  box-shadow: 0 12px 50px rgba(0,0,0,0.12);
}

.featured-news-image {
  width: 600px;
  height: 550px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}

.featured-news-image img {
  width: 600px;
  height: 550px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.featured-news-slide:hover .featured-news-image img {
  transform: scale(1.03);
}

.featured-news-content {
  padding: 48px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-news-category {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #c9a84c;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.featured-news-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1a3a6b;
  margin-bottom: 16px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.featured-news-slide:hover .featured-news-content h2 {
  color: var(--color-primary);
}

.featured-news-content p.featured-news-excerpt {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: calc(15px * 1.6 * 5);
}

.featured-news-meta {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  font-size: 13px;
  color: #94a3b8;
}

.featured-news-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.featured-news-meta svg {
  opacity: 0.7;
}

.featured-news-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c41e3a;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.featured-news-link svg {
  transition: transform 0.3s ease;
}

.featured-news-slide:hover .featured-news-link {
  color: #a01830;
}

.featured-news-slide:hover .featured-news-link svg {
  transform: translateX(4px);
}

/* Slider Dots */
.featured-slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.featured-slider-dot {
  width: 24px;
  height: 4px;
  border-radius: 2px;
  border: none;
  background: #e2e8f0;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.featured-slider-dot:hover {
  background: #cbd5e1;
}

.featured-slider-dot.active {
  background: #1a3a6b;
  width: 32px;
}

/* News Filter Section */
.news-filter-section {
  padding: 32px 0;
  background: var(--color-bg-light);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.news-filter-bar {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.news-filter-btn {
  padding: 10px 24px;
  border-radius: 30px;
  border: 1px solid var(--color-border);
  background: #fff;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
}

.news-filter-btn:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.news-filter-btn.active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

/* News Grid Section */
.news-grid-section {
  padding: 60px 0;
  background: var(--color-bg-light);
}

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

.news-grid-card {
  background: #fff;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-grid-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news-grid-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.news-grid-card-image {
  height: 220px;
  overflow: hidden;
}

.news-grid-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-grid-card:hover .news-grid-card-image img {
  transform: scale(1.05);
}

.news-grid-card-content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-grid-card-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.news-grid-card-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 12px;
  line-height: 1.4;
}

.news-grid-card-excerpt {
  font-size: 14px;
  color: var(--color-text-light);
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  flex: 1;
}

.news-grid-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid var(--color-border);
}

.news-grid-card-date {
  font-size: 13px;
  color: var(--color-text-muted);
}

.news-grid-card-readmore {
  font-size: 13px;
  font-weight: 600;
  color: #c41e3a;
  display: flex;
  align-items: center;
  gap: 4px;
}

.news-grid-card-readmore:hover {
  color: #a01830;
}

/* News View All */
.news-view-all {
  text-align: center;
}

.news-view-all .btn {
  padding: 12px 32px;
  border-radius: 30px;
}

/* ========================================
   NEWS DETAIL PAGE STYLES
   ======================================== */

/* News Detail Header */
.news-detail-header {
  padding: 100px 0 40px;
  background: var(--color-bg);
  text-align: center;
}

.news-detail-tag {
  display: inline-block;
  padding: 6px 16px;
  background: var(--color-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.news-detail-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.3;
}

/* News Detail Content */
.news-detail-content {
  padding: 40px 0 60px;
  background: var(--color-bg);
}

.news-detail-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 60px;
}

/* News Article */
.news-detail-article {
  max-width: 100%;
}

.news-article-header {
  margin-bottom: 32px;
}

.news-article-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.news-article-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 16px;
  line-height: 1.4;
}

.news-article-meta {
  display: flex;
  gap: 24px;
  font-size: 13px;
  color: var(--color-text-muted);
}

.news-article-image {
  margin-bottom: 32px;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.news-article-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* News Article Body */
.news-article-body {
  font-size: 15px;
  line-height: 1.8;
  color: var(--color-text);
}

.news-article-body p {
  margin-bottom: 20px;
}

.news-article-body h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-primary);
  margin: 40px 0 20px;
}

.news-article-body ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.news-article-body ul li {
  margin-bottom: 12px;
  line-height: 1.7;
}

.news-article-body ul li strong {
  color: var(--color-primary);
}

/* Quote Block */
.news-article-quote {
  background: var(--color-bg-light);
  border-left: 4px solid var(--color-accent);
  padding: 24px 32px;
  margin: 32px 0;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.news-article-quote p {
  font-size: 16px;
  font-style: italic;
  color: var(--color-text);
  margin: 0;
}

/* Article Tags */
.news-article-tags {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--color-border);
}

.tags-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-primary);
  margin-right: 12px;
}

.tag-link {
  display: inline-block;
  padding: 6px 14px;
  background: var(--color-bg-light);
  border: 1px solid var(--color-border);
  border-radius: 20px;
  font-size: 13px;
  color: var(--color-text);
  margin-right: 8px;
  margin-bottom: 8px;
  transition: var(--transition);
}

.tag-link:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

/* News Detail Sidebar */
.news-detail-sidebar {
  position: sticky;
  top: 100px;
  height: fit-content;
}

.sidebar-widget {
  background: var(--color-bg-light);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 24px;
  margin-bottom: 20px;
}

.widget-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 16px;
}

/* Share Widget */
.share-buttons {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  justify-content: center;
}

.share-btn {
  width: 40px;
  height: 40px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent);
  transition: var(--transition);
}

.share-btn:hover {
  background: var(--color-accent);
  color: #fff;
}

.share-btn svg {
  width: 18px;
  height: 18px;
}

.copy-link-box {
  display: flex;
  gap: 8px;
}

.copy-link-box input {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  font-size: 13px;
  background: #fff;
}

.btn-copy {
  padding: 10px 16px;
  background: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
}

.btn-copy:hover {
  background: var(--color-primary-dark);
}

/* CTA Widget */
.cta-widget p {
  font-size: 14px;
  color: var(--color-text-light);
  line-height: 1.6;
  margin-bottom: 16px;
}

.cta-widget .btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

/* News Detail Navigation */
.news-detail-navigation {
  padding: 40px 0;
  background: var(--color-bg-light);
  border-top: 1px solid var(--color-border);
}

.news-nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-nav-prev a,
.news-nav-next a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: var(--transition);
}

.news-nav-prev a:hover {
  transform: translateX(-4px);
}

.news-nav-next a:hover {
  transform: translateX(4px);
}

.nav-label {
  font-size: 13px;
  color: var(--color-accent);
  margin-bottom: 4px;
}

.nav-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-primary);
  max-width: 300px;
}

.news-nav-next {
  text-align: right;
}

/* ========================================
   RESOURCES PAGE STYLES
   ======================================== */

/* Download Hero */
.download-hero {
  position: relative;
  padding: 120px 0 60px;
  background-color: #f8f9fa;
  text-align: center;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-hero.has-bg-image {
  background-color: transparent;
}

.download-hero.has-bg-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1;
}

.download-hero .container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.download-hero-content {
  max-width: 700px;
  margin: 0 auto;
}

.download-hero-tag {
  display: inline-block;
  padding: 8px 20px;
  background: #c9a962;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.download-hero-title {
  font-size: 42px;
  font-weight: 700;
  color: #1a3a6b;
  margin-bottom: 16px;
  line-height: 1.2;
}

.download-hero-subtitle {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* Featured Product Section */
.featured-product-section {
  padding: 80px 0;
  background: #f8f9fa;
}

/* Featured Product Header */
.featured-product-header {
  text-align: center;
  margin-bottom: 40px;
}

.featured-product-header .featured-product-badge {
  display: inline-block;
  padding: 6px 16px;
  background: #c9a962;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.featured-product-header .featured-product-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a3a6b;
  margin-bottom: 8px;
}

.featured-product-header .featured-product-subtitle {
  font-size: 15px;
  color: #6b7280;
  max-width: 500px;
  margin: 0 auto;
}

.featured-product-badge {
  display: inline-block;
  padding: 6px 16px;
  background: var(--color-primary);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.featured-product-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 8px;
}

.featured-product-subtitle {
  font-size: 15px;
  color: var(--color-text-light);
  margin-bottom: 40px;
}

.featured-product-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

/* Featured Product Slider */
.featured-product-slider-wrapper {
  position: relative;
}

.featured-product-slider-container {
  position: relative;
  overflow: hidden;
}

.featured-product-slide {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.featured-product-slide.active {
  display: block;
  opacity: 1;
}

.featured-product-slide .featured-product-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

.featured-product-image-wrapper {
  position: relative;
}

.featured-product-image-wrapper .featured-product-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  display: inline-block;
  padding: 6px 16px;
  background: #c9a962;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
}

.featured-product-slide .featured-product-image {
  height: 100%;
  min-height: 420px;
}

.featured-product-slide .featured-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Slider Navigation */
.slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.slider-prev,
.slider-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #1a3a6b;
}

.slider-prev:hover,
.slider-next:hover {
  background: #1a3a6b;
  border-color: #1a3a6b;
  color: #fff;
}

.slider-prev svg,
.slider-next svg {
  width: 20px;
  height: 20px;
}

.slider-dots {
  display: flex;
  gap: 8px;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d1d5db;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-dot.active {
  background: #1a3a6b;
  width: 24px;
  border-radius: 5px;
}

.slider-dot:hover {
  background: #c9a962;
}

.featured-product-image {
  height: 100%;
  min-height: 420px;
}

.featured-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.featured-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.featured-product-info {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-product-info h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1a3a6b;
  margin-bottom: 16px;
}

.featured-product-info > p {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 32px;
}

/* Featured Product Stats */
.featured-product-stats {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  padding: 24px 0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.featured-product-stats .featured-stat {
  flex: 1;
  text-align: center;
}

.featured-stat-number {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #e85d75;
  line-height: 1;
  margin-bottom: 6px;
}

.featured-stat-label {
  font-size: 11px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Featured Product Features */
/* What's Included Label */
.featured-product-section-label {
  font-size: 11px;
  font-weight: 600;
  color: #c9a962;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.featured-product-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.featured-product-features li {
  font-size: 14px;
  color: #374151;
  padding: 8px 0;
  padding-left: 24px;
  position: relative;
}

.featured-product-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #c9a962;
  font-weight: 700;
  font-size: 14px;
}

/* Featured Product Buttons */
.featured-product-buttons {
  display: flex;
  gap: 12px;
}

.featured-product-buttons .btn {
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.featured-product-buttons .btn-primary {
  background: #1a3a6b;
  color: #fff;
  border: none;
}

.featured-product-buttons .btn-primary:hover {
  background: #142d54;
  transform: translateY(-2px);
}

.featured-product-buttons .btn-outline {
  background: transparent;
  color: #1a3a6b;
  border: 1px solid #e5e7eb;
}

.featured-product-buttons .btn-outline:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
}

/* Downloads Section */
.downloads-section {
  padding: 80px 0;
  background: #f8f9fa;
}

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

.downloads-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #1a3a6b;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.downloads-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1a3a6b;
  margin-bottom: 8px;
}

.downloads-header p {
  font-size: 14px;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
}

/* Download Category */
.download-category {
  margin-bottom: 48px;
}

.category-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.category-icon {
  width: 44px;
  height: 44px;
  background: #e85d75;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-icon svg {
  width: 22px;
  height: 22px;
  stroke: #fff;
}

.category-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1a3a6b;
}

.category-info {
  flex: 1;
}

.category-desc {
  font-size: 14px;
  color: #6b7280;
  margin-top: 4px;
  line-height: 1.5;
}

.btn-view-all {
  padding: 8px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
  transition: var(--transition);
}

.btn-view-all:hover {
  border-color: #1a3a6b;
  color: #1a3a6b;
}

/* Download Grid */
.download-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.download-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px 24px;
  transition: var(--transition);
}

.download-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border-color: #d1d5db;
}

.download-card-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: #fef2f2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e85d75;
}

.download-card-icon svg {
  width: 24px;
  height: 24px;
}

.download-info {
  flex: 1;
}

.download-info {
  flex: 1;
}

.download-info h4 {
  font-size: 15px;
  font-weight: 600;
  color: #1a3a6b;
  margin-bottom: 4px;
}

.download-info p {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 8px;
}

.download-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  margin-top: 8px;
}

.file-type-tag {
  display: inline-block;
  padding: 4px 10px;
  background: #fef2f2;
  color: #e85d75;
  border-radius: 4px;
  font-weight: 500;
}

.file-size {
  color: #9ca3af;
}

.btn-download {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  background: #1a3a6b;
  color: #fff;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  transition: var(--transition);
}

.btn-download:hover {
  background: #142d54;
}

.btn-download svg {
  width: 16px;
  height: 16px;
}

/* ========================================
   DOWNLOAD CENTER PAGE STYLES
   ======================================== */

/* Download Center Hero */
.download-center-hero {
  padding: 100px 0 40px;
  background: var(--color-bg-light);
  text-align: center;
}

.download-center-hero-content {
  max-width: 700px;
  margin: 0 auto;
}

.download-center-tag {
  display: inline-block;
  padding: 8px 20px;
  background: var(--color-primary);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.download-center-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.3;
}

/* Download Filter Section */
.download-filter-section {
  padding: 32px 0;
  background: var(--color-bg-light);
  border-bottom: 1px solid var(--color-border);
}

.download-filter-bar {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.download-filter-btn {
  padding: 10px 24px;
  border-radius: 30px;
  border: 1px solid var(--color-border);
  background: #fff;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
}

.download-filter-btn:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.download-filter-btn.active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

/* Downloads Grid Section */
.downloads-grid-section {
  padding: 60px 0;
  background: var(--color-bg);
}

.downloads-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

/* Download Item */
.download-item {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: var(--transition);
}

.download-item:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--color-primary);
}

.download-item-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: var(--color-bg-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
}

.download-item-icon svg {
  width: 24px;
  height: 24px;
}

.download-item-content {
  flex: 1;
}

.download-item-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 6px;
}

.download-item-content p {
  font-size: 13px;
  color: var(--color-text-light);
  line-height: 1.5;
  margin-bottom: 10px;
}

.download-item-meta {
  display: flex;
  gap: 12px;
  font-size: 12px;
}

.file-type {
  color: #e85d75;
  font-weight: 600;
}

.file-size {
  color: var(--color-text-muted);
}

.btn-download-small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  transition: var(--transition);
}

.btn-download-small:hover {
  background: var(--color-primary-dark);
}

.btn-download-small svg {
  width: 16px;
  height: 16px;
}

/* Downloads View All */
.downloads-view-all {
  text-align: center;
}

.downloads-view-all .btn {
  padding: 12px 32px;
  border-radius: 30px;
}

/* Load More Button */
.load-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background: var(--color-primary, #1a3a6b);
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(26, 58, 107, 0.2);
}

.load-more-btn:hover {
  background: var(--color-primary-dark, #0f2a4d);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 58, 107, 0.3);
}

.load-more-btn svg {
  transition: transform 0.3s ease;
}

.load-more-btn:hover svg {
  transform: translateY(2px);
}

/* ========================================
   CONTACT PAGE STYLES
   ======================================== */
.contact-header {
  position: relative;
  padding: 120px 0 80px;
  text-align: center;
  color: var(--color-primary);
  background-color: var(--color-bg-light);
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-header .container {
  width: 100%;
}

/* 有背景图片时的样式 - 使用更高优先级 */
.page-header.contact-header.has-bg-image {
  background-color: transparent !important;
}

.page-header.contact-header.has-bg-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1;
}

.contact-header .container {
  position: relative;
  z-index: 2;
}

.contact-section {
  padding: 80px 0;
  background: var(--color-bg-light);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.contact-info {
  background: #fff;
  padding: 48px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.contact-info h2 {
  font-size: 28px;
  color: var(--color-primary);
  margin-bottom: 16px;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-item h4 {
  font-size: 16px;
  color: var(--color-primary);
  margin-bottom: 4px;
}

.contact-form-wrapper {
  background: #fff;
  padding: 48px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.contact-form-wrapper h2 {
  font-size: 28px;
  color: var(--color-primary);
  margin-bottom: 24px;
}

.map-section {
  height: 400px;
  background: var(--color-bg-gray);
}

.map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ========================================
   FLOATING SERVICE WIDGET
   ======================================== */
.floating-service {
  position: fixed;
  bottom: 30px;
  z-index: 999;
}

.floating-service-right {
  right: 30px;
}

.floating-service-left {
  left: 30px;
}

.service-toggle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary) 0%, #2d5a9b 100%);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(26, 58, 107, 0.4);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-toggle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--color-accent) 0%, #b8973d 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-toggle:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 25px rgba(26, 58, 107, 0.5);
}

.service-toggle:hover::before {
  opacity: 1;
}

.service-toggle svg {
  position: relative;
  z-index: 1;
}

.service-toggle-icon {
  display: block;
}

.service-close-icon {
  display: none;
}

.floating-service.active .service-toggle-icon {
  display: none;
}

.floating-service.active .service-close-icon {
  display: block;
}

.service-panel {
  position: fixed;
  top: 100px;
  right: 40px;
  width: 400px;
  max-height: calc(100vh - 120px);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scale(0.95);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.floating-service.active .service-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.floating-service-left .service-panel {
  right: auto;
  left: 20px;
}

/* Service Header */
.service-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: linear-gradient(135deg, var(--color-primary) 0%, #2d5a9b 100%);
  flex-shrink: 0;
}

.service-header-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.service-avatar svg {
  width: 22px;
  height: 22px;
}

.service-header-text h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
}

.service-status {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #25d366;
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.1);
  }
}

.service-close {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  cursor: pointer;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.service-close svg {
  width: 16px;
  height: 16px;
}

.service-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

/* Service Content */
.service-content {
  padding: 16px;
  overflow-y: auto;
  flex: 1;
}

.service-intro {
  background: #f8fafc;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 16px;
}

.service-intro p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

.service-divider {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.service-divider::before,
.service-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}

.service-divider span {
  padding: 0 12px;
  font-size: 12px;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Service Items */
.service-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  color: var(--color-text);
  text-decoration: none;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid #f1f5f9;
}

.service-item:hover {
  background: #f8fafc;
  border-color: #e2e8f0;
  transform: translateX(4px);
}

.service-item-whatsapp:hover {
  border-color: #25d366;
}

.service-item-email:hover {
  border-color: var(--color-primary);
}

.service-item-phone:hover {
  border-color: var(--color-accent);
}

.service-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.service-icon svg {
  width: 20px;
  height: 20px;
}

.service-item-whatsapp .service-icon {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #fff;
}

.service-item-email .service-icon {
  background: linear-gradient(135deg, var(--color-primary) 0%, #2d5a9b 100%);
  color: #fff;
}

.service-item-phone .service-icon {
  background: linear-gradient(135deg, var(--color-accent) 0%, #b8973d 100%);
  color: #fff;
}

.service-item:hover .service-icon {
  transform: scale(1.1);
}

.service-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.service-item-title {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
}

.service-item-desc {
  font-size: 11px;
  color: #94a3b8;
}

.service-item-arrow {
  color: #cbd5e1;
  transition: all 0.3s ease;
}

.service-item:hover .service-item-arrow {
  color: var(--color-primary);
  transform: translateX(4px);
}

/* Service Info */
.service-info {
  background: #f8fafc;
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-info-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  color: #64748b;
  line-height: 1.5;
}

.service-info-item span {
  white-space: pre-line;
}

.service-info-item svg {
  color: var(--color-accent);
  flex-shrink: 0;
}

/* Service Footer */
.service-footer {
  padding: 12px 16px;
  background: #f8fafc;
  border-top: 1px solid #f1f5f9;
  flex-shrink: 0;
}

.service-footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.service-footer-link:hover {
  background: #fff;
  color: var(--color-accent);
}

.service-footer-link svg {
  transition: transform 0.3s ease;
}

.service-footer-link:hover svg {
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 480px) {
  .service-panel {
    width: calc(100vw - 40px);
    max-width: 400px;
    right: auto;
    left: 50%;
    transform: translateX(-50%) translateY(-10px) scale(0.95);
    top: 80px;
    max-height: calc(100vh - 100px);
  }

  .floating-service.active .service-panel {
    transform: translateX(-50%) translateY(0) scale(1);
  }

  .floating-service-right {
    right: 20px;
  }

  .floating-service-left {
    left: 20px;
  }
}

/* ========================================
   BACK TO TOP BUTTON
   ======================================== */
.back-to-top {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(26, 58, 107, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: var(--transition);
  z-index: 998;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--color-accent);
  transform: translateY(-4px);
}

/* ========================================
   RESPONSIVE STYLES FOR PAGES
   ======================================== */
@media (max-width: 1024px) {
  .page-header-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .page-header-image {
    order: -1;
  }

  .about-intro-content,
  .services-content {
    grid-template-columns: 1fr;
  }

  .services-header {
    text-align: center;
  }

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

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

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

  .process-step::after {
    display: none;
  }

  .featured-case {
    grid-template-columns: 1fr;
  }

  .case-grid,
  .news-grid-section .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .featured-article {
    grid-template-columns: 1fr;
  }
  
  /* For Agents Responsive */
  .agents-hero-cards {
    grid-template-columns: 1fr;
  }
  
  .agents-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  
  .good-fit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .agents-join-grid {
    grid-template-columns: 1fr;
  }
  
  /* For Enterprises Responsive */
  .enterprises-hero-cards {
    grid-template-columns: 1fr;
  }
  
  .quick-links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .enterprises-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .process-grid {
    grid-template-columns: 1fr;
  }
  
  .enterprises-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .case-stats {
    flex-wrap: wrap;
    gap: 16px;
  }
  
  .case-meta {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .case-stats {
    flex-wrap: wrap;
    gap: 16px;
  }
  
  .filter-btn,
  .category-btn {
    padding: 8px 16px;
    margin: 4px;
    font-size: 13px;
  }
  
  .featured-case-img-wrapper img,
  .featured-case-img {
    min-height: 250px;
  }
  
  .featured-case-body {
    padding: 24px;
  }
  
  .page-header h1 {
    font-size: 28px;
  }
  
  /* Case Detail Responsive */
  .case-detail-title {
    font-size: 28px;
  }
  
  .case-detail-metrics-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  
  .case-detail-metric-value {
    font-size: 24px;
  }
  
  .case-detail-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .case-detail-sidebar {
    position: static;
    order: -1;
  }
  
  .case-nav-links {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  
  .case-nav-prev,
  .case-nav-next {
    text-align: center;
  }
  
  /* Product Detail Responsive */
  .product-hero-title {
    font-size: 28px;
  }
  
  .product-stats {
    flex-direction: column;
    gap: 24px;
  }
  
  .product-intro-features {
    grid-template-columns: 1fr;
  }
  
  .product-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .packages-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
  
  .package-card.featured {
    transform: none;
  }
  
  .product-why .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .product-contact-grid {
    grid-template-columns: 1fr;
  }
  
  /* For Agents Mobile */
  .agents-hero-title {
    font-size: 28px;
  }
  
  .agents-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .agents-stat-number {
    font-size: 28px;
  }
  
  .good-fit-grid {
    grid-template-columns: 1fr;
  }
  
  .agents-application-form .form-row {
    grid-template-columns: 1fr;
  }
  
  /* For Enterprises Mobile */
  .enterprises-hero-title {
    font-size: 28px;
  }
  
  .quick-links-grid {
    grid-template-columns: 1fr;
  }
  
  .enterprises-services-grid {
    grid-template-columns: 1fr;
  }
  
  .enterprises-contact-form .form-row {
    grid-template-columns: 1fr;
  }
  
  /* News Mobile */
  .news-hero-title {
    font-size: 28px;
  }

  .news-slider {
    display: none;
  }

  .featured-news-section {
    display: none;
  }
  
  .news-slide-item {
    flex: 0 0 140px;
    transform: none;
  }
  
  .news-slide-image img {
    height: 180px;
  }
  
  .featured-news-slide {
    grid-template-columns: 1fr;
  }
  
  .featured-news-image {
    width: 100%;
    height: auto;
    aspect-ratio: 600 / 550;
  }
  
  .featured-news-image img {
    width: 100%;
    height: 100%;
  }
  
  .featured-news-content {
    padding: 28px;
  }
  
  .featured-news-content h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  
  .featured-news-content p.featured-news-excerpt {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(14px * 1.6 * 5);
  }
  
  .featured-news-meta {
    gap: 16px;
    margin-bottom: 16px;
    font-size: 12px;
  }
  
  .featured-slider-dots {
    margin-top: 24px;
  }
  
  .news-grid {
    grid-template-columns: 1fr;
  }
  
  .news-filter-bar {
    gap: 8px;
  }
  
  .news-filter-btn {
    padding: 8px 16px;
    font-size: 13px;
  }
  
  .case-categories .filter-bar {
    gap: 8px;
  }
  
  .case-categories .category-btn {
    padding: 8px 16px;
    font-size: 13px !important;
  }
  
  /* News Detail Mobile */
  .news-detail-title {
    font-size: 28px;
  }
  
  .news-detail-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .news-detail-sidebar {
    position: static;
    order: -1;
  }
  
  .news-article-title {
    font-size: 22px;
  }
  
  .news-nav-links {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  
  .news-nav-prev,
  .news-nav-next {
    text-align: center;
  }
  
  .nav-title {
    max-width: 100%;
  }
  
  /* Download Hero Mobile */
  .download-hero-title {
    font-size: 28px;
  }
  
  .featured-product-content {
    grid-template-columns: 1fr;
  }
  
  .featured-product-image {
    min-height: 250px;
  }
  
  .featured-product-info {
    padding: 32px;
  }
  
  .featured-product-stats {
    gap: 24px;
  }
  
  .featured-product-buttons {
    flex-direction: column;
  }
  
  .download-grid {
    grid-template-columns: 1fr;
  }
  
  .download-card {
    flex-direction: column;
    align-items: flex-start;
  }
  
  /* Download Center Mobile */
  .download-center-title {
    font-size: 28px;
  }
  
  .download-filter-bar {
    gap: 8px;
  }
  
  .download-filter-btn {
    padding: 8px 16px;
    font-size: 13px;
  }
  
  .downloads-grid {
    grid-template-columns: 1fr;
  }
  
  .download-item {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .about-intro {
    padding: 48px 0;
  }

  .about-intro h2,
  .section-header h2,
  .why-section h2,
  .services-section h2,
  .process-section h2,
  .features-list-section h2,
  .expansion-services h2 {
    font-size: 24px;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .services-cards {
    grid-template-columns: 1fr;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .what-you-get-section .section-header h2,
  .what-we-offer-section .section-header h2 {
    white-space: normal;
    font-size: 22px;
    line-height: 1.3;
    word-break: break-word;
  }

  .services-cards,
  .case-grid,
  .news-grid-section .news-grid {
    grid-template-columns: 1fr;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .what-you-get-section .section-header h2,
  .what-we-offer-section .section-header h2 {
    font-size: 20px;
  }
  
  .services-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }
}

/* ========================================
   PRODUCTS LIST PAGE STYLES
   ======================================== */

/* Products Hero */
.products-hero {
  padding: 100px 0 40px;
  background: var(--color-bg);
  text-align: center;
}

.products-hero-content {
  max-width: 700px;
  margin: 0 auto;
}

.products-hero-tag {
  display: inline-block;
  padding: 8px 20px;
  background: var(--color-primary);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.products-hero-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.3;
}

/* Featured Product Card Section */
.featured-product-card-section {
  padding: 40px 0 60px;
  background: var(--color-bg);
}

.featured-product-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.featured-product-card-image {
  position: relative;
  height: 100%;
  min-height: 450px;
}

.featured-product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.featured-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 6px 14px;
  background: var(--color-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 20px;
}

.featured-product-card-content {
  padding: 48px;
}

.featured-product-card-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 16px;
}

.featured-product-card-content > p {
  font-size: 15px;
  color: var(--color-text-light);
  line-height: 1.7;
  margin-bottom: 24px;
}

/* Featured Card Stats */
.featured-card-stats {
  display: flex;
  gap: 40px;
  margin-bottom: 32px;
}

.featured-card-stat {
  text-align: center;
}

.featured-card-number {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #e85d75;
  line-height: 1;
  margin-bottom: 4px;
}

.featured-card-label {
  font-size: 11px;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* What's Included */
.whats-included {
  margin-bottom: 32px;
}

.whats-included h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.whats-included ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.whats-included ul li {
  font-size: 14px;
  color: var(--color-text);
  padding: 6px 0;
  padding-left: 20px;
  position: relative;
}

.whats-included ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--color-accent);
  font-weight: 700;
}

/* Featured Card Buttons */
.featured-card-buttons {
  display: flex;
  gap: 16px;
}

.featured-card-buttons .btn {
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}

/* Products Filter Section */
.products-filter-section {
  padding: 32px 0;
  background: var(--color-bg-light);
  border-bottom: 1px solid var(--color-border);
}

.products-filter-bar {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.products-filter-btn {
  padding: 10px 24px;
  border-radius: 30px;
  border: 1px solid var(--color-border);
  background: #fff;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
}

.products-filter-btn:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.products-filter-btn.active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

/* Products List Section */
.products-list-section {
  padding: 60px 0;
  background: var(--color-bg-light);
}

.products-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

/* Product List Card */
.product-list-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 28px;
  transition: var(--transition);
}

.product-list-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--color-primary);
}

.product-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.product-list-icon {
  width: 44px;
  height: 44px;
  background: var(--color-bg-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
}

.product-list-icon svg {
  width: 22px;
  height: 22px;
}

.product-list-category {
  font-size: 11px;
  font-weight: 600;
  color: #e85d75;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-list-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.product-list-card > p {
  font-size: 14px;
  color: var(--color-text-light);
  line-height: 1.6;
  margin-bottom: 20px;
}

.product-list-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.product-list-features li {
  font-size: 13px;
  color: var(--color-text);
  padding: 6px 0;
  padding-left: 16px;
  position: relative;
}

.product-list-features li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--color-accent);
  font-weight: 700;
}

.product-list-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-primary);
}

.product-list-link:hover {
  color: var(--color-accent);
}

/* Products View All */
.products-view-all {
  text-align: center;
}

.products-view-all .btn {
  padding: 12px 32px;
  border-radius: 30px;
}

/* Responsive */
@media (max-width: 1024px) {
  .featured-product-card {
    grid-template-columns: 1fr;
  }
  
  .featured-product-card-image {
    min-height: 300px;
  }
  
  .products-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .products-hero-title {
    font-size: 28px;
  }
  
  .featured-card-stats {
    gap: 24px;
  }
  
  .featured-card-buttons {
    flex-direction: column;
  }
  
  .products-filter-bar {
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .products-filter-btn {
    padding: 8px 16px;
    font-size: 13px;
  }
  
  .products-list-grid {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   DOWNLOAD ARCHIVE PAGE STYLES
   ======================================== */

/* Archive Hero */
.archive-hero {
  padding: 120px 0 60px;
  background: #f8f9fa;
  text-align: center;
}

/* 有背景图片时的样式 - 与 Contact 页面一致 */
.archive-hero.has-bg-image {
  position: relative;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  padding: 120px 0 80px;
  text-align: center;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.archive-hero.has-bg-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1;
}

.archive-hero.has-bg-image .container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.archive-hero.has-bg-image .archive-tag {
  display: inline-block;
  padding: 6px 16px;
  background: var(--color-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.archive-hero.has-bg-image .archive-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.2;
  margin-bottom: 20px;
}

.archive-hero.has-bg-image .archive-subtitle {
  font-size: 16px;
  color: var(--color-text-light);
  line-height: 1.7;
}

.archive-hero-content {
  max-width: 700px;
  margin: 0 auto;
}

.archive-tag {
  display: inline-block;
  padding: 8px 20px;
  background: #1a3a6b;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.archive-title {
  font-size: 42px;
  font-weight: 700;
  color: #1a3a6b;
  margin-bottom: 16px;
  line-height: 1.2;
}

.archive-subtitle {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.6;
}

/* Category Filter */
.category-filter-section {
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.category-filter {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 24px 0;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 10px 24px;
  border: 1px solid #e5e7eb;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  transition: all 0.3s ease;
}

.filter-btn:hover {
  border-color: #1a3a6b;
  color: #1a3a6b;
}

.filter-btn.active {
  background: #1a3a6b;
  border-color: #1a3a6b;
  color: #fff;
}

/* Archive Downloads Section */
.archive-downloads-section {
  padding: 60px 0 100px;
  background: #f8f9fa;
}

.archive-downloads-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.archive-download-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  transition: all 0.3s ease;
}

.archive-download-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border-color: #d1d5db;
}

.archive-download-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  background: #fef2f2;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e85d75;
}

.archive-download-icon svg {
  width: 28px;
  height: 28px;
}

.archive-download-body {
  flex: 1;
}

.archive-download-category {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #e85d75;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.archive-download-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a3a6b;
  margin-bottom: 6px;
}

.archive-download-title a {
  color: inherit;
}

.archive-download-title a:hover {
  color: #e85d75;
}

.archive-download-excerpt {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 8px;
}

.archive-download-meta {
  display: flex;
  gap: 12px;
  font-size: 12px;
}

.archive-download-actions {
  min-width: 100px;
}

.archive-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  background: #1a3a6b;
  color: #fff;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.archive-download-btn:hover {
  background: #142d54;
}

.archive-download-btn svg {
  width: 16px;
  height: 16px;
}

.archive-view-btn {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
  transition: all 0.3s ease;
}

.archive-view-btn:hover {
  border-color: #1a3a6b;
  color: #1a3a6b;
}

/* No Downloads */
.no-downloads {
  text-align: center;
  padding: 80px 20px;
}

.no-downloads-icon {
  width: 80px;
  height: 80px;
  background: #f3f4f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  color: #9ca3af;
}

.no-downloads-icon svg {
  width: 40px;
  height: 40px;
}

.no-downloads h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a3a6b;
  margin-bottom: 8px;
}

.no-downloads p {
  font-size: 14px;
  color: #6b7280;
}

/* Archive Pagination */
.archive-pagination {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.archive-pagination .nav-links {
  display: flex;
  gap: 8px;
}

.archive-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  transition: all 0.3s ease;
}

.archive-pagination .page-numbers:hover {
  border-color: #1a3a6b;
  color: #1a3a6b;
}

.archive-pagination .page-numbers.current {
  background: #1a3a6b;
  border-color: #1a3a6b;
  color: #fff;
}

.archive-pagination .page-numbers svg {
  width: 16px;
  height: 16px;
}

/* ========================================
   DOWNLOAD SINGLE PAGE STYLES
   ======================================== */

/* Download Single Hero */
.download-single-hero {
  padding: 100px 0 0;
  background: #f8f9fa;
}

.download-single-header {
  padding-bottom: 24px;
}

.download-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}

.download-breadcrumb a {
  color: #6b7280;
  transition: color 0.3s ease;
}

.download-breadcrumb a:hover {
  color: #1a3a6b;
}

.download-breadcrumb .breadcrumb-separator {
  color: #d1d5db;
}

.download-breadcrumb .current {
  color: #1a3a6b;
  font-weight: 500;
}

/* Download Single Content */
.download-single-content {
  padding: 40px 0 100px;
  background: #f8f9fa;
}

.download-single-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 40px;
}

/* Download File Card */
.download-file-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  height: fit-content;
}

.download-file-image {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
}

.download-file-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.download-file-icon {
  width: 100%;
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e85d75;
}

.download-file-icon svg {
  width: 80px;
  height: 80px;
}

.download-file-info {
  padding: 32px;
}

.download-file-category {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #e85d75;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.download-file-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a3a6b;
  margin-bottom: 24px;
  line-height: 1.3;
}

.download-file-meta {
  margin-bottom: 24px;
}

.meta-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
}

.meta-row:last-child {
  border-bottom: none;
}

.meta-label {
  font-size: 14px;
  color: #6b7280;
}

.meta-value {
  font-size: 14px;
  font-weight: 500;
  color: #1a3a6b;
}

.meta-value.file-type {
  color: #e85d75;
}

.btn-download-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 24px;
  background: #1a3a6b;
  color: #fff;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-download-main:hover {
  background: #142d54;
}

.btn-download-main svg {
  width: 20px;
  height: 20px;
}

/* Download Detail Content */
.download-detail-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.content-section {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

.content-section .section-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a3a6b;
  margin-bottom: 20px;
}

.content-text {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.8;
}

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

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

.requirements-content {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.8;
}

/* Related Downloads */
.related-downloads-section {
  margin-top: 80px;
  padding-top: 60px;
  border-top: 1px solid #e5e7eb;
}

.related-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a3a6b;
  margin-bottom: 32px;
  text-align: center;
}

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

.related-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  transition: all 0.3s ease;
}

.related-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border-color: #d1d5db;
}

.related-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: #fef2f2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e85d75;
}

.related-icon svg {
  width: 24px;
  height: 24px;
}

.related-info {
  flex: 1;
}

.related-info h3 {
  font-size: 15px;
  font-weight: 600;
  color: #1a3a6b;
  margin-bottom: 4px;
}

.related-info p {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 8px;
}

.related-meta {
  display: flex;
  gap: 12px;
  font-size: 12px;
}

.related-download-btn {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: #1a3a6b;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
}

.related-download-btn:hover {
  background: #142d54;
}

.related-download-btn svg {
  width: 18px;
  height: 18px;
}

/* Responsive */
@media (max-width: 1024px) {
  .archive-downloads-grid {
    grid-template-columns: 1fr;
  }
  
  .download-single-grid {
    grid-template-columns: 1fr;
  }
  
  .download-file-card {
    max-width: 500px;
    margin: 0 auto;
  }
  
  .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .archive-hero {
    padding: 100px 0 40px;
  }
  
  .archive-title {
    font-size: 32px;
  }
  
  .category-filter {
    padding: 16px;
    gap: 8px;
  }
  
  .filter-btn {
    padding: 8px 16px;
    font-size: 13px;
  }
  
  .archive-download-card {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 12px 16px;
    padding: 20px;
  }
  
  .archive-download-icon {
    grid-column: 1;
    grid-row: 1;
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
  
  .archive-download-icon svg {
    width: 24px;
    height: 24px;
  }
  
  .archive-download-body {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }
  
  .archive-download-actions {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    margin-top: 4px;
  }
  
  .archive-download-btn,
  .archive-view-btn {
    width: auto;
    min-width: 100px;
  }
  
  .download-single-hero {
    padding: 80px 0 0;
  }
  
  .download-breadcrumb {
    flex-wrap: wrap;
    font-size: 13px;
  }
  
  .content-section {
    padding: 24px;
  }
  
  .related-grid {
    grid-template-columns: 1fr;
  }
  
  .related-title {
    font-size: 24px;
  }
}
