/* v12: mobile menu, industries page, FAQ, form additions and safe reveal. */
.mobile-nav { display: none; position: relative; margin-left: auto; }
.mobile-nav summary { list-style: none; min-height: 42px; display: inline-flex; align-items: center; padding: .55rem 1rem; border: 1px solid var(--border); border-radius: 999px; font-size: .84rem; font-weight: 800; cursor: pointer; background: #fff; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary::after { content: "▾"; margin-left: .4rem; font-size: .7rem; }
.mobile-nav[open] summary::after { content: "▴"; }
.mobile-nav nav { position: absolute; right: 0; top: calc(100% + 10px); width: min(240px, calc(100vw - 40px)); display: flex; flex-direction: column; padding: 8px; background: #fff; border: 1px solid var(--border); border-radius: 18px; box-shadow: 0 18px 40px rgba(7,16,20,.12); z-index: 120; }
.mobile-nav nav a { padding: 12px 14px; border-radius: 12px; font-weight: 700; }
.mobile-nav nav a:hover, .mobile-nav nav a[aria-current="page"], .desktop-nav a[aria-current="page"] { color: var(--green); }
.mobile-nav nav a:hover { background: #f1f5ef; }
@media (max-width: 800px) {
  .mobile-nav { display: block; }
  .header-inner { gap: .6rem; }
  .header-cta { flex-shrink: 0; }
}
@media (max-width: 380px) {
  .header-cta { font-size: .76rem; padding: .55rem .75rem; }
  .mobile-nav summary { padding: .5rem .75rem; }
  .wordmark { font-size: 1.05rem; }
}

/* Medium-size H2 where the page has many headings. Semantics stay in HTML. */
.h2-medium, .niche-card h2 { font-size: clamp(1.6rem, 2.6vw, 2.3rem); letter-spacing: -.03em; line-height: 1.12; }
.niche-card h2 { font-size: clamp(1.3rem, 2vw, 1.6rem); margin-bottom: .8rem; }

.value-grid.three { grid-template-columns: repeat(3, 1fr); }
.value-grid.three .value-card { min-height: 220px; }
.services-benefits { padding-top: 0; }

/* Industries teaser and end CTA */
.teaser-card { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 5vw, 5rem); align-items: center; padding: clamp(1.5rem, 4vw, 3.5rem); background: #fff; border: 1px solid var(--border); border-radius: var(--radius); }
.teaser-card p:not(.eyebrow) { color: var(--muted); margin-bottom: 0; }
.chip-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 1.25rem; padding: 0; list-style: none; }
.chip-list a { display: inline-flex; min-height: 40px; align-items: center; padding: .45rem .95rem; border: 1px solid var(--border); border-radius: 999px; background: var(--bg); font-size: .88rem; font-weight: 750; }
.chip-list a:hover { border-color: var(--green); color: var(--green); }
.industries-teaser { padding-top: 0; background: #fff; }
.button-ghost { border-color: var(--border); background: #fff; color: var(--ink); }

/* Industries page */
.page-hero { background: var(--green); color: #fff; padding-block: clamp(2.5rem, 6vw, 5rem); }
.page-hero h1 { font-size: clamp(2.3rem, 5vw, 4.2rem); margin-bottom: 1.2rem; max-width: 900px; }
.page-hero .hero-lead { margin-bottom: 0; }
.breadcrumb { margin-bottom: 1.5rem; font-size: .85rem; color: rgba(255,255,255,.7); }
.breadcrumb a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.jump-nav { background: #fff; border-bottom: 1px solid var(--border); padding-block: 16px 8px; }
.jump-nav .chip-list { margin-bottom: 8px; }
.niche-section { background: var(--bg); }
.niche-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.niche-card { display: flex; flex-direction: column; padding: clamp(1.25rem, 3vw, 2rem); background: #fff; border: 1px solid var(--border); border-radius: var(--radius); scroll-margin-top: calc(var(--header) + 20px); }
.niche-card > p { color: var(--muted); }
.check-list { margin: 0 0 1rem; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 6px 0 6px 28px; font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 7px; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: #e8f6e6; color: var(--green); font-size: .7rem; font-weight: 900; }
.niche-card .text-link { margin-top: auto; }
.niche-note, .shop-small { font-size: .88rem; }
.niche-card .niche-note { margin: 0; }
.shop-section { background: #fff; scroll-margin-top: calc(var(--header) + 20px); }
.shop-list-title { font-weight: 800; margin-bottom: .25rem; }
.shop-card .shop-small { color: rgba(255,255,255,.7); margin: 1rem 0 0; }
.shop-card h2 { color: #fff; }
.end-cta { background: var(--bg); }

/* Pricing additions */
.price-card .price-note { color: #fff !important; font-weight: 700; }
.price-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: 1rem; }
.price-actions .button { margin-top: 0 !important; }
.light-link { color: var(--lime); }

/* FAQ */
.faq { background: var(--bg); padding-bottom: 0; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(1.5rem, 6vw, 6rem); align-items: start; }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; gap: 1rem; padding: 18px 0; font-weight: 800; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--green); font-size: 1.3rem; line-height: 1; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { margin: 0 0 18px; color: var(--muted); max-width: 640px; }

/* Contact form additions */
.contact-form select { width: 100%; height: 52px; border: 1px solid var(--border); border-radius: 14px; background: #fafaf7; padding: 0 15px; color: var(--ink); font: inherit; }
.contact-form select:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 4px rgba(11,77,62,.1); }
.form-status:empty { display: none; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .84rem; }
.form-note a { color: var(--green); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }

/* Legal and 404 */
.legal-body { max-width: 760px; }
.legal-body h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); margin-bottom: 1rem; }
.legal-body h2 { font-size: 1.35rem; letter-spacing: -.02em; margin: 2rem 0 .6rem; }
.legal-body p { color: #303936; }
.legal-body a:not(.button) { color: var(--green); text-decoration: underline; }
.legal-lang, .legal-updated { color: var(--muted) !important; font-size: .88rem; }

@media (max-width: 1024px) {
  .value-grid.three { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 800px) {
  .teaser-card, .faq-grid, .niche-grid { grid-template-columns: 1fr; }
  .value-grid.three { grid-template-columns: 1fr; }
  .value-grid.three .value-card { min-height: 0; }
  .niche-grid { gap: 12px; }
  .jump-nav .chip-list { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; }
  .jump-nav .chip-list li { flex: 0 0 auto; }
  .jump-nav .chip-list::-webkit-scrollbar { display: none; }
  .faq { padding-bottom: 0; }
}
/* v14: tighter gap between FAQ heading and questions */
.faq .section-heading { margin-bottom: 0; }
.faq-list summary { padding: 14px 0; }
@media (max-width: 800px) {
  .faq-grid { gap: .5rem; }
  .faq .section-heading h2 { margin-bottom: 0; }
}
.price-card .price-vat { margin: -.6rem 0 1rem; color: var(--lime) !important; font-weight: 800; font-size: .95rem !important; }
/* v16: stable mobile header in all languages */
.wordmark { white-space: nowrap; flex-shrink: 0; }
.header-cta { white-space: nowrap; }
@media (max-width: 800px) {
  .header-inner { position: relative; }
  .mobile-nav { position: static; }
  .mobile-nav nav { right: 0; left: auto; top: calc(100% - 4px); }
}
@media (max-width: 440px) {
  .header-inner { gap: .45rem; }
  .wordmark { font-size: 1.05rem; letter-spacing: .1em; }
  .header-cta { font-size: .78rem; padding: .55rem .8rem; min-height: 40px; }
  .header-cta span { display: none; }
  .mobile-nav summary { padding: .5rem .8rem; min-height: 40px; }
}
/* v17: menu anchored to the screen edge, independent of <details> positioning (Safari) */
@media (max-width: 800px) {
  .mobile-nav nav { position: fixed; top: calc(var(--header) + 6px); right: 20px; left: auto; width: min(260px, calc(100vw - 40px)); }
  .site-header .wordmark { display: inline-flex; align-items: center; white-space: nowrap; }
  .site-header .wordmark::after { flex: 0 0 auto; }
}
/* v18: SEO landing pages and price page */
.lp-section { padding-block: clamp(2rem, 5vw, 3.5rem); background: var(--bg); }
.lp-section.lp-alt { background: #fff; }
.lp-body { max-width: 880px; }
.lp-body > p, .lp-body li { font-size: 1.02rem; }
.lp-body > p { color: #303936; max-width: 720px; }
.lp-body a:not(.text-link):not(.button) { color: var(--green); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.lp-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 1rem; }
.lp-cards .niche-card { padding: 1.25rem 1.4rem; }
.lp-cards h3 { font-size: 1.1rem; letter-spacing: -.02em; margin-bottom: .5rem; }
.lp-cards p { margin: 0; color: var(--muted); }
.lp-alt .lp-cards .niche-card { background: var(--bg); }
.lp-actions { margin-top: 1.5rem; }
.lp-steps { margin: 0; padding-left: 1.2rem; }
.lp-steps li { margin-bottom: .6rem; }
.lp-small { color: var(--muted) !important; font-size: .9rem !important; margin-top: .8rem; }
.lp-price { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem 2rem; margin-top: 1rem; padding: 1.4rem 1.6rem; border-radius: var(--radius-sm); background: var(--green); color: #fff; }
.lp-price p { margin: 0; }
.lp-price-big { font-size: clamp(1.6rem, 4vw, 2.2rem); font-weight: 900; letter-spacing: -.03em; line-height: 1.1; }
.lp-price-big small { font-size: .95rem; font-weight: 800; color: var(--lime); letter-spacing: 0; }
.lp-price-sub { margin-top: .35rem !important; color: rgba(255,255,255,.78); font-size: .92rem; }
.lp-price .text-link { color: var(--lime); }
.table-wrap { overflow-x: auto; margin-top: 1rem; border: 1px solid var(--border); border-radius: var(--radius-sm); background: #fff; }
.price-table { width: 100%; min-width: 460px; border-collapse: collapse; font-size: .96rem; }
.price-table th, .price-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--border); vertical-align: top; }
.price-table thead th { font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); background: var(--bg); }
.price-table tbody th { font-weight: 750; }
.price-table tbody tr:last-child th, .price-table tbody tr:last-child td { border-bottom: 0; }
.price-table td { white-space: nowrap; }
.lp-faq { background: var(--bg); padding-block: clamp(2rem, 5vw, 3.5rem); }
.lang-note { margin-block: 0; padding-block: 14px; color: var(--muted); font-size: .8rem; text-align: center; }
.landing .end-cta { padding-bottom: clamp(2rem, 5vw, 3.5rem); }
.landing .end-cta .button-row { flex-wrap: wrap; }
.niche-more { margin-top: .6rem; }
@media (max-width: 800px) {
  .lp-cards { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .price-table { min-width: 0; font-size: .88rem; }
  .price-table th, .price-table td { padding: 12px 10px; }
  .price-table td { white-space: normal; }
}
