/* Spindle Service Hero */
.spindle-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 550px;
}

.hero-content-spindle {
  text-align: center;
  color: white;
  max-width: 800px;
  padding: 0 20px;
}

.hero-title-spindle {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle-spindle {
  font-size: 24px;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Intro Spindle Section */
.intro-spindle-section {
  padding: 70px 0;
}

.intro-spindle-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.intro-spindle-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}

/* What We Do Section */
.what-we-do-section {
  padding: 70px 0;
}

.what-we-do-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.what-we-do-section .section-title-white {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  width: 100%;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.service-box {
  background: rgba(255, 255, 255, 0.15);
  padding: 35px;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.2);
}

.service-box-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
  min-height: 60px;
  display: flex;
  align-items: flex-start;
}

.service-box-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  flex: 1;
}

/* How It Works Section */
.how-it-works-section {
  padding: 70px 0;
}

.steps-container {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}

.step-item {
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

.step-number {
  background: #0e5551;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  flex-shrink: 0;
}

.step-content {
  flex: 1;
}

.step-title {
  color: #0e5551;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.step-text {
  color: #555;
  font-size: 16px;
  line-height: 1.7;
}

.steps-note {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #0e5551;
  font-style: italic;
}

/* Who For Section */
.who-for-section {
  padding: 70px 0;
}

.who-for-section .section-title-white {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}

.who-for-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.who-for-intro {
  color: #fff;
  font-size: 18px;
  margin-bottom: 25px;
  text-align: left;
  font-weight: 500;
}

.who-for-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  text-align: left;
}

.who-for-list li {
  color: #fff;
  font-size: 17px;
  line-height: 1.8;
  padding: 10px 0;
  padding-left: 30px;
  position: relative;
}

.who-for-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #daaa7f;
  font-size: 24px;
  font-weight: bold;
  top: 10px;
}

.who-for-end {
  color: #fff;
  font-size: 17px;
  text-align: left;
  font-weight: 500;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/* Partner Section */
.partner-section {
  padding: 70px 0;
}

.partner-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.partner-intro {
  font-size: 18px;
  color: #333;
  margin-bottom: 30px;
}

.partner-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.partner-benefit-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
}

.checkmark-partner {
  color: #bea47b;
  font-size: 24px;
  font-weight: bold;
  flex-shrink: 0;
}

.partner-note {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #e0e0e0;
}

.partner-note p {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

.partner-link-text {
  color: #0e5551;
  font-weight: 600;
  font-size: 16px;
}

/* Repairs Section */
.repairs-section {
  padding: 70px 0;
}

.repairs-section .section-title-white {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}

.repairs-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.repairs-text {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.repairs-subtext {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
}

.repairs-contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.repairs-contact p {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.repairs-contact a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.repairs-contact a:hover {
  color: #daaa7f;
  text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .what-we-do-section {
    padding: 60px 0;
  }

  .who-for-section {
    padding: 60px 0;
  }

  .who-for-section .section-title-white {
    font-size: 32px;
    margin-bottom: 35px;
  }

  .who-for-content {
    padding: 0 15px;
  }

  .who-for-intro {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .who-for-list li {
    font-size: 16px;
    padding: 8px 0;
    padding-left: 28px;
  }

  .who-for-list li::before {
    top: 8px;
  }

  .who-for-end {
    font-size: 16px;
    padding-top: 18px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    padding: 0 15px;
  }

  .service-box {
    padding: 30px;
  }

  .service-box-title {
    font-size: 20px;
    min-height: auto;
  }

  .service-box-text {
    font-size: 15px;
  }

  .steps-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .partner-benefits {
    grid-template-columns: 1fr;
  }

  .hero-title-spindle {
    font-size: 40px;
  }

  .hero-subtitle-spindle {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .what-we-do-section {
    padding: 50px 0;
  }

  .what-we-do-section .section-title-white {
    font-size: 28px;
    margin-bottom: 35px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .service-box {
    padding: 25px;
  }

  .service-box-title {
    font-size: 20px;
    min-height: auto;
    margin-bottom: 12px;
  }

  .service-box-text {
    font-size: 15px;
  }

  .step-item {
    flex-direction: column;
    gap: 15px;
    align-items: center;
    text-align: center;
  }

  .step-number {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .step-content {
    text-align: center;
  }

  .step-title {
    text-align: center;
  }

  .step-text {
    text-align: center;
  }

  .hero-title-spindle {
    font-size: 32px;
  }

  .hero-subtitle-spindle {
    font-size: 18px;
  }

  .who-for-section {
    padding: 50px 0;
  }

  .who-for-section .section-title-white {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .who-for-content {
    padding: 0 15px;
  }

  .who-for-intro {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .who-for-list {
    margin-bottom: 25px;
  }

  .who-for-list li {
    font-size: 15px;
    padding: 8px 0;
    padding-left: 26px;
    line-height: 1.6;
  }

  .who-for-list li::before {
    font-size: 20px;
    top: 6px;
  }

  .who-for-end {
    font-size: 15px;
    padding-top: 15px;
  }
}

@media (max-width: 480px) {
  .what-we-do-section {
    padding: 40px 0;
  }

  .what-we-do-section .section-title-white {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 10px;
  }

  .service-box {
    padding: 20px;
  }

  .service-box-title {
    font-size: 18px;
    min-height: auto;
    margin-bottom: 10px;
  }

  .service-box-text {
    font-size: 14px;
  }

  .hero-title-spindle {
    font-size: 28px;
  }

  .hero-subtitle-spindle {
    font-size: 16px;
  }

  .step-item {
    flex-direction: column;
    gap: 12px;
    align-items: center;
    text-align: center;
  }

  .step-number {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .step-content {
    text-align: center;
    width: 100%;
  }

  .step-title {
    text-align: center;
    font-size: 20px;
  }

  .step-text {
    text-align: center;
    font-size: 14px;
  }

  .who-for-section {
    padding: 40px 0;
  }

  .who-for-section .section-title-white {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .who-for-content {
    padding: 0 10px;
  }

  .who-for-intro {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .who-for-list {
    margin-bottom: 20px;
  }

  .who-for-list li {
    font-size: 14px;
    padding: 6px 0;
    padding-left: 24px;
    line-height: 1.5;
  }

  .who-for-list li::before {
    font-size: 18px;
    top: 4px;
  }

  .who-for-end {
    font-size: 14px;
    padding-top: 15px;
  }

  .repairs-section .section-title-white {
    font-size: 24px;
  }

  .repairs-contact p {
    font-size: 16px;
  }
}

