/* ================= AI PARTNERSHIP PAGE STYLES ================= */

/* CSS Custom Properties - RuralShores Brand Colors */
:root {
  --primary: #3A5B4B; /* Forest Green */
  --secondary: #7FA78B; /* Sage Green */
  --accent: #D9B53D; /* Golden Amber */
  --text: #3A5B4B;
  --light-gray: #f5f5f5;
  --medium-gray: #e0e0e0;
  --dark-gray: #666;
  --white: #fff;
  --transition: all 0.3s ease;
  --shadow: 0 4px 12px rgba(58, 91, 75, 0.1);
  --border-radius: 12px;
}

/* Base Styles */
.ai-partnership-page {
  background-color: var(--white);
  color: var(--text);
  font-family: 'arial';
  line-height: 1.6;
}

/* Section Headings */
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 16px 0;
  text-align: left;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.25rem;
  color: var(--dark-gray);
  max-width: 600px;
  margin: 0 0 40px 0;   
  line-height: 1.6;
  text-align: left;
}


/* ================= HERO SECTION ================= */
.hero-section {
   background: #3a5b4b; 
 
  padding: 5rem 0 4rem;
  text-align: center;
  position: relative;
  margin: 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);

}



.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 3px;
  line-height: 1.2;
  color: #D9B53D; 
  display: inline-block;


}
.hero-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom:0;
  line-height: 1.4;
  color: #ffffff; 
  

}



/* ================= PHILOSOPHY SECTION ================= */
.philosophy-section {
  padding: 60px 0;
  background: var(--white);
}

.philosophy-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: center;
  
}

.philosophy-left {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
 
  align-items: flex-start;
  height: 100%;
}

.philosophy-right {
  text-align: left;
}



.philosophy-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.2;
  margin: 0;
  text-align: left;
}

.philosophy-text {
  font-size: 1.25rem;
  color: var(--text);
 
  line-height: 1.7;
  text-align: left;
}


.philosophy-bullets {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

.bullet-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  font-size: 1.0625rem;
  color: var(--text);
}




.bullet-point {
  width: 24px;
  margin-right: 16px;
  flex-shrink: 0;
  position: relative;
}

.bullet-point::before {
  content: "➜";
  color: #3A5B4B;
  font-size: 14px;
  position: relative;
  top: 0;
  left: 0;
}







/* ================= HITL SECTION ================= */
.hitl-section {
  padding: 60px 0;
  background: linear-gradient(135deg, var(--light-gray) 0%, var(--medium-gray) 100%);
}

.hitl-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: stretch;
}
.hitl-left h1,
.hitl-left h2,
.hitl-left p {
  margin: 0;
}

.hitl-left {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
 gap: 24px;
  align-items: flex-start;
  
}

.hitl-right {
  text-align: left;
}

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

.section-note {
  font-size: 1.125rem;
  color: var(--text);
  font-weight: 500;
  margin: 0;
  padding: 20px;
  background: rgba(122, 167, 139, 0.1);
  border-radius: var(--border-radius);
  border-left: 4px solid var(--accent);
}

/* ================= LLMOPS SECTION ================= */
.llmops-section {
  padding: 60px 0;
  background: var(--white);
}

.llmops-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: stretch;
}
.llmops-left h1,
.llmops-left h2,
.llmops-left p {
  margin: 0;
}

.llmops-left {
  text-align: left;
   display: flex;
  flex-direction: column;
  justify-content: center;
 gap: 24px;;
  align-items: flex-start;
}

.llmops-right {
  text-align: left;
}

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

/* ================= TRAINING SECTION ================= */
.training-section {
  padding: 60px 0;
  background: linear-gradient(135deg, var(--medium-gray), var(--light-gray));
}

.training-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: stretch;
}

.training-left {
  text-align: left;
   display: flex;
  flex-direction: column;
  justify-content: center;
 gap: 24px;
  align-items: flex-start;
}

.training-left h1,
.training-left h2,
.training-left p {
  margin: 0;
}

.training-right {
  text-align: left;
}

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



/* ================= SCALE SECTION ================= */
.scale-section {
  padding: 60px 0;
  background: #FCF9F2;
  color: var(--white);
  
}

.scale-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: stretch;
 
}

.scale-left {
  text-align: left;
 display: flex;
  flex-direction: column;
  justify-content: center;
 gap: 24px;
  align-items: flex-start;
}
.scale-left h1,
.scale-left h2,
.scale-left p {
  margin: 0;
}
.scale-right {
  text-align: left;
}

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






/* ================= PARTNERS SECTION ================= */
.partners-section {
  padding: 60px 0;
  background: linear-gradient(135deg, var(--light-gray) 0%, var(--medium-gray) 100%);
}

.partners-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items:stretch;
}
.partners-left h1,
.partners-left h2,
.partners-left p {
  margin: 0;
}

.partners-left {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
 gap: 24px;
  align-items: flex-start;
}

.partners-right {
  text-align: left;
   
}

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


/* ================= VALUE SECTION ================= */
.value-section {
  padding: 60px 0;
  background: var(--white);
 
}

.value-grid {
  display: grid;
  grid-template-columns: 1.5fr 1.5fr;
  gap: 80px;
  align-items: stretch;
  position: relative;
}
.value-grid::after {
  content: "";
  position: absolute;
  top: 4%;
  bottom: 0;
  left: 50%;
  width: 0.06px;
  background: #3A5B4B; /* Divider color */
  transform: translateX(-50%);
}

.value-left {
  text-align: left;
   display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  align-items: flex-start;
}

.value-right {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
 gap: 24px;
  align-items: flex-start;
}

.value-text {
  font-size: 1.125rem;
  color: var(--text);
  margin-bottom: 32px;
  line-height: 1.7;
}

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

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

.value-subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 24px;
  margin-top: 1px;
}

.value-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 32px;
}

.value-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

.value-item {
  display: flex;
  align-items: flex-start;
 
  font-size: 1rem;
  color: var(--text);
  line-height: 2.5;
}

.value-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--accent), var(--secondary));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
  margin-top: 2px;
  
}

.value-icon svg {
  width: 20px;
  height: 20px;
  color: var(--white);
}



/* ================= RESPONSIVE DESIGN ================= */
@media (max-width: 1024px) {
  .philosophy-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .value-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .cta-title {
    font-size: 2.5rem;
  }
  
  .philosophy-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 80px 0 60px;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1.125rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .cta-title {
    font-size: 2rem;
  }
  
  .philosophy-title {
    font-size: 2rem;
  }
  
  .value-title {
    font-size: 1.5rem;
  }
  
  .hero-buttons,
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .btn {
    width: 100%;
    max-width: 300px;
  }
  
  .hitl-grid,
  .llmops-grid,
  .training-grid,
  .scale-grid,
  .partners-grid {
    grid-template-columns: 1fr;
    gap: 0px;;
  }
  
  .philosophy-grid,
  .value-grid {
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .hero-section {
    padding: 60px 0 40px;
  }
  
  .hero-title {
    font-size: 1.75rem;
  }
  
  .section-title {
    font-size: 1.75rem;
  }
  
  .cta-title {
    font-size: 1.75rem;
  }
  
  .philosophy-title {
    font-size: 1.75rem;
  }
  
  .btn {
    padding: 14px 24px;
    font-size: 0.9rem;
  }
  
  .hitl-card,
  .training-block,
  .partner-card {
    padding: 30px 20px;
  }
}

/* ================= ANIMATIONS ================= */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-content,
.section-header,
.cta-content {
  animation: fadeInUp 0.8s ease-out;
}

.hitl-card,
.llmops-item,
.training-block,
.scale-item,
.partner-card {
  animation: fadeInUp 0.8s ease-out;
  animation-fill-mode: both;
}

.hitl-card:nth-child(1) { animation-delay: 0.1s; }
.hitl-card:nth-child(2) { animation-delay: 0.2s; }
.hitl-card:nth-child(3) { animation-delay: 0.3s; }
.hitl-card:nth-child(4) { animation-delay: 0.4s; }
.hitl-card:nth-child(5) { animation-delay: 0.5s; }

.llmops-item:nth-child(1) { animation-delay: 0.1s; }
.llmops-item:nth-child(2) { animation-delay: 0.2s; }
.llmops-item:nth-child(3) { animation-delay: 0.3s; }
.llmops-item:nth-child(4) { animation-delay: 0.4s; }
.llmops-item:nth-child(5) { animation-delay: 0.5s; }

.training-block:nth-child(1) { animation-delay: 0.1s; }
.training-block:nth-child(2) { animation-delay: 0.2s; }
.training-block:nth-child(3) { animation-delay: 0.3s; }
.training-block:nth-child(4) { animation-delay: 0.4s; }
.training-block:nth-child(5) { animation-delay: 0.5s; }

.scale-item:nth-child(1) { animation-delay: 0.1s; }
.scale-item:nth-child(2) { animation-delay: 0.2s; }
.scale-item:nth-child(3) { animation-delay: 0.3s; }
.scale-item:nth-child(4) { animation-delay: 0.4s; }
.scale-item:nth-child(5) { animation-delay: 0.5s; }

.partner-card:nth-child(1) { animation-delay: 0.1s; }
.partner-card:nth-child(2) { animation-delay: 0.2s; }
.partner-card:nth-child(3) { animation-delay: 0.3s; }
.partner-card:nth-child(4) { animation-delay: 0.4s; }
.partner-card:nth-child(5) { animation-delay: 0.5s; }
.partner-card:nth-child(6) { animation-delay: 0.6s; }

/* ================= SMOOTH SCROLL ================= */
html {
  scroll-behavior: smooth;
}

/* ================= FOCUS STATES ================= */
.btn:focus,
.card:focus {
  outline: 2px solid #4caf50;
  outline-offset: 2px;
}

/* ================= PRINT STYLES ================= */
@media print {
  .hero-section,
  .final-cta-section {
    background: #1a237e !important;
    color: #000 !important;
  }
  
  .btn {
    background: #4caf50 !important;
    color: #fff !important;
  }
}
