/** Shopify CDN: Minification failed

Line 360:1 Unexpected "<"

**/
/* Service Page Styles - Premium, Modern, Scalable */

.service-page {
  min-height: 100vh;
  background: var(--color-page-bg, #000000);
  color: var(--color-text, #ffffff);
}

/* Essential Category - Strategic, Structured */
.service-layout--essential {
  --service-accent: var(--service-category-color);
  --service-bg: var(--service-category-bg);
  --service-border: var(--service-category-border);
}

.service-layout--essential .service-hero {
  background: linear-gradient(135deg, rgba(0,0,0,0.9) 0%, rgba(115,194,186,0.05) 100%);
  border-bottom: 1px solid var(--service-border);
}

.service-layout--essential .service-hero__headline {
  background: linear-gradient(135deg, #ffffff 0%, var(--service-accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Hero Section */
.service-hero {
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}

.service-hero__container {
  max-width: var(--content-width, 1200px);
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.service-hero__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.service-hero__headline {
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
}

.service-hero__subheadline {
  font-size: 1.25rem;
  line-height: 1.6;
  opacity: 0.9;
  max-width: 40ch;
}

.service-hero__pattern,
.service-hero__retention,
.service-hero__hook {
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 1.5rem;
  border-left: 3px solid var(--service-accent);
  background: var(--service-bg);
  border-radius: 0 8px 8px 0;
}

.service-hero__ctas {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.service-hero__cta {
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
}

.service-hero__cta--primary {
  background: var(--service-accent);
  color: #000000;
  box-shadow: 0 4px 20px rgba(115, 194, 186, 0.3);
}

.service-hero__cta--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(115, 194, 186, 0.4);
}

.service-hero__cta--secondary {
  border: 1px solid var(--service-accent);
  color: var(--service-accent);
  background: transparent;
}

.service-hero__cta--secondary:hover {
  background: var(--service-accent);
  color: #000000;
}

.service-hero__visual {
  position: relative;
  height: 500px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--service-bg);
  border: 1px solid var(--service-border);
}

.service-hero__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2rem;
  text-align: center;
  font-size: 1.1rem;
  opacity: 0.7;
}

/* Problem Section */
.service-problem {
  padding: 100px 0;
  background: rgba(255,255,255,0.02);
}

.service-problem__container {
  max-width: var(--content-width, 1200px);
  margin: 0 auto;
  padding: 0 28px;
  text-align: center;
}

.service-problem h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 600;
  margin-bottom: 2rem;
  background: linear-gradient(135deg, #ffffff 0%, var(--service-accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.service-problem p {
  font-size: 1.25rem;
  line-height: 1.7;
  max-width: 60ch;
  margin: 0 auto;
  opacity: 0.9;
}

/* Definition Section */
.service-definition {
  padding: 100px 0;
}

.service-definition__container {
  max-width: var(--content-width, 1200px);
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.service-definition h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 600;
  margin-bottom: 2rem;
}

.service-definition p {
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.9;
}

/* Who For Section */
.service-who-for {
  padding: 100px 0;
  background: rgba(255,255,255,0.02);
}

.service-who-for__container {
  max-width: var(--content-width, 1200px);
  margin: 0 auto;
  padding: 0 28px;
  text-align: center;
}

.service-who-for h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 600;
  margin-bottom: 2rem;
}

.service-who-for p {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 70ch;
  margin: 0 auto;
  opacity: 0.9;
}

/* Case Studies Section */
.service-case-studies {
  padding: 100px 0;
}

.service-case-studies__container {
  max-width: var(--content-width, 1200px);
  margin: 0 auto;
  padding: 0 28px;
}

.service-case-studies h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 600;
  margin-bottom: 3rem;
  text-align: center;
}

.service-case-study {
  background: var(--service-bg);
  border: 1px solid var(--service-border);
  border-radius: 16px;
  padding: 3rem;
  margin-bottom: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-case-study:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.service-case-study h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: var(--service-accent);
}

.service-case-study p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

/* Final CTA Section */
.service-final-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.9) 0%, var(--service-bg) 100%);
  text-align: center;
}

.service-final-cta__container {
  max-width: var(--content-width, 1200px);
  margin: 0 auto;
  padding: 0 28px;
}

.service-final-cta__button {
  display: inline-block;
  padding: 1.25rem 3rem;
  background: var(--service-accent);
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 50px;
  margin: 0 1rem 1rem 0;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(115, 194, 186, 0.3);
}

.service-final-cta__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(115, 194, 186, 0.4);
}

/* Reveal Animations */
.service-hero,
.service-problem,
.service-definition,
.service-who-for,
.service-case-studies,
.service-final-cta {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.service-hero.revealed,
.service-problem.revealed,
.service-definition.revealed,
.service-who-for.revealed,
.service-case-studies.revealed,
.service-final-cta.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 768px) {
  .service-hero__container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .service-hero__visual {
    height: 300px;
  }

  .service-definition__container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .service-hero__ctas {
    flex-direction: column;
    align-items: center;
  }

  .service-hero__cta {
    width: 100%;
    max-width: 300px;
  }

  .service-final-cta__button {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 1rem auto;
  }
}</content>
<parameter name="filePath">c:\Users\User\Desktop\tenmiles1\assets\service-styles.css