/*
Theme Name: BIBA Elektrik ve Metal
Theme URI: https://bibaelektrik.com.tr/
Author: BIBA
Author URI: https://bibaelektrik.com.tr/
Description: BIBA Elektrik ve Metal için katalog, ürün, hesaplama aracı ve teklif odaklı kurumsal WordPress teması.
Version: 1.6.9
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: biba-elektrik-metal
*/

:root {
  --biba-blue: #071f4a;
  --biba-blue-2: #0b2f6f;
  --biba-ink: #061834;
  --biba-muted: #657086;
  --biba-orange: #ff6519;
  --biba-orange-2: #d94c10;
  --biba-copper: #c66b39;
  --biba-line: #dfe5ef;
  --biba-soft: #f5f7fb;
  --biba-white: #ffffff;
  --biba-shadow: 0 18px 50px rgba(7, 31, 74, 0.13);
  --biba-radius: 8px;
  --biba-font: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--biba-white);
  color: var(--biba-ink);
  font-family: var(--biba-font);
  font-size: 14px;
  line-height: 1.45;
}

body,
body * {
  font-family: var(--biba-font) !important;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.biba-shell {
  background: #fff;
  min-height: 100vh;
}

.biba-container {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 28px;
}

.biba-header {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(7, 31, 74, 0.08);
  position: sticky;
  top: 0;
  z-index: 50;
}

.admin-bar .biba-header {
  top: 32px;
}

.biba-header__inner {
  align-items: center;
  display: flex;
  gap: 18px;
  height: 76px;
}

.biba-logo {
  align-items: center;
  display: flex;
  flex: 0 0 190px;
}

.biba-logo img {
  max-height: 85px;
  object-fit: contain;
  object-position: left center;
  width: 190px;
}

.biba-nav {
  flex: 1 1 auto;
  min-width: 0;
}

.biba-nav ul {
  align-items: center;
  display: flex;
  gap: 2px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.biba-nav > ul > li {
  align-items: center;
  display: flex;
  min-width: 0;
}

.biba-nav > ul > li:not(:last-child)::after {
  background: var(--biba-orange);
  clip-path: polygon(55% 0, 18% 52%, 46% 52%, 30% 100%, 82% 40%, 54% 40%);
  content: "";
  flex: 0 0 5px;
  height: 9px;
  margin: 0 1px;
  width: 5px;
}

.biba-nav a {
  border-radius: 6px;
  color: #061b3e;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 9px 5px;
  text-transform: none;
  white-space: nowrap;
}

.biba-nav .current-menu-item > a,
.biba-nav a:hover,
.biba-nav a:focus {
  color: var(--biba-orange);
}

.biba-header__actions {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-left: auto;
}

.biba-btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  gap: 9px;
  justify-content: center;
  line-height: 1;
  min-height: 42px;
  padding: 0 16px;
  text-transform: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
  white-space: nowrap;
}

.biba-btn svg {
  height: 18px;
  width: 18px;
}

.biba-btn:hover,
.biba-btn:focus {
  box-shadow: 0 12px 22px rgba(7, 31, 74, 0.16);
  transform: translateY(-1px);
}

.biba-btn--blue {
  background: var(--biba-blue);
  color: var(--biba-white);
}

.biba-btn--orange {
  background: var(--biba-orange);
  color: var(--biba-white);
}

.biba-btn--outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.82);
  color: var(--biba-white);
}

.biba-language {
  align-items: center;
  border-left: 1px solid var(--biba-line);
  color: #061b3e;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 4px;
  margin-left: 2px;
  padding-left: 8px;
}

.biba-language a {
  border-radius: 999px;
  color: var(--biba-blue);
  padding: 5px 7px;
}

.biba-language a.is-active {
  background: #e51d2a;
  color: #fff;
}

.biba-menu-toggle {
  background: var(--biba-blue);
  border: 0;
  border-radius: 6px;
  color: #fff;
  display: none;
  height: 44px;
  place-items: center;
  width: 44px;
}

.biba-menu-toggle svg {
  height: 22px;
  width: 22px;
}

.biba-hero {
  background:
    linear-gradient(90deg, rgba(6, 24, 52, 0.98) 0%, rgba(6, 24, 52, 0.82) 32%, rgba(6, 24, 52, 0.12) 70%, rgba(6, 24, 52, 0.08) 100%),
    url("assets/images/hero-biba-clean.png");
  background-position: center;
  background-size: cover;
  color: #fff;
  min-height: 455px;
  overflow: hidden;
  position: relative;
}

.biba-hero::after {
  background: linear-gradient(180deg, transparent 76%, rgba(4, 18, 40, 0.34) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.biba-hero__inner {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(320px, 520px) 1fr;
  min-height: 455px;
  position: relative;
  z-index: 1;
}

.biba-hero h1 {
  font-size: clamp(24px, 3.9vw, 40px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.biba-hero h1 span {
  color: var(--biba-orange);
  display: block;
}

.biba-hero__lead {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  font-size: 17px;
  font-weight: 650;
  margin: 0 0 28px;
}

.biba-dot {
  background: var(--biba-orange);
  border-radius: 999px;
  display: inline-block;
  height: 7px;
  width: 7px;
}

.biba-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.biba-feature-strip {
  margin-top: -43px;
  position: relative;
  z-index: 4;
}

.biba-feature-strip__inner {
  background: #fff;
  border: 1px solid rgba(7, 31, 74, 0.08);
  border-radius: var(--biba-radius);
  box-shadow: var(--biba-shadow);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 86px;
}

.biba-feature {
  align-items: center;
  border-right: 1px dashed #cbd4e2;
  display: grid;
  gap: 13px;
  grid-template-columns: 46px 1fr;
  padding: 18px 25px;
}

.biba-feature:last-child {
  border-right: 0;
}

.biba-feature__copper {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.biba-feature__copper img {
  display: block;
  height: 50px;
  object-fit: contain;
  width: 50px;
}

.biba-icon {
  align-items: center;
  color: var(--biba-blue);
  display: inline-flex;
  justify-content: center;
}

.biba-icon svg {
  height: 39px;
  stroke-width: 1.7;
  width: 39px;
}

.biba-feature strong,
.biba-tile strong,
.biba-capability strong,
.biba-use strong,
.biba-why strong {
  color: var(--biba-blue);
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
}

.biba-feature span,
.biba-tile span {
  color: var(--biba-ink);
  display: block;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.25;
  margin-top: 2px;
}

.biba-main {
  padding: 22px 0 0;
}

.biba-grid {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 250px;
}

.biba-section {
  margin: 0 0 26px;
}

.biba-section__head {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.biba-title {
  align-items: center;
  color: var(--biba-blue);
  display: flex;
  font-size: 20px;
  font-weight: 900;
  gap: 14px;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}

.biba-title::after {
  background: var(--biba-orange);
  content: "";
  display: inline-block;
  height: 2px;
  width: 48px;
}

.biba-link {
  align-items: center;
  color: var(--biba-blue);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 7px;
  text-transform: uppercase;
}

.biba-link svg {
  flex: 0 0 14px;
  height: 14px;
  width: 14px;
}

.biba-products {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.biba-products--page {
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.biba-product {
  background: #fff;
  border: 1px solid var(--biba-line);
  border-radius: var(--biba-radius);
  min-height: 188px;
  overflow: hidden;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.biba-product:hover {
  border-color: rgba(255, 101, 25, 0.45);
  box-shadow: 0 12px 30px rgba(7, 31, 74, 0.1);
  transform: translateY(-2px);
}

.biba-product__image {
  align-items: center;
  background: linear-gradient(180deg, #fff 0%, #f7f8fb 100%);
  display: flex;
  height: 126px;
  justify-content: center;
  padding: 10px;
}

.biba-product__image img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.biba-product__image a {
  display: block;
  height: 100%;
  width: 100%;
}

.biba-products--page .biba-product__image {
  height: 220px;
  padding: 12px;
}

.biba-product__body {
  padding: 12px 14px 14px;
}

.biba-product h3 {
  color: var(--biba-blue);
  font-size: 14px;
  font-weight: 900;
  margin: 0 0 3px;
  text-transform: uppercase;
}

.biba-product p {
  color: var(--biba-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 10px;
}

.biba-product a,
.biba-product button {
  background: transparent;
  border: 0;
  color: var(--biba-blue);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  padding: 0;
}

.biba-product__body > a {
  align-items: center;
  display: inline-flex;
  gap: 5px;
}

.biba-content-grid {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.biba-content-grid > .biba-section {
  display: flex;
  flex-direction: column;
}

.biba-capabilities {
  background: #fff;
  border: 1px solid var(--biba-line);
  border-radius: var(--biba-radius);
  display: grid;
  flex: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

.biba-capability {
  align-items: center;
  border-bottom: 1px dashed #d2d9e5;
  border-right: 1px dashed #d2d9e5;
  display: grid;
  gap: 14px;
  grid-template-columns: 48px 1fr;
  min-height: 94px;
  padding: 14px 16px;
  text-align: left;
}

.biba-capability:nth-child(2n) {
  border-right: 0;
}

.biba-capability:nth-last-child(-n+2) {
  border-bottom: 0;
}

.biba-capability .biba-icon {
  background: #f2f6fb;
  border: 1px solid #dce5f0;
  border-radius: 6px;
  height: 48px;
  width: 48px;
}

.biba-capability .biba-icon svg,
.biba-why .biba-icon svg {
  height: 32px;
  width: 32px;
}

.biba-capacity-card {
  overflow: hidden;
}

.biba-capacity-pane[hidden] {
  display: none;
}

.biba-material-meta {
  align-items: center;
  background: #f7f9fd;
  border: 1px solid var(--biba-line);
  border-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  padding: 11px 13px;
}

.biba-material-meta strong {
  color: var(--biba-blue);
  font-size: 13px;
  font-weight: 900;
}

.biba-material-meta span {
  color: #42506a;
  font-size: 11px;
  font-weight: 700;
}

.biba-table-wrap {
  overflow-x: auto;
}

.biba-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.biba-tab {
  background: #f0f4fb;
  border: 0;
  color: var(--biba-blue);
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  min-height: 42px;
}

.biba-tab.is-active {
  background: var(--biba-blue);
  color: #fff;
}

.biba-table {
  border: 1px solid var(--biba-line);
  border-collapse: collapse;
  font-size: 12px;
  width: 100%;
}

.biba-table th,
.biba-table td {
  border: 1px solid var(--biba-line);
  padding: 7px 8px;
  text-align: center;
}

.biba-table th {
  background: #f7f9fd;
  color: var(--biba-blue);
  font-size: 11px;
  font-weight: 900;
}

.biba-note {
  color: var(--biba-muted);
  font-size: 11px;
  margin: 7px 0 0;
}

.biba-side {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 112px;
}

.biba-panel {
  background: var(--biba-blue);
  border-radius: var(--biba-radius);
  box-shadow: var(--biba-shadow);
  color: #fff;
  overflow: hidden;
}

.biba-config {
  min-height: 318px;
  padding: 22px;
  position: relative;
}

.biba-panel h3 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.18;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.biba-panel p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 550;
  line-height: 1.45;
  margin: 0;
}

.biba-config img {
  margin: 11px auto 17px;
  max-height: 145px;
  object-fit: contain;
}

.biba-config .biba-btn {
  background: #fff;
  color: var(--biba-blue);
  width: 100%;
}

.biba-calc {
  padding: 20px;
}

.biba-calc label {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin: 11px 0 5px;
}

.biba-calc input,
.biba-calc select {
  background: #fff;
  border: 0;
  border-radius: 5px;
  color: var(--biba-ink);
  min-height: 38px;
  padding: 0 10px;
  width: 100%;
}

.biba-calc button {
  margin: 14px 0 12px;
  width: 100%;
}

.biba-result {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 8px;
  padding-top: 12px;
}

.biba-result span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
}

.biba-result strong {
  color: #fff;
  float: right;
  font-size: 17px;
  font-weight: 900;
}

.biba-uses {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.biba-uses--page {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.biba-use {
  border: 1px solid var(--biba-line);
  border-radius: var(--biba-radius);
  overflow: hidden;
}

.biba-use img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.biba-use strong {
  align-items: center;
  display: flex;
  font-size: 12px;
  justify-content: center;
  min-height: 48px;
  padding: 8px;
  text-align: center;
}

.biba-use--linked {
  display: block;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.biba-use--linked:hover,
.biba-use--linked:focus {
  border-color: rgba(255, 101, 25, 0.5);
  box-shadow: 0 12px 28px rgba(7, 31, 74, 0.1);
  transform: translateY(-2px);
}

.biba-use__body {
  padding: 13px;
}

.biba-use__body strong {
  justify-content: flex-start;
  min-height: 0;
  padding: 0;
  text-align: left;
}

.biba-use__body p {
  color: var(--biba-muted);
  font-size: 12px;
  margin: 7px 0 0;
}

.biba-info {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 1.1fr 1fr;
}

.biba-why-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, 1fr);
}

.biba-why {
  align-items: center;
  display: grid;
  gap: 7px;
  justify-items: center;
  min-height: 88px;
  text-align: center;
}

.biba-why strong {
  font-size: 11px;
}

.biba-about {
  border-left: 1px solid var(--biba-line);
  padding-left: 22px;
}

.biba-about p {
  color: var(--biba-muted);
  font-size: 13px;
  font-weight: 550;
  margin: 0 0 12px;
}

.biba-about .biba-btn {
  border-color: var(--biba-blue);
  color: var(--biba-blue);
}

.biba-blog-preview {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.biba-blog-card,
.biba-blog-row {
  background: #fff;
  border: 1px solid var(--biba-line);
  border-radius: var(--biba-radius);
  overflow: hidden;
}

.biba-blog-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  min-height: 96px;
}

.biba-blog-card--no-image {
  grid-template-columns: 1fr;
}

.biba-blog-card__image,
.biba-blog-row__image {
  display: block;
}

.biba-blog-card__image img,
.biba-blog-row__image img,
.biba-entry__image {
  display: block;
  object-fit: cover;
  width: 100%;
}

.biba-blog-card__image img {
  height: 100%;
  min-height: 96px;
}

.biba-blog-card__body {
  align-content: center;
  display: grid;
  padding: 12px;
}

.biba-blog-card h3,
.biba-blog-row h2 {
  color: var(--biba-blue);
  line-height: 1.25;
  margin: 0;
}

.biba-blog-card h3 {
  font-size: 14px;
}

.biba-blog-list {
  display: grid;
  gap: 14px;
}

.biba-blog-row {
  align-items: stretch;
  box-shadow: 0 12px 30px rgba(7, 31, 74, 0.06);
  display: grid;
  grid-template-columns: minmax(190px, 240px) minmax(0, 1fr);
}

.biba-blog-row--no-image {
  grid-template-columns: 1fr;
}

.biba-blog-row__image img {
  aspect-ratio: 4 / 3;
  height: 100%;
  max-height: 190px;
}

.biba-blog-row__body {
  align-content: center;
  display: grid;
  gap: 8px;
  min-height: 180px;
  padding: 20px 22px;
}

.biba-blog-row__body span {
  color: var(--biba-orange);
  font-size: 12px;
  font-weight: 800;
}

.biba-blog-row h2 {
  font-size: clamp(19px, 2vw, 24px);
}

.biba-blog-row p {
  color: var(--biba-muted);
  margin: 0;
}

.biba-empty {
  background: #fff;
  border: 1px solid var(--biba-line);
  border-radius: var(--biba-radius);
  color: var(--biba-muted);
  font-weight: 600;
  margin: 0;
  padding: 18px;
}

.biba-entry__image {
  aspect-ratio: 16 / 7;
  border-radius: 6px;
  max-height: 420px;
  margin: 0 0 22px;
}

.biba-entry--single {
  max-width: 920px;
  margin: 0 auto;
}

.biba-page-hero__eyebrow a {
  color: inherit;
}

.biba-floating {
  bottom: 28px;
  display: grid;
  gap: 14px;
  position: fixed;
  right: 28px;
  z-index: 55;
}

.biba-top {
  align-items: center;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(7, 31, 74, 0.22);
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
}

.biba-top {
  background: var(--biba-orange);
  height: 54px;
  width: 54px;
}

.biba-footer {
  background: var(--biba-blue);
  color: #fff;
  margin-top: 12px;
}

.biba-footer__top {
  display: grid;
  gap: 36px;
  grid-template-columns: 1.45fr repeat(4, 1fr) 1.35fr;
  padding: 36px 0 28px;
}

.biba-footer img {
  max-width: 210px;
}

.biba-footer p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  margin: 14px 0 16px;
}

.biba-footer h3 {
  font-size: 14px;
  font-weight: 900;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.biba-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.biba-footer li,
.biba-footer a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.9;
}

.biba-footer-button {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  font-size: 13px;
  line-height: 1.9;
  padding: 0;
  text-align: left;
}

.biba-footer__signature {
  display: flex;
  justify-content: center;
  padding: 4px 0 18px;
}

.truva-web-imza,
.truva-web-imza * {
  box-sizing: border-box;
}

.truva-web-imza {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 8px 0;
  width: 100%;
}

.truva-web-imza__link {
  background: transparent;
  color: #fff !important;
  display: block;
  height: 62px;
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
  width: 260px;
}

.truva-web-imza__web,
.truva-web-imza__logo {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  position: absolute;
}

.truva-web-imza__web {
  animation: truvaWebSahne 6.4s cubic-bezier(.65, 0, .35, 1) infinite;
  gap: 12px;
}

.truva-web-imza__web-text {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}

.truva-web-imza__web-text span:first-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 5px;
}

.truva-web-imza__web-text span:last-child {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 2px;
}

.truva-web-imza__symbol {
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
  flex: 0 0 43px;
  height: 43px;
  position: relative;
  width: 43px;
}

.truva-web-imza__symbol::before {
  border: 2px solid rgba(255, 255, 255, 0.72);
  content: "";
  height: 7px;
  left: 7px;
  position: absolute;
  right: 7px;
  top: 7px;
}

.truva-web-imza__symbol::after {
  bottom: 5px;
  color: #ff001f;
  content: "</>";
  font-family: monospace;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  right: 5px;
}

.truva-web-imza__logo {
  animation: truvaLogoSahne 6.4s cubic-bezier(.65, 0, .35, 1) infinite;
  opacity: 0;
  transform: translateY(8px) scale(0.94);
}

.biba-footer .truva-web-imza__logo img {
  display: block;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.18));
  height: auto;
  max-height: 42px;
  max-width: 145px;
  object-fit: contain;
  width: auto;
}

.truva-web-imza__scan {
  animation: truvaScan 6.4s ease-in-out infinite;
  background: #ff001f;
  border-radius: 10px;
  box-shadow: 0 0 7px rgba(255, 0, 31, 0.85), 0 0 18px rgba(255, 0, 31, 0.42);
  height: 44px;
  left: -8px;
  opacity: 0;
  position: absolute;
  top: 9px;
  width: 2px;
  z-index: 5;
}

.truva-web-imza__line {
  background: rgba(255, 255, 255, 0.1);
  bottom: 4px;
  height: 1px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 118px;
}

.truva-web-imza__line::before {
  animation: truvaAltCizgi 6.4s ease-in-out infinite;
  background: linear-gradient(90deg, transparent, #ff001f, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-110%);
}

.truva-web-imza__link:hover {
  color: #fff !important;
}

.truva-web-imza__link:hover .truva-web-imza__logo img {
  transform: scale(1.035);
  transition: transform 0.3s ease;
}

@keyframes truvaWebSahne {
  0%, 28% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  35% {
    opacity: 0;
    transform: translateY(-7px) scale(0.96);
  }

  36%, 79% {
    opacity: 0;
    transform: translateY(7px) scale(0.96);
  }

  88%, 100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes truvaLogoSahne {
  0%, 31% {
    opacity: 0;
    transform: translateY(8px) scale(0.94);
  }

  40%, 72% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  80%, 100% {
    opacity: 0;
    transform: translateY(-8px) scale(0.94);
  }
}

@keyframes truvaScan {
  0%, 25% {
    left: -8px;
    opacity: 0;
  }

  29% {
    left: 0;
    opacity: 1;
  }

  38% {
    left: calc(100% + 8px);
    opacity: 1;
  }

  39%, 74% {
    left: calc(100% + 8px);
    opacity: 0;
  }

  77% {
    left: calc(100% + 8px);
    opacity: 1;
  }

  86% {
    left: -8px;
    opacity: 1;
  }

  87%, 100% {
    left: -8px;
    opacity: 0;
  }
}

@keyframes truvaAltCizgi {
  0%, 22% {
    transform: translateX(-110%);
  }

  40% {
    transform: translateX(110%);
  }

  41%, 69% {
    transform: translateX(110%);
  }

  87%, 100% {
    transform: translateX(-110%);
  }
}

.biba-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 20px;
  justify-content: space-between;
  padding: 15px 0;
}

.biba-subpage {
  padding: 56px 0;
}

.biba-subpage h1 {
  color: var(--biba-blue);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 20px;
}

.biba-entry {
  color: #23324d;
  max-width: 820px;
}

.biba-entry a {
  color: var(--biba-orange);
  font-weight: 800;
}

.biba-page-hero {
  background:
    linear-gradient(90deg, rgba(7, 31, 74, 0.94), rgba(7, 31, 74, 0.62)),
    url("assets/images/page-title-busbar-clean.png");
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 76px 0;
}

.biba-page-hero h1 {
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 900;
  line-height: 1;
  margin: 0 0 12px;
}

.biba-page-hero p {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  max-width: 650px;
}

.biba-page-hero__eyebrow {
  color: #ff9a64;
  font-size: 12px !important;
  font-weight: 900 !important;
  margin-bottom: 10px !important;
  text-transform: uppercase;
}

.biba-page-section {
  padding: 42px 0;
}

.biba-technical-band {
  background: var(--biba-soft);
  border-top: 1px solid var(--biba-line);
}

.biba-section-lead {
  color: var(--biba-muted);
  margin: 9px 0 0;
}

.biba-copy {
  color: #263755;
  font-size: 15px;
  max-width: 880px;
}

.biba-card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.biba-service-card {
  border: 1px solid var(--biba-line);
  border-radius: var(--biba-radius);
  padding: 22px;
}

.biba-service-card h3 {
  color: var(--biba-blue);
  font-size: 18px;
  margin: 0 0 8px;
}

.biba-service-card p {
  color: var(--biba-muted);
  margin: 0;
}

.biba-contact-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.biba-contact-box {
  background: var(--biba-blue);
  border-radius: var(--biba-radius);
  color: #fff;
  padding: 28px;
}

.biba-contact-box a {
  color: #fff;
  font-weight: 800;
}

.biba-product-detail {
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
}

.biba-product-detail__image {
  align-items: center;
  background: #f7f8fb;
  border: 1px solid var(--biba-line);
  border-radius: var(--biba-radius);
  display: flex;
  justify-content: center;
  min-height: 390px;
  padding: 42px;
}

.biba-product-detail__image img {
  width: 100%;
}

.biba-product-detail__image--application {
  padding: 0;
}

.biba-product-detail__image--application img {
  height: 100%;
  object-fit: cover;
}

.biba-product-detail__content h1 {
  color: var(--biba-blue);
  font-size: 40px;
  line-height: 1.05;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.biba-product-detail__lead {
  color: var(--biba-orange);
  font-size: 17px;
  font-weight: 800;
}

.biba-product-detail__text {
  color: #263755;
  font-size: 15px;
  line-height: 1.75;
}

.biba-product-detail__features {
  border-bottom: 1px solid var(--biba-line);
  border-top: 1px solid var(--biba-line);
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 24px 0;
  padding: 18px 0;
}

.biba-product-detail__features span {
  color: var(--biba-blue);
  font-size: 13px;
  font-weight: 800;
}

.biba-product-detail__features span::before {
  color: var(--biba-orange);
  content: "•";
  margin-right: 8px;
}

.biba-product-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.biba-product-detail__actions .biba-btn--outline {
  border-color: var(--biba-blue);
  color: var(--biba-blue);
}

.biba-modal {
  align-items: center;
  display: none;
  inset: 0;
  justify-content: center;
  padding: 22px;
  position: fixed;
  z-index: 1000;
}

.biba-modal.is-open {
  display: flex;
}

.biba-modal__backdrop {
  background: rgba(3, 13, 30, 0.72);
  inset: 0;
  position: absolute;
}

.biba-modal__dialog {
  background: #fff;
  border-radius: var(--biba-radius);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  max-width: 520px;
  padding: 30px;
  position: relative;
  width: min(520px, 100%);
}

.biba-modal__dialog h2 {
  color: var(--biba-blue);
  font-size: 26px;
  margin: 0 0 8px;
}

.biba-modal__dialog p {
  color: var(--biba-muted);
  margin: 0 0 18px;
}

.biba-modal__close {
  align-items: center;
  background: var(--biba-blue);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 36px;
  justify-content: center;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 36px;
}

.biba-modal__close svg {
  height: 19px;
  width: 19px;
}

.biba-offer-form {
  display: grid;
  gap: 12px;
}

.biba-form-success {
  background: #eaf8ef;
  border: 1px solid #bde8ca;
  border-radius: 6px;
  color: #176332;
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 14px;
  padding: 10px 12px;
}

.biba-offer-form label {
  color: var(--biba-blue);
  display: grid;
  font-size: 13px;
  font-weight: 850;
  gap: 6px;
}

.biba-offer-form input,
.biba-offer-form textarea {
  border: 1px solid var(--biba-line);
  border-radius: 6px;
  min-height: 42px;
  padding: 10px 12px;
  width: 100%;
}

.biba-catalog-page {
  padding-top: 34px;
}

.biba-catalog-toolbar {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.biba-catalog-toolbar h2 {
  color: var(--biba-blue);
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
}

.biba-pdf-reader {
  background: #e8edf5;
  border: 1px solid var(--biba-line);
  border-radius: 6px;
  padding: 20px;
}

.biba-pdf-reader__status {
  align-items: center;
  background: #fff;
  border: 1px dashed #c9d3e2;
  border-radius: 6px;
  color: var(--biba-blue);
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 180px;
  padding: 24px;
  text-align: center;
}

.biba-pdf-reader__status.is-hidden,
.biba-pdf-reader__status[hidden] {
  display: none !important;
}

.biba-pdf-reader.has-error .biba-pdf-reader__status {
  border-color: rgba(255, 101, 25, 0.45);
  color: var(--biba-orange);
}

.biba-pdf-reader__pages {
  display: grid;
  gap: 20px;
  justify-items: center;
}

.biba-pdf-rendered-page {
  margin: 0 auto;
  max-width: 1050px;
  width: 100%;
}

.biba-pdf-rendered-page canvas {
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 31, 74, 0.13);
  height: auto;
  max-width: 100%;
  width: 100%;
}

.biba-pdf-rendered-page figcaption {
  color: var(--biba-muted);
  font-size: 11px;
  margin-top: 7px;
  text-align: center;
}

@media (max-width: 1180px) {
  .biba-header__inner {
    gap: 12px;
  }

  .biba-logo,
  .biba-logo img {
    width: 176px;
  }

  .biba-nav a {
    font-size: 14px;
    padding: 9px 5px;
  }

  .biba-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .biba-products--page {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .biba-uses {
    grid-template-columns: repeat(4, 1fr);
  }

  .biba-footer__top {
    grid-template-columns: repeat(3, 1fr);
  }

  .biba-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .biba-uses--page {
    grid-template-columns: repeat(3, 1fr);
  }

  .biba-blog-row {
    grid-template-columns: 220px minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .admin-bar .biba-header {
    top: 0;
  }

  .biba-header__inner {
    height: 76px;
  }

  .biba-menu-toggle {
    display: grid;
  }

  .biba-nav {
    background: #fff;
    border-bottom: 1px solid var(--biba-line);
    box-shadow: var(--biba-shadow);
    display: none;
    left: 0;
    padding: 12px 24px 20px;
    position: absolute;
    right: 0;
    top: 76px;
  }

  .biba-nav.is-open {
    display: block;
  }

  .biba-nav ul {
    align-items: stretch;
    display: grid;
  }

  .biba-nav > ul > li:not(:last-child)::after {
    display: none;
  }

  .biba-nav a {
    justify-content: flex-start;
  }

  .biba-header__actions .biba-btn--blue {
    display: none;
  }

  .biba-hero,
  .biba-hero__inner {
    min-height: 430px;
  }

  .biba-hero__inner,
  .biba-grid,
  .biba-content-grid,
  .biba-info {
    grid-template-columns: 1fr;
  }

  .biba-feature-strip {
    margin-top: 0;
  }

  .biba-feature-strip__inner {
    border-radius: 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .biba-feature {
    border-bottom: 1px dashed #cbd4e2;
  }

  .biba-side {
    grid-template-columns: 1fr 1fr;
    position: static;
  }

  .biba-about {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 640px) {
	.biba-catalog-page {
		padding-top: 24px;
	}

	.biba-catalog-toolbar h2 {
		font-size: 20px;
	}

	.biba-catalog-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.biba-catalog-toolbar .biba-btn {
		width: 100%;
	}

	.biba-pdf-reader {
		padding: 7px;
	}

	.biba-pdf-reader__pages {
		gap: 10px;
	}

  .biba-container {
    padding: 0 16px;
  }

  .biba-logo,
  .biba-logo img {
    width: 150px;
  }

  .biba-header__actions .biba-btn--orange {
    display: none;
  }

  .biba-hero {
    background-position: 58% center;
  }

  .biba-hero__lead {
    font-size: 15px;
  }

  .biba-feature-strip__inner,
  .biba-products,
  .biba-products--page,
  .biba-capabilities,
  .biba-uses,
  .biba-uses--page,
  .biba-why-list,
  .biba-side,
  .biba-footer__top {
    grid-template-columns: 1fr 1fr;
  }

  .biba-blog-preview,
  .biba-blog-row {
    grid-template-columns: 1fr;
  }

  .biba-blog-card {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .biba-blog-card--no-image {
    grid-template-columns: 1fr;
  }

  .truva-web-imza__link {
    height: 58px;
    width: 235px;
  }

  .truva-web-imza__web-text span:first-child {
    font-size: 10px;
    letter-spacing: 3.4px;
  }

  .truva-web-imza__web-text span:last-child {
    font-size: 16px;
  }

  .truva-web-imza__symbol {
    flex-basis: 39px;
    height: 39px;
    width: 39px;
  }

  .biba-footer .truva-web-imza__logo img {
    max-height: 38px;
    max-width: 130px;
  }

  .truva-web-imza__scan {
    height: 41px;
    top: 8px;
  }

  .biba-feature-strip__inner {
    align-items: stretch;
  }

  .biba-feature {
    align-items: center;
    gap: 8px;
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 78px;
    padding: 12px 9px;
  }

  .biba-feature__copper,
  .biba-feature__copper img {
    height: 34px;
    width: 34px;
  }

  .biba-feature .biba-icon svg {
    height: 31px;
    width: 31px;
  }

  .biba-feature strong {
    font-size: 12px;
    line-height: 1.12;
  }

  .biba-feature span {
    font-size: 11px;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .biba-capabilities {
    grid-template-columns: 1fr;
  }

  .biba-capability,
  .biba-capability:nth-child(2n),
  .biba-capability:nth-last-child(-n+2) {
    border-bottom: 1px dashed #d2d9e5;
    border-right: 0;
  }

  .biba-capability:last-child {
    border-bottom: 0;
  }

  .biba-content-grid,
  .biba-info,
  .biba-side,
  .biba-product-detail {
    grid-template-columns: 1fr;
  }

  .biba-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .biba-footer__top {
    gap: 22px;
  }

  .biba-card-grid,
  .biba-contact-grid {
    grid-template-columns: 1fr;
  }

  .biba-floating {
    bottom: 16px;
    right: 16px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .truva-web-imza__web,
  .truva-web-imza__scan,
  .truva-web-imza__line {
    display: none;
  }

  .truva-web-imza__logo {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
