.elementor-446 .elementor-element.elementor-element-855dd04{--display:flex;}.elementor-446 .elementor-element.elementor-element-855dd04:not(.elementor-motion-effects-element-type-background), .elementor-446 .elementor-element.elementor-element-855dd04 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A3010;}.elementor-446 .elementor-element.elementor-element-ef024a6{--display:flex;}.elementor-446 .elementor-element.elementor-element-3f1e120{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-446 .elementor-element.elementor-element-3f1e120:not(.elementor-motion-effects-element-type-background), .elementor-446 .elementor-element.elementor-element-3f1e120 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5EFE4;}.elementor-446 .elementor-element.elementor-element-ae449be{--display:flex;}.elementor-446 .elementor-element.elementor-element-e3b216e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-446 .elementor-element.elementor-element-8473f15{--display:flex;}.elementor-446 .elementor-element.elementor-element-fb50723{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-446 .elementor-element.elementor-element-fb50723:not(.elementor-motion-effects-element-type-background), .elementor-446 .elementor-element.elementor-element-fb50723 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EDE3D4;}.elementor-446 .elementor-element.elementor-element-e57b450{--display:flex;}.elementor-446 .elementor-element.elementor-element-26c8dbe{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-446 .elementor-element.elementor-element-97cd6b3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-446 .elementor-element.elementor-element-97cd6b3:not(.elementor-motion-effects-element-type-background), .elementor-446 .elementor-element.elementor-element-97cd6b3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5EFE4;}.elementor-446 .elementor-element.elementor-element-f6210a0{--display:flex;}@media(min-width:768px){.elementor-446 .elementor-element.elementor-element-855dd04{--content-width:1440px;}.elementor-446 .elementor-element.elementor-element-3f1e120{--content-width:1440px;}.elementor-446 .elementor-element.elementor-element-e3b216e{--content-width:1440px;}.elementor-446 .elementor-element.elementor-element-fb50723{--content-width:1440px;}.elementor-446 .elementor-element.elementor-element-97cd6b3{--content-width:1440px;}}/* Start custom CSS for html, class: .elementor-element-ce8ceac *//* ==========================
   Shopify Hero Section
========================== */

.shopify-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 0;

  background: 
    #1a3010
}

/* Pattern */

.shopify-hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  pointer-events: none;

  background-image: radial-gradient(
    circle,
    rgba(245, 239, 228, 0.4) 1px,
    transparent 1px
  );

  background-size: 28px 28px;
}

/* Container */

.shopify-hero-container {
  position: relative;
  z-index: 2;

  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px 60px;
}

/* Breadcrumb */

.shopify-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;

  margin-bottom: 22px;
  font-size: 12px;
}

.shopify-breadcrumb span {
  cursor: pointer;
  color: var(--gold2);
}

.shopify-breadcrumb .separator {
  cursor: default;
  color: rgba(245, 239, 228, 0.3);
  margin: 0 4px;
}

.shopify-breadcrumb .current {
  cursor: default;
  color: rgba(245, 239, 228, 0.75);
  font-weight: 500;
}

/* Badge */

.shopify-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 5px 14px;
  margin-bottom: 16px;

  background: rgba(196, 150, 58, 0.15);
  border: 1px solid rgba(196, 150, 58, 0.3);
  border-radius: 30px;
}

.badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;

  background: var(--gold);

  animation: breathe 2s infinite;
}

.badge-text {
  font-size: 11px;
  font-weight: 700;
  color: var(--gold2);

  text-transform: uppercase;
  letter-spacing: 1.2px;
}

/* Title */

.shopify-title {
  margin: 0 0 12px;

  font-family: "Fraunces", serif;
  font-size: clamp(1.9rem, 4.5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;

  color: var(--white);
}

.shopify-title span {
  color: var(--gold2);
}

/* Description */

.shopify-description {
  max-width: 580px;
  margin: 0 0 24px;

  font-size: 15px;
  font-weight: 300;
  line-height: 1.82;

  color: rgba(245, 239, 228, 0.7);
}

/* Buttons */

.shopify-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

  margin-bottom: 24px;
}

.shopify-btn-primary,
.shopify-btn-secondary {
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s ease;

  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.shopify-btn-primary {
  padding: 12px 22px;

  border: none;
  background: var(--gold);
  color: var(--white);

  font-weight: 700;

  box-shadow: 0 6px 20px rgba(196, 150, 58, 0.35);
}

.shopify-btn-primary:hover {
  transform: translateY(-2px);
}

.shopify-btn-secondary {
  padding: 12px 22px;

  background: rgba(245, 239, 228, 0.1);
  color: rgba(245, 239, 228, 0.8);

  border: 1.5px solid rgba(245, 239, 228, 0.25);
}

.shopify-btn-secondary:hover {
  background: rgba(245, 239, 228, 0.15);
}

/* Stats */

.shopify-stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;

  padding: 12px 18px;

  background: rgba(245, 239, 228, 0.06);
  border: 1px solid rgba(245, 239, 228, 0.1);
  border-radius: 13px;
}

.stat-item {
  text-align: center;
}

.stat-value {
  font-family: "Fraunces", serif;
  font-size: 22px;
  font-weight: 800;

  color: var(--gold2);
}

.stat-label {
  margin-top: 2px;

  font-size: 10px;
  letter-spacing: .5px;
  text-transform: uppercase;

  color: rgba(245, 239, 228, 0.45);
}

.stat-divider {
  width: 1px;
  height: 26px;

  background: rgba(245, 239, 228, 0.12);
}

/* ==========================
   Tablet
========================== */

@media (max-width: 768px) {

  .shopify-hero {
    padding-top: 70px;
  }

  .shopify-hero-container {
    padding: 0 20px 50px;
  }

  .shopify-description {
    font-size: 14px;
  }

}

/* ==========================
   Mobile
========================== */

@media (max-width: 576px) {

  .shopify-hero {
    padding-top: 60px;
  }

  .shopify-title br {
    display: none;
  }

  .shopify-actions {
    flex-direction: column;
  }

  .shopify-btn-primary,
  .shopify-btn-secondary {
    width: 100%;
  }

  .shopify-stats {
    justify-content: center;
    gap: 18px;
  }

  .stat-divider {
    display: none;
  }

  .stat-item {
    width: 100%;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1160040 *//* ==========================
   Shopify Issues Section
========================== */

.shopify-issues-section {
  background: var(--beige);
  padding: 60px 0;
}

.shopify-issues-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

.shopify-issues-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
}

/* Badge */

.shopify-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  background: var(--white);
  border: 1px solid rgba(0, 90, 90, 0.1);
  border-radius: 30px;

  padding: 4px 14px;
  margin-bottom: 12px;
}

.badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5a8a2e;
}

.badge-text {
  font-size: 11px;
  font-weight: 700;
  color: #5a8a2e;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Heading */

.shopify-heading {
  margin: 0 0 10px;

  font-family: "Fraunces", serif;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;

  color: var(--dark);
}

.shopify-heading span {
  color: #5a8a2e;
}

/* Issue Cards */

.issue-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 11px;

  padding: 12px;
  margin-bottom: 8px;
}

.issue-danger {
  border-left: 3px solid #ea4335;
}

.issue-success {
  border-left: 3px solid #5a8a2e;
}

.issue-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 2px;
}

.issue-text {
  font-size: 12px;
  color: var(--muted);
}

/* Right Card */

.fixes-card {
  background: linear-gradient(
    135deg,
    #2a4010,
    #1a3010
  );

  border-radius: 18px;
  padding: 24px;
}

.fixes-title {
  margin: 0 0 14px;

  font-family: "Fraunces", serif;
  font-size: 15px;
  font-weight: 700;

  color: var(--beige);
}

.fix-item {
  display: flex;
  align-items: center;
  gap: 8px;

  padding: 8px 0;

  font-size: 12px;
  color: rgba(245,239,228,.75);

  border-bottom: 1px solid rgba(245,239,228,.08);
}

.fix-item span {
  color: var(--gold2);
}

.shopify-audit-btn {
  width: 100%;
  margin-top: 14px;

  border: none;
  border-radius: 9px;

  padding: 11px;

  cursor: pointer;

  background: var(--gold);
  color: var(--white);

  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

/* Result Card */

.shopify-result-card {
  margin-top: 16px;

  display: flex;
  align-items: flex-start;
  gap: 12px;

  background: var(--teal);
  border-radius: 12px;

  padding: 18px 20px;
}

.result-icon {
  font-size: 24px;
  flex-shrink: 0;
}

.result-title {
  margin-bottom: 3px;

  font-family: "Fraunces", serif;
  font-size: 13px;
  font-weight: 700;

  color: var(--beige);
}

.result-description {
  font-size: 13px;
  line-height: 1.65;

  color: rgba(245,239,228,.65);
}

/* ==========================
   Tablet
========================== */

@media (max-width: 991px) {

  .shopify-issues-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

}

/* ==========================
   Mobile
========================== */

@media (max-width: 576px) {

  .shopify-issues-section {
    padding: 50px 0;
  }

  .shopify-issues-container {
    padding: 0 20px;
  }

  .shopify-heading br {
    display: none;
  }

  .fixes-card {
    padding: 20px;
  }

  .shopify-result-card {
    padding: 16px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ca43283 *//* ==========================
   Shopify SEO Process
========================== */

.shopify-process {
  background: var(--white);
  padding: 60px 0;
}

.shopify-process-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

/* Badge */

.shopify-process-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 4px 14px;
  margin-bottom: 12px;

  background: var(--white);
  border: 1px solid rgba(0, 90, 90, 0.1);
  border-radius: 30px;
}

.sp-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5a8a2e;
}

.sp-badge-text {
  font-size: 11px;
  font-weight: 700;
  color: #5a8a2e;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Heading */

.shopify-process-title {
  margin: 0 0 10px;

  font-family: "Fraunces", serif;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;

  color: var(--dark);
}

.shopify-process-desc {
  margin: 0 0 18px;

  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;

  color: var(--muted);
}

/* Process List */

.shopify-process-list {
  margin-top: 16px;
}

.shopify-process-item {
  display: flex;
  gap: 14px;
  padding: 15px 0;

  border-bottom: 1px solid var(--border);
}

.shopify-process-item.last {
  border-bottom: none;
}

/* Step Numbers */

.sp-step {
  width: 38px;
  height: 38px;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 10px;

  font-family: "Fraunces", serif;
  font-size: 13px;
  font-weight: 800;

  color: var(--white);
}

.sp-step.green {
  background: #5a8a2e;
}

.sp-step.gold {
  background: var(--gold);
}

/* Content */

.sp-content h3 {
  margin: 0 0 3px;

  font-family: "Fraunces", serif;
  font-size: 14px;
  font-weight: 700;

  color: var(--dark);
}

.sp-content p {
  margin: 0;

  font-size: 13px;
  line-height: 1.6;

  color: var(--muted);
}

/* ==========================
   Tablet
========================== */

@media (max-width: 768px) {

  .shopify-process {
    padding: 50px 0;
  }

  .shopify-process-container {
    padding: 0 20px;
  }

}

/* ==========================
   Mobile
========================== */

@media (max-width: 576px) {

  .shopify-process-item {
    gap: 12px;
    align-items: flex-start;
  }

  .sp-step {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }

  .sp-content h3 {
    font-size: 13px;
  }

  .sp-content p {
    font-size: 12px;
    line-height: 1.7;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c7a37aa *//* ==========================
   Shopify FAQ Section
========================== */

.shopify-faq-section {
  background: var(--beige2);
  padding: 60px 0;
}

.shopify-faq-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

/* Badge */

.shopify-faq-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 4px 14px;
  margin-bottom: 12px;

  background: var(--white);
  border: 1px solid rgba(0, 90, 90, 0.1);
  border-radius: 30px;
}

.sf-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5a8a2e;
}

.sf-badge-text {
  font-size: 11px;
  font-weight: 700;

  color: #5a8a2e;

  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Heading */

.shopify-faq-title {
  margin: 0 0 10px;

  font-family: "Fraunces", serif;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;

  color: var(--dark);
}

.shopify-faq-title span {
  color: #5a8a2e;
}

/* Grid */

.shopify-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;

  margin-top: 16px;
}

/* FAQ Card */

.shopify-faq-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;

  padding: 18px;

  transition: border-color .2s ease;
}

.shopify-faq-card:hover {
  border-color: #5a8a2e;
}

.shopify-faq-card h3 {
  margin: 0 0 7px;

  font-family: "Fraunces", serif;
  font-size: 13px;
  font-weight: 700;

  color: var(--dark);
}

.shopify-faq-card p {
  margin: 0;

  font-size: 13px;
  line-height: 1.7;

  color: var(--muted);
}

/* ==========================
   Tablet
========================== */

@media (max-width: 991px) {

  .shopify-faq-grid {
    grid-template-columns: 1fr;
  }

}

/* ==========================
   Mobile
========================== */

@media (max-width: 576px) {

  .shopify-faq-section {
    padding: 50px 0;
  }

  .shopify-faq-container {
    padding: 0 20px;
  }

  .shopify-faq-card {
    padding: 16px;
  }

  .shopify-faq-card h3 {
    font-size: 13px;
    line-height: 1.5;
  }

  .shopify-faq-card p {
    font-size: 12px;
    line-height: 1.7;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b32b5f *//* ==========================
   Shopify CTA Section
========================== */

.shopify-cta {
  position: relative;
  overflow: hidden;

  padding: 56px 0;

  background: linear-gradient(
    135deg,
    #2a4010,
    #1a2a0a
  );
}

/* Background Pattern */

.shopify-cta-pattern {
  position: absolute;
  inset: 0;

  pointer-events: none;

  background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.02) 0,
    rgba(255, 255, 255, 0.02) 1px,
    transparent 0,
    transparent 50%
  );

  background-size: 14px 14px;
}

/* Container */

.shopify-cta-container {
  position: relative;
  z-index: 2;

  max-width: 660px;
  margin: 0 auto;
  padding: 0 28px;

  text-align: center;
}

/* Heading */

.shopify-cta-title {
  margin: 0 0 10px;

  font-family: "Fraunces", serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;

  color: var(--white);
}

/* Description */

.shopify-cta-description {
  margin: 0 0 22px;

  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;

  color: rgba(245, 239, 228, 0.65);
}

/* Buttons */

.shopify-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.shopify-cta-btn-primary,
.shopify-cta-btn-secondary {
  border-radius: 10px;
  cursor: pointer;

  font-family: "Inter", sans-serif;
  font-size: 14px;

  transition: all 0.3s ease;
}

/* Primary Button */

.shopify-cta-btn-primary {
  padding: 12px 24px;

  background: var(--gold);
  color: var(--white);

  border: none;

  font-weight: 700;

  box-shadow: 0 6px 20px rgba(196, 150, 58, 0.35);
}

.shopify-cta-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(196, 150, 58, 0.45);
}

/* Secondary Button */

.shopify-cta-btn-secondary {
  padding: 12px 24px;

  background: rgba(245, 239, 228, 0.1);
  color: var(--beige);

  border: 1.5px solid rgba(245, 239, 228, 0.25);
}

.shopify-cta-btn-secondary:hover {
  background: rgba(245, 239, 228, 0.15);
  transform: translateY(-2px);
}

/* ==========================
   Tablet
========================== */

@media (max-width: 768px) {

  .shopify-cta {
    padding: 50px 0;
  }

  .shopify-cta-container {
    padding: 0 20px;
  }

  .shopify-cta-description {
    font-size: 14px;
  }

}

/* ==========================
   Mobile
========================== */

@media (max-width: 576px) {

  .shopify-cta {
    padding: 45px 0;
  }

  .shopify-cta-title br {
    display: none;
  }

  .shopify-cta-actions {
    flex-direction: column;
  }

  .shopify-cta-btn-primary,
  .shopify-cta-btn-secondary {
    width: 100%;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-70ee1a4 *//* ==========================
   Related Services Section
========================== */

.related-services {
  background: var(--beige);
  padding: 44px 0;
}

.related-services-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

/* Heading */

.related-services-title {
  margin: 0 0 18px;

  font-family: "Fraunces", serif;
  font-size: 1.7rem;
  font-weight: 700;

  color: var(--dark);
}

.related-services-title span {
  color: var(--teal);
}

/* Existing Cards */

.svc-card {
  cursor: pointer;
}

.svc-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-top:40px;}
@media(min-width:640px){.svc-grid{grid-template-columns:1fr 1fr;gap:14px;}}
@media(min-width:1024px){.svc-grid{grid-template-columns:repeat(3,1fr);gap:16px;}}
.svc-card{background:var(--white);border:1px solid var(--border);border-radius:18px;overflow:hidden;cursor:pointer;transition:transform .3s var(--ease),box-shadow .3s,border-color .3s;}
.svc-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,90,90,.1);border-color:var(--teal);}
/* CSS-only card header — always renders */
.svc-header{height:160px;position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:16px;}
.svc-header-overlay{position:absolute;inset:0;opacity:.18;transition:opacity .3s;}
.svc-card:hover .svc-header-overlay{opacity:.28;}
.svc-header-icon{font-size:48px;position:absolute;top:50%;left:50%;transform:translate(-50%,-60%);opacity:.35;transition:all .3s;}
.svc-card:hover .svc-header-icon{opacity:.55;transform:translate(-50%,-55%) scale(1.1);}
/* Each service gets unique gradient */
.svc-seo .svc-header{background:linear-gradient(135deg,#005a5a 0%,#007a7a 60%,#003d3d 100%);}
.svc-social .svc-header{background:linear-gradient(135deg,#1a3a3a 0%,#005a5a 50%,#c4963a 100%);}
.svc-web .svc-header{background:linear-gradient(135deg,#003d3d 0%,#005a5a 100%);}
.svc-design .svc-header{background:linear-gradient(135deg,#c4963a 0%,#8a6020 60%,#005a5a 100%);}
.svc-content .svc-header{background:linear-gradient(135deg,#2d4040 0%,#005a5a 60%,#e2c98a 100%);}
.svc-ads .svc-header{background:linear-gradient(135deg,#8a6020 0%,#c4963a 50%,#004848 100%);}
.svc-body{padding:22px 22px 20px;}
.svc-title{font-family:'Fraunces',serif;font-size:18px;font-weight:700;color:var(--dark);margin-bottom:7px;}
.svc-desc{font-size:13px;color:var(--muted);line-height:1.65;margin-bottom:16px;}
/* Expanding pill */
.expand-pill{height:32px;border-radius:9999px;background:var(--teal);display:flex;align-items:center;overflow:hidden;width:32px;transition:width .35s ease;cursor:pointer;}
.svc-card:hover .expand-pill{width:128px;}
.ep-ico{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.ep-ico svg{transition:transform .35s var(--ease);}
.svc-card:hover .ep-ico svg{transform:rotate(-45deg);}
.ep-txt{font-size:12px;font-weight:500;color:var(--white);white-space:nowrap;padding-right:14px;opacity:0;transition:opacity .2s ease .1s;}
.svc-card:hover .ep-txt{opacity:1;}/* End custom CSS */