/* OWTS™ sales page — light dabce.se visual system */

html { scroll-behavior: smooth; }

.owts-page {
  color: #000;
  background: #fff;
  overflow-x: hidden;
}

/* Hero */
.owts-page .hero_area {
  height: auto !important;
  min-height: 0 !important;
  background: none !important;
}
.owts-page .slider_section {
  position: relative;
  height: auto !important;
  min-height: 0 !important;
  display: block !important;
  padding: 48px 20px 56px !important;
  overflow: hidden;
  background: #111;
}
.owts-page .slider_section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/images/DABCE_bg.jpg) center / cover no-repeat;
  z-index: 0;
}
.owts-page .header_section .container,
.owts-page .slider_section .container,
.owts-page .footer_section .container,
.owts-page .cfg-wrap {
  max-width: 1120px;
}
.owts-page .slider_section .container {
  position: relative;
  z-index: 1;
}
.owts-page .slider_section .row {
  margin-left: 0;
  margin-right: 0;
}
.owts-page .slider_section [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.owts-page .slider_section .detail-box {
  background: rgba(0, 0, 0, 0.45);
  padding: 22px 24px;
  color: #fff;
  max-width: none;
  border-radius: 12px;
}
.owts-page .slider_section h1 {
  color: #00B4D8;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.15;
  font-weight: 800;
  margin: 0 0 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.owts-page .hero-product {
  font-weight: 400;
  color: #fff;
  margin: 0 0 22px;
  font-size: 1.05rem;
  line-height: 1.45;
}
.owts-page .slider_section .detail-box p {
  color: #fff;
  max-width: 42rem;
  line-height: 1.45;
}

/* Buttons */
.owts-page .btn-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.owts-page .btn-box .btn_url {
  margin: 0;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  background: #22C55E;
  border: 1px solid #22C55E;
  color: #fff !important;
  text-decoration: none;
}
.owts-page .btn-box .btn_url::after { content: " →"; }
.owts-page .btn-box .btn_url:hover {
  background: #16a34a;
  border-color: #16a34a;
  color: #fff !important;
}
.owts-page .btn-box .btn_url.ghost {
  background: transparent;
  border: 1.5px solid #22C55E;
  color: #fff !important;
}
.owts-page .btn-box .btn_url.ghost:hover {
  background: rgba(34, 197, 94, 0.16);
  color: #fff !important;
}
.owts-page #contact .btn_url,
.owts-page a.btn_url:not(.ghost) {
  background: #22C55E;
  border-color: #22C55E;
  color: #fff;
}

/* Page body */
.owts-main {
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.owts-page .section {
  padding: 48px 20px;
}
.owts-page .owts-main > .section:nth-of-type(even) {
  background: #F4F7F8;
}
.owts-page .cfg-wrap {
  margin-left: auto;
  margin-right: auto;
}
.owts-page .what-lead {
  font-size: 1.35rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 16px;
}
.owts-page .section h2 {
  font-size: 1.45rem;
  font-weight: 700;
  margin: 0 0 14px;
  color: #000;
}
.owts-page .section h3 {
  font-size: 1.08rem;
  font-weight: 700;
  margin: 22px 0 8px;
  color: #111;
}
.owts-page .section p { margin: 0 0 14px; line-height: 1.6; color: #111; }
.owts-page .section a { color: #00B4D8; }
.owts-page .plain-list {
  margin: 0 0 16px;
  padding-left: 1.2rem;
}
.owts-page .plain-list li { margin: 0 0 7px; line-height: 1.5; }

/* How-it-works as light cards (existing h3+p only) */
.owts-page #how h3 {
  background: #EEF1F3;
  border-radius: 12px 12px 0 0;
  padding: 14px 16px 6px;
  margin: 20px 0 0;
  box-shadow: 0 1px 2px rgba(0,0,0,.06);
}
.owts-page #how h3 + p {
  background: #EEF1F3;
  border-radius: 0 0 12px 12px;
  padding: 0 16px 14px;
  margin-bottom: 8px;
  box-shadow: 0 1px 2px rgba(0,0,0,.06);
}

.owts-page .spec-scroll { overflow-x: auto; margin: 0 0 1.4rem; -webkit-overflow-scrolling: touch; }
.owts-page .spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  background: #EEF1F3;
  min-width: 320px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0,0,0,.06);
}
.owts-page .spec-table--wide { min-width: 560px; }
.owts-page .spec-table th,
.owts-page .spec-table td {
  text-align: left;
  padding: 0.7rem 0.8rem;
  border-bottom: 1px solid #e4e8ec;
  vertical-align: top;
}
.owts-page .spec-table thead th {
  background: #000;
  color: #fff;
  font-weight: 600;
  border-bottom: 0;
}
.owts-page .spec-table tbody tr:nth-child(even) { background: #e8ecee; }
.owts-page .spec-table td:first-child { font-weight: 600; color: #111; width: 34%; }

.owts-page .photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 20px 0 4px;
}
.owts-page .photo-grid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  background: #EEF1F3;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0,0,0,.06);
}

.owts-page .spec-figure {
  margin: 16px 0 22px;
  padding: 12px 16px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0,0,0,.06);
}
.owts-page .spec-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.owts-page .spec-figure--photo {
  padding: 0;
  overflow: hidden;
}
.owts-page .spec-figure--photo img {
  object-fit: cover;
}
.owts-page .spec-figure figcaption {
  margin: 0;
  padding: 10px 12px 12px;
  font-size: 0.88rem;
  color: #2c2c2c;
}

.owts-page #faq h3 { color: #000; }
.owts-page .footer_section {
  background: #000;
  color: #fff;
  margin-top: 0;
  padding: 8px 0;
}
.owts-page .footer_section a { color: inherit; }

@media (max-width: 767px) {
  .owts-page .slider_section { padding: 32px 16px 40px !important; }
  .owts-page .slider_section .detail-box { padding: 16px; }
  .owts-page .slider_section h1 { font-size: 1.55rem; }
  .owts-page .photo-grid { grid-template-columns: 1fr; }
  .owts-page .photo-grid img { height: 200px; }
  .owts-page .btn-box {
    flex-direction: column;
    align-items: stretch;
  }
  .owts-page .btn-box .btn_url {
    display: block;
    width: 100%;
    text-align: center;
  }
}
