.shopware-page {
  --audit-lime: #b7ff00;
  --shopware-ink: #080d10;
  --shopware-panel: #10171a;
  --shopware-line: #dfe5e5;
  --shopware-lime: #b7ff00;
  background: #f5f7f6;
  color: #0b1114;
  overflow-x: hidden;
}

.shopware-page::before { display: none; }

.shopware-page main {
  background: #f5f7f6;
  color: #0b1114;
}

.shopware-hero {
  background: #030708;
  color: #fff;
  min-height: 720px;
  overflow: hidden;
  position: relative;
}

.shopware-hero::after {
  background: linear-gradient(90deg, rgba(2, 6, 8, 1) 0%, rgba(2, 6, 8, 0.96) 32%, rgba(2, 6, 8, 0.42) 58%, rgba(2, 6, 8, 0.08) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.shopware-hero-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.shopware-hero-inner {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1440px;
  min-height: 720px;
  padding: 72px 72px 82px;
  position: relative;
  z-index: 2;
}

.shopware-hero-copy { max-width: 690px; }

.shopware-eyebrow,
.shopware-section-head > p,
.shopware-dark-copy > p,
.shopware-cta > div > p {
  color: #709408;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.shopware-eyebrow { color: var(--shopware-lime); margin-bottom: 22px; }

.shopware-hero h1 {
  color: #fff;
  font-size: 68px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
  max-width: 680px;
}

.shopware-hero h1 span { color: var(--shopware-lime); }

.shopware-lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.65;
  margin-top: 26px;
  max-width: 640px;
}

.shopware-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.shopware-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 850;
  gap: 12px;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
}

.shopware-button svg { height: 18px; width: 18px; }

.shopware-button.primary {
  background: var(--shopware-lime);
  color: #071004;
}

.shopware-button.primary:hover { background: #c8ff3f; }

.shopware-button.secondary {
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
}

.shopware-button.secondary:hover { border-color: var(--shopware-lime); color: var(--shopware-lime); }

.shopware-proof {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 52px;
  max-width: 680px;
}

.shopware-proof span {
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.76);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 9px;
  line-height: 1.45;
}

.shopware-proof svg {
  color: var(--shopware-lime);
  flex: 0 0 auto;
  height: 19px;
  width: 19px;
}

.shopware-band,
.shopware-section,
.shopware-faq {
  margin: 0 auto;
  max-width: 1440px;
  padding: 72px;
}

.shopware-band { background: #fff; max-width: none; }

.shopware-section-head { max-width: 760px; }

.shopware-section-head.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.shopware-section-head h2,
.shopware-dark-copy h2,
.shopware-cta h2 {
  color: #0a1013;
  font-size: 42px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
  margin-top: 12px;
}

.shopware-section-head > span {
  color: #5b6668;
  display: block;
  font-size: 16px;
  line-height: 1.65;
  margin-top: 16px;
}

.shopware-symptoms .shopware-section-head { margin: 0 auto; text-align: center; }

.shopware-symptom-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 44px auto 0;
  max-width: 1280px;
}

.shopware-symptom-grid article {
  align-content: start;
  border-left: 1px solid var(--shopware-line);
  display: grid;
  gap: 10px;
  min-height: 150px;
  padding: 8px 28px;
  text-align: center;
}

.shopware-symptom-grid article:first-child { border-left: 0; }
.shopware-symptom-grid svg { color: #87ad0b; height: 32px; justify-self: center; width: 32px; }
.shopware-symptom-grid strong { font-size: 15px; line-height: 1.35; }
.shopware-symptom-grid span { color: #697274; font-size: 13px; line-height: 1.55; }

.shopware-service-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.shopware-service-grid article {
  background: #fff;
  border: 1px solid var(--shopware-line);
  border-radius: 6px;
  min-height: 236px;
  padding: 30px;
}

.shopware-service-grid article > svg {
  color: #80a607;
  height: 34px;
  margin-bottom: 28px;
  width: 34px;
}

.shopware-service-grid h3 { color: #0a1013; font-size: 20px; font-weight: 820; line-height: 1.25; }
.shopware-service-grid p { color: #5f696b; font-size: 14px; line-height: 1.65; margin-top: 12px; }

.shopware-service-grid a,
.shopware-outcome-layout aside a {
  align-items: center;
  color: #668500;
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  gap: 8px;
  margin-top: 20px;
}

.shopware-service-grid a svg,
.shopware-outcome-layout aside a svg { height: 15px; width: 15px; }

.shopware-dark-band {
  background: #080d10;
  color: #fff;
  display: grid;
  gap: 90px;
  grid-template-columns: 0.85fr 1.15fr;
  margin: 0 auto;
  max-width: none;
  padding: 82px max(72px, calc((100vw - 1296px) / 2));
}

.shopware-dark-copy h2 { color: #fff; }
.shopware-dark-copy h2 span { color: var(--shopware-lime); }
.shopware-dark-copy > p:first-child { color: var(--shopware-lime); }
.shopware-dark-copy > p:last-child { color: rgba(255, 255, 255, 0.7); font-size: 16px; line-height: 1.7; margin-top: 22px; }

.shopware-decision-list { display: grid; }

.shopware-decision-list article {
  align-items: start;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 24px;
  grid-template-columns: 48px 1fr;
  padding: 22px 0;
}

.shopware-decision-list article:first-child { border-top: 0; padding-top: 0; }
.shopware-decision-list article > span { color: var(--shopware-lime); font-size: 13px; font-weight: 900; padding-top: 3px; }
.shopware-decision-list h3 { color: #fff; font-size: 18px; font-weight: 820; }
.shopware-decision-list p { color: rgba(255, 255, 255, 0.66); font-size: 14px; line-height: 1.6; margin-top: 7px; }

.shopware-outcomes { background: #fff; max-width: none; padding-left: max(72px, calc((100vw - 1296px) / 2)); padding-right: max(72px, calc((100vw - 1296px) / 2)); }

.shopware-outcome-layout {
  align-items: stretch;
  display: grid;
  gap: 48px;
  grid-template-columns: 1.2fr 0.8fr;
  margin-top: 40px;
}

.shopware-outcome-layout ul { display: grid; gap: 0; list-style: none; margin: 0; padding: 0; }

.shopware-outcome-layout li {
  align-items: center;
  border-top: 1px solid var(--shopware-line);
  color: #20292b;
  display: flex;
  font-size: 15px;
  gap: 13px;
  line-height: 1.5;
  padding: 17px 0;
}

.shopware-outcome-layout li:first-child { border-top: 0; }
.shopware-outcome-layout li svg { background: var(--shopware-lime); border-radius: 999px; color: #071004; flex: 0 0 auto; height: 19px; padding: 3px; width: 19px; }

.shopware-outcome-layout aside {
  background: #eef2f0;
  border-left: 3px solid var(--shopware-lime);
  padding: 34px;
}

.shopware-outcome-layout aside > svg { color: #719307; height: 36px; width: 36px; }
.shopware-outcome-layout aside h3 { font-size: 21px; margin-top: 24px; }
.shopware-outcome-layout aside p { color: #596466; font-size: 14px; line-height: 1.7; margin-top: 12px; }

.shopware-process-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 44px;
}

.shopware-process-grid.five { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.shopware-process-grid article {
  border-top: 2px solid #9bc90b;
  min-height: 184px;
  padding: 24px 18px 18px 0;
}

.shopware-process-grid article > span { color: #759906; font-size: 13px; font-weight: 900; }
.shopware-process-grid h3 { font-size: 18px; margin-top: 22px; }
.shopware-process-grid p { color: #667173; font-size: 13px; line-height: 1.6; margin-top: 10px; }

.shopware-faq { background: #eef2f0; max-width: none; padding-left: max(72px, calc((100vw - 1296px) / 2)); padding-right: max(72px, calc((100vw - 1296px) / 2)); }

.shopware-faq-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 42px;
}

.shopware-faq details {
  align-self: start;
  background: #fff;
  border: 1px solid #dbe1df;
  border-radius: 6px;
  padding: 0 22px;
}

.shopware-faq summary {
  align-items: center;
  color: #101719;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  gap: 18px;
  justify-content: space-between;
  line-height: 1.4;
  list-style: none;
  min-height: 68px;
}

.shopware-faq summary::-webkit-details-marker { display: none; }
.shopware-faq summary svg { color: #749908; flex: 0 0 auto; height: 18px; width: 18px; }
.shopware-faq details[open] summary svg { transform: rotate(45deg); }
.shopware-faq details p { color: #5d686a; font-size: 14px; line-height: 1.7; padding: 0 0 22px; }

.shopware-cta {
  align-items: center;
  background: #0a0f11;
  color: #fff;
  display: grid;
  gap: 44px;
  grid-template-columns: 1fr auto;
  margin: 0 auto;
  max-width: none;
  padding: 52px max(72px, calc((100vw - 1296px) / 2));
}

.shopware-cta > div > p { color: var(--shopware-lime); }
.shopware-cta h2 { color: #fff; font-size: 32px; margin-top: 10px; }
.shopware-cta > div > span { color: rgba(255, 255, 255, 0.7); display: block; font-size: 15px; line-height: 1.55; margin-top: 10px; max-width: 780px; }
.shopware-cta .shopware-button { min-width: 210px; }

.shopware-consultation { --lime: var(--shopware-lime); }
.shopware-consultation .consultation-intro { top: auto; }

.shopware-page .odoo-audit-footer { --audit-lime: var(--shopware-lime); }

@media (max-width: 1100px) {
  .shopware-hero { min-height: 660px; }
  .shopware-hero-inner { min-height: 660px; padding: 60px 44px 68px; }
  .shopware-hero h1 { font-size: 54px; max-width: 570px; }
  .shopware-lead { font-size: 17px; max-width: 560px; }
  .shopware-band, .shopware-section, .shopware-faq { padding: 62px 44px; }
  .shopware-dark-band, .shopware-cta { padding-left: 44px; padding-right: 44px; }
  .shopware-outcomes, .shopware-faq { padding-left: 44px; padding-right: 44px; }
  .shopware-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shopware-symptom-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .shopware-symptom-grid article:nth-child(4) { border-left: 0; }
  .shopware-process-grid.five { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .shopware-hero { min-height: 0; }
  .shopware-hero::after { background: linear-gradient(180deg, rgba(2, 6, 8, 1) 0%, rgba(2, 6, 8, 0.94) 56%, rgba(2, 6, 8, 0.18) 100%); }
  .shopware-hero-image { object-position: 72% center; }
  .shopware-hero-inner { align-items: start; min-height: 760px; padding: 52px 24px 320px; }
  .shopware-hero-copy { max-width: none; width: 100%; }
  .shopware-eyebrow { margin-bottom: 16px; }
  .shopware-hero h1 { font-size: 42px; max-width: 540px; }
  .shopware-lead { font-size: 16px; line-height: 1.58; margin-top: 20px; }
  .shopware-actions { margin-top: 26px; }
  .shopware-button { width: 100%; }
  .shopware-proof { gap: 12px; grid-template-columns: 1fr; margin-top: 28px; }
  .shopware-band, .shopware-section, .shopware-faq { padding: 52px 24px; }
  .shopware-section-head h2, .shopware-dark-copy h2 { font-size: 34px; }
  .shopware-symptom-grid, .shopware-service-grid, .shopware-process-grid, .shopware-process-grid.five, .shopware-faq-grid { grid-template-columns: 1fr; }
  .shopware-symptom-grid { gap: 0; margin-top: 30px; }
  .shopware-symptom-grid article, .shopware-symptom-grid article:nth-child(4) { align-items: start; border-left: 0; border-top: 1px solid var(--shopware-line); grid-template-columns: 42px 1fr; justify-items: start; min-height: 0; padding: 20px 0; text-align: left; }
  .shopware-symptom-grid article:first-child { border-top: 0; }
  .shopware-symptom-grid svg { grid-row: 1 / span 2; justify-self: start; }
  .shopware-service-grid article { min-height: 0; padding: 26px; }
  .shopware-dark-band { gap: 48px; grid-template-columns: 1fr; padding: 58px 24px; }
  .shopware-outcomes, .shopware-faq { padding-left: 24px; padding-right: 24px; }
  .shopware-outcome-layout { gap: 30px; grid-template-columns: 1fr; }
  .shopware-process-grid article { min-height: 0; }
  .shopware-cta { grid-template-columns: 1fr; padding: 44px 24px; }
  .shopware-cta h2 { font-size: 28px; }
}

@media (max-width: 420px) {
  .shopware-hero-inner { min-height: 790px; padding-bottom: 300px; }
  .shopware-hero h1 { font-size: 36px; }
  .shopware-section-head h2, .shopware-dark-copy h2 { font-size: 30px; }
  .shopware-actions { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .shopware-page *, .shopware-page *::before, .shopware-page *::after { scroll-behavior: auto !important; transition: none !important; }
}
