/* ===================================
   CUSTOM KEYBOARD SHOP - MAIN STYLES
   Bootstrap 5 Integration (No Overrides)
   =================================== */

/* Color Palette - Pastel High-Contrast */
:root {
  /* Primary Colors */
  --primary-lavender: #dde1ff;
  --primary-mint: #F0FFF0;
  --primary-peach: #ead3a7;
  --primary-sky: #e5faff;
  --primary-rose: #fffaf8;
  
  /* Light Shades */
  --light-lavender: #F5F5FA;
  --light-mint: #F8FFF8;
  --light-peach: #FFF8F0;
  --light-sky: #F0FAFF;
  --light-rose: #FFF0EE;
  
  /* Dark Shades */
  --dark-lavender: #f0f0f0;
  --dark-mint: #f0fdf2;
  --dark-peach: #f6e7bb;
  --dark-sky: #d0e9fb;
  --dark-rose: #e3c0b1;
  
  /* Neutral Colors */
  --text-dark: #212f3a;
  --text-light: #59606a;
  --white: #ffffff;
  --black: #000000;
  
  /* Conservative Typography */
  --font-size-small: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-h6: 1rem;
  --font-size-h5: 1.125rem;
  --font-size-h4: 1.25rem;
  --font-size-h3: 1.375rem;
  --font-size-h2: 1.5rem;
  --font-size-h1: 1.75rem;
}

/* ===================================
   GLOBAL STYLES
   =================================== */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: var(--font-size-base);
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--white);
  overflow-x: hidden;
}

/* Conservative Typography */
h1 {
  font-size: var(--font-size-h1);
  font-weight: 600;
  margin-bottom: 1rem;
}

h2 {
  font-size: var(--font-size-h2);
  font-weight: 600;
  margin-bottom: 0.99rem;
}

h3 {
  font-size: var(--font-size-h3);
  font-weight: 500;
  margin-bottom: 0.95rem;
}

h4 {
  font-size: var(--font-size-h4);
  font-weight: 500;
  margin-bottom: 0.89rem;
}

h5 {
  font-size: var(--font-size-h5);
  font-weight: 500;
  margin-bottom: 0.67rem;
}

h6 {
  font-size: var(--font-size-h6);
  font-weight: 500;
  margin-bottom: 0.60rem;
}

p {
  font-size: var(--font-size-base);
  margin-bottom: 1rem;
}

/* ===================================
   HEADER & NAVIGATION
   =================================== */

.navbar-brand {
    font-size: 10px !important;
  font-size: var(--font-size-lg);
  font-weight: 600;
  color: var(--text-dark);
}

.navbar-nav .nav-link {
    font-size: 10px !important;
  font-size: var(--font-size-base);
  font-weight: 500;
  color: var(--text-dark);
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: var(--dark-lavender);
}

/* ===================================
   HERO SECTION
   =================================== */

.hero-section {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--light-lavender) 0%, var(--light-mint) 100%);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-decorative-shape {
  position: absolute;
  background: var(--primary-peach);
  border-radius: 50%;
  opacity: 0.3;
}

.hero-decorative-shape-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  right: 15%;
}

.hero-decorative-shape-2 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  left: 10%;
  background: var(--primary-sky);
}

/* ===================================
   SECTIONS
   =================================== */

.section-padding {
  padding: 4rem 0;
}

.section-title {
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.section-subtitle {
  color: var(--text-light);
  font-size: var(--font-size-lg);
  margin-bottom: 0.68rem;
}

.section-description {
  color: var(--text-light);
  font-size: var(--font-size-base);
  margin-bottom: 3rem;
}

/* ===================================
   SERVICES SECTION
   =================================== */

.services-card {
  background: var(--white);
  border: 1px solid var(--light-lavender);
  border-radius: 12px;
  padding: 2rem 1.5rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 13px 30px rgba(0,0,0,0.1);
}

.services-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1.59rem;
}

.services-price {
  font-size: var(--font-size-xl);
  font-weight: 600;
  color: var(--text-dark);
  margin-top: 1rem;
}

/* ===================================
   FEATURES SECTION
   =================================== */

.features-section {
  background: var(--light-mint);
}

.feature-item {
  text-align: center;
  padding: 2rem 1rem;
}

.feature-icon {
  font-size: 3rem;
  color: var(--dark-lavender);
  margin-bottom: 1.64rem;
}

/* ===================================
   TEAM SECTION
   =================================== */

.team-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.team-card:hover {
  transform: translateY(-8px);
}

.team-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.team-card-body {
  padding: 1.5rem;
  text-align: center;
}

/* ===================================
   TESTIMONIALS/REVIEWS SECTION
   =================================== */

.reviews-section {
  background: var(--light-peach);
}

.review-card {
  background: var(--white);
  border: none;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.review-text {
  font-style: italic;
  margin-bottom: 1.72rem;
  color: var(--text-light);
}

.review-author {
  font-weight: 600;
  color: var(--text-dark);
}

/* ===================================
   FAQ SECTION
   =================================== */

.faq-section {
  background: var(--light-sky);
}

.faq-card {
  background: var(--white);
  border: 1px solid var(--light-lavender);
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

.faq-question {
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.87rem;
}

.faq-answer {
  color: var(--text-light);
  margin-bottom: 0;
}

/* ===================================
   CONTACT SECTION
   =================================== */

.contact-section {
  background: var(--light-rose);
}

.contact-form {
  background: var(--white);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.form-control {
  border: 1px solid var(--light-lavender);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: var(--font-size-base);
}

.form-control:focus {
  border-color: var(--dark-lavender);
  box-shadow: 0 0 0 0.2rem rgba(211, 206, 235, 0.25);
}

.btn-primary {
  background: var(--dark-lavender);
  border-color: var(--dark-lavender);
  padding: 0.75rem 2rem;
  font-weight: 500;
  border-radius: 8px;
}

.btn-primary:hover {
  background: var(--primary-lavender);
  border-color: var(--primary-lavender);
}

/* ===================================
   FOOTER
   =================================== */

.footer {
  background: var(--text-dark);
  color: var(--white);
  padding: 3rem 0 1rem;
}

.footer h5 {
  color: var(--white);
  margin-bottom: 1rem;
}

.footer p, .footer a {
  color: var(--light-lavender);
  text-decoration: none;
  font-size: var(--font-size-small);
}

.footer a:hover {
  color: var(--white);
}

/* ===================================
   ACCESSIBILITY
   =================================== */

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  
  html {
    scroll-behavior: auto;
  }
}

/* ===================================
   UTILITIES
   =================================== */

.text-gradient {
  background: linear-gradient(135deg, var(--dark-lavender), var(--dark-mint));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.bg-gradient-primary {
  background: linear-gradient(135deg, var(--light-lavender), var(--light-mint));
}

.bg-gradient-secondary {
  background: linear-gradient(135deg, var(--light-peach), var(--light-sky));
}

/* ===================================
   IMAGE PLACEHOLDERS
   =================================== */

.img-placeholder {
  background: var(--light-lavender);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  font-size: var(--font-size-small);
} 

.hero-section h1 {
    padding-top: 150px;
}


/* Team Social Links - Square Style */
.team-social-links {
    margin-top: 18px;
    padding: 12px 0;
}

.social-icons-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
    position: relative;
}

.social-link:hover {
    transform: translateY(-2px) rotate(5deg);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    color: white;
}

.facebook-link {
    background: #1877f2;
    border: 2px solid #1877f2;
}

.facebook-link:hover {
    background: #166fe5;
    border-color: #166fe5;
}

.linkedin-link {
    background: #0a66c2;
    border: 2px solid #0a66c2;
}

.linkedin-link:hover {
    background: #0959aa;
    border-color: #0959aa;
}

.x-link {
    background: #000000;
    border: 2px solid #000000;
    position: relative;
}

.x-link::after {
    content: '✕';
    font-weight: bold;
    font-size: 18px;
}

.x-link:hover {
    background: #333333;
    border-color: #333333;
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 8px;
    }
    
    .social-link {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }
}
