/*
Theme Name: GoodLife Global Tech
Theme URI: https://goodlifeglobaltech.com
Description: A premium, confident WordPress theme for GoodLife Global Tech. Features a clean, professional design with navy blue accents, optimized for laptop sales and tech services.
Version: 1.0.0
Author: GoodLife Global Tech
Author URI: https://goodlifeglobaltech.com
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: goodlife-theme
Domain Path: /languages
Requires at least: 5.0
Requires PHP: 7.4
*/

/* ========================================
   GOODLIFE GLOBAL TECH THEME
   Design Philosophy: Confident & Premium
   ======================================== */

/* ========================================
   1. RESET & BASE STYLES
   ======================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a1a;
  background-color: #ffffff;
}

/* ========================================
   2. TYPOGRAPHY
   ======================================== */

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #1a1a1a;
}

h1 {
  font-size: 48px;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 36px;
  margin-bottom: 1.25rem;
}

h3 {
  font-size: 24px;
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1rem;
  line-height: 1.8;
}

a {
  color: #1f3a5f;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #2c3e50;
}

/* ========================================
   3. HEADER & NAVIGATION
   ======================================== */

header {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.header-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 24px;
  font-weight: 700;
  color: #1f3a5f;
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo img {
  height: 40px;
  width: auto;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 40px;
  align-items: center;
}

nav a {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  transition: color 0.3s ease;
}

nav a:hover {
  color: #1f3a5f;
}

.header-cta {
  display: flex;
  gap: 15px;
  align-items: center;
}

.call-button {
  background-color: #1f3a5f;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.call-button:hover {
  background-color: #2c3e50;
}

/* ========================================
   4. HERO SECTION
   ======================================== */

.hero {
  background: linear-gradient(135deg, rgba(31, 58, 95, 0.8) 0%, rgba(44, 62, 80, 0.8) 100%), 
              url('https://private-us-east-1.manuscdn.com/sessionFile/LCwFfJwc0HpPWWqKkpakuQ/sandbox/jev6lN1rGy7ZG6e8I0SLmW-img-1_1771409406000_na1fn_Z29vZGxpZmUtaGVyby1iZw.png?x-oss-process=image/resize,w_1920,h_1920/format,webp/quality,q_80&Expires=1798761600&Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9wcml2YXRlLXVzLWVhc3QtMS5tYW51c2Nkbi5jb20vc2Vzc2lvbkZpbGUvTEN3RmZKd2MwSHBQV1dxS2twYWt1US9zYW5kYm94L2pldjZsTjFyR3k3Wkc2ZThJMFNMbVctaW1nLTFfMTc3MTQwOTQwNjAwMF9uYTFmbl9aMjl2Wkd4cFptVXRhR1Z5YnkxaVp3LnBuZz94LW9zcy1wcm9jZXNzPWltYWdlL3Jlc2l6ZSx3XzE5MjAsaF8xOTIwL2Zvcm1hdCx3ZWJwL3F1YWxpdHkscV84MCIsIkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTc5ODc2MTYwMH19fV19&Key-Pair-Id=K2HSFNDJXOU9YS&Signature=Vpg8pjxCklm1BY9b6xYTlvJqxtgsCeCDI-VyZfcbH8Xnq-Zw~PE-7jP~VVcHNY5vTRfuLLrMPahcOUiY6lUNHaedERsOHtfA3bQIWoRyfXJlB~CTOkGNlPwQRLm5PYmT-VPXH7TjcSBoEtgasSpOMA6HHSvyLhkwr0zdUFkPbDMbv9VioJEf-KmtrbOv9OvT2DCL4s2xKDvMjh3NyBDv-RD9LbeCXIJQ-Rp~X7MfufjI27F~1dhXRU4pqGou8us7-kJq~Yzfji9vZ1r4wcgT2y5pnpbkT72jB1Fb1XKgGOcv2v0Go9ILRabHeoAI888idkv4tchqz3DqQNz~9gVZaw__');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 120px 40px;
  text-align: center;
  color: #ffffff;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.hero h1 {
  font-size: 56px;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 700;
}

.hero p {
  font-size: 20px;
  margin-bottom: 40px;
  color: #f0f0f0;
  line-height: 1.6;
}

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

.btn {
  padding: 15px 40px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.btn-primary {
  background-color: #1f3a5f;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #2c3e50;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(31, 58, 95, 0.3);
}

.btn-secondary {
  background-color: #ffffff;
  color: #1f3a5f;
  border: 2px solid #1f3a5f;
}

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

/* ========================================
   5. FEATURED CATEGORIES SECTION
   ======================================== */

.featured-categories {
  padding: 80px 40px;
  background-color: #f8f9fa;
}

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

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.category-card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.category-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.category-content {
  padding: 30px;
}

.category-content h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #1a1a1a;
}

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

.view-options {
  color: #1f3a5f;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.view-options:hover {
  gap: 12px;
  color: #2c3e50;
}

/* ========================================
   6. SERVICES SECTION
   ======================================== */

.services {
  padding: 80px 40px;
  background-color: #ffffff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.service-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.service-icon {
  width: 60px;
  height: 60px;
  background-color: #1f3a5f;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 28px;
  flex-shrink: 0;
}

.service-content h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #1a1a1a;
}

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

/* ========================================
   7. GUIDED HELP SECTION
   ======================================== */

.guided-help {
  padding: 80px 40px;
  background-color: #f8f9fa;
  text-align: center;
}

.guided-help-content {
  max-width: 600px;
  margin: 0 auto;
}

.guided-help h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.guided-help p {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

/* ========================================
   8. TRUST SECTION
   ======================================== */

.trust-section {
  padding: 80px 40px;
  background-color: #ffffff;
}

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

.trust-section h2 {
  text-align: center;
  margin-bottom: 50px;
}

.trust-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.trust-point {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.trust-checkmark {
  color: #1f3a5f;
  font-size: 24px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}

.trust-point p {
  font-size: 16px;
  color: #1a1a1a;
  margin: 0;
}

/* ========================================
   9. CTA SECTION
   ======================================== */

.cta-section {
  padding: 80px 40px;
  background: linear-gradient(135deg, #1f3a5f 0%, #2c3e50 100%);
  text-align: center;
  color: #ffffff;
}

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

.cta-section h2 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 30px;
}

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

.cta-buttons .btn {
  padding: 15px 40px;
}

.cta-buttons .btn-primary {
  background-color: #ffffff;
  color: #1f3a5f;
}

.cta-buttons .btn-primary:hover {
  background-color: #f0f0f0;
}

/* ========================================
   10. FOOTER
   ======================================== */

footer {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 60px 40px 30px;
}

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

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-section h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.footer-section p {
  font-size: 14px;
  line-height: 1.8;
  color: #ccc;
  margin-bottom: 10px;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section a {
  color: #ccc;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-section a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #999;
}

/* ========================================
   11. RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 768px) {
  .header-container {
    padding: 15px 20px;
    flex-direction: column;
    gap: 20px;
  }

  nav ul {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero {
    padding: 60px 20px;
    min-height: 400px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero p {
    font-size: 16px;
  }

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

  .hero-buttons .btn {
    width: 100%;
    max-width: 300px;
  }

  .featured-categories,
  .services,
  .guided-help,
  .trust-section,
  .cta-section {
    padding: 60px 20px;
  }

  .section-title h2,
  .cta-section h2 {
    font-size: 28px;
  }

  .categories-grid,
  .services-grid,
  .trust-points {
    grid-template-columns: 1fr;
  }

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

  .cta-buttons .btn {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  .hero h1 {
    font-size: 28px;
  }

  .hero p {
    font-size: 14px;
  }

  .btn {
    padding: 12px 24px;
    font-size: 14px;
  }

  nav ul {
    gap: 15px;
  }

  nav a {
    font-size: 12px;
  }
}
