/* Product pages and admin clones share a body class, independent of their slug.
   Keep palette and layout overrides inside content; the navbar uses shared CSS. */
/* Header palette aliases, same as the homepage and about pages; no layout rules. */
.product-page #header-placeholder {
  --off-white: #f7f7f5;
  --text-secondary: #666666;
  --text-light: #777777;
  --text-muted: #777777;
  --accent-hover: #0b1120;
}

.product-page :is(main, .footer, .modal) {
  --primary: #0b1120;
  --primary-light: #0b1120;
  --text: #0b1120;
  --text-secondary: #626262;
  --text-light: #626262;
  --text-muted: #737373;
  --accent: #fc6800;
  --accent-hover: #0b1120;
  --accent-muted: #fff0e5;
  --off-white: #f7f7f5;
  --surface: #f7f7f5;
  --light-gray: #f7f7f5;
  --border: #e5e5e5;
  --white: #ffffff;
  --radius: 12px;
  --product-space: 80px;
  color: #0b1120;
  background: #ffffff;
}

.product-page :is(main, .footer) .container { max-width: 1200px; }
.product-page :is(main, .footer, .modal) :is(h1, h2, h3, h4) { color: #0b1120; }
.product-page main > section { padding-block: var(--product-space); border: 0; }
.product-page main .section-header { margin-bottom: 36px; text-align: left; }
.product-page main .section-label {
  display: inline-block;
  margin-bottom: 20px;
  color: #626262;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.product-page main .section-label::before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  margin-bottom: 16px;
  background: #fc6800;
}
.product-page main :is(.section-header h2, .detail-list > h2, .product-cta h2) {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.035em;
}
.product-page main .product-hero { padding-block: 80px 64px; text-align: left; background: #f7f7f5; }
.product-page main .product-hero::before,
.product-page main .product-hero::after { content: none; }
.product-page main .product-hero-content {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 36px;
}
.product-page main .product-hero-copy, .product-page main .product-visual { min-width: 0; }
.product-page main .product-hero h1 { margin-bottom: 24px; font-size: 48px; font-weight: 700; line-height: 1.12; letter-spacing: -0.045em; }
html:is(:lang(en), :lang(de)) .product-page main .product-hero h1 {
  text-wrap: balance; overflow-wrap: anywhere; hyphens: auto;
}
.product-page main .product-hero-copy > p { margin: 0 0 30px; max-width: 520px; font-size: 17px; line-height: 1.8; color: #626262; }
.product-page main .product-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.product-page main .btn { min-height: 48px; border-radius: 8px; font-size: 13px; font-weight: 700; box-shadow: none; white-space: normal; text-align: center; }
.product-page main .btn-accent { color: #ffffff; background: #fc6800; border: 1px solid #fc6800; }
.product-page main .btn-accent:hover { background: #0b1120; border-color: #0b1120; transform: translateY(-2px); box-shadow: none; }
.product-page main .btn-outline { color: #0b1120; border: 1px solid #bcbcbc; background: transparent; }
.product-page main .btn-outline:hover { color: #0b1120; border-color: #fc6800; background: #ffffff; transform: translateY(-2px); box-shadow: none; }
.product-page main :is(a, button, input, select, textarea):focus-visible { outline: 2px solid #0b1120; outline-offset: 4px; }
.product-page main .product-bezel { padding: 7px; border: 1px solid #dedede; border-radius: 14px; background: #ffffff; }
.product-page main .product-showcase { display: block; width: 100%; min-width: 0; aspect-ratio: 16 / 10; height: auto; min-height: 0; margin: 0; padding: 0; overflow: hidden; border: 0; background: #f7f7f5; border-radius: 8px; opacity: 1 !important; transform: none !important; transition: none !important; }
.product-page main .product-showcase > :is(img, svg, object) { display: block; width: 100%; max-width: 100%; height: 100% !important; aspect-ratio: 16 / 10; object-fit: cover !important; filter: none; }
.product-page main .product-banner { display: block; width: 100%; }

.product-page main .product-hero .product-visual-caption { margin: 16px 0 0; color: #626262; font-size: 12px; line-height: 1.6; text-align: center; max-width: none; }
.product-page main .product-features { background: #ffffff; }
.product-page main .product-features-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.product-page main .feature-card { min-width: 0; padding: 28px; background: #ffffff; border: 1px solid #e5e5e5; border-radius: 12px; box-shadow: none; }
.product-page main .feature-card .feature-icon { width: 48px; height: 48px; margin-bottom: 24px; border-radius: 10px; color: #fc6800; background: #fff0e5; }
.product-page main .feature-icon svg, .product-page main .product-icon { display: block; width: 24px; height: 24px; flex: 0 0 24px; }
.product-page main .feature-icon svg { stroke: #fc6800; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.product-page main .feature-card h3 { margin-bottom: 12px; font-size: 17px; font-weight: 700; line-height: 1.5; }
.product-page main .feature-card p { color: #626262; font-size: 14px; line-height: 1.8; }
.product-page main .product-detail { background: #f7f7f5; }
.product-page main .product-detail-grid { display: block; }
.product-page main .detail-list { display: flex; flex-direction: column; align-items: flex-start; gap: 32px; }
.product-page main .product-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; width: 100%; }
.product-page main .product-benefit { min-width: 0; display: flex; flex-direction: column; gap: 20px; border-right: 1px solid #e5e5e5; padding-right: 28px; }
.product-page main .product-benefit:last-child { border-right: 0; padding-right: 0; }
.product-page main .detail-item { position: relative; display: block; padding-left: 32px; color: #626262; font-size: 14px; font-weight: 400; line-height: 1.8; }
.product-page main .detail-item + .detail-item { margin-top: 14px; }
/* The shared translator replaces detail-item children. CSS keeps its check visible in every language. */
.product-page main .detail-item::before { content: ""; position: absolute; left: 0; top: 1px; width: 24px; height: 24px; background: url('../images/illustrations/products/check.svg') center / 24px 24px no-repeat; }
.product-page main .detail-check { display: none; }
.product-page main .product-preserved-contact { order: 3; }
.product-page main .detail-list > .btn { margin-top: 0 !important; }
.product-page main :is(.product-page main .product-preserved-contact .btn, .detail-list > a[href^="tel:"]) { display: inline-flex; padding: 8px 0; min-height: 44px; border: 0; background: transparent; color: #0b1120; font-size: 13px; font-weight: 600; text-align: left; text-decoration: underline; text-underline-offset: 4px; transform: none; }
.product-page main .detail-list:has(> a[href^="tel:"]) .product-preserved-contact { display: none; }
.product-page main .detail-list > a[href="/#pricing-calc"] { background: #ffffff; color: #0b1120; border: 1px solid #bcbcbc; }
.product-page main .product-integrations { background: #ffffff; }
.product-page main .product-integration-layout { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 56px; align-items: center; }
.product-page main .product-integrations .section-header { margin: 0; }
.product-page main .product-logos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.product-page main .product-logo { min-width: 0; display: flex; align-items: center; justify-content: center; height: 96px; padding: 22px; background: #ffffff; border: 1px solid #e5e5e5; border-radius: 12px; }
.product-page main .product-logo img { max-width: 100%; object-fit: contain; filter: none; }
.product-page main .product-faq { background: #ffffff; }
.product-page main .product-integrations + .product-faq { background: #f7f7f5; }
.product-page main .product-faq-layout { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); align-items: start; gap: 56px; }
.product-page main .faq-list { min-width: 0; width: 100%; max-width: none; margin: 0; border: 1px solid #e5e5e5; border-radius: 12px; padding: 0 24px; background: #ffffff; box-shadow: none; }
.product-page main .faq-question { gap: 16px; padding-block: 24px; font-size: 15px; line-height: 1.6; }
.product-page main .faq-arrow { margin: 0; color: #fc6800; }
.product-page main .faq-answer p { font-size: 14px; line-height: 1.8; color: #626262; padding-bottom: 24px; }
.product-page main .faq-item.active .faq-answer { max-height: none; }
.product-page main .related-products { background: #f7f7f5; }
.product-page main .related-products > .container { display: block; }
/* The shared heading variant otherwise retains its 24px reveal offset after becoming visible. */
.product-page main .related-products .section-header.is-visible { transform: none; }
/* Override the shared grid's width cap and auto margins so cards align with the heading. */
.product-page main .related-grid { display: grid; width: 100%; max-width: none; margin: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 20px; }
.product-page main .related-card-new { min-width: 0; display: flex; flex-direction: column; padding: 28px; background: #ffffff; border: 1px solid #e5e5e5; border-radius: 12px; box-shadow: none; text-align: left; }
.product-page main .related-card-new h4 { margin: 0 0 12px; font-size: 18px; font-weight: 700; line-height: 1.5; letter-spacing: -0.02em; }
.product-page main .related-card-new p { margin: 0 0 24px; color: #626262; font-size: 14px; line-height: 1.8; }
.product-page main .related-cta { margin-top: auto; padding-top: 8px; color: #0b1120; font-size: 13px; font-weight: 700; }
.product-page main .related-show-more { margin-top: 32px; text-align: center; }
.product-page main .related-show-more .btn { min-height: 44px; }
.product-page main :is(.feature-card, .related-card-new) {
  /* Preserve shared reveal timing and stagger; hover uses its own translate. */
  transition-property: opacity, transform, filter, translate, border-color;
  transition-duration: 0.65s, 0.65s, 0.65s, 0.18s, 0.18s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1), cubic-bezier(0.16, 1, 0.3, 1), cubic-bezier(0.16, 1, 0.3, 1), ease, ease;
}
.product-page main :is(.feature-card, .related-card-new):hover { translate: 0 -2px; transform: none !important; border-color: #fc6800; box-shadow: none; }
.product-page main :is(.related-card-new::before, .related-card-new::after, .card-shine-glow, .shine-glow) { display: none; }
.product-page main .product-cta { padding-block: 64px; background: #fff0e5; color: #0b1120; text-align: left; }
.product-page main .product-cta > .container { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: center; }
.product-page main .product-cta h2 { max-width: 620px; }
.product-page main .product-cta p { margin: 18px 0 0; max-width: 600px; color: #626262; font-size: 15px; line-height: 1.8; }
.product-page main .product-cta .product-actions { justify-content: flex-end; }
.product-page .footer { background: #0b1120; }
.product-page .footer .footer-contact a { min-height: 44px; display: inline-flex; align-items: center; }
.product-page .footer .footer-col ul li a { display: inline-flex; align-items: center; min-height: 44px; }
.product-page .modal { border-radius: 12px; background: #ffffff; max-height: 90vh; overflow-y: auto; }
.product-page .modal .modal-header h3 { font-size: 24px; }
.product-page .modal .modal-form :is(input, select, textarea) { min-width: 0; border-color: #e5e5e5; }
.product-page .modal .modal-form :is(input, select, textarea):focus { border-color: #fc6800; box-shadow: 0 0 0 3px #fff0e5; }
.product-page .modal .btn-submit { background: #fc6800; border-color: #fc6800; color: #ffffff; }
.product-page .modal .success-icon { background: #fff0e5; color: #fc6800; }

/* All responsive changes, including intermediate sizes and motion, are scoped here. */
@media (min-width: 768px) and (max-width: 1023px) {
  .product-page main .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .product-page main .related-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 1024px) {
  .product-page main { --product-space: 64px; }
  .product-page main .product-hero-content { gap: 32px; }
  .product-page main .product-hero h1 { font-size: 40px; }
  .product-page main .product-hero-copy > p { font-size: 16px; }
  .product-page main .feature-card { padding: 24px; }
  .product-page main .product-benefits { gap: 24px; }
  .product-page main .product-benefit { padding-right: 20px; }
  .product-page main .product-integration-layout, .product-page main .product-faq-layout { gap: 32px; }
  .product-page main .product-cta > .container { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .product-page main .product-cta .product-actions { justify-content: flex-start; }
}
@media (max-width: 768px) {
  .product-page :is(main, .footer) .container { padding-inline: 24px; }
  .product-page main .product-hero { padding-block: 56px 48px; }
  .product-page main .product-hero-content { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .product-page main .product-hero h1 { font-size: 44px; max-width: 650px; }
  .product-page main .product-hero-copy > p { max-width: 600px; }
  .product-page main .product-visual { max-width: 620px; width: 100%; }
  .product-page main .product-features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-page main :is(.section-header h2, .detail-list > h2, .product-cta h2) { font-size: 30px; }
  .product-page main .product-benefits { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .product-page main .product-benefit { flex-direction: row; padding: 0 0 24px; border-right: 0; border-bottom: 1px solid #e5e5e5; }
  .product-page main .product-benefit:last-child { border: 0; padding: 0; }
  .product-page main .product-integration-layout, .product-page main .product-faq-layout { grid-template-columns: minmax(0, 1fr); }
  .product-page main .product-faq .section-header { margin-bottom: 0; }
}
@media (max-width: 600px) {
  .product-page main { --product-space: 52px; }
  .product-page :is(main, .footer) .container { padding-inline: 20px; }
  .product-page main .product-hero { padding-block: 48px 40px; }
  .product-page main .product-hero h1 { font-size: 36px; line-height: 1.15; margin-bottom: 20px; }
  .product-page main .product-hero-copy > p { margin-bottom: 24px; font-size: 15px; line-height: 1.8; }
  .product-page main .section-label { font-size: 10px; margin-bottom: 16px; }
  .product-page main .product-actions { gap: 10px; }
  .product-page main .product-actions .btn { flex: 1 1 140px; padding: 13px 12px; }
  .product-page main .product-bezel { padding: 8px; border-radius: 12px; }
  .product-page main .product-hero .product-visual-caption { margin-top: 12px; font-size: 11px; }
  .product-page main .product-features-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .product-page main .section-header { margin-bottom: 28px; }
  .product-page main :is(.section-header h2, .detail-list > h2, .product-cta h2) { font-size: 28px; }
  .product-page main .feature-card { padding: 24px; }
  .product-page main .feature-card .feature-icon { margin-bottom: 20px; }
  .product-page main .detail-list { gap: 28px; }
  .product-page main .product-benefit { gap: 16px; }
  .product-page main .detail-item { padding-left: 0; }
  .product-page main .detail-item::before { display: none; }
  .product-page main .faq-list { padding-inline: 20px; }
  .product-page main .faq-question { padding-block: 20px; font-size: 14px; }
  html:lang(de)[data-page="ticari"] .product-page main .faq-question { font-size: 13px; }
  .product-page main .product-logo { height: 84px; padding: 16px; }
  .product-page main .product-cta { padding-block: 48px; }
  .product-page .modal { padding: 24px; max-width: calc(100% - 24px); }
  .product-page .modal .form-row { grid-template-columns: minmax(0, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  .product-page main :is(.feature-card, .related-card-new, .btn, .faq-arrow) { transition: none !important; animation: none !important; }
  .product-page main :is(.feature-card, .related-card-new, .btn):hover { translate: none; transform: none !important; }
}


/* Product-specific groups keep the existing compatibility section. */
.product-page main .product-integration-layout { display: block; }
.product-page main .product-integrations .section-header { margin-bottom: 36px; max-width: 620px; }
.product-page main .product-partner-groups { display: grid; gap: 28px; }
.product-page main .product-partner-group h3 { margin: 0 0 14px; font-size: 14px; font-weight: 700; }
.product-page main .product-logos { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.product-page main .product-logo { height: 108px; flex-direction: column; gap: 10px; padding: 16px; border: 1px solid #e5e5e5; border-radius: 8px; transition: border-color .15s; }
.product-page main .product-logo img { width: 136px; height: 44px; max-width: 100%; object-fit: contain; filter: none; mix-blend-mode: normal; }
.product-page main .product-logo span { color: #626262; font-size: 11px; text-align: center; line-height: 1.3; }
.product-page main .product-logo:hover { border-color: #fc6800; }

.product-page .modal .modal-close { min-width: 44px; min-height: 44px; }
.product-page .footer :is(.social-links a, .footer-bottom a) { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; }
@media (max-width: 1100px) {
  .product-page main .product-hero-content { grid-template-columns: minmax(0, 1fr); }
  .product-page main .product-visual { max-width: none; width: 100%; }
  .product-page main .product-hero-copy > p { max-width: 680px; }
}
@media (max-width: 600px) {
  .product-page main .product-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product-page main .product-logo { height: 100px; padding: 12px; }
  .product-page main .product-logo span { font-size: 10px; }
}
