:root {
  --brand: #c1121f;
  --brand-dark: #26070b;
  --brand-soft: #fff5f5;
  --text: #171717;
  --muted: #6f6264;
  --line: rgba(38, 7, 11, 0.1);
  --shadow: 0 22px 70px rgba(38, 7, 11, 0.13);
}

.price-list-document {
  position: relative;
  overflow: hidden;
}

.price-watermark {
  position: absolute;
  right: 34px;
  bottom: 120px;
  z-index: 0;
  color: rgba(0, 180, 216, 0.045);
  font-size: clamp(58px, 9vw, 130px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -4px;
  pointer-events: none;
  white-space: nowrap;
  transform: rotate(-8deg);
}

.price-list-document > *:not(.price-watermark) {
  position: relative;
  z-index: 1;
}

.price-action-whatsapp {
  background: #25D366;
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.24);
}

.price-offer-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
  margin-top: 32px;
}

.price-offer-heading span {
  display: block;
  margin-bottom: 8px;
  color: #00b4d8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.price-offer-heading h1 {
  margin: 0;
  color: #173f1b;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1.8px;
}

.price-offer-no {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 14px;
  min-width: 330px;
}

.price-offer-no label,
.price-field-grid label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #173f1b;
  font-size: 12.5px;
  font-weight: 800;
}

.price-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 26px;
  margin-top: 30px;
}

.price-customer-card,
.price-visual-card,
.price-total-panel,
.price-notes {
  border: 1px solid rgba(0, 180, 216, 0.13);
  background: rgba(247, 250, 251, 0.78);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.045);
}

.price-customer-card {
  padding: 24px;
  border-radius: 24px;
}

.price-customer-card h2 {
  margin: 0 0 18px;
  color: #173f1b;
  font-size: 22px;
  font-weight: 900;
}

.price-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.price-field-grid label:first-child {
  grid-column: 1 / -1;
}

.price-visual-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 14px;
  border-radius: 24px;
}

.price-visual-card > img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.price-qr-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 18px;
  background: #fff;
}

.price-qr-card img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  flex: 0 0 auto;
}

.price-qr-card span {
  color: #173f1b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.price-total-panel {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  margin-top: 20px;
  padding: 18px;
  border-radius: 20px;
}

.price-total-panel div {
  min-width: 190px;
  padding: 14px 18px;
  border-radius: 16px;
  background: #fff;
}

.price-total-panel span,
.price-signature span {
  display: block;
}

.price-total-panel span {
  margin-bottom: 6px;
  color: #555;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.price-total-panel strong {
  color: #173f1b;
  font-size: 22px;
  font-weight: 900;
}

.price-notes {
  padding: 22px;
  border-radius: 22px;
}

.price-signature {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.price-signature p {
  margin: 0 0 8px;
  color: #333;
}

.price-signature strong {
  display: block;
  margin-bottom: 6px;
  color: #173f1b;
  font-size: 20px;
  font-weight: 900;
}

.price-signature span {
  color: #333;
  font-size: 14px;
  line-height: 1.45;
}

.price-signature img {
  width: 190px;
  max-height: 58px;
  object-fit: contain;
  object-position: right center;
}

@media (max-width: 900px) {
  .price-offer-heading,
  .price-info-grid {
    grid-template-columns: 1fr;
  }

  .price-offer-no,
  .price-field-grid {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .price-total-panel,
  .price-signature {
    flex-direction: column;
    align-items: stretch;
  }
}

@media print {
  .print-date-row,
  .price-date-row.print-date-row {
    display: grid !important;
    grid-template-columns: 96px 112px !important;
    gap: 10px !important;
    justify-content: end !important;
    align-items: start !important;
    width: max-content !important;
    margin-left: auto !important;
  }

  .print-date-col,
  .price-date-row .print-date-col {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    white-space: nowrap !important;
  }

  .print-date-col .price-date-input {
    display: block !important;
    width: 100% !important;
    margin: 3px 0 0 !important;
    text-align: left !important;
  }
}

@media print {
  .price-offer-heading {
    margin-top: 18px;
    gap: 16px;
  }

  .price-offer-heading h1 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .price-offer-heading span {
    font-size: 10px;
    margin-bottom: 4px;
  }

  .price-offer-no,
  .price-info-grid {
    gap: 10px;
  }

  .price-offer-no {
    min-width: 255px;
  }

  .price-info-grid {
    grid-template-columns: 1fr 230px;
    margin-top: 16px;
  }

  .price-customer-card,
  .price-visual-card,
  .price-total-panel,
  .price-notes {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.08);
    background: #fff !important;
  }

  .price-customer-card {
    padding: 12px;
    border-radius: 12px;
  }

  .price-customer-card h2 {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .price-field-grid {
    gap: 7px 12px;
  }

  .price-field-grid label,
  .price-offer-no label {
    gap: 2px;
    font-size: 9.5px;
  }

  .price-visual-card {
    padding: 8px;
    border-radius: 12px;
  }

  .price-visual-card > img {
    height: 88px;
    border-radius: 10px;
  }

  .price-qr-card {
    padding: 6px;
    border-radius: 10px;
  }

  .price-qr-card img {
    width: 45px;
    height: 45px;
  }

  .price-qr-card span {
    font-size: 9px;
  }

  .price-table-input,
  .price-date-input,
  .price-table select,
  .price-offer-no select {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    appearance: none;
    color: #171717 !important;
  }

  .price-total-panel {
    justify-content: flex-end;
    gap: 10px;
    margin-top: 12px;
    padding: 0;
    border: 0;
  }

  .price-total-panel div {
    min-width: 135px;
    padding: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
  }

  .price-total-panel span {
    font-size: 8.5px;
    margin-bottom: 3px;
  }

  .price-total-panel strong {
    font-size: 13px;
  }

  .price-signature {
    margin-top: 16px;
    padding-top: 12px;
  }

  .price-signature p,
  .price-signature span {
    font-size: 10px;
  }

  .price-signature strong {
    font-size: 13px;
  }

  .price-signature img {
    width: 130px;
    max-height: 40px;
  }

  .price-watermark {
    right: 20px;
    bottom: 58px;
    color: rgba(0, 180, 216, 0.055);
    font-size: 72px;
  }
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--text);
  background: #ffffff;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

.site-container {
  width: min(100%, 1520px);
  padding-right: clamp(20px, 4vw, 72px);
  padding-left: clamp(20px, 4vw, 72px);
}

.site-header {
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-header.is-scrolled {
  border-color: rgba(0, 0, 0, 0.05);
}

.navbar {
  min-height: 112px;
  padding: 0;
}

.main-header {
  height: 112px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.045);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.04);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-inner {
  width: 100%;
  max-width: 1500px;
  height: 112px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 28px;
  display: grid;
  grid-template-columns: 430px 1fr 350px;
  align-items: center;
}

.site-logo {
  justify-self: start;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 430px;
  overflow: visible;
  position: relative;
  left: 45px;
  text-decoration: none;
}

.site-logo img {
  width: 430px;
  height: auto;
  max-height: 90px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.main-nav {
  justify-self: center;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 46px;
}

.main-menu {
  gap: 46px;
  align-items: center;
  min-height: 112px;
}

.main-menu .nav-link {
  position: relative;
  height: 112px;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  color: #141414;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.2px;
  line-height: 1;
  transition: color 0.2s ease, transform 0.2s ease;
}

.main-nav a {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 17px;
  font-weight: 800;
  color: #141414;
  text-decoration: none;
  letter-spacing: -0.2px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.main-nav > .nav-item > a {
  height: 112px;
  display: flex;
  align-items: center;
}

.main-menu .nav-link:hover,
.main-menu .nav-link:focus,
.main-nav a:hover {
  color: #00b4d8;
  transform: translateY(-1px);
}

.dropdown-toggle::after {
  margin-left: 0.45rem;
  vertical-align: 0.15em;
  border-top-width: 0.28em;
}

.nav-item {
  position: relative;
}

.nav-item::after {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 18px;
  content: "";
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 230px;
  z-index: 5000;
  display: none;
  min-width: 230px;
  margin-top: 0;
  padding: 0;
  background: #00b4d8;
  border: 0;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 22px 45px rgba(0, 119, 182, 0.22);
  overflow: hidden;
}

.standard-dropdown .dropdown-menu {
  min-width: 230px;
  padding: 0;
}

.dropdown-item {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  padding: 20px 28px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.dropdown-menu a {
  height: auto !important;
  min-height: 0 !important;
  display: block !important;
  color: #ffffff;
  padding: 15px 22px !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25 !important;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.dropdown-menu a:hover {
  background: #0077b6;
  color: #ffffff;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #ffffff;
  background: #0077b6;
}

.mega-dropdown {
  position: relative;
}

.mega-dropdown::before {
  position: fixed;
  inset: 112px 0 0;
  z-index: 3990;
  display: none;
  content: "";
  background: rgba(7, 24, 31, 0.08);
  backdrop-filter: blur(6px);
  pointer-events: none;
}

.mega-dropdown:hover::before {
  display: block;
}

.products-mega-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 5000;
  display: none;
  width: 1120px;
  max-width: calc(100vw - 80px);
  color: #ffffff;
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 255, 255, 0.18), transparent 32%),
    linear-gradient(135deg, #00b4d8 0%, #0096c7 45%, #0077b6 100%);
  border-radius: 0 0 24px 24px;
  box-shadow: 0 34px 86px rgba(0, 119, 182, 0.28);
  overflow: hidden;
  transform: translateX(-45%);
  grid-template-columns: 300px 1fr 320px;
  grid-template-areas:
    "categories detail feature"
    "bar bar bar";
  gap: 0;
}

.products-mega-menu::before {
  position: absolute;
  right: 22px;
  bottom: 18px;
  content: "PRODUCTS";
  color: rgba(255, 255, 255, 0.055);
  font-size: 88px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -4px;
  pointer-events: none;
}

.products-mega-watermark {
  position: absolute;
  left: 34px;
  top: 20px;
  color: rgba(255, 255, 255, 0.07);
  font-size: 58px;
  font-weight: 800;
  letter-spacing: -2px;
  pointer-events: none;
}

.mega-category-list {
  position: relative;
  z-index: 2;
  grid-area: categories;
  padding: 30px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.mega-category-item {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 58px;
  padding: 11px 14px;
  border: 1px solid transparent;
  border-radius: 18px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.mega-category-item + .mega-category-item {
  margin-top: 8px;
}

.mega-category-item:hover,
.mega-category-item:focus-visible,
.mega-category-item.is-active {
  color: #ffffff;
  background: rgba(0, 119, 182, 0.74);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 16px 32px rgba(0, 119, 182, 0.28), 0 0 22px rgba(202, 240, 248, 0.18);
  transform: translateX(8px);
}

.mega-category-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.mega-category-icon::before {
  content: "";
  width: 17px;
  height: 17px;
  background: currentColor;
  display: block;
}

.mega-icon-fruit::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M16 2c-2.4.3-4.1 1.4-5 3.3C8.2 5.1 5.8 6.9 4.8 9.7c-1.4 3.9.4 8.3 4.1 10.2 1.8.9 4.1 1.1 6 .3 3.9-1.6 6-5.9 4.9-10-.7-2.5-2.6-4.3-5-4.8.5-.8 1.4-1.2 2.7-1.4L16 2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M16 2c-2.4.3-4.1 1.4-5 3.3C8.2 5.1 5.8 6.9 4.8 9.7c-1.4 3.9.4 8.3 4.1 10.2 1.8.9 4.1 1.1 6 .3 3.9-1.6 6-5.9 4.9-10-.7-2.5-2.6-4.3-5-4.8.5-.8 1.4-1.2 2.7-1.4L16 2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mega-icon-nuts::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M12 2C8 5.1 6 8.4 6 12.1 6 17 8.7 21 12 21s6-4 6-8.9C18 8.4 16 5.1 12 2Zm0 4.1c2.2 2.2 4 4.7 4 6 0 3.7-1.8 6.9-4 6.9s-4-3.2-4-6.9c0-1.3 1.8-3.8 4-6Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M12 2C8 5.1 6 8.4 6 12.1 6 17 8.7 21 12 21s6-4 6-8.9C18 8.4 16 5.1 12 2Zm0 4.1c2.2 2.2 4 4.7 4 6 0 3.7-1.8 6.9-4 6.9s-4-3.2-4-6.9c0-1.3 1.8-3.8 4-6Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mega-icon-spice::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M17.8 5.2C14 2.2 7 3 4 8.1c-2.8 4.8.1 10.5 5.2 11.7.9-4.5 3.6-8.4 7.6-10.9-3.3 3.4-5.2 7.4-5.7 11.1 5.7-.2 10-5.2 8.7-11.1-.3-1.4-1-2.7-2-3.7Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M17.8 5.2C14 2.2 7 3 4 8.1c-2.8 4.8.1 10.5 5.2 11.7.9-4.5 3.6-8.4 7.6-10.9-3.3 3.4-5.2 7.4-5.7 11.1 5.7-.2 10-5.2 8.7-11.1-.3-1.4-1-2.7-2-3.7Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mega-icon-sweet::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M7 7h10a4 4 0 0 1 0 8H7a4 4 0 0 1 0-8Zm0-2C3.7 5 1 7.7 1 11s2.7 6 6 6h10c3.3 0 6-2.7 6-6s-2.7-6-6-6H7Zm1 5h8v2H8v-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M7 7h10a4 4 0 0 1 0 8H7a4 4 0 0 1 0-8Zm0-2C3.7 5 1 7.7 1 11s2.7 6 6 6h10c3.3 0 6-2.7 6-6s-2.7-6-6-6H7Zm1 5h8v2H8v-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mega-icon-industry::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M3 21V9l6 3V9l6 3V4h6v17H3Zm2-3h14V6h-2v9l-6-3v3l-6-3v6Zm2-1h2v-2H7v2Zm4 0h2v-2h-2v2Zm4 0h2v-2h-2v2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M3 21V9l6 3V9l6 3V4h6v17H3Zm2-3h14V6h-2v9l-6-3v3l-6-3v6Zm2-1h2v-2H7v2Zm4 0h2v-2h-2v2Zm4 0h2v-2h-2v2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mega-category-detail {
  position: relative;
  z-index: 2;
  grid-area: detail;
  padding: 36px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mega-category-detail span,
.mega-feature > span {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.mega-category-detail h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -1px;
}

.mega-category-detail p {
  margin: 0 0 28px;
  max-width: 380px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.7;
}

.mega-category-detail a {
  width: fit-content;
  color: #ffffff;
  opacity: 1;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.24s ease;
}

.mega-category-detail a:hover {
  transform: translateX(6px);
}

.mega-feature {
  position: relative;
  z-index: 2;
  grid-area: feature;
  padding: 28px;
  color: #101010;
  background: rgba(255, 255, 255, 0.94);
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.mega-feature > span {
  color: #00b4d8;
}

.mega-feature-image {
  position: relative;
  width: 100%;
  height: 170px;
  overflow: hidden;
  border-radius: 22px;
  margin-bottom: 18px;
  background: #eaf8fb;
}

.mega-feature-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 40, 55, 0.04), rgba(0, 40, 55, 0.28));
  pointer-events: none;
}

.mega-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.mega-feature:hover img {
  transform: scale(1.05);
}

.mega-feature .feature-name {
  margin-bottom: 10px;
  color: #173f1b;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.mega-feature p {
  margin: 0 0 18px;
  color: #42515a;
  font-size: 14px;
  line-height: 1.55;
}

.mega-feature a {
  color: #0077b6;
  opacity: 1;
  font-weight: 800;
  text-decoration: none;
}

.mega-feature a:hover {
  color: #00b4d8;
}

.mega-feature-bar {
  position: relative;
  z-index: 2;
  grid-area: bar;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 16px 22px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.mega-feature-bar span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
  font-size: 13px;
  font-weight: 800;
}

.mega-feature-bar span::before {
  content: "";
  width: 14px;
  height: 14px;
  min-width: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m9 16.2-3.5-3.5-1.4 1.4L9 19 20.3 7.7l-1.4-1.4L9 16.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m9 16.2-3.5-3.5-1.4 1.4L9 19 20.3 7.7l-1.4-1.4L9 16.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  background-color: #caf0f8;
}

.header-actions {
  justify-self: end;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  min-width: 350px;
  transform: none;
}

.header-search,
.search-button {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  color: var(--brand-dark);
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.search-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.search-button:hover,
.search-button:focus-visible {
  color: var(--brand);
  border-color: rgba(193, 18, 31, 0.32);
  box-shadow: 0 12px 26px rgba(193, 18, 31, 0.12);
  transform: translateY(-2px);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
}

.language-switch {
  font-size: 16px;
  font-weight: 800;
}

.language-switcher a {
  transition: color 0.2s ease;
}

.language-switcher a:hover,
.language-switcher .active,
.language-switch .active,
.lang-active {
  color: #52b788;
}

.btn {
  border-radius: 999px;
  padding: 13px 25px;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-3px);
}

.btn-primary-brand {
  color: #ffffff;
  background: var(--brand);
  border: 1px solid var(--brand);
  box-shadow: 0 16px 36px rgba(193, 18, 31, 0.24);
}

.btn-primary-brand:hover,
.btn-primary-brand:focus-visible {
  color: #ffffff;
  background: #a90f1a;
  border-color: #a90f1a;
  box-shadow: 0 22px 44px rgba(193, 18, 31, 0.32);
}

.btn-outline-brand {
  color: var(--brand-dark);
  background: #ffffff;
  border: 1px solid rgba(38, 7, 11, 0.14);
}

.btn-outline-brand:hover,
.btn-outline-brand:focus-visible {
  color: var(--brand);
  border-color: rgba(193, 18, 31, 0.34);
  box-shadow: 0 16px 34px rgba(38, 7, 11, 0.1);
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 86px);
  padding: clamp(58px, 7vw, 90px) 0 clamp(74px, 8vw, 126px);
  background:
    radial-gradient(circle at 8% 15%, rgba(0, 180, 216, 0.08), transparent 31%),
    radial-gradient(circle at 82% 18%, rgba(82, 183, 136, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 64%, var(--brand-soft) 100%);
}

.hero-outline-words {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-outline-words span {
  position: absolute;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 180, 216, 0.75);
  font-size: clamp(4.4rem, 10vw, 10.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  opacity: 0.045;
  filter: blur(0.2px);
  white-space: nowrap;
}

.hero-outline-words span:nth-child(1) {
  top: 4%;
  left: 3%;
}

.hero-outline-words span:nth-child(2) {
  top: 18%;
  right: 6%;
}

.hero-outline-words span:nth-child(3) {
  left: -2%;
  bottom: 18%;
}

.hero-outline-words span:nth-child(4) {
  right: 2%;
  bottom: 5%;
}

.hero-outline-words span:nth-child(5) {
  top: 48%;
  left: 44%;
  opacity: 0.035;
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: center;
}

.hero-content {
  max-width: 590px;
}

.hero-eyebrow {
  display: inline-flex;
  flex-direction: column;
  max-width: 100%;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: #52b788;
  line-height: 1.6;
  margin-bottom: 22px;
}

.hero-eyebrow span {
  display: block;
  overflow-wrap: anywhere;
}

.hero-eyebrow::after {
  content: "";
  width: 82px;
  height: 1px;
  background: #52b788;
  opacity: 0.45;
  margin-top: 10px;
}

.hero-content h1 {
  margin: 0;
  color: var(--brand-dark);
  font-size: clamp(3.25rem, 5vw, 6.8rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-content p {
  max-width: 520px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.3vw, 1.25rem);
  font-weight: 500;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.hero-mini-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-mini-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 8px 14px;
  border: 1px solid rgba(0, 180, 216, 0.16);
  border-radius: 999px;
  color: #173f1b;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 30px rgba(0, 180, 216, 0.08);
  font-size: 13.5px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.hero-mini-badges i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00b4d8, #52b788);
  box-shadow: 0 0 0 5px rgba(82, 183, 136, 0.12);
}

.hero-media-wrap {
  position: relative;
  isolation: isolate;
  min-width: 0;
}

.hero-media-wrap::before {
  position: absolute;
  inset: 9% -5% -9% 8%;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.78), transparent 32%),
    linear-gradient(135deg, rgba(0, 180, 216, 0.20), rgba(82, 183, 136, 0.15));
  border-radius: 48% 52% 45% 55% / 58% 42% 58% 42%;
  transform: rotate(-7deg);
  filter: blur(4px);
  opacity: 0.78;
  animation: heroFloat 8s ease-in-out infinite;
}

.hero-media-wrap::after {
  position: absolute;
  right: 5%;
  bottom: -28px;
  z-index: -1;
  width: 34%;
  height: 26%;
  content: "";
  background: rgba(0, 119, 182, 0.16);
  border-radius: 999px;
  filter: blur(26px);
}

.hero-video-frame {
  position: relative;
  width: 100%;
  height: 470px;
  overflow: hidden;
  border: 1px solid rgba(0, 180, 216, 0.18);
  border-radius: 42px;
  background: #f8fafb;
  box-shadow:
    0 34px 82px rgba(0, 119, 182, 0.16),
    0 14px 34px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.hero-video-frame:hover {
  transform: scale(1.012);
  box-shadow:
    0 42px 96px rgba(0, 119, 182, 0.18),
    0 18px 42px rgba(0, 0, 0, 0.10);
}

.hero-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@keyframes heroFloat {
  0%,
  100% {
    transform: rotate(-7deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-5deg) translate3d(10px, -12px, 0);
  }
}

@media (min-width: 1200px) {
  .nav-item:hover > .dropdown-menu,
  .nav-item:hover > .products-mega-menu,
  .dropdown-menu:hover,
  .products-mega-menu:hover,
  .dropdown-menu.show {
    display: block;
  }

  .nav-item:hover > .products-mega-menu,
  .products-mega-menu:hover {
    display: grid;
    grid-template-columns: 300px 1fr 320px;
  }

  .main-nav > .nav-item:not(:hover) > .dropdown-menu,
  .main-nav > .nav-item:not(:hover) > .products-mega-menu {
    display: none !important;
  }

  .dropdown:hover > .nav-link {
    color: #00b4d8;
  }
}

@media (max-width: 1199.98px) {
  .navbar {
    min-height: 112px;
  }

  .navbar-collapse {
    padding: 22px 0 30px;
  }

  .main-menu {
    align-items: stretch;
    gap: 4px;
    margin: 10px 0 18px;
    min-height: 0;
  }

  .main-menu .nav-link {
    padding: 0;
  }

  .dropdown-menu,
  .products-mega-menu {
    width: 100%;
    margin: 0 0 12px;
    box-shadow: none;
    transform: none;
  }

  .mega-dropdown::before {
    display: none !important;
  }

  .products-mega-menu {
    position: static;
    max-width: none;
    border-radius: 20px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "categories"
      "detail"
      "bar";
  }

  .products-mega-menu.is-mobile-open {
    display: grid;
  }

  .mega-category-list {
    padding: 18px;
    border-right: 0;
  }

  .mega-category-detail {
    padding: 0 24px 24px;
  }

  .mega-feature,
  .products-mega-watermark,
  .products-mega-menu::before {
    display: none;
  }

  .mega-category-item:hover,
  .mega-category-item:focus-visible,
  .mega-category-item.is-active {
    transform: none;
  }

  .mega-feature-bar {
    grid-template-columns: 1fr 1fr;
    padding: 0 18px 18px;
  }

  .header-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-content {
    max-width: 760px;
  }
}

@media (max-width: 768px) {
  .navbar {
    min-height: 84px;
  }

  .site-container {
    padding-right: 18px;
    padding-left: 18px;
  }

  .header-container.site-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .site-logo {
    width: 230px;
    height: 84px;
  }

  .site-logo img {
    width: 215px;
    max-height: 62px;
  }

  .main-header {
    height: 84px;
  }

  .header-inner {
    height: 84px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
  }

  .hero-section {
    min-height: auto;
    padding: 46px 0 72px;
  }

  .hero-outline-words span {
    font-size: clamp(3rem, 18vw, 5.6rem);
    opacity: 0.035;
  }

  .hero-outline-words span:nth-child(1) {
    top: 2%;
    left: -8%;
  }

  .hero-outline-words span:nth-child(2) {
    top: 34%;
    right: -18%;
  }

  .hero-outline-words span:nth-child(3) {
    bottom: 9%;
    left: -16%;
  }

  .hero-outline-words span:nth-child(4),
  .hero-outline-words span:nth-child(5) {
    display: none;
  }

  .hero-eyebrow {
    max-width: 100%;
    font-size: 11px;
    letter-spacing: 1.5px;
    line-height: 1.55;
  }

  .hero-eyebrow::after {
    width: 58px;
  }

  .hero-content h1 {
    font-size: clamp(2.65rem, 15vw, 4.1rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-mini-badges {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-video-frame {
    min-height: 220px;
    border-radius: 28px;
  }

  .hero-media-wrap::before {
    inset: 10% -10% -8% 2%;
  }
}
.contact-btn,
.header-contact {
  height: 62px;
  padding: 0 40px;
  border-radius: 999px;
  background: #c1121f;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  box-shadow: 0 18px 36px rgba(193, 18, 31, 0.24);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.video-showcase-section {
  padding: 110px 0;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.video-showcase-outline {
  position: absolute;
  top: 34px;
  left: 50%;
  z-index: 0;
  width: max-content;
  max-width: 100%;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 180, 216, 0.7);
  font-size: clamp(3.6rem, 8vw, 8.6rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  opacity: 0.035;
  pointer-events: none;
  transform: translateX(-50%);
  white-space: nowrap;
}

.video-showcase-container {
  position: relative;
  z-index: 1;
  max-width: 1540px;
  margin: 0 auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(470px, 0.98fr);
  gap: 66px;
  align-items: center;
}

.video-showcase-media {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.video-showcase-media::before {
  position: absolute;
  inset: -14% -5% 10% 5%;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 24% 28%, rgba(255, 255, 255, 0.82), transparent 30%),
    linear-gradient(135deg, rgba(0, 180, 216, 0.22), rgba(82, 183, 136, 0.16));
  border-radius: 48% 52% 42% 58% / 58% 40% 60% 42%;
  filter: blur(6px);
  opacity: 0.85;
}

.video-content,
.video-showcase-content {
  max-width: 590px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow:
    0 30px 78px rgba(0, 119, 182, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(12px);
}

.video-frame {
  position: relative;
  width: 100%;
  max-width: 980px;
  aspect-ratio: 16 / 9;
  min-height: unset;
  height: auto;
  border-radius: 42px;
  overflow: hidden;
  background: #000;
  box-shadow:
    0 34px 88px rgba(0, 119, 182, 0.16),
    0 14px 34px rgba(0, 0, 0, 0.12);
}

.video-frame video,
.video-frame iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-trust-row {
  width: min(100%, 900px);
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.video-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(0, 180, 216, 0.18);
  border-radius: 999px;
  color: #173f1b;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 34px rgba(0, 119, 182, 0.10);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.video-trust-row span::before,
.video-trust-row i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00b4d8, #52b788);
  box-shadow: 0 0 0 6px rgba(0, 180, 216, 0.10);
  content: "";
  flex-shrink: 0;
}

.video-frame::before {
  content: "";
  position: absolute;
  inset: -35px;
  background: #ececec;
  border-radius: 52px;
  z-index: -1;
}

.video-content-topline,
.video-showcase-label {
  color: #52b788;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
  position: relative;
  display: inline-block;
}

.video-content-topline::after,
.video-showcase-label::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 140px;
  height: 1px;
  background: rgba(0, 0, 0, 0.18);
  margin-left: 18px;
}

.video-title,
.video-showcase-title {
  font-size: clamp(40px, 3.25vw, 58px);
  line-height: 1.05;
  font-weight: 800;
  color: #173f1b;
  margin: 0 0 22px;
  letter-spacing: -1.4px;
}

.video-description,
.video-showcase-description {
  font-size: 18px;
  line-height: 1.65;
  color: #444;
  margin: 0 0 26px;
  max-width: 95%;
}

.video-features,
.video-feature-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
}

.video-feature-item {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 16.5px;
  line-height: 1.35;
  color: #222;
}

.video-feature-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(82, 183, 136, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #52b788;
  font-weight: 700;
  flex-shrink: 0;
}

.video-showcase-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 54px;
  padding: 0 34px;
  border-radius: 999px;
  border: 2px solid #173f1b;
  color: #173f1b;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.video-showcase-button {
  height: 54px;
  padding: 0 34px;
  font-size: 16px;
  margin-top: 6px;
}

.video-showcase-btn:hover {
  background: #173f1b;
  color: #fff;
  transform: translateY(-2px);
}

.video-assurance-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 22px;
}

.video-assurance-list span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #173f1b;
  font-size: 12.5px;
  font-weight: 800;
}

.video-assurance-list i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00b4d8, #52b788);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(0, 180, 216, 0.16);
  flex-shrink: 0;
}

.video-assurance-list i::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

@media (max-width: 1100px) {
  .video-showcase-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .video-content,
  .video-showcase-content {
    max-width: 100%;
  }

  .video-title {
    font-size: 48px;
  }

  .video-frame {
    aspect-ratio: 16 / 9;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .video-showcase-section {
    padding: 80px 0;
  }

  .video-showcase-container {
    padding: 0 22px;
  }

  .video-showcase-outline {
    top: 24px;
    font-size: clamp(2.6rem, 13vw, 4.8rem);
  }

  .video-content,
  .video-showcase-content {
    padding: 30px 22px;
    border-radius: 26px;
  }

  .video-title {
    font-size: 38px;
    line-height: 1.15;
  }

  .video-description {
    font-size: 17px;
  }

  .video-frame {
    aspect-ratio: 16 / 9;
    border-radius: 26px;
  }

  .video-trust-row {
    justify-content: flex-start;
    gap: 10px;
  }

  .video-trust-row span {
    min-height: 40px;
    padding: 9px 13px;
    font-size: 12.5px;
  }

  .video-assurance-list {
    gap: 10px;
  }
}

.expertise-section {
  padding: 120px 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(0, 180, 216, 0.045), transparent 28%),
    radial-gradient(circle at 62% 82%, rgba(82, 183, 136, 0.05), transparent 30%),
    #ffffff;
}

.expertise-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
  align-items: center;
}

.expertise-eyebrow {
  display: inline-block;
  color: #52b788;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 26px;
  border-bottom: 1px dotted rgba(82, 183, 136, 0.55);
  padding-bottom: 6px;
}

.expertise-title {
  font-size: clamp(42px, 4vw, 64px);
  line-height: 1.15;
  font-weight: 800;
  color: #173f1b;
  letter-spacing: -1.6px;
  margin: 0 0 34px;
}

.expertise-text {
  max-width: 430px;
  font-size: 17px;
  line-height: 1.85;
  color: #222;
  margin-bottom: 38px;
}

.expertise-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #52b788;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  transition: color 0.24s ease, gap 0.24s ease;
}

.expertise-link::after {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 1px;
  content: "";
  background: #00b4d8;
  transition: width 0.24s ease;
}

.expertise-link:hover {
  gap: 16px;
  color: #00b4d8;
}

.expertise-link:hover::after {
  width: calc(100% - 22px);
}

.expertise-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 34px;
  align-items: stretch;
}

.expertise-card {
  position: relative;
  min-height: 350px;
  height: 100%;
  background: #ffffff;
  padding: 46px 34px 34px;
  border: 1px solid rgba(0, 180, 216, 0.08);
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.055);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.expertise-card::before,
.expertise-card::after {
  position: absolute;
  z-index: 0;
  content: "";
  border-radius: 999px;
  filter: blur(22px);
  opacity: 0.16;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.expertise-card::before {
  top: -48px;
  right: -38px;
  width: 132px;
  height: 132px;
  background: #00b4d8;
}

.expertise-card::after {
  left: -44px;
  bottom: -50px;
  width: 118px;
  height: 118px;
  background: #52b788;
}

.expertise-card > * {
  position: relative;
  z-index: 1;
}

.expertise-card:hover {
  border-color: rgba(0, 180, 216, 0.28);
  transform: translateY(-8px);
  box-shadow:
    0 34px 78px rgba(0, 119, 182, 0.14),
    0 10px 28px rgba(0, 0, 0, 0.08);
}

.expertise-card:hover::before,
.expertise-card:hover::after {
  opacity: 0.24;
  transform: scale(1.08);
}

.expertise-card-up {
  transform: none;
}

.expertise-icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 1px solid rgba(0, 180, 216, 0.22);
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(0, 180, 216, 0.42), rgba(82, 183, 136, 0.42)) border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #52b788;
  margin-bottom: 28px;
  box-shadow: 0 16px 34px rgba(0, 180, 216, 0.10);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.expertise-card:hover .expertise-icon {
  transform: scale(1.07);
  box-shadow: 0 20px 42px rgba(0, 180, 216, 0.16);
}

.expertise-icon::before {
  width: 34px;
  height: 34px;
  content: "";
  background: linear-gradient(135deg, #00b4d8, #52b788);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.expertise-icon-global::before {
  mask-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='20' cy='20' r='15'/%3E%3Cpath d='M5 20h30M20 5c5 5.6 5 24.4 0 30M20 5c-5 5.6-5 24.4 0 30'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='20' cy='20' r='15'/%3E%3Cpath d='M5 20h30M20 5c5 5.6 5 24.4 0 30M20 5c-5 5.6-5 24.4 0 30'/%3E%3C/g%3E%3C/svg%3E");
}

.expertise-icon-production::before {
  mask-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 31V17l8 5v-5l8 5v-9h10v18H7Z'/%3E%3Cpath d='M13 31v-5M20 31v-5M27 31v-5'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 31V17l8 5v-5l8 5v-9h10v18H7Z'/%3E%3Cpath d='M13 31v-5M20 31v-5M27 31v-5'/%3E%3C/g%3E%3C/svg%3E");
}

.expertise-icon-fruit::before {
  mask-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 14c6 0 10 4.5 10 10.5S26.5 35 20 35 9 30.5 9 24.5 15 14 21 14Z'/%3E%3Cpath d='M20 14c0-5 3-8 8-9M20 14c-2-4-5-6-9-6'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 14c6 0 10 4.5 10 10.5S26.5 35 20 35 9 30.5 9 24.5 15 14 21 14Z'/%3E%3Cpath d='M20 14c0-5 3-8 8-9M20 14c-2-4-5-6-9-6'/%3E%3C/g%3E%3C/svg%3E");
}

.expertise-icon-logistics::before {
  mask-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 25V12h19v13M24 17h6l5 6v2H24V17Z'/%3E%3Ccircle cx='13' cy='29' r='3'/%3E%3Ccircle cx='29' cy='29' r='3'/%3E%3Cpath d='M16 29h10'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 25V12h19v13M24 17h6l5 6v2H24V17Z'/%3E%3Ccircle cx='13' cy='29' r='3'/%3E%3Ccircle cx='29' cy='29' r='3'/%3E%3Cpath d='M16 29h10'/%3E%3C/g%3E%3C/svg%3E");
}

.expertise-card h3 {
  font-size: 22px;
  font-weight: 800;
  color: #173f1b;
  margin: 0 0 18px;
}

.expertise-card p {
  font-size: 16px;
  line-height: 1.68;
  color: #333;
  margin: 0;
}

.expertise-products {
  display: block;
  margin-top: auto;
  padding-top: 24px;
  color: rgba(23, 63, 27, 0.58);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.2px;
}

@media (max-width: 1100px) {
  .expertise-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .expertise-card-up {
    transform: none;
  }
}

@media (max-width: 768px) {
  .expertise-section {
    padding: 80px 0;
  }

  .expertise-container {
    padding: 0 22px;
  }

  .expertise-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .expertise-card {
    min-height: auto;
    padding: 36px 26px;
  }
}

.product-ticker-section {
  position: relative;
  width: 100%;
  padding: 70px 0;
  overflow: hidden;
  background: #fff;
}

.ticker-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.18;
  pointer-events: none;
}

.ticker-glow-cyan {
  top: -180px;
  left: 8%;
  background: #00b4d8;
}

.ticker-glow-green {
  right: 6%;
  bottom: -210px;
  background: #52b788;
}

.ticker-track {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: max-content;
  gap: 54px;
  animation: tickerMove 42s linear infinite;
  will-change: transform;
}

.ticker-track + .ticker-track {
  margin-top: 24px;
}

.ticker-track-secondary {
  animation-name: tickerMoveReverse;
}

.ticker-track span {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  font-size: clamp(72px, 8vw, 150px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(0, 180, 216, 0.18);
  opacity: 0.9;
  letter-spacing: -2px;
  transition: color 0.35s ease, -webkit-text-stroke-color 0.35s ease, opacity 0.35s ease, text-shadow 0.35s ease;
}

.product-ticker-section:hover .ticker-track span {
  color: rgba(0, 180, 216, 0.045);
  -webkit-text-stroke-color: rgba(82, 183, 136, 0.28);
  text-shadow:
    0 0 18px rgba(0, 180, 216, 0.08),
    0 0 26px rgba(82, 183, 136, 0.06);
}

.ticker-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  opacity: 0.42;
  background: linear-gradient(135deg, #00b4d8, #52b788);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.ticker-icon-leaf {
  mask-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 7C20 8 9 15 8 29c12 1 23-6 24-22Z'/%3E%3Cpath d='M11 28c5-8 11-13 19-18'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 7C20 8 9 15 8 29c12 1 23-6 24-22Z'/%3E%3Cpath d='M11 28c5-8 11-13 19-18'/%3E%3C/g%3E%3C/svg%3E");
}

.ticker-icon-globe {
  mask-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='20' cy='20' r='15'/%3E%3Cpath d='M5 20h30M20 5c5 5.5 5 24.5 0 30M20 5c-5 5.5-5 24.5 0 30'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='20' cy='20' r='15'/%3E%3Cpath d='M5 20h30M20 5c5 5.5 5 24.5 0 30M20 5c-5 5.5-5 24.5 0 30'/%3E%3C/g%3E%3C/svg%3E");
}

@keyframes tickerMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes tickerMoveReverse {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .product-ticker-section {
    padding: 46px 0;
  }

  .ticker-track {
    gap: 32px;
    animation-duration: 34s;
  }

  .ticker-track + .ticker-track {
    margin-top: 18px;
  }

  .ticker-track span {
    gap: 18px;
    font-size: clamp(44px, 15vw, 72px);
    letter-spacing: -1px;
  }

  .ticker-icon {
    width: 22px;
    height: 22px;
  }
}

.products-categories-section {
  background: #f7f7f5;
}

.products-categories-container {
  max-width: 1400px;
  margin: auto;
  padding: 120px 40px;
}

.products-categories-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
  margin-bottom: 58px;
}

.products-categories-eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  color: #52b788;
  font-size: 16px;
  font-weight: 800;
}

.products-categories-title {
  margin: 0;
  color: #173f1b;
  font-size: clamp(42px, 4.7vw, 72px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.8px;
}

.products-categories-heading p {
  max-width: 360px;
  margin: 0 0 10px;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  text-align: right;
}

.products-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.category-card {
  position: relative;
  height: 100%;
  min-height: 455px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.86);
  border-radius: 28px;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(10px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.category-card::before {
  position: absolute;
  right: -58px;
  bottom: -62px;
  width: 150px;
  height: 150px;
  content: "";
  background: linear-gradient(135deg, rgba(0, 180, 216, 0.18), rgba(82, 183, 136, 0.14));
  border-radius: 50%;
  filter: blur(26px);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.category-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 180, 216, 0.22);
  box-shadow:
    0 36px 82px rgba(0, 119, 182, 0.15),
    0 12px 30px rgba(0, 0, 0, 0.09);
}

.category-card:hover::before {
  opacity: 1;
  transform: scale(1.08);
}

.category-card-media {
  position: relative;
  height: 240px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(82, 183, 136, 0.24), rgba(0, 180, 216, 0.2)),
    #e9efeb;
}

.category-card-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.46)),
    linear-gradient(135deg, rgba(0, 180, 216, 0.12), rgba(82, 183, 136, 0.08));
}

.category-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.category-card:hover .category-card-media img {
  transform: scale(1.05);
}

.category-card-content {
  flex: 1;
  padding: 30px 28px 32px;
  display: flex;
  flex-direction: column;
}

.category-card-content h3 {
  margin: 0 0 14px;
  color: #173f1b;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.category-card-content p {
  margin: 0 0 20px;
  color: #4b4b4b;
  font-size: 15.5px;
  line-height: 1.65;
}

.category-tags {
  display: block;
  margin-bottom: 24px;
  color: rgba(23, 63, 27, 0.58);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.category-card-link {
  margin-top: auto;
  color: #00b4d8;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.35s ease, transform 0.35s ease;
}

.category-card:hover .category-card-link {
  color: #52b788;
  transform: translateX(6px);
}

.featured-special-products-section {
  position: relative;
  overflow: hidden;
  padding: 58px 0 96px;
  background:
    radial-gradient(circle at 8% 18%, rgba(82, 183, 136, .12), transparent 32%),
    radial-gradient(circle at 92% 8%, rgba(0, 180, 216, .12), transparent 30%),
    linear-gradient(180deg, #f7fbfb 0%, #ffffff 100%);
}

.featured-special-products-section::before,
.featured-special-products-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.featured-special-products-section::before {
  width: 260px;
  height: 260px;
  right: -120px;
  top: 90px;
  border: 1px solid rgba(0, 180, 216, .16);
}

.featured-special-products-section::after {
  width: 180px;
  height: 180px;
  left: -80px;
  bottom: 70px;
  background: rgba(82, 183, 136, .07);
}

.featured-special-products-container {
  position: relative;
  z-index: 2;
  width: min(1400px, calc(100% - 80px));
  margin: 0 auto;
}

.featured-special-products-heading {
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.featured-special-products-heading > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-bottom: 14px;
  padding: 0 18px;
  border: 1px solid rgba(0, 180, 216, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: #00b4d8;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(0, 180, 216, .08);
}

.featured-special-products-heading h2 {
  margin: 0 0 16px;
  color: #173f1b;
  font-size: clamp(40px, 4vw, 64px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.featured-special-products-heading p {
  margin: 0;
  color: #4d5a56;
  font-size: 18px;
  line-height: 1.7;
}

.featured-special-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

.featured-special-product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(0, 180, 216, .13);
  border-radius: 26px;
  background: rgba(255, 255, 255, .96);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 22px 54px rgba(0, 70, 90, .09);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.featured-special-product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(82, 183, 136, .38);
  box-shadow: 0 30px 70px rgba(0, 180, 216, .16);
}

.featured-special-product-media {
  position: relative;
  height: clamp(280px, 24vw, 350px);
  overflow: hidden;
}

.featured-special-product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 119, 182, .06), rgba(82, 183, 136, .12));
}

.featured-special-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

.featured-special-product-card:hover .featured-special-product-media img {
  transform: scale(1.05);
}

.featured-special-product-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 26px 24px 24px;
}

.featured-special-product-content > span {
  color: #00b4d8;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 12px;
}

.featured-special-product-content h3 {
  margin: 0 0 16px;
  color: #173f1b;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.featured-special-product-content p {
  margin: 0 0 18px;
  color: #4d5a56;
  font-size: 15px;
  line-height: 1.7;
  flex: 1;
}

.featured-special-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
}

.featured-special-product-tags em {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(82, 183, 136, .1);
  color: #1f6f47;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.featured-special-product-content strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(0, 119, 182, .16);
  border-radius: 999px;
  background: rgba(0, 180, 216, .08);
  color: #0077b6;
  font-size: 15px;
  transition: transform .25s ease, color .25s ease, background .25s ease, border-color .25s ease;
}

.featured-special-product-card:hover strong {
  border-color: #173f1b;
  background: #173f1b;
  color: #fff;
  transform: translateX(5px);
}

@media (max-width: 1100px) {
  .featured-special-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .featured-special-products-section {
    padding: 78px 0;
  }

  .featured-special-products-container {
    width: min(100% - 44px, 1400px);
  }

  .featured-special-product-card {
    min-height: auto;
  }

  .featured-special-product-media {
    height: 280px;
  }

  .featured-special-product-content {
    padding: 28px 24px 32px;
  }
}

.construction-image {
  width: 100%;
  max-width: 520px;
  aspect-ratio: 16 / 9;
  margin: 0 auto 28px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 54px rgba(0, 119, 182, 0.16);
}

.construction-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.price-list-page {
  padding: 56px 0 90px;
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 180, 216, 0.10), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(82, 183, 136, 0.10), transparent 28%),
    #f7fafb;
}

.price-list-shell {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 28px;
}

.price-list-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  margin-bottom: 18px;
}

.price-toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.price-action-btn,
.price-mini-btn,
.price-add-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #00b4d8;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(0, 180, 216, 0.22);
  transition: transform 0.22s ease, background-color 0.22s ease;
}

.price-action-soft,
.price-mini-btn,
.price-add-row {
  background: #ffffff;
  color: #173f1b;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.price-action-btn:hover,
.price-mini-btn:hover,
.price-add-row:hover {
  transform: translateY(-2px);
  background: #0096c7;
  color: #fff;
}

.price-list-alert {
  margin-bottom: 20px;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(82, 183, 136, 0.14);
  color: #173f1b;
  font-weight: 800;
}

.trendyol-calculator-page {
  min-height: calc(100vh - 120px);
}

.trendyol-print-header {
  display: none;
}

.trendyol-list-print-header {
  display: none;
}

.calculation-list-actions {
  display: flex;
  justify-content: flex-end;
  margin: -4px 0 14px;
}

.trendyol-calculator-hero,
.trendyol-calculator-card,
.trendyol-results-card,
.trendyol-calculation-list {
  border: 1px solid rgba(0, 180, 216, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(0, 70, 90, 0.08);
}

.trendyol-calculator-hero {
  margin-bottom: 26px;
  padding: 38px;
}

.trendyol-calculator-hero span,
.trendyol-calculator-heading span {
  display: inline-block;
  margin-bottom: 10px;
  color: #00b4d8;
  font-size: 14px;
  font-weight: 900;
}

.trendyol-calculator-hero h1,
.trendyol-calculator-heading h2 {
  margin: 0;
  color: #173f1b;
  font-weight: 900;
  letter-spacing: 0;
}

.trendyol-calculator-hero h1 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
}

.trendyol-calculator-hero p {
  max-width: 820px;
  margin: 18px 0 0;
  color: #4b5c61;
  font-size: 17px;
  line-height: 1.75;
}

.trendyol-calculator-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 26px;
  align-items: stretch;
}

.trendyol-calculator-card,
.trendyol-results-card,
.trendyol-calculation-list {
  padding: 30px;
}

.trendyol-calculator-heading {
  margin-bottom: 22px;
}

.trendyol-calculator-heading h2 {
  font-size: 26px;
}

.trendyol-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 20px;
}

.trendyol-field-grid label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #203438;
  font-size: 13px;
  font-weight: 900;
}

.trendyol-field-grid input,
.trendyol-field-grid select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 14px;
  padding: 0 14px;
  color: #173f1b;
  font: inherit;
  font-weight: 800;
  background: #f8fbfb;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.trendyol-field-grid select {
  appearance: none;
}

.trendyol-field-grid input:focus,
.trendyol-field-grid select:focus {
  border-color: rgba(0, 180, 216, 0.55);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0, 180, 216, 0.10);
}

.trendyol-calculator-warning,
.trendyol-calculator-danger {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 800;
  line-height: 1.5;
}

.trendyol-calculator-warning {
  background: rgba(255, 193, 7, 0.14);
  color: #7a5200;
}

.trendyol-calculator-danger {
  background: rgba(193, 18, 31, 0.11);
  color: #9d1c28;
}

.trendyol-result-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.trendyol-result-item {
  padding: 12px 13px;
  border-radius: 14px;
  background: #f8fbfb;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.trendyol-result-highlight {
  background: linear-gradient(135deg, rgba(0, 180, 216, 0.08), rgba(82, 183, 136, 0.08));
  border-color: rgba(0, 180, 216, 0.2);
}

.trendyol-result-cargo {
  background: rgba(0, 180, 216, 0.09);
  border-color: rgba(0, 180, 216, 0.18);
}

.trendyol-result-commission {
  background: rgba(255, 139, 36, 0.11);
  border-color: rgba(255, 139, 36, 0.2);
}

.trendyol-result-platform {
  background: rgba(108, 117, 125, 0.09);
  border-color: rgba(108, 117, 125, 0.16);
}

.trendyol-result-packaging {
  background: rgba(142, 96, 232, 0.1);
  border-color: rgba(142, 96, 232, 0.18);
}

.trendyol-result-box {
  background: rgba(255, 193, 7, 0.14);
  border-color: rgba(255, 193, 7, 0.24);
}

.trendyol-result-invoice {
  background: rgba(255, 105, 180, 0.1);
  border-color: rgba(255, 105, 180, 0.18);
}

.trendyol-result-tax {
  background: rgba(193, 18, 31, 0.09);
  border-color: rgba(193, 18, 31, 0.18);
}

.trendyol-result-remaining {
  background: rgba(82, 183, 136, 0.13);
  border-color: rgba(82, 183, 136, 0.24);
}

.trendyol-result-kg {
  background: rgba(0, 180, 216, 0.12);
  border-color: rgba(0, 180, 216, 0.23);
}

.trendyol-result-profit.is-positive {
  background: rgba(82, 183, 136, 0.16);
  border-color: rgba(82, 183, 136, 0.28);
}

.trendyol-result-profit.is-negative {
  background: rgba(193, 18, 31, 0.11);
  border-color: rgba(193, 18, 31, 0.24);
}

.trendyol-result-item span {
  display: block;
  margin-bottom: 6px;
  color: #64757a;
  font-size: 11px;
  font-weight: 900;
}

.trendyol-result-item strong {
  display: block;
  color: #173f1b;
  font-size: clamp(17px, 1.45vw, 23px);
  font-weight: 900;
  line-height: 1.1;
}

.trendyol-summary-section {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.trendyol-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.trendyol-summary-card {
  padding: 13px 14px;
  border-radius: 15px;
  border: 1px solid transparent;
}

.trendyol-summary-card span {
  display: block;
  margin-bottom: 6px;
  color: #4f6268;
  font-size: 11px;
  font-weight: 900;
}

.trendyol-summary-card strong {
  display: block;
  color: #173f1b;
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 900;
  line-height: 1.1;
}

.trendyol-summary-deduction {
  background: rgba(255, 139, 36, 0.13);
  border-color: rgba(255, 139, 36, 0.24);
}

.trendyol-summary-consumable {
  background: rgba(80, 130, 160, 0.12);
  border-color: rgba(80, 130, 160, 0.2);
}

.trendyol-summary-product {
  background: rgba(82, 183, 136, 0.15);
  border-color: rgba(82, 183, 136, 0.28);
}

.trendyol-result-profit.is-positive strong,
.trendyol-calculation-table .is-positive {
  color: #1f8f56;
}

.trendyol-result-profit.is-negative strong,
.trendyol-calculation-table .is-negative {
  color: #c1121f;
}

.trendyol-calculation-list {
  margin-top: 26px;
}

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

.trendyol-calculation-table {
  width: 100%;
  min-width: 1720px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.trendyol-calculation-table th,
.trendyol-calculation-table td {
  padding: 11px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: middle;
}

.trendyol-calculation-table th {
  background: #00b4d8;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.trendyol-calculation-table td {
  color: #26393e;
  font-size: 13px;
  font-weight: 750;
  background: #fff;
}

.trendyol-calculation-table th:last-child,
.trendyol-calculation-table td:last-child {
  border-right: 0;
}

.trendyol-calculation-table tr:last-child td {
  border-bottom: 0;
}

.trendyol-empty-row td {
  text-align: center;
  color: #6b7d82;
}

@media (max-width: 980px) {
  .trendyol-calculator-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .trendyol-calculator-hero,
  .trendyol-calculator-card,
  .trendyol-results-card,
  .trendyol-calculation-list {
    border-radius: 22px;
    padding: 24px;
  }

  .trendyol-field-grid {
    grid-template-columns: 1fr;
  }

  .trendyol-result-list {
    grid-template-columns: 1fr;
  }

  .trendyol-summary-grid {
    grid-template-columns: 1fr;
  }

  .trendyol-calculator-hero h1 {
    font-size: 32px;
  }
}

.price-module-error {
  padding: 38px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(193, 18, 31, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
}

.price-module-error h1 {
  margin: 0 0 12px;
  color: #173f1b;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
}

.price-module-error p {
  margin: 0;
  color: #555;
  font-size: 17px;
  line-height: 1.7;
}

.price-list-document {
  background: #fff;
  border-radius: 30px;
  padding: 48px;
  box-shadow: 0 26px 76px rgba(0, 0, 0, 0.10);
}

.price-list-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: start;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.price-logo-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.price-logo-block img {
  width: 260px;
  max-height: 86px;
  object-fit: contain;
  object-position: left center;
}

.price-title-input {
  width: min(100%, 420px);
  margin-bottom: 12px;
  border: 0;
  color: #173f1b;
  font-size: 28px;
  font-weight: 800;
  outline: none;
}

.price-logo-block p,
.price-company-meta p {
  margin: 0 0 8px;
  color: #333;
  font-size: 14.5px;
  line-height: 1.55;
}

.price-company-meta {
  min-width: 245px;
  text-align: right;
  padding-top: 6px;
}

.price-company-meta label {
  display: block;
  margin-bottom: 14px;
  color: #173f1b;
  font-size: 13px;
  font-weight: 800;
}

.price-date-input {
  display: block;
  width: 150px;
  margin: 6px 0 0 auto;
  padding: 10px 12px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 12px;
  text-align: right;
}

.price-bulk-panel {
  margin: 28px 0;
  padding: 22px;
  border-radius: 22px;
  background: #f7fafb;
  border: 1px dashed rgba(0, 180, 216, 0.28);
}

.price-bulk-panel label,
.price-notes label {
  display: block;
  margin-bottom: 10px;
  color: #173f1b;
  font-weight: 800;
}

.price-bulk-panel textarea,
.price-notes textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 18px;
  font: inherit;
  resize: vertical;
  outline: none;
}

.price-bulk-panel .price-mini-btn {
  margin-top: 12px;
}

.price-table-wrap {
  margin-top: 34px;
  overflow-x: auto;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
}

.price-table th {
  padding: 14px 14px;
  background: #00b4d8;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.price-table th:first-child {
  width: 70px;
  border-radius: 16px 0 0 0;
}

.price-table th:last-child {
  border-radius: 0 16px 0 0;
}

.price-table td {
  padding: 11px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  vertical-align: middle;
}

.price-table-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  font: inherit;
}

.price-row-actions {
  white-space: nowrap;
}

.price-row-actions button {
  min-width: 36px;
  min-height: 34px;
  border: 0;
  border-radius: 10px;
  background: #f0f7f9;
  color: #173f1b;
  font-weight: 800;
}

.price-add-row {
  margin-top: 18px;
}

.price-notes {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.saved-price-lists {
  margin-top: 46px;
}

.saved-price-lists h2 {
  margin: 0 0 22px;
  color: #173f1b;
  font-size: 30px;
  font-weight: 800;
}

.saved-price-grid {
  display: grid;
  gap: 16px;
}

.saved-price-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.07);
}

.saved-price-card strong,
.saved-price-card span {
  display: block;
}

.saved-price-card strong {
  color: #173f1b;
  font-size: 18px;
  font-weight: 800;
}

.saved-price-card span {
  margin-top: 5px;
  color: #555;
  font-size: 14px;
}

.saved-price-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.saved-price-actions a,
.saved-price-actions button {
  min-height: 36px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  background: #f0f7f9;
  color: #173f1b;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.price-product-pool {
  margin-top: 46px;
  padding: 28px;
  border: 1px solid rgba(0, 180, 216, .14);
  border-radius: 26px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .055);
}

.price-section-heading {
  margin-bottom: 22px;
}

.price-section-heading span {
  display: inline-block;
  margin-bottom: 8px;
  color: #00b4d8;
  font-weight: 800;
}

.price-section-heading h2 {
  margin: 0 0 8px;
  color: #173f1b;
  font-size: 30px;
  font-weight: 800;
}

.price-section-heading p {
  max-width: 760px;
  margin: 0;
  color: #4d5a5e;
  line-height: 1.7;
}

.price-product-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: end;
  margin-bottom: 24px;
}

.price-product-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #173f1b;
  font-weight: 800;
}

.price-checkbox-field {
  min-height: 48px;
  flex-direction: row !important;
  align-items: center;
}

.price-checkbox-field input {
  width: 18px;
  height: 18px;
}

.price-product-pool-list {
  display: grid;
  gap: 12px;
}

.price-product-pool-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 18px;
  background: #fff;
}

.price-product-pool-main {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.price-product-thumb {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  overflow: hidden;
  border: 1px solid rgba(0, 180, 216, .16);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 180, 216, .08), rgba(82, 183, 136, .08));
}

.price-product-thumb img,
.price-product-thumb span {
  width: 100%;
  height: 100%;
}

.price-product-thumb img {
  display: block;
  object-fit: cover;
}

.price-product-thumb span {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 8px;
  color: #6a777b;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.price-product-pool-card strong,
.price-product-pool-card span,
.price-product-pool-card small {
  display: block;
}

.price-product-pool-card strong {
  color: #173f1b;
  font-weight: 800;
}

.price-product-pool-card span,
.price-product-pool-card small {
  margin-top: 4px;
  color: #59666a;
  font-size: 13px;
}

.catalog-preview-page {
  padding: 70px 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(0, 180, 216, .12), transparent 28%),
    #f7fafb;
}

.catalog-preview-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
}

.catalog-preview-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-bottom: 34px;
}

.catalog-preview-header span {
  color: #00b4d8;
  font-weight: 800;
}

.catalog-preview-header h1 {
  margin: 8px 0 10px;
  color: #173f1b;
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 800;
}

.catalog-preview-header p {
  max-width: 680px;
  margin: 0;
  color: #4b595d;
  line-height: 1.75;
}

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

.catalog-preview-card {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .075);
}

.catalog-preview-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  background: #eef7f8;
}

.catalog-preview-card div {
  padding: 22px;
}

.catalog-preview-card span {
  color: #00b4d8;
  font-size: 13px;
  font-weight: 800;
}

.catalog-preview-card h2 {
  margin: 8px 0;
  color: #173f1b;
  font-size: 22px;
  font-weight: 800;
}

.catalog-preview-card p {
  margin: 0;
  color: #263033;
  font-weight: 800;
}

@media (max-width: 900px) {
  .price-list-toolbar,
  .price-list-header,
  .saved-price-card {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .price-logo-block {
    flex-direction: column;
  }

  .price-company-meta {
    text-align: left;
  }

  .price-date-input {
    margin-left: 0;
    text-align: left;
  }

  .price-list-document {
    padding: 24px;
  }
}

@media print {
  @page {
    size: A4;
    margin: 10mm 12mm;
  }

  @page trendyol-list-print {
    size: A4 landscape;
    margin: 10mm;
  }

  body {
    background: #fff !important;
  }

  .site-header,
  .site-footer,
  .footer-cta-band,
  .whatsapp-support-card,
  .no-print,
  .price-list-toolbar,
  .saved-price-lists {
    display: none !important;
  }

  main,
  .price-list-page,
  .price-list-shell {
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important;
    max-width: none !important;
  }

  .price-list-document {
    width: 100%;
    min-height: auto;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .price-list-header {
    grid-template-columns: 1fr auto;
    gap: 22px;
    padding-bottom: 18px;
  }

  .price-logo-block {
    gap: 10px;
  }

  .price-logo-block img {
    width: 190px;
    max-height: 62px;
  }

  .price-logo-block p,
  .price-company-meta p {
    font-size: 11px;
    line-height: 1.35;
    margin-bottom: 4px;
  }

  .price-company-meta label {
    font-size: 11px;
    margin-bottom: 8px;
  }

  .price-date-input {
    width: 104px;
    padding: 0;
    font-size: 11px;
  }

  .price-table th {
    background: #00b4d8 !important;
    color: #fff !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .price-table-input,
  .price-date-input,
  .price-notes textarea {
    border: 0;
    padding-left: 0;
    background: transparent;
  }

  .price-table-input {
    padding: 0;
    font-size: 11px;
  }

  .price-table-wrap {
    margin-top: 18px;
  }

  .price-table th,
  .price-table td {
    padding: 8px 9px;
    font-size: 11px;
  }

  .price-table th:last-child,
  .price-table td:last-child {
    display: none !important;
  }

  .price-notes textarea {
    height: auto;
    min-height: 0;
    font-size: 11px;
    line-height: 1.45;
    resize: none;
  }

  .price-notes {
    margin-top: 18px;
    padding-top: 12px;
  }

  .price-notes label {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .trendyol-print-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  }

  .trendyol-print-header img {
    width: 170px;
    max-height: 58px;
    object-fit: contain;
  }

  .trendyol-print-header h1 {
    margin: 0;
    color: #173f1b;
    font-size: 20px;
    font-weight: 900;
    text-align: right;
  }

  .trendyol-calculator-page .trendyol-calculator-hero {
    display: none !important;
  }

  .trendyol-calculator-grid {
    display: grid !important;
    grid-template-columns: 1.15fr 0.85fr !important;
    gap: 10px !important;
  }

  .trendyol-calculator-card,
  .trendyol-results-card,
  .trendyol-calculation-list {
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    padding: 10px !important;
    page-break-inside: avoid;
  }

  .trendyol-calculator-heading {
    margin-bottom: 8px !important;
  }

  .trendyol-calculator-heading span {
    font-size: 9px !important;
  }

  .trendyol-calculator-heading h2 {
    font-size: 13px !important;
    margin: 2px 0 0 !important;
  }

  .trendyol-field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  .trendyol-field-grid label {
    gap: 2px !important;
    font-size: 8.5px !important;
  }

  .trendyol-field-grid input,
  .trendyol-field-grid select {
    height: auto !important;
    min-height: 22px !important;
    padding: 2px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18) !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-size: 10px !important;
  }

  .trendyol-result-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 5px !important;
  }

  .trendyol-result-item {
    padding: 7px !important;
    border-radius: 8px !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .trendyol-result-item span {
    margin-bottom: 3px !important;
    font-size: 8px !important;
  }

  .trendyol-result-item strong {
    font-size: 12px !important;
  }

  .trendyol-summary-section {
    margin-top: 8px !important;
    padding-top: 8px !important;
  }

  .trendyol-summary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 5px !important;
  }

  .trendyol-summary-card {
    padding: 7px !important;
    border-radius: 8px !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .trendyol-summary-card span {
    margin-bottom: 3px !important;
    font-size: 8px !important;
  }

  .trendyol-summary-card strong {
    font-size: 12px !important;
  }

  #trendyolAddRow,
  .trendyol-row-delete {
    display: none !important;
  }

  .trendyol-calculation-list {
    margin-top: 10px !important;
  }

  .trendyol-calculation-table {
    min-width: 0 !important;
    width: 100% !important;
    border-radius: 8px !important;
  }

  .trendyol-calculation-table th,
  .trendyol-calculation-table td {
    padding: 4px 3px !important;
    font-size: 7px !important;
  }

  .trendyol-calculation-table th:last-child,
  .trendyol-calculation-table td:last-child {
    display: none !important;
  }

  body.print-list-mode {
    background: #fff !important;
  }

  body.print-list-mode .trendyol-print-header,
  body.print-list-mode .trendyol-calculator-hero,
  body.print-list-mode .trendyol-calculator-grid,
  body.print-list-mode .price-list-toolbar,
  body.print-list-mode .site-header,
  body.print-list-mode .site-footer,
  body.print-list-mode .footer-cta-band,
  body.print-list-mode .whatsapp-support-card,
  body.print-list-mode .calculation-list-actions {
    display: none !important;
  }

  body.print-list-mode main,
  body.print-list-mode .price-list-page,
  body.print-list-mode .price-list-shell {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    background: #fff !important;
  }

  body.print-list-mode .trendyol-calculation-list {
    display: block !important;
    width: 100% !important;
    page: trendyol-list-print;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
  }

  body.print-list-mode .trendyol-list-print-header {
    display: grid !important;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  }

  body.print-list-mode .trendyol-list-print-header img {
    width: 130px;
    max-height: 44px;
    object-fit: contain;
  }

  body.print-list-mode .trendyol-list-print-header strong {
    color: #173f1b;
    font-size: 12px;
    font-weight: 900;
  }

  body.print-list-mode .trendyol-list-print-header h1 {
    grid-column: 2;
    margin: 0;
    color: #173f1b;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
  }

  body.print-list-mode .trendyol-list-print-header p {
    margin: 0;
    color: #26393e;
    font-size: 10px;
    font-weight: 800;
    text-align: right;
  }

  body.print-list-mode .trendyol-calculation-list > .trendyol-calculator-heading {
    display: none !important;
  }

  body.print-list-mode .trendyol-table-wrap {
    overflow: visible !important;
  }

  body.print-list-mode .trendyol-calculation-table {
    min-width: 0 !important;
    width: 100% !important;
    table-layout: fixed !important;
    border-radius: 0 !important;
  }

  body.print-list-mode .trendyol-calculation-table th,
  body.print-list-mode .trendyol-calculation-table td {
    padding: 3px 2px !important;
    font-size: 6.4px !important;
    line-height: 1.2 !important;
    word-break: break-word;
  }

  body.print-list-mode .trendyol-calculation-table th:last-child,
  body.print-list-mode .trendyol-calculation-table td:last-child {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  .products-categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .products-categories-container {
    padding: 80px 22px;
  }

  .products-categories-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 36px;
  }

  .products-categories-heading p {
    text-align: left;
  }

  .products-categories-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .category-card {
    min-height: auto;
  }
}

.global-supply-section {
  width: 100%;
  min-height: 720px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  background: #0077b6;
}

.global-supply-media {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding: 0;
  isolation: isolate;
}

.global-supply-media img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
  display: block;
  border-radius: 0;
  animation: globalSupplyZoom 22s ease-in-out infinite alternate;
}

.global-supply-media-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(135deg, rgba(0, 119, 182, 0.42), rgba(0, 180, 216, 0.16)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.30));
  pointer-events: none;
}

.global-floating-cards {
  position: absolute;
  inset: auto 46px 46px 46px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.global-floating-cards span {
  min-height: 54px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
}

.global-supply-content {
  position: relative;
  min-height: 720px;
  padding: 100px 90px;
  background:
    linear-gradient(
      135deg,
      #00b4d8 0%,
      #0096c7 45%,
      #0077b6 100%
    );
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.global-supply-content::before {
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 560px;
  height: 360px;
  content: "";
  background:
    radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.10), transparent 28%),
    linear-gradient(90deg, transparent 0 12%, rgba(255, 255, 255, 0.10) 12% 13%, transparent 13% 25%, rgba(255, 255, 255, 0.08) 25% 26%, transparent 26% 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  opacity: 0.16;
  transform: rotate(-10deg);
  pointer-events: none;
}

.global-supply-content > * {
  position: relative;
  z-index: 1;
}

.global-supply-eyebrow {
  display: inline-flex;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.global-supply-content h2 {
  margin: 0 0 30px;
  color: #ffffff;
  font-size: clamp(44px, 4vw, 72px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.8px;
}

.global-supply-text {
  max-width: 650px;
  margin: 0 0 42px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
  line-height: 1.8;
}

.global-supply-icons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 38px;
}

.global-supply-icon-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  transition: transform 0.24s ease;
}

.global-supply-icon-item:hover {
  transform: translateY(-5px);
}

.global-supply-icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12), 0 0 28px rgba(255, 255, 255, 0.08);
}

.global-supply-icon::before {
  width: 34px;
  height: 34px;
  content: "";
  background: #fff;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.global-icon-supply::before {
  mask-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='20' cy='20' r='15'/%3E%3Cpath d='M5 20h30M20 5c5 5.6 5 24.4 0 30M20 5c-5 5.6-5 24.4 0 30'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='20' cy='20' r='15'/%3E%3Cpath d='M5 20h30M20 5c5 5.6 5 24.4 0 30M20 5c-5 5.6-5 24.4 0 30'/%3E%3C/g%3E%3C/svg%3E");
}

.global-icon-production::before {
  mask-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 31V17l8 5v-5l8 5v-9h10v18H7Z'/%3E%3Cpath d='M13 31v-5M20 31v-5M27 31v-5'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 31V17l8 5v-5l8 5v-9h10v18H7Z'/%3E%3Cpath d='M13 31v-5M20 31v-5M27 31v-5'/%3E%3C/g%3E%3C/svg%3E");
}

.global-icon-logistics::before {
  mask-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 25V12h19v13M24 17h6l5 6v2H24V17Z'/%3E%3Ccircle cx='13' cy='29' r='3'/%3E%3Ccircle cx='29' cy='29' r='3'/%3E%3Cpath d='M16 29h10'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 25V12h19v13M24 17h6l5 6v2H24V17Z'/%3E%3Ccircle cx='13' cy='29' r='3'/%3E%3Ccircle cx='29' cy='29' r='3'/%3E%3Cpath d='M16 29h10'/%3E%3C/g%3E%3C/svg%3E");
}

.global-supply-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 42px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  font-weight: 700;
}

.global-supply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: flex-start;
  height: 58px;
  padding: 0 36px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(10px);
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.global-supply-btn span {
  transition: transform 0.25s ease;
}

.global-supply-btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.20);
  border-color: rgba(255, 255, 255, 0.48);
  box-shadow: 0 22px 48px rgba(255, 255, 255, 0.12), 0 18px 36px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.global-supply-btn:hover span {
  transform: translateX(3px);
}

@keyframes globalSupplyZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.055);
  }
}

@media (max-width: 1100px) {
  .global-supply-section {
    grid-template-columns: 1fr;
  }

  .global-supply-media,
  .global-supply-content {
    min-height: auto;
  }

  .global-supply-media {
    padding: 0;
  }

  .global-supply-media img {
    min-height: 420px;
  }

  .global-floating-cards {
    inset: auto 32px 32px 32px;
  }

  .global-supply-content {
    padding: 70px 48px 84px;
  }
}

@media (max-width: 768px) {
  .global-supply-media {
    padding: 0;
  }

  .global-supply-media img {
    min-height: 300px;
  }

  .global-floating-cards {
    inset: auto 18px 18px 18px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .global-floating-cards span {
    min-height: 42px;
    padding: 11px 14px;
    border-radius: 14px;
    font-size: 13px;
  }

  .global-supply-content {
    padding: 54px 22px 70px;
  }

  .global-supply-content h2 {
    font-size: 38px;
  }

  .global-supply-text {
    font-size: 16.5px;
  }

  .global-supply-icons {
    grid-template-columns: 1fr;
  }
}

.footer-cta-band {
  position: relative;
  z-index: 2;
  padding: 34px 40px;
  color: #fff;
  background: linear-gradient(135deg, #00b4d8 0%, #0096c7 50%, #0077b6 100%);
}

.footer-cta-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 28px 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 20px 48px rgba(0, 119, 182, 0.18);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.footer-cta-inner p {
  max-width: 820px;
  margin: 0;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 800;
  line-height: 1.35;
}

.footer-cta-inner a {
  height: 54px;
  padding: 0 30px;
  border-radius: 999px;
  color: #0077b6;
  background: #fff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.footer-cta-inner a:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 48px rgba(255, 255, 255, 0.16), 0 18px 36px rgba(0, 0, 0, 0.14);
}

.site-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 0;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(135deg, #00b4d8 0%, #0096c7 48%, #0077b6 100%);
}

.site-footer-watermark {
  position: absolute;
  right: -40px;
  bottom: -86px;
  color: rgba(255, 255, 255, 0.07);
  font-size: clamp(180px, 24vw, 420px);
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.site-footer-inner {
  position: relative;
  z-index: 1;
  max-width: 1380px;
  margin: 0 auto;
  padding: 86px 40px 34px;
}

.site-footer-logo {
  width: min(360px, 76vw);
  margin: 0 auto 64px;
  display: flex;
  justify-content: center;
}

.site-footer-logo img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.2fr;
  gap: 58px;
  padding-bottom: 58px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer-column h3 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-heading-icon {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.10);
  flex-shrink: 0;
}

.site-footer-column p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15.5px;
  line-height: 1.85;
}

.site-footer-column ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer-column li,
.site-footer-column a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 15.5px;
  line-height: 1.55;
  text-decoration: none;
  transition: color 0.22s ease, transform 0.22s ease;
}

.site-footer-column a:hover {
  color: #ffffff;
  transform: translateX(3px);
}

.site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 30px;
}

.site-footer-socials {
  display: flex;
  gap: 12px;
}

.site-footer-socials a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  padding: 9px;
  backdrop-filter: blur(10px);
  transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.site-footer-socials a:hover {
  color: #0077b6;
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(255, 255, 255, 0.16);
  transform: translateY(-3px);
}

.site-footer-socials img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 50%;
}

.site-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14.5px;
}

@media (max-width: 1100px) {
  .footer-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px;
  }
}

@media (max-width: 768px) {
  .footer-cta-band {
    padding: 24px 22px;
  }

  .footer-cta-inner {
    padding: 24px 22px;
    border-radius: 22px;
  }

  .footer-cta-inner a {
    width: 100%;
  }

  .site-footer-inner {
    padding: 66px 22px 30px;
  }

  .site-footer-logo {
    width: min(280px, 78vw);
    margin-bottom: 42px;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .site-footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 42px;
  }

  .site-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

.about-page {
  padding: 120px 0;
  background: #fff;
}

.about-container {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 76px;
  align-items: center;
}

.about-image {
  position: relative;
  width: 100%;
  height: 520px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 38px 92px rgba(0, 119, 182, 0.15), 0 20px 50px rgba(0, 0, 0, 0.12);
}

.about-image::before {
  position: absolute;
  inset: -26px;
  z-index: -1;
  content: "";
  background: linear-gradient(135deg, rgba(0, 180, 216, 0.18), rgba(82, 183, 136, 0.12));
  border-radius: 44px;
  filter: blur(22px);
  opacity: 0.85;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.55s ease;
}

.about-image:hover img {
  transform: scale(1.02);
}

.about-eyebrow {
  display: inline-block;
  color: #52b788;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px dotted rgba(82, 183, 136, 0.55);
  padding-bottom: 6px;
  margin-bottom: 28px;
}

.about-title {
  font-size: clamp(44px, 4vw, 68px);
  line-height: 1.12;
  font-weight: 800;
  color: #173f1b;
  letter-spacing: -1.8px;
  margin: 0 0 34px;
}

.about-text {
  font-size: 18px;
  line-height: 1.85;
  color: #222;
  margin-bottom: 24px;
}

.about-stats {
  display: flex;
  gap: 58px;
  margin: 48px 0;
}

.about-stat strong {
  display: block;
  font-size: 48px;
  font-weight: 800;
  color: #00b4d8;
  line-height: 1;
}

.about-stat span {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  color: #222;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 0 38px;
  border-radius: 999px;
  background: #00b4d8;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(0, 180, 216, 0.24);
  transition: all 0.25s ease;
}

.about-btn:hover {
  background: #0096c7;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 1100px) {
  .about-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 768px) {
  .about-page {
    padding: 80px 0;
  }

  .about-container {
    padding: 0 22px;
  }

  .about-image img {
    height: 360px;
  }

  .about-stats {
    flex-direction: column;
    gap: 24px;
  }
}

.difference-section {
  position: relative;
  padding: 140px 0;
  background: #f8fafb;
  overflow: hidden;
}

.difference-bg-shape {
  position: absolute;
  inset: 0;
  background-image: url('/images/patterns/logo-watermark.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: min(1080px, 90vw);
  opacity: 0.032;
  pointer-events: none;
}

.difference-container {
  position: relative;
  z-index: 2;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 120px;
  align-items: start;
}

.difference-eyebrow {
  display: inline-block;
  color: #52b788;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px dotted rgba(82, 183, 136, 0.45);
  padding-bottom: 6px;
  margin-bottom: 28px;
}

.difference-title {
  font-size: clamp(42px, 4vw, 64px);
  line-height: 1.08;
  font-weight: 800;
  color: #173f1b;
  letter-spacing: -1.6px;
  margin: 0 0 30px;
}

.difference-text {
  font-size: 21px;
  line-height: 1.75;
  color: #222;
  max-width: 520px;
  margin: 0;
}

.difference-support-text {
  max-width: 520px;
  margin: 22px 0 0;
  color: #4b4b4b;
  font-size: 17px;
  line-height: 1.85;
}

.difference-divider {
  width: 120px;
  height: 1px;
  background: rgba(0, 0, 0, 0.14);
  margin-top: 38px;
}

.difference-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.difference-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 15px;
  border: 1px solid rgba(0, 180, 216, 0.16);
  border-radius: 999px;
  color: #173f1b;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 30px rgba(0, 180, 216, 0.08);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.difference-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.difference-item {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 82px;
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 44px rgba(0, 119, 182, 0.07);
  backdrop-filter: blur(12px);
  font-size: 18px;
  line-height: 1.45;
  color: #1d1d1d;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.difference-item:hover {
  border-color: rgba(0, 180, 216, 0.22);
  box-shadow: 0 24px 58px rgba(0, 119, 182, 0.12);
  transform: translateY(-4px);
}

.difference-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00b4d8, #52b788);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  box-shadow: 0 12px 24px rgba(0, 180, 216, 0.18);
}

.difference-icon i::before {
  content: "\2713";
  font-style: normal;
}

@media (max-width: 1100px) {
  .difference-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

@media (max-width: 768px) {
  .difference-section {
    padding: 90px 0;
  }

  .difference-container {
    padding: 0 22px;
  }

  .difference-item {
    font-size: 17px;
    min-height: auto;
    padding: 18px;
  }

  .difference-text {
    font-size: 18px;
  }

  .difference-support-text {
    font-size: 16px;
  }
}

.operations-section {
  position: relative;
  padding: 120px 0 150px;
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 180, 216, 0.08), transparent 34%),
    radial-gradient(circle at 82% 72%, rgba(82, 183, 136, 0.08), transparent 32%),
    #f7f9fb;
  overflow: hidden;
}

.operations-header {
  max-width: 900px;
  margin: 0 auto 58px;
  padding: 0 40px;
  text-align: center;
}

.operations-title {
  font-size: clamp(40px, 4vw, 64px);
  line-height: 1.12;
  font-weight: 800;
  color: #173f1b;
  letter-spacing: -1.6px;
  margin: 0 0 24px;
}

.operations-subtitle {
  max-width: 780px;
  margin: 0 auto;
  color: #333;
  font-size: 19px;
  line-height: 1.85;
}

.operations-image-wrap {
  position: relative;
  max-width: 1180px;
  min-height: 520px;
  height: 520px;
  margin: 0 auto;
  border-radius: 32px;
  overflow: hidden;
  box-shadow:
    0 34px 90px rgba(0, 40, 55, 0.16),
    0 0 46px rgba(0, 180, 216, 0.14);
  animation: operationsFadeUp 0.75s ease both;
}

.operations-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}

.operations-image-wrap:hover img {
  transform: scale(1.03);
}

.operations-image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 40, 55, 0.08), rgba(0, 40, 55, 0.28)),
    rgba(0, 40, 55, 0.28);
  pointer-events: none;
}

.operations-cards {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: -76px auto 0;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.operations-card {
  position: relative;
  min-height: 255px;
  padding: 38px 32px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  box-shadow:
    0 24px 60px rgba(0, 40, 55, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(14px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  animation: operationsFadeUp 0.75s ease both;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.operations-card:nth-child(2) {
  animation-delay: 0.08s;
}

.operations-card:nth-child(3) {
  animation-delay: 0.16s;
}

.operations-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 180, 216, 0.16), transparent 68%);
  pointer-events: none;
}

.operations-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 180, 216, 0.24);
  box-shadow:
    0 34px 76px rgba(0, 119, 182, 0.16),
    0 0 28px rgba(82, 183, 136, 0.10);
}

.operations-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00b4d8, #52b788);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow:
    0 16px 32px rgba(0, 180, 216, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  margin-bottom: 24px;
  transition: transform 0.28s ease;
}

.operations-card:hover .operations-icon {
  transform: scale(1.07);
}

.operations-icon::before {
  content: "";
  width: 25px;
  height: 25px;
  background: currentColor;
  display: block;
}

.operations-icon-plan::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M19 3h-1V1h-2v2H8V1H6v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Zm0 16H5V9h14v10Zm0-12H5V5h14v2Zm-8.7 9.4 6.2-6.2 1.4 1.4-7.6 7.6-4.2-4.2 1.4-1.4 2.8 2.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M19 3h-1V1h-2v2H8V1H6v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Zm0 16H5V9h14v10Zm0-12H5V5h14v2Zm-8.7 9.4 6.2-6.2 1.4 1.4-7.6 7.6-4.2-4.2 1.4-1.4 2.8 2.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.operations-icon-storage::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m12 2 9 4.5v10.9L12 22l-9-4.6V6.5L12 2Zm0 2.2L5.4 7.5 12 10.8l6.6-3.3L12 4.2ZM5 9.1v7.1l6 3.1v-7.1L5 9.1Zm8 10.2 6-3.1V9.1l-6 3.1v7.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m12 2 9 4.5v10.9L12 22l-9-4.6V6.5L12 2Zm0 2.2L5.4 7.5 12 10.8l6.6-3.3L12 4.2ZM5 9.1v7.1l6 3.1v-7.1L5 9.1Zm8 10.2 6-3.1V9.1l-6 3.1v7.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.operations-icon-team::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M16 11a4 4 0 1 0-3.46-6A5 5 0 0 1 14 8.5a5 5 0 0 1-.58 2.34A3.96 3.96 0 0 0 16 11ZM8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm8 1c-1.2 0-2.32.3-3.3.82A7.1 7.1 0 0 1 15 18v1h7v-1c0-2.76-2.69-5-6-5ZM8 14c-3.31 0-6 2.24-6 5v1h12v-1c0-2.76-2.69-5-6-5Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M16 11a4 4 0 1 0-3.46-6A5 5 0 0 1 14 8.5a5 5 0 0 1-.58 2.34A3.96 3.96 0 0 0 16 11ZM8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm8 1c-1.2 0-2.32.3-3.3.82A7.1 7.1 0 0 1 15 18v1h7v-1c0-2.76-2.69-5-6-5ZM8 14c-3.31 0-6 2.24-6 5v1h12v-1c0-2.76-2.69-5-6-5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.operations-card h3 {
  margin: 0 0 14px;
  color: #173f1b;
  font-size: 22px;
  font-weight: 800;
}

.operations-card p {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
}

.operations-stats {
  position: relative;
  z-index: 2;
  max-width: 1040px;
  margin: 32px auto 0;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  animation: operationsFadeUp 0.75s ease 0.24s both;
}

.operations-stats span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 180, 216, 0.14);
  color: #173f1b;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(0, 119, 182, 0.08);
  backdrop-filter: blur(12px);
}

@keyframes operationsFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .operations-section {
    padding: 100px 0 130px;
  }

  .operations-image-wrap {
    max-width: calc(100% - 80px);
    min-height: 430px;
    height: 430px;
  }

  .operations-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 860px;
    margin-top: -62px;
  }
}

@media (max-width: 768px) {
  .operations-section {
    padding: 80px 0 96px;
  }

  .operations-header {
    margin-bottom: 38px;
    padding: 0 22px;
  }

  .operations-subtitle {
    font-size: 17px;
  }

  .operations-image-wrap {
    max-width: calc(100% - 44px);
    min-height: 320px;
    height: 320px;
    border-radius: 26px;
  }

  .operations-cards {
    grid-template-columns: 1fr;
    margin-top: 26px;
    padding: 0 22px;
    gap: 22px;
  }

  .operations-card {
    min-height: auto;
    padding: 32px 26px;
  }

  .operations-stats {
    padding: 0 22px;
    justify-content: flex-start;
  }
}

.services-page-section {
  padding: 120px 0;
  background: #f8fafb;
}

.services-page-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.services-page-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 90px;
}

.services-page-eyebrow {
  display: inline-block;
  color: #52b788;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px dotted rgba(82, 183, 136, 0.5);
  padding-bottom: 7px;
  margin-bottom: 26px;
}

.services-page-title {
  font-size: clamp(42px, 4vw, 72px);
  line-height: 1.08;
  font-weight: 800;
  color: #173f1b;
  margin: 0 0 28px;
  letter-spacing: -2px;
}

.services-page-description {
  max-width: 760px;
  margin: 0 auto;
  color: #444;
  font-size: 19px;
  line-height: 1.85;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}

.service-card {
  display: block;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0, 180, 216, 0.14);
}

.service-image {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.service-card:hover img {
  transform: scale(1.08);
}

.service-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.12));
}

.service-content {
  padding: 32px;
}

.service-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.18;
  color: #173f1b;
  margin: 0 0 16px;
}

.service-text {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin: 0 0 24px;
}

.service-link {
  color: #00b4d8;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.22s ease;
}

.service-link:hover {
  color: #0096c7;
}

@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .services-page-section {
    padding: 90px 0;
  }

  .services-page-container {
    padding: 0 22px;
  }

  .services-page-header {
    margin-bottom: 54px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .service-image {
    height: 220px;
  }

  .service-content {
    padding: 28px;
  }
}

.contact-page-section {
  padding: 120px 0 90px;
  background: #fff;
}

.contact-hero {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: center;
}

.contact-eyebrow {
  display: inline-block;
  color: #52b788;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px dotted rgba(82, 183, 136, 0.5);
  padding-bottom: 7px;
  margin-bottom: 28px;
}

.contact-title {
  font-size: clamp(46px, 4vw, 72px);
  line-height: 1.08;
  font-weight: 800;
  color: #173f1b;
  letter-spacing: -2px;
  margin: 0 0 30px;
}

.contact-description {
  max-width: 560px;
  color: #333;
  font-size: 19px;
  line-height: 1.85;
  margin: 0 0 36px;
}

.contact-phone {
  display: inline-flex;
  color: #00b4d8;
  font-size: 28px;
  font-weight: 800;
  text-decoration: none;
}

.contact-phone-list {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.contact-form {
  background: #f3f5f5;
  border-radius: 34px;
  padding: 46px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.08);
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 22px;
}

.form-field label {
  color: #173f1b;
  font-size: 14px;
  font-weight: 800;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  background: #fff;
  color: #171717;
  font: inherit;
  padding: 17px 18px;
  outline: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.form-field textarea {
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: #00b4d8;
  box-shadow: 0 0 0 4px rgba(0, 180, 216, 0.12);
}

.contact-submit {
  height: 58px;
  padding: 0 42px;
  border: 0;
  border-radius: 999px;
  background: #00b4d8;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 18px 36px rgba(0, 180, 216, 0.24);
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.contact-submit:hover {
  background: #0096c7;
  transform: translateY(-2px);
}

.contact-success-message {
  margin: 22px 0 0;
  padding: 16px 20px;
  border-radius: 18px;
  background: rgba(82, 183, 136, 0.13);
  border: 1px solid rgba(82, 183, 136, 0.24);
  color: #173f1b;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.contact-alert,
.contact-validation-summary {
  margin: 0 0 24px;
  padding: 16px 20px;
  border-radius: 18px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.contact-alert-success {
  background: rgba(82, 183, 136, 0.13);
  border: 1px solid rgba(82, 183, 136, 0.26);
  color: #173f1b;
}

.contact-alert-error,
.contact-validation-summary {
  background: rgba(193, 18, 31, 0.08);
  border: 1px solid rgba(193, 18, 31, 0.20);
  color: #8c0e17;
}

.contact-validation-summary:empty {
  display: none;
}

.contact-validation-summary ul {
  margin: 0;
  padding-left: 18px;
}

.field-validation-message {
  color: #8c0e17;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.contact-cards-section,
.contact-offices-section {
  background: #f8fafb;
  padding: 90px 0;
}

.contact-cards,
.contact-offices {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  gap: 34px;
}

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

.contact-card {
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.07);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 68px rgba(0, 180, 216, 0.14);
}

.contact-card-image {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.contact-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.contact-card:hover img {
  transform: scale(1.07);
}

.contact-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.12));
}

.contact-card h2 {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 800;
}

.contact-card p {
  margin: 0;
  padding: 28px;
  color: #444;
  font-size: 16.5px;
  line-height: 1.75;
}

.contact-offices {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
}

.office-card {
  min-height: 230px;
  height: 100%;
  padding: 34px 30px;
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

.office-card span {
  display: inline-block;
  color: #52b788;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 18px;
}

.office-card h3 {
  margin: 0 0 18px;
  color: #173f1b;
  font-size: 22px;
  font-weight: 800;
}

.office-card p,
.office-card a {
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
  text-decoration: none;
}

.office-card a:hover {
  color: #00b4d8;
}

.contact-map-section {
  padding: 100px 0 120px;
  background: #fff;
}

.contact-map-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.contact-map-container h2 {
  color: #173f1b;
  font-size: clamp(36px, 3.4vw, 58px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1.4px;
  text-align: center;
  margin: 0 0 18px;
}

.contact-map-address {
  max-width: 760px;
  margin: 0 auto 42px;
  color: #333;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}

.contact-map {
  height: 450px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0, 119, 182, 0.14);
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.dried-product-image a,
.nuts-product-image a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.product-card-title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.24s ease;
}

.product-card-title-link:hover {
  color: #00b4d8;
}

.product-card-detail-link {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  color: #00b4d8;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.24s ease, transform 0.24s ease;
}

.product-card-detail-link:hover {
  color: #0096c7;
  transform: translateX(4px);
}

.product-detail-page {
  position: relative;
  padding: 120px 0;
  background:
    radial-gradient(circle at 14% 16%, rgba(0, 180, 216, 0.12), transparent 34%),
    radial-gradient(circle at 84% 20%, rgba(82, 183, 136, 0.11), transparent 30%),
    #ffffff;
  overflow: hidden;
}

.product-detail-bg {
  position: absolute;
  right: -30px;
  top: 55px;
  color: transparent;
  -webkit-text-stroke: 1.4px rgba(0, 180, 216, 0.08);
  font-size: clamp(88px, 12vw, 210px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -6px;
  pointer-events: none;
}

.product-detail-container {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 42px 52px;
  align-items: start;
  border: 1px solid rgba(0, 180, 216, 0.10);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 8%, rgba(82, 183, 136, 0.08), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(0, 180, 216, 0.08), transparent 30%),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 80px rgba(0, 40, 55, 0.08);
}

.product-detail-eyebrow {
  display: inline-block;
  margin: 0 0 24px;
  color: #52b788;
  font-size: 15px;
  font-weight: 800;
  border-bottom: 1px dotted rgba(82, 183, 136, 0.55);
  padding-bottom: 7px;
}

.product-detail-content h1 {
  margin: 0 0 26px;
  color: #173f1b;
  font-size: clamp(46px, 5vw, 78px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -2px;
}

.product-detail-description {
  max-width: 660px;
  margin: 0 0 26px;
  color: #303030;
  font-size: 18px;
  line-height: 1.72;
}

.product-detail-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-detail-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(82, 183, 136, 0.13);
  color: #173f1b;
  font-size: 13px;
  font-weight: 900;
}

.product-detail-status-card {
  max-width: 620px;
  padding: 30px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 180, 216, 0.16);
  box-shadow: 0 24px 60px rgba(0, 119, 182, 0.11);
  backdrop-filter: blur(12px);
}

.product-detail-status-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #00b4d8;
  font-size: 16px;
  font-weight: 800;
}

.product-detail-status-card p {
  margin: 0;
  color: #333;
  font-size: 17px;
  line-height: 1.75;
}

.product-detail-actions {
  grid-column: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: -6px;
}

.product-detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 0 34px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.product-detail-btn-primary {
  background: #00b4d8;
  color: #fff;
  box-shadow: 0 18px 36px rgba(0, 180, 216, 0.24);
}

.product-detail-btn-secondary {
  background: #fff;
  color: #173f1b;
  border: 1px solid rgba(0, 0, 0, 0.10);
}

.product-detail-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(0, 119, 182, 0.16);
}

.product-detail-media {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(300px, 1fr);
  gap: 22px;
  align-items: stretch;
}

.product-detail-visual {
  position: relative;
  height: 500px;
  min-height: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.12), 0 0 34px rgba(0, 180, 216, 0.10);
}

.product-detail-visual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  display: block;
}

.product-detail-feature-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.product-detail-feature-strip article {
  padding: 0 28px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.product-detail-feature-strip article:first-child {
  padding-left: 0;
}

.product-detail-feature-strip article:last-child {
  border-right: 0;
  padding-right: 0;
}

.product-detail-feature-strip span {
  display: block;
  margin-bottom: 8px;
  color: #173f1b;
  font-size: 16px;
  font-weight: 900;
}

.product-detail-feature-strip p {
  margin: 0;
  color: #526064;
  font-size: 14.5px;
  line-height: 1.55;
}

.product-detail-information {
  padding: 105px 40px 125px;
  background:
    radial-gradient(circle at 10% 20%, rgba(0, 180, 216, 0.08), transparent 30%),
    #f7fafb;
}

.product-detail-information-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.product-detail-info-card {
  padding: 34px;
  border: 1px solid rgba(0, 180, 216, 0.13);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 56px rgba(0, 40, 55, 0.07);
  backdrop-filter: blur(12px);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.product-detail-info-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 180, 216, 0.26);
  box-shadow: 0 30px 68px rgba(0, 119, 182, 0.12);
}

.product-detail-info-card-wide {
  grid-column: 1 / -1;
}

.product-detail-info-card > span {
  display: inline-block;
  margin-bottom: 12px;
  color: #00b4d8;
  font-size: 13px;
  font-weight: 800;
}

.product-detail-info-card h2 {
  margin: 0 0 18px;
  color: #173f1b;
  font-size: 25px;
  font-weight: 800;
}

.product-detail-info-card p,
.product-detail-info-card li {
  color: #344246;
  font-size: 16px;
  line-height: 1.75;
}

.product-detail-info-card p {
  margin: 0;
}

.product-detail-info-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-detail-info-card li {
  position: relative;
  padding-left: 22px;
}

.product-detail-info-card li::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00b4d8, #52b788);
  content: "";
}

.product-detail-supply-card {
  background: linear-gradient(135deg, rgba(0, 180, 216, 0.09), rgba(82, 183, 136, 0.07)), #fff;
}

.product-retail-section {
  padding: 0 40px 34px;
  background: #f7fafb;
}

.product-retail-card {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: 36px;
  align-items: center;
  padding: 36px;
  border: 1px solid rgba(242, 112, 33, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 20%, rgba(242, 112, 33, 0.10), transparent 34%),
    linear-gradient(135deg, #fff 0%, #fffaf5 100%);
  box-shadow: 0 24px 62px rgba(0, 40, 55, 0.08), 0 10px 30px rgba(242, 112, 33, 0.08);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.product-retail-card-hero {
  display: block;
  max-width: none;
  height: 500px;
  min-height: 0;
  padding: 20px;
  border-radius: 22px;
}

.product-retail-card-hero .product-retail-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-retail-card-hero:hover {
  transform: translateY(-4px);
}

.product-retail-card-hero .product-retail-badge {
  margin-bottom: 10px;
}

.product-retail-card-hero .product-retail-content h2 {
  margin-bottom: 8px;
  font-size: 22px;
}

.product-retail-card-hero .product-retail-content h3 {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.28;
}

.product-retail-card-hero .product-retail-tags {
  margin-bottom: 12px;
}

.product-retail-card-hero .product-retail-commerce {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.product-retail-card-hero .product-retail-btn {
  margin-top: auto;
  width: 100%;
}

.product-retail-card:hover {
  transform: translateY(-6px);
  border-color: rgba(242, 112, 33, 0.28);
  box-shadow: 0 32px 76px rgba(0, 40, 55, 0.11), 0 16px 42px rgba(242, 112, 33, 0.12);
}

.product-retail-content {
  min-width: 0;
}

.product-retail-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(242, 112, 33, 0.12);
  color: #f26f21;
  font-size: 12.5px;
  font-weight: 900;
  letter-spacing: 0.3px;
}

.product-retail-content h2 {
  margin: 0 0 12px;
  color: #173f1b;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.1;
  font-weight: 900;
}

.product-retail-content h3 {
  margin: 0 0 16px;
  color: #273438;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
}

.product-retail-subtitle {
  margin: -4px 0 12px !important;
  color: #f26f21 !important;
  font-size: 14px !important;
  font-weight: 900;
  line-height: 1.2 !important;
}

.product-retail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 18px;
}

.product-retail-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(0, 180, 216, 0.08);
  color: #173f1b;
  font-size: 12.5px;
  font-weight: 900;
}

.product-retail-content p {
  max-width: 680px;
  margin: 0 0 24px;
  color: #344246;
  font-size: 16.5px;
  line-height: 1.75;
}

.product-retail-commerce {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 24px;
}

.product-retail-commerce div {
  min-width: 0;
  padding: 11px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(242, 112, 33, 0.12);
}

.product-retail-commerce span {
  display: block;
  margin-bottom: 5px;
  color: #66777c;
  font-size: 11px;
  font-weight: 900;
}

.product-retail-commerce strong,
.product-retail-commerce del {
  display: block;
  color: #173f1b;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.product-retail-commerce del {
  color: rgba(52, 66, 70, 0.58);
}

.product-retail-commerce div:first-child strong {
  color: #173f1b;
  font-size: 14px;
}

.product-retail-note {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(82, 183, 136, 0.1);
  color: #385257;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.45;
}

.product-retail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: #f26f21;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(242, 112, 33, 0.26);
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.product-retail-btn:hover {
  color: #fff;
  background: #e95f12;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(242, 112, 33, 0.32);
}

.product-retail-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 280px;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.10);
}

.product-retail-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.product-retail-card:hover .product-retail-visual img {
  transform: scale(1.045);
}

.product-purchase-info-section {
  padding: 0 40px 110px;
  background: #f7fafb;
}

.product-purchase-info-card {
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px 34px;
  border: 1px solid rgba(0, 180, 216, 0.14);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 54px rgba(0, 40, 55, 0.07);
}

.product-purchase-info-card span {
  display: inline-block;
  margin-bottom: 10px;
  color: #00b4d8;
  font-size: 13px;
  font-weight: 900;
}

.product-purchase-info-card h2 {
  margin: 0 0 10px;
  color: #173f1b;
  font-size: 25px;
  font-weight: 900;
}

.product-purchase-info-card p {
  margin: 0;
  color: #344246;
  font-size: 16px;
  line-height: 1.7;
}

.whatsapp-support-card {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 5000;
  width: 312px;
  padding: 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16), 0 12px 34px rgba(37, 211, 102, 0.14);
  backdrop-filter: blur(14px);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.whatsapp-support-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 82px rgba(0, 0, 0, 0.18), 0 16px 42px rgba(37, 211, 102, 0.18);
}

.whatsapp-support-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #15803d;
  font-size: 13px;
  font-weight: 800;
}

.whatsapp-support-status span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #25D366;
  box-shadow: 0 0 0 6px rgba(37, 211, 102, 0.12);
}

.whatsapp-support-card strong {
  display: block;
  margin-bottom: 8px;
  color: #173f1b;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.whatsapp-support-card p {
  margin: 0 0 18px;
  color: #3d3d3d;
  font-size: 14.5px;
  line-height: 1.55;
}

.whatsapp-support-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: #25D366;
  color: #fff;
  font-size: 14.5px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.28);
  transition: transform 0.24s ease, background-color 0.24s ease, box-shadow 0.24s ease;
}

.whatsapp-support-action svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  flex: 0 0 auto;
}

.whatsapp-support-action:hover {
  color: #fff;
  background: #20bf5b;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(37, 211, 102, 0.34);
}

@media (max-width: 1100px) {
  .product-detail-container {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 34px;
  }

  .product-detail-media,
  .product-detail-actions {
    grid-column: auto;
    grid-row: auto;
  }

  .product-detail-media {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  }

  .product-detail-actions {
    margin-top: 0;
  }

  .product-detail-visual,
  .product-detail-visual img {
    height: 440px;
  }

  .product-retail-card-hero {
    height: 440px;
    min-height: 0;
  }

  .product-detail-feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 0;
  }

  .product-detail-feature-strip article:nth-child(2) {
    border-right: 0;
    padding-right: 0;
  }

  .product-detail-feature-strip article:nth-child(3) {
    padding-left: 0;
  }

  .product-retail-card {
    grid-template-columns: 1fr;
  }

  .product-retail-visual {
    order: -1;
  }

  .product-retail-commerce {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .product-detail-page {
    padding: 86px 0;
  }

  .product-detail-container {
    padding: 0 22px;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .product-detail-status-card {
    padding: 24px;
    border-radius: 24px;
  }

  .product-detail-visual,
  .product-detail-visual img {
    height: 340px;
    border-radius: 28px;
  }

  .product-detail-media {
    grid-template-columns: 1fr;
  }

  .product-detail-actions {
    flex-direction: column;
  }

  .product-detail-btn {
    width: 100%;
  }

  .product-detail-information {
    padding: 75px 22px 90px;
  }

  .product-detail-information-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-info-card-wide {
    grid-column: auto;
  }

  .product-detail-info-card {
    padding: 26px;
    border-radius: 24px;
  }

  .product-retail-section {
    padding: 0 22px 26px;
  }

  .product-retail-card {
    gap: 24px;
    padding: 24px;
    border-radius: 26px;
  }

  .product-retail-card-hero {
    height: auto;
    min-height: auto;
  }

  .product-retail-content h2 {
    font-size: 30px;
  }

  .product-retail-content h3 {
    font-size: 19px;
  }

  .product-retail-content p {
    font-size: 15.5px;
  }

  .product-retail-btn {
    width: 100%;
  }

  .product-retail-commerce {
    grid-template-columns: 1fr;
  }

  .product-retail-visual {
    min-height: 220px;
    border-radius: 20px;
  }

  .product-purchase-info-section {
    padding: 0 22px 82px;
  }

  .product-purchase-info-card {
    padding: 24px;
    border-radius: 22px;
  }

  .product-detail-feature-strip {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 10px;
    border-top: 0;
  }

  .product-detail-feature-strip article,
  .product-detail-feature-strip article:first-child,
  .product-detail-feature-strip article:nth-child(3),
  .product-detail-feature-strip article:last-child {
    padding: 18px;
    border: 1px solid rgba(0, 180, 216, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
  }

  .whatsapp-support-card {
    right: 18px;
    bottom: 18px;
    width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 50%;
    background: #25D366;
    box-shadow: 0 18px 42px rgba(37, 211, 102, 0.34), 0 8px 22px rgba(0, 0, 0, 0.14);
    border: 0;
  }

  .whatsapp-support-card:hover {
    transform: translateY(-4px);
  }

  .whatsapp-support-status,
  .whatsapp-support-card strong,
  .whatsapp-support-card p,
  .whatsapp-support-action span {
    display: none;
  }

  .whatsapp-support-action {
    width: 100%;
    height: 100%;
    min-height: 56px;
    padding: 0;
    border-radius: 50%;
    box-shadow: none;
  }

  .whatsapp-support-action svg {
    width: 30px;
    height: 30px;
  }
}

.contact-map-link {
  display: inline-flex;
  margin-top: 24px;
  color: #00b4d8;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.22s ease, transform 0.22s ease;
}

.contact-map-link:hover {
  color: #0096c7;
  transform: translateY(-2px);
}

.page-placeholder {
  padding: 130px 0;
  background: #fff;
}

.page-placeholder .container {
  max-width: 1180px;
}

.page-placeholder h1 {
  margin: 0 0 22px;
  color: #173f1b;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.8px;
}

.page-placeholder p:last-child {
  max-width: 620px;
  margin: 0;
  color: #444;
  font-size: 19px;
  line-height: 1.75;
}

@media (max-width: 1100px) {
  .contact-hero {
    grid-template-columns: 1fr;
    gap: 56px;
  }

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

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

@media (max-width: 768px) {
  .contact-page-section {
    padding: 86px 0 70px;
  }

  .contact-hero,
  .contact-cards,
  .contact-offices,
  .contact-map-container {
    padding: 0 22px;
  }

  .contact-form {
    border-radius: 26px;
    padding: 30px 22px;
  }

  .contact-form-grid,
  .contact-cards,
  .contact-offices {
    grid-template-columns: 1fr;
  }

  .contact-cards-section,
  .contact-offices-section {
    padding: 70px 0;
  }

  .contact-card-image {
    height: 220px;
  }

  .contact-map-section {
    padding: 80px 0 90px;
  }

  .contact-map {
    height: 360px;
    border-radius: 0 0 32px 32px;
  }
}

.quality-hero {
  position: relative;
  padding: 118px 0 90px;
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 180, 216, 0.09), transparent 34%),
    radial-gradient(circle at 88% 16%, rgba(82, 183, 136, 0.10), transparent 32%),
    #ffffff;
  overflow: hidden;
}

.quality-hero-bg {
  position: absolute;
  right: -40px;
  top: 48px;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(0, 180, 216, 0.09);
  font-size: clamp(110px, 16vw, 260px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -8px;
  pointer-events: none;
}

.quality-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 78px;
  align-items: center;
}

.quality-eyebrow {
  display: inline-block;
  color: #52b788;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
  border-bottom: 1px dotted rgba(82, 183, 136, 0.55);
  padding-bottom: 7px;
  margin: 0 0 26px;
}

.quality-title {
  margin: 0 0 28px;
  color: #173f1b;
  font-size: clamp(48px, 5vw, 82px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -2.2px;
}

.quality-description {
  max-width: 620px;
  margin: 0 0 38px;
  color: #303030;
  font-size: 20px;
  line-height: 1.8;
}

.quality-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.quality-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 34px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.quality-btn-primary {
  background: #00b4d8;
  color: #fff;
  box-shadow: 0 18px 36px rgba(0, 180, 216, 0.24);
}

.quality-btn-primary:hover {
  background: #0096c7;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 24px 46px rgba(0, 150, 199, 0.28);
}

.quality-btn-secondary {
  border: 1px solid rgba(0, 119, 182, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: #173f1b;
  box-shadow: 0 14px 30px rgba(0, 40, 55, 0.06);
}

.quality-btn-secondary:hover {
  background: #173f1b;
  color: #fff;
  transform: translateY(-3px);
}

.quality-hero-image {
  position: relative;
  height: 570px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow:
    0 34px 86px rgba(0, 40, 55, 0.16),
    0 0 48px rgba(0, 180, 216, 0.16);
}

.quality-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 40, 55, 0.04), rgba(0, 40, 55, 0.16));
  pointer-events: none;
}

.quality-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}

.quality-hero-image:hover img {
  transform: scale(1.03);
}

.quality-pillars-section,
.quality-process-section {
  padding: 108px 40px;
  background: #f8fafb;
}

.quality-process-section {
  background: #ffffff;
}

.quality-section-header {
  max-width: 850px;
  margin: 0 auto 64px;
  text-align: center;
}

.quality-section-header h2 {
  margin: 0;
  color: #173f1b;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1.7px;
}

.quality-pillars-grid {
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.quality-pillar-card {
  min-height: 275px;
  padding: 34px 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow:
    0 22px 56px rgba(0, 40, 55, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(14px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.quality-pillar-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 180, 216, 0.24);
  box-shadow:
    0 30px 72px rgba(0, 119, 182, 0.14),
    0 0 30px rgba(82, 183, 136, 0.09);
}

.quality-pillar-card h3,
.quality-process-step h3 {
  margin: 0 0 14px;
  color: #173f1b;
  font-size: 21px;
  font-weight: 800;
}

.quality-pillar-card p,
.quality-process-step p {
  margin: 0;
  color: #3b3b3b;
  font-size: 15.5px;
  line-height: 1.75;
}

.quality-card-icon,
.quality-process-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #00b4d8, #52b788);
  box-shadow:
    0 16px 32px rgba(0, 180, 216, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
  transition: transform 0.3s ease;
}

.quality-pillar-card:hover .quality-card-icon,
.quality-process-step:hover .quality-process-icon {
  transform: scale(1.07);
}

.quality-card-icon::before,
.quality-process-icon::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background: currentColor;
}

.quality-icon-supply::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m12 2 9 4.5v10.9L12 22l-9-4.6V6.5L12 2Zm0 2.2L5.4 7.5 12 10.8l6.6-3.3L12 4.2ZM5 9.1v7.1l6 3.1v-7.1L5 9.1Zm8 10.2 6-3.1V9.1l-6 3.1v7.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m12 2 9 4.5v10.9L12 22l-9-4.6V6.5L12 2Zm0 2.2L5.4 7.5 12 10.8l6.6-3.3L12 4.2ZM5 9.1v7.1l6 3.1v-7.1L5 9.1Zm8 10.2 6-3.1V9.1l-6 3.1v7.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.quality-icon-hygiene::before,
.quality-icon-check::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M12 2 4 5v6c0 5.2 3.4 9.9 8 11 4.6-1.1 8-5.8 8-11V5l-8-3Zm-1.1 14.3-3.8-3.8 1.4-1.4 2.4 2.4 5-5 1.4 1.4-6.4 6.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M12 2 4 5v6c0 5.2 3.4 9.9 8 11 4.6-1.1 8-5.8 8-11V5l-8-3Zm-1.1 14.3-3.8-3.8 1.4-1.4 2.4 2.4 5-5 1.4 1.4-6.4 6.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.quality-icon-operation::before,
.quality-icon-shipping::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M3 6h12v9h2.2l2-3H21v6h-2a3 3 0 0 1-6 0H9a3 3 0 0 1-6 0H1V8a2 2 0 0 1 2-2Zm0 2v8.8A3 3 0 0 1 8.8 17H13V8H3Zm12 1v6h1.1l2-3H15Zm-9 8a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm10 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M3 6h12v9h2.2l2-3H21v6h-2a3 3 0 0 1-6 0H9a3 3 0 0 1-6 0H1V8a2 2 0 0 1 2-2Zm0 2v8.8A3 3 0 0 1 8.8 17H13V8H3Zm12 1v6h1.1l2-3H15Zm-9 8a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm10 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.quality-icon-customer::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0 2c-4.4 0-8 2.4-8 5.4V22h16v-2.6c0-3-3.6-5.4-8-5.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0 2c-4.4 0-8 2.4-8 5.4V22h16v-2.6c0-3-3.6-5.4-8-5.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.quality-icon-storage::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M4 4h16v5H4V4Zm0 7h16v9H4v-9Zm5 2v2h6v-2H9Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M4 4h16v5H4V4Zm0 7h16v9H4v-9Zm5 2v2h6v-2H9Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.quality-icon-package::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M20 7.5 12 3 4 7.5v9L12 21l8-4.5v-9Zm-8-2.2 5.4 3L12 11.4l-5.4-3L12 5.3Zm-6 4.8 5 2.8v5.5l-5-2.8v-5.5Zm7 8.3v-5.5l5-2.8v5.5l-5 2.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M20 7.5 12 3 4 7.5v9L12 21l8-4.5v-9Zm-8-2.2 5.4 3L12 11.4l-5.4-3L12 5.3Zm-6 4.8 5 2.8v5.5l-5-2.8v-5.5Zm7 8.3v-5.5l5-2.8v5.5l-5 2.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.quality-process-track {
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.quality-process-track::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 180, 216, 0), rgba(0, 180, 216, 0.28), rgba(82, 183, 136, 0));
}

.quality-process-step {
  position: relative;
  z-index: 2;
  padding: 28px 22px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(0, 180, 216, 0.10);
  box-shadow: 0 20px 48px rgba(0, 40, 55, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.quality-process-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(0, 119, 182, 0.13);
}

.quality-process-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
}

.quality-numbers-section {
  padding: 36px 40px 104px;
  background: #ffffff;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1040px;
  margin: 0 auto;
}

.quality-number-card {
  padding: 32px 24px;
  border-radius: 26px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.78)),
    rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 180, 216, 0.12);
  box-shadow: 0 20px 50px rgba(0, 40, 55, 0.07);
}

.quality-number-card strong {
  display: block;
  color: #00b4d8;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  font-weight: 800;
  margin-bottom: 10px;
}

.quality-number-card span {
  color: #173f1b;
  font-size: 15px;
  font-weight: 800;
}

.quality-trust-section {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.quality-trust-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(0, 119, 182, 0.82), rgba(0, 180, 216, 0.74)),
    url("/images/kalite.jpeg") center / cover no-repeat;
  filter: saturate(1.05);
  transform: scale(1.02);
}

.quality-trust-content {
  position: relative;
  z-index: 2;
  max-width: 880px;
  padding: 0 40px;
  color: #fff;
}

.quality-trust-content h2 {
  margin: 0 0 20px;
  font-size: clamp(40px, 4.6vw, 74px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -2px;
}

.quality-trust-content p {
  margin: 0;
  font-size: 20px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 1100px) {
  .quality-hero-container {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .quality-hero-image {
    height: 470px;
  }

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

  .quality-numbers-section {
    grid-template-columns: repeat(3, 1fr);
  }

  .quality-process-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .quality-process-track::before {
    display: none;
  }

}

@media (max-width: 768px) {
  .quality-hero {
    padding: 84px 0 64px;
  }

  .quality-hero-container,
  .quality-pillars-section,
  .quality-process-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .quality-hero-container {
    gap: 38px;
  }

  .quality-title {
    letter-spacing: -1.3px;
  }

  .quality-description {
    font-size: 17px;
  }

  .quality-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .quality-btn {
    width: 100%;
  }

  .quality-hero-image {
    height: 340px;
    border-radius: 26px;
  }

  .quality-pillars-section,
  .quality-process-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .quality-section-header {
    margin-bottom: 42px;
  }

  .quality-pillars-grid,
  .quality-process-track,
  .quality-numbers-section {
    grid-template-columns: 1fr;
  }

  .quality-numbers-section {
    padding: 0 22px 78px;
  }

  .quality-trust-section {
    min-height: 360px;
  }

  .quality-trust-content {
    padding: 0 22px;
  }

  .quality-trust-content p {
    font-size: 17px;
  }
}

.vision-hero {
  position: relative;
  padding: 118px 0 92px;
  background:
    radial-gradient(circle at 14% 20%, rgba(0, 180, 216, 0.09), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(82, 183, 136, 0.10), transparent 32%),
    #ffffff;
  overflow: hidden;
}

.vision-watermark {
  position: absolute;
  right: -56px;
  top: 46px;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(0, 180, 216, 0.08);
  font-size: clamp(100px, 15vw, 250px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -8px;
  pointer-events: none;
}

.vision-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 78px;
  align-items: center;
}

.vision-eyebrow {
  display: inline-block;
  margin: 0 0 26px;
  padding-bottom: 7px;
  color: #52b788;
  border-bottom: 1px dotted rgba(82, 183, 136, 0.55);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.vision-title {
  margin: 0 0 28px;
  color: #173f1b;
  font-size: clamp(48px, 5vw, 82px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -2.2px;
}

.vision-description {
  max-width: 620px;
  margin: 0 0 38px;
  color: #303030;
  font-size: 20px;
  line-height: 1.8;
}

.vision-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.vision-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 34px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.vision-btn-primary {
  background: #00b4d8;
  color: #fff;
  box-shadow: 0 18px 36px rgba(0, 180, 216, 0.24);
}

.vision-btn-primary:hover {
  background: #0096c7;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 24px 46px rgba(0, 150, 199, 0.28);
}

.vision-btn-secondary {
  border: 1px solid rgba(0, 119, 182, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: #173f1b;
  box-shadow: 0 14px 30px rgba(0, 40, 55, 0.06);
}

.vision-btn-secondary:hover {
  background: #173f1b;
  color: #fff;
  transform: translateY(-3px);
}

.vision-hero-image {
  position: relative;
  height: 570px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow:
    0 34px 86px rgba(0, 40, 55, 0.16),
    0 0 48px rgba(0, 180, 216, 0.16);
}

.vision-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 40, 55, 0.04), rgba(0, 40, 55, 0.16));
  pointer-events: none;
}

.vision-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}

.vision-hero-image:hover img {
  transform: scale(1.03);
}

.vision-mission-section {
  padding: 108px 40px;
  background: #f8fafb;
}

.vision-mission-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}

.vision-mission-card {
  position: relative;
  min-height: 350px;
  padding: 46px 42px;
  border-radius: 32px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(0, 180, 216, 0.45), rgba(82, 183, 136, 0.34)) border-box;
  border: 1px solid transparent;
  box-shadow:
    0 28px 72px rgba(0, 40, 55, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vision-mission-card::after {
  content: "";
  position: absolute;
  right: -56px;
  bottom: -56px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 180, 216, 0.15), transparent 70%);
  pointer-events: none;
}

.vision-mission-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 36px 86px rgba(0, 119, 182, 0.15),
    0 0 34px rgba(82, 183, 136, 0.10);
}

.vision-card-icon,
.vision-value-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #00b4d8, #52b788);
  box-shadow:
    0 16px 34px rgba(0, 180, 216, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
  transition: transform 0.3s ease;
}

.vision-mission-card:hover .vision-card-icon,
.vision-value-card:hover .vision-value-icon {
  transform: scale(1.07);
}

.vision-card-icon::before,
.vision-value-icon::before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background: currentColor;
}

.vision-icon-vision::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M12 4.5C7 4.5 2.7 7.6 1 12c1.7 4.4 6 7.5 11 7.5s9.3-3.1 11-7.5c-1.7-4.4-6-7.5-11-7.5Zm0 12.5a5 5 0 1 1 0-10 5 5 0 0 1 0 10Zm0-2.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M12 4.5C7 4.5 2.7 7.6 1 12c1.7 4.4 6 7.5 11 7.5s9.3-3.1 11-7.5c-1.7-4.4-6-7.5-11-7.5Zm0 12.5a5 5 0 1 1 0-10 5 5 0 0 1 0 10Zm0-2.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.vision-icon-mission::before,
.vision-icon-quality::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M12 2 4 5v6c0 5.2 3.4 9.9 8 11 4.6-1.1 8-5.8 8-11V5l-8-3Zm-1.1 14.3-3.8-3.8 1.4-1.4 2.4 2.4 5-5 1.4 1.4-6.4 6.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M12 2 4 5v6c0 5.2 3.4 9.9 8 11 4.6-1.1 8-5.8 8-11V5l-8-3Zm-1.1 14.3-3.8-3.8 1.4-1.4 2.4 2.4 5-5 1.4 1.4-6.4 6.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.vision-icon-trust::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M12 21.35 10.55 20.03C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08A6 6 0 0 1 16.5 3C19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.53L12 21.35Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M12 21.35 10.55 20.03C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08A6 6 0 0 1 16.5 3C19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.53L12 21.35Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.vision-icon-sustain::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M17.8 5.2C14 2.2 7 3 4 8.1c-2.8 4.8.1 10.5 5.2 11.7.9-4.5 3.6-8.4 7.6-10.9-3.3 3.4-5.2 7.4-5.7 11.1 5.7-.2 10-5.2 8.7-11.1-.3-1.4-1-2.7-2-3.7Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M17.8 5.2C14 2.2 7 3 4 8.1c-2.8 4.8.1 10.5 5.2 11.7.9-4.5 3.6-8.4 7.6-10.9-3.3 3.4-5.2 7.4-5.7 11.1 5.7-.2 10-5.2 8.7-11.1-.3-1.4-1-2.7-2-3.7Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.vision-icon-customer::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0 2c-4.4 0-8 2.4-8 5.4V22h16v-2.6c0-3-3.6-5.4-8-5.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0 2c-4.4 0-8 2.4-8 5.4V22h16v-2.6c0-3-3.6-5.4-8-5.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.vision-mission-card span {
  display: inline-block;
  margin-bottom: 16px;
  color: #00b4d8;
  font-size: 14px;
  font-weight: 800;
}

.vision-mission-card h2 {
  margin: 0 0 18px;
  color: #173f1b;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.3px;
}

.vision-mission-card p {
  margin: 0;
  color: #333;
  font-size: 18px;
  line-height: 1.8;
}

.vision-values-section {
  padding: 108px 40px;
  background: #ffffff;
}

.vision-section-header {
  max-width: 850px;
  margin: 0 auto 64px;
  text-align: center;
}

.vision-section-header h2 {
  margin: 0;
  color: #173f1b;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1.7px;
}

.vision-values-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.vision-value-card {
  min-height: 285px;
  padding: 34px 28px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(0, 180, 216, 0.10);
  box-shadow: 0 22px 56px rgba(0, 40, 55, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vision-value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 72px rgba(0, 119, 182, 0.14);
}

.vision-value-icon {
  width: 60px;
  height: 60px;
}

.vision-value-icon::before {
  width: 25px;
  height: 25px;
}

.vision-value-card h3 {
  margin: 0 0 14px;
  color: #173f1b;
  font-size: 22px;
  font-weight: 800;
}

.vision-value-card p {
  margin: 0;
  color: #3b3b3b;
  font-size: 15.5px;
  line-height: 1.75;
}

.vision-quote-section {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.vision-quote-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(0, 119, 182, 0.84), rgba(0, 180, 216, 0.74)),
    url("/images/vizyon.jpg") center / cover no-repeat;
  filter: saturate(1.05);
  transform: scale(1.02);
}

.vision-quote-content {
  position: relative;
  z-index: 2;
  max-width: 920px;
  padding: 0 40px;
  color: #fff;
}

.vision-quote-content h2 {
  margin: 0 0 20px;
  font-size: clamp(40px, 4.6vw, 74px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -2px;
}

.vision-quote-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  line-height: 1.7;
}

.vision-stats-section {
  position: relative;
  padding: 96px 40px 108px;
  background:
    radial-gradient(circle at 18% 20%, rgba(0, 180, 216, 0.09), transparent 34%),
    #f8fafb;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.vision-stats-section::before {
  content: "AF";
  position: absolute;
  right: 5%;
  bottom: 8px;
  color: rgba(0, 180, 216, 0.045);
  font-size: clamp(120px, 16vw, 260px);
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.vision-stat-card {
  position: relative;
  z-index: 2;
  max-width: 310px;
  width: 100%;
  justify-self: center;
  padding: 32px 24px;
  border-radius: 26px;
  text-align: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 180, 216, 0.12);
  box-shadow: 0 20px 50px rgba(0, 40, 55, 0.07);
  backdrop-filter: blur(12px);
}

.vision-stat-card strong {
  display: block;
  margin-bottom: 10px;
  color: #00b4d8;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  font-weight: 800;
}

.vision-stat-card span {
  color: #173f1b;
  font-size: 15px;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .vision-hero-container {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .vision-hero-image {
    height: 470px;
  }

  .vision-values-grid,
  .vision-stats-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .vision-hero {
    padding: 84px 0 64px;
  }

  .vision-hero-container,
  .vision-mission-section,
  .vision-values-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .vision-hero-container {
    gap: 38px;
  }

  .vision-title {
    letter-spacing: -1.3px;
  }

  .vision-description {
    font-size: 17px;
  }

  .vision-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .vision-btn {
    width: 100%;
  }

  .vision-hero-image {
    height: 340px;
    border-radius: 26px;
  }

  .vision-mission-section,
  .vision-values-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .vision-mission-grid,
  .vision-values-grid,
  .vision-stats-section {
    grid-template-columns: 1fr;
  }

  .vision-mission-card {
    min-height: auto;
    padding: 34px 26px;
    border-radius: 26px;
  }

  .vision-section-header {
    margin-bottom: 42px;
  }

  .vision-quote-section {
    min-height: 360px;
  }

  .vision-quote-content {
    padding: 0 22px;
  }

  .vision-quote-content p {
    font-size: 17px;
  }

  .vision-stats-section {
    padding: 78px 22px 86px;
  }
}

.dried-hero {
  position: relative;
  padding: 118px 0 96px;
  background:
    radial-gradient(circle at 14% 18%, rgba(0, 180, 216, 0.10), transparent 34%),
    radial-gradient(circle at 86% 22%, rgba(82, 183, 136, 0.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
  overflow: hidden;
}

.dried-hero-texture {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(23, 63, 27, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 63, 27, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.70), transparent 82%);
  pointer-events: none;
}

.dried-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 78px;
  align-items: center;
}

.dried-eyebrow {
  display: inline-block;
  margin: 0 0 24px;
  padding-bottom: 7px;
  color: #52b788;
  border-bottom: 1px dotted rgba(82, 183, 136, 0.55);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.dried-hero-content h1 {
  margin: 0 0 28px;
  color: #173f1b;
  font-size: clamp(48px, 5.4vw, 86px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -2.4px;
}

.dried-hero-content > p {
  max-width: 660px;
  margin: 0 0 38px;
  color: #303030;
  font-size: 20px;
  line-height: 1.82;
}

.dried-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.dried-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 34px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.dried-btn-primary {
  background: #00b4d8;
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(0, 180, 216, 0.24);
}

.dried-btn-primary:hover {
  color: #ffffff;
  background: #0096c7;
  transform: translateY(-3px);
  box-shadow: 0 24px 46px rgba(0, 150, 199, 0.28);
}

.dried-btn-secondary {
  color: #173f1b;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(0, 119, 182, 0.18);
  box-shadow: 0 14px 30px rgba(0, 40, 55, 0.06);
}

.dried-btn-secondary:hover {
  color: #ffffff;
  background: #173f1b;
  transform: translateY(-3px);
}

.dried-hero-visual {
  position: relative;
  height: 590px;
  border-radius: 38px;
  overflow: hidden;
  box-shadow:
    0 36px 90px rgba(0, 40, 55, 0.16),
    0 0 54px rgba(82, 183, 136, 0.16);
}

.dried-hero-visual::after,
.dried-product-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 40, 55, 0.04), rgba(0, 40, 55, 0.28));
  pointer-events: none;
}

.dried-hero-visual img,
.dried-product-image img,
.dried-production-media img,
.dried-showcase-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}

.dried-hero-visual:hover img {
  transform: scale(1.03);
}

.dried-products-page {
  background: #ffffff;
}

.dried-category-section {
  position: relative;
  padding: 112px 40px;
  overflow: hidden;
}

.dried-category-section::before {
  position: absolute;
  right: 4%;
  top: 48px;
  width: 260px;
  height: 260px;
  content: "";
  border-radius: 50%;
  filter: blur(42px);
  opacity: 0.22;
  pointer-events: none;
}

.dried-category-citrus {
  background: linear-gradient(180deg, #ffffff 0%, #fffaf3 100%);
}

.dried-category-citrus::before {
  background: #f7a531;
}

.dried-category-red {
  background: linear-gradient(180deg, #ffffff 0%, #fff6f8 100%);
}

.dried-category-red::before {
  background: #e84f7d;
}

.dried-category-tropical {
  background: linear-gradient(180deg, #ffffff 0%, #fffdf2 100%);
}

.dried-category-tropical::before {
  background: #f4c542;
}

.dried-category-traditional {
  background: linear-gradient(180deg, #ffffff 0%, #faf7f1 100%);
}

.dried-category-traditional::before {
  background: #c7a66a;
}

.dried-category-header,
.dried-section-header {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto 58px;
  text-align: center;
}

.dried-category-header span {
  display: inline-block;
  margin-bottom: 18px;
  color: #00b4d8;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.dried-category-header h2,
.dried-section-header h2,
.dried-production-content h2 {
  margin: 0 0 20px;
  color: #173f1b;
  font-size: clamp(38px, 4vw, 66px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.8px;
}

.dried-category-header p {
  max-width: 720px;
  margin: 0 auto;
  color: #444;
  font-size: 18px;
  line-height: 1.75;
}

.dried-product-grid {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.dried-product-grid-five {
  grid-template-columns: repeat(5, 1fr);
}

.dried-product-card {
  min-height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow:
    0 22px 56px rgba(0, 40, 55, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.70);
  backdrop-filter: blur(14px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.dried-product-card:hover {
  transform: translateY(-10px);
  border-color: rgba(0, 180, 216, 0.24);
  box-shadow:
    0 34px 78px rgba(0, 119, 182, 0.15),
    0 0 34px rgba(82, 183, 136, 0.10);
}

.dried-product-image {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #edf8fa;
}

.dried-product-card:hover .dried-product-image img {
  transform: scale(1.07);
}

.dried-product-body {
  padding: 28px 24px 26px;
}

.dried-product-body h3 {
  margin: 0 0 12px;
  color: #173f1b;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.dried-product-body p {
  margin: 0 0 20px;
  color: #424242;
  font-size: 15.5px;
  line-height: 1.68;
}

.dried-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dried-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  color: #173f1b;
  background: rgba(82, 183, 136, 0.10);
  border: 1px solid rgba(82, 183, 136, 0.14);
  font-size: 12.5px;
  font-weight: 800;
}

.dried-production-section {
  padding: 118px 40px;
  background:
    radial-gradient(circle at 12% 24%, rgba(0, 180, 216, 0.10), transparent 34%),
    #f8fafb;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  align-items: center;
}

.dried-production-media {
  height: 570px;
  border-radius: 36px;
  overflow: hidden;
  box-shadow:
    0 34px 86px rgba(0, 40, 55, 0.15),
    0 0 48px rgba(0, 180, 216, 0.14);
}

.dried-production-media:hover img {
  transform: scale(1.03);
}

.dried-production-content {
  max-width: 620px;
}

.dried-production-content ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.dried-production-content li {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #222;
  font-size: 18px;
  font-weight: 700;
}

.dried-production-content li::before {
  content: "✓";
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00b4d8, #52b788);
  box-shadow: 0 12px 24px rgba(0, 180, 216, 0.18);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
}

.dried-solutions-section,
.dried-showcase-section {
  padding: 112px 40px;
  background: #ffffff;
}

.dried-solution-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.dried-solution-grid article {
  min-height: 170px;
  padding: 28px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 180, 216, 0.12);
  box-shadow: 0 22px 56px rgba(0, 40, 55, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dried-solution-grid article:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 72px rgba(0, 119, 182, 0.14);
}

.dried-solution-grid span {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00b4d8, #52b788);
  box-shadow: 0 16px 32px rgba(0, 180, 216, 0.20);
}

.dried-solution-grid h3 {
  margin: 0;
  color: #173f1b;
  font-size: 18px;
  font-weight: 800;
}

.dried-showcase-section {
  background:
    radial-gradient(circle at 50% 30%, rgba(82, 183, 136, 0.10), transparent 34%),
    #f8fafb;
}

.dried-showcase-slider {
  position: relative;
  max-width: 980px;
  height: 540px;
  margin: 0 auto;
  border-radius: 38px;
  overflow: hidden;
  box-shadow:
    0 34px 90px rgba(0, 40, 55, 0.16),
    0 0 48px rgba(0, 180, 216, 0.14);
}

.dried-showcase-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.dried-showcase-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.dried-showcase-slider.is-switching .dried-showcase-slide.is-active {
  opacity: 0;
  transform: scale(1.025);
}

.dried-showcase-slide::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 40, 55, 0.04), rgba(0, 40, 55, 0.58));
}

.dried-showcase-slide h3 {
  position: absolute;
  left: 44px;
  bottom: 38px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 800;
  letter-spacing: -2px;
}

@media (max-width: 1200px) {
  .dried-product-grid,
  .dried-product-grid-five {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 1100px) {
  .dried-hero-container,
  .dried-production-section {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .dried-hero-visual,
  .dried-production-media {
    height: 470px;
  }
}

@media (max-width: 768px) {
  .dried-hero {
    padding: 84px 0 64px;
  }

  .dried-hero-container,
  .dried-category-section,
  .dried-production-section,
  .dried-solutions-section,
  .dried-showcase-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .dried-hero-container {
    gap: 38px;
  }

  .dried-hero-content h1 {
    letter-spacing: -1.4px;
  }

  .dried-hero-content > p {
    font-size: 17px;
  }

  .dried-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .dried-btn {
    width: 100%;
  }

  .dried-hero-visual,
  .dried-production-media {
    height: 340px;
    border-radius: 28px;
  }

  .dried-category-section,
  .dried-production-section,
  .dried-solutions-section,
  .dried-showcase-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .dried-product-grid,
  .dried-product-grid-five,
  .dried-solution-grid {
    grid-template-columns: 1fr;
  }

  .dried-product-image {
    height: 220px;
  }

  .dried-production-content li {
    font-size: 16px;
  }

  .dried-showcase-slider {
    height: 360px;
    border-radius: 28px;
  }

  .dried-showcase-slide h3 {
    left: 24px;
    bottom: 24px;
  }
}

.nuts-hero {
  position: relative;
  padding: 118px 0 96px;
  background:
    radial-gradient(circle at 14% 18%, rgba(0, 180, 216, 0.10), transparent 34%),
    radial-gradient(circle at 86% 22%, rgba(82, 183, 136, 0.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
  overflow: hidden;
}

.nuts-hero-texture {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(23, 63, 27, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 63, 27, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 82%);
  pointer-events: none;
}

.nuts-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 78px;
  align-items: center;
}

.nuts-eyebrow {
  display: inline-block;
  margin: 0 0 24px;
  padding-bottom: 7px;
  color: #52b788;
  border-bottom: 1px dotted rgba(82, 183, 136, 0.55);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.nuts-hero-content h1 {
  margin: 0 0 28px;
  color: #173f1b;
  font-size: clamp(48px, 5.4vw, 86px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -2.4px;
}

.nuts-hero-content > p {
  max-width: 660px;
  margin: 0 0 38px;
  color: #303030;
  font-size: 20px;
  line-height: 1.82;
}

.nuts-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.nuts-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 34px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.nuts-btn-primary {
  color: #ffffff;
  background: #00b4d8;
  box-shadow: 0 18px 36px rgba(0, 180, 216, 0.24);
}

.nuts-btn-primary:hover {
  color: #ffffff;
  background: #0096c7;
  transform: translateY(-3px);
  box-shadow: 0 24px 46px rgba(0, 150, 199, 0.28);
}

.nuts-btn-secondary {
  color: #173f1b;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(0, 119, 182, 0.18);
  box-shadow: 0 14px 30px rgba(0, 40, 55, 0.06);
}

.nuts-btn-secondary:hover {
  color: #ffffff;
  background: #173f1b;
  transform: translateY(-3px);
}

.nuts-hero-visual {
  position: relative;
  height: 590px;
  border-radius: 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 26%, rgba(255, 255, 255, 0.72), transparent 32%),
    linear-gradient(135deg, rgba(0, 180, 216, 0.18), rgba(82, 183, 136, 0.16));
  box-shadow:
    0 36px 90px rgba(0, 40, 55, 0.16),
    0 0 54px rgba(82, 183, 136, 0.16);
}

.nuts-hero-visual::after,
.nuts-product-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 40, 55, 0.04), rgba(0, 40, 55, 0.28));
  pointer-events: none;
}

.nuts-hero-visual img,
.nuts-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}

.nuts-hero-visual:hover img {
  transform: scale(1.03);
}

.nuts-products-page {
  background: #ffffff;
}

.nuts-category-section {
  position: relative;
  padding: 112px 40px;
  background: #ffffff;
  overflow: hidden;
}

.nuts-category-soft {
  background:
    radial-gradient(circle at 88% 10%, rgba(82, 183, 136, 0.09), transparent 30%),
    #f8fafb;
}

.nuts-category-header,
.nuts-section-header {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto 58px;
  text-align: center;
}

.nuts-category-header span {
  display: inline-block;
  margin-bottom: 18px;
  color: #00b4d8;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.nuts-category-header h2,
.nuts-section-header h2,
.nuts-cta-card h2 {
  margin: 0;
  color: #173f1b;
  font-size: clamp(38px, 4vw, 66px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.8px;
}

.nuts-category-header p {
  max-width: 720px;
  margin: 18px auto 0;
  color: #444;
  font-size: 18px;
  line-height: 1.75;
}

.nuts-product-grid {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
}

.nuts-product-grid-four {
  grid-template-columns: repeat(4, 1fr);
}

.nuts-product-grid-featured {
  max-width: 900px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nuts-product-card {
  min-height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow:
    0 22px 56px rgba(0, 40, 55, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.70);
  backdrop-filter: blur(14px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.nuts-product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 180, 216, 0.24);
  box-shadow:
    0 34px 78px rgba(0, 119, 182, 0.15),
    0 0 34px rgba(82, 183, 136, 0.10);
}

.nuts-product-image {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #edf8fa;
}

.nuts-product-card:hover .nuts-product-image img {
  transform: scale(1.05);
}

.nuts-product-body {
  padding: 28px 24px 26px;
}

.nuts-product-body h3 {
  margin: 0 0 12px;
  color: #173f1b;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.nuts-product-body p {
  margin: 0 0 20px;
  color: #424242;
  font-size: 15.5px;
  line-height: 1.68;
}

.nuts-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nuts-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  color: #173f1b;
  background: rgba(82, 183, 136, 0.10);
  border: 1px solid rgba(82, 183, 136, 0.14);
  font-size: 12.5px;
  font-weight: 800;
}

.nuts-usage-section,
.nuts-cta-section {
  padding: 112px 40px;
  background: #ffffff;
}

.nuts-usage-section {
  background:
    radial-gradient(circle at 50% 18%, rgba(0, 180, 216, 0.09), transparent 34%),
    #f8fafb;
}

.nuts-usage-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.nuts-usage-grid article {
  min-height: 168px;
  padding: 26px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(0, 180, 216, 0.12);
  box-shadow: 0 22px 56px rgba(0, 40, 55, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nuts-usage-grid article:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 72px rgba(0, 119, 182, 0.14);
}

.nuts-usage-grid span {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00b4d8, #52b788);
  box-shadow: 0 16px 32px rgba(0, 180, 216, 0.20);
}

.nuts-usage-grid h3 {
  margin: 0;
  color: #173f1b;
  font-size: 17px;
  font-weight: 800;
}

.nuts-cta-card {
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px 58px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 15% 20%, rgba(0, 180, 216, 0.13), transparent 34%),
    radial-gradient(circle at 88% 80%, rgba(82, 183, 136, 0.12), transparent 32%),
    #ffffff;
  border: 1px solid rgba(0, 180, 216, 0.10);
  box-shadow: 0 28px 74px rgba(0, 40, 55, 0.09);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.nuts-cta-card h2 {
  max-width: 760px;
}

@media (max-width: 1200px) {
  .nuts-product-grid,
  .nuts-product-grid-four,
  .nuts-usage-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1100px) {
  .nuts-hero-container {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .nuts-hero-visual {
    height: 470px;
  }

  .nuts-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .nuts-hero {
    padding: 84px 0 64px;
  }

  .nuts-hero-container,
  .nuts-category-section,
  .nuts-usage-section,
  .nuts-cta-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .nuts-hero-container {
    gap: 38px;
  }

  .nuts-hero-content h1 {
    letter-spacing: -1.4px;
  }

  .nuts-hero-content > p {
    font-size: 17px;
  }

  .nuts-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .nuts-btn {
    width: 100%;
  }

  .nuts-hero-visual {
    height: 340px;
    border-radius: 28px;
  }

  .nuts-category-section,
  .nuts-usage-section,
  .nuts-cta-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .nuts-product-grid,
  .nuts-product-grid-four,
  .nuts-usage-grid {
    grid-template-columns: 1fr;
  }

  .nuts-product-image {
    height: 220px;
  }

  .nuts-cta-card {
    padding: 36px 26px;
    border-radius: 26px;
  }
}

.spices-hero {
  position: relative;
  padding: 118px 0 96px;
  background:
    radial-gradient(circle at 12% 18%, rgba(245, 139, 31, 0.14), transparent 34%),
    radial-gradient(circle at 86% 22%, rgba(0, 180, 216, 0.10), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
  overflow: hidden;
}

.spices-hero-texture {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(92, 48, 12, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 48, 12, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), transparent 82%);
  pointer-events: none;
}

.spices-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 78px;
  align-items: center;
}

.spices-eyebrow {
  display: inline-block;
  margin: 0 0 24px;
  padding-bottom: 7px;
  color: #f58b1f;
  border-bottom: 1px dotted rgba(245, 139, 31, 0.48);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.spices-hero-content h1 {
  margin: 0 0 28px;
  color: #173f1b;
  font-size: clamp(48px, 5.4vw, 86px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -2.4px;
}

.spices-hero-content > p {
  max-width: 660px;
  margin: 0 0 38px;
  color: #303030;
  font-size: 20px;
  line-height: 1.82;
}

.spices-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.spices-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 34px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.spices-btn-primary {
  color: #ffffff;
  background: #00b4d8;
  box-shadow: 0 18px 36px rgba(0, 180, 216, 0.24);
}

.spices-btn-primary:hover {
  color: #ffffff;
  background: #0096c7;
  transform: translateY(-3px);
  box-shadow: 0 24px 46px rgba(0, 150, 199, 0.28);
}

.spices-btn-secondary {
  color: #173f1b;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(245, 139, 31, 0.22);
  box-shadow: 0 14px 30px rgba(92, 48, 12, 0.07);
}

.spices-btn-secondary:hover {
  color: #ffffff;
  background: #173f1b;
  transform: translateY(-3px);
}

.spices-hero-visual {
  position: relative;
  height: 590px;
  border-radius: 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 26%, rgba(255, 255, 255, 0.72), transparent 32%),
    linear-gradient(135deg, rgba(245, 139, 31, 0.20), rgba(0, 180, 216, 0.13));
  box-shadow:
    0 36px 90px rgba(92, 48, 12, 0.15),
    0 0 54px rgba(245, 139, 31, 0.18);
}

.spices-hero-visual::after,
.spices-product-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 40, 55, 0.04), rgba(92, 48, 12, 0.30));
  pointer-events: none;
}

.spices-hero-visual img,
.spices-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}

.spices-hero-visual:hover img {
  transform: scale(1.03);
}

.spices-products-page {
  background: #ffffff;
}

.spices-category-section {
  position: relative;
  padding: 112px 40px;
  background: #ffffff;
  overflow: hidden;
}

.spices-category-warm {
  background:
    radial-gradient(circle at 88% 10%, rgba(245, 139, 31, 0.10), transparent 30%),
    #fffaf4;
}

.spices-category-header,
.spices-section-header {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto 58px;
  text-align: center;
}

.spices-category-header span {
  display: inline-block;
  margin-bottom: 18px;
  color: #f58b1f;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.spices-category-header h2,
.spices-section-header h2,
.spices-cta-card h2 {
  margin: 0;
  color: #173f1b;
  font-size: clamp(38px, 4vw, 66px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.8px;
}

.spices-product-grid {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.spices-product-grid-five {
  grid-template-columns: repeat(5, 1fr);
}

.spices-product-grid-six {
  grid-template-columns: repeat(3, 1fr);
}

.spices-product-card {
  display: block;
  min-height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid rgba(255, 255, 255, 0.76);
  color: inherit;
  text-decoration: none;
  box-shadow:
    0 22px 56px rgba(92, 48, 12, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.70);
  backdrop-filter: blur(14px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.spices-product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(245, 139, 31, 0.28);
  box-shadow:
    0 34px 78px rgba(245, 139, 31, 0.16),
    0 0 34px rgba(0, 180, 216, 0.10);
}

.spices-product-image {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #fff1df;
}

.spices-product-card:hover .spices-product-image img {
  transform: scale(1.05);
}

.spices-product-body {
  padding: 28px 24px 26px;
}

.spices-product-body h3 {
  margin: 0 0 12px;
  color: #173f1b;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.spices-product-body p {
  margin: 0 0 20px;
  color: #424242;
  font-size: 15.5px;
  line-height: 1.68;
}

.spices-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.spices-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  color: #173f1b;
  background: rgba(245, 139, 31, 0.10);
  border: 1px solid rgba(245, 139, 31, 0.16);
  font-size: 12.5px;
  font-weight: 800;
}

.spices-usage-section,
.spices-cta-section {
  padding: 112px 40px;
  background: #ffffff;
}

.spices-usage-section {
  background:
    radial-gradient(circle at 50% 18%, rgba(245, 139, 31, 0.10), transparent 34%),
    #f8fafb;
}

.spices-usage-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.spices-usage-grid article,
.spices-usage-grid a {
  min-height: 168px;
  padding: 26px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(245, 139, 31, 0.12);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 22px 56px rgba(92, 48, 12, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.spices-usage-grid article:hover,
.spices-usage-grid a:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 72px rgba(245, 139, 31, 0.15);
}

.spices-usage-grid span {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f58b1f, #00b4d8);
  box-shadow: 0 16px 32px rgba(245, 139, 31, 0.20);
}

.spices-usage-grid h3 {
  margin: 0;
  color: #173f1b;
  font-size: 17px;
  font-weight: 800;
}

.spices-cta-card {
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px 58px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 15% 20%, rgba(245, 139, 31, 0.14), transparent 34%),
    radial-gradient(circle at 88% 80%, rgba(0, 180, 216, 0.12), transparent 32%),
    #ffffff;
  border: 1px solid rgba(245, 139, 31, 0.12);
  box-shadow: 0 28px 74px rgba(92, 48, 12, 0.09);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.spices-cta-card h2 {
  max-width: 760px;
}

@media (max-width: 1200px) {
  .spices-product-grid,
  .spices-product-grid-five,
  .spices-product-grid-six,
  .spices-usage-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1100px) {
  .spices-hero-container {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .spices-hero-visual {
    height: 470px;
  }

  .spices-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .spices-hero {
    padding: 84px 0 64px;
  }

  .spices-hero-container,
  .spices-category-section,
  .spices-usage-section,
  .spices-cta-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .spices-hero-container {
    gap: 38px;
  }

  .spices-hero-content h1 {
    letter-spacing: -1.4px;
  }

  .spices-hero-content > p {
    font-size: 17px;
  }

  .spices-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .spices-btn {
    width: 100%;
  }

  .spices-hero-visual {
    height: 340px;
    border-radius: 28px;
  }

  .spices-category-section,
  .spices-usage-section,
  .spices-cta-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .spices-product-grid,
  .spices-product-grid-five,
  .spices-product-grid-six,
  .spices-usage-grid {
    grid-template-columns: 1fr;
  }

  .spices-product-image {
    height: 220px;
  }

  .spices-cta-card {
    padding: 36px 26px;
    border-radius: 26px;
  }
}

.delight-hero {
  position: relative;
  padding: 118px 0 96px;
  background:
    radial-gradient(circle at 12% 18%, rgba(184, 132, 58, 0.16), transparent 34%),
    radial-gradient(circle at 86% 22%, rgba(122, 28, 42, 0.10), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fff8ef 100%);
  overflow: hidden;
}

.delight-hero-texture {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(122, 75, 18, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(122, 75, 18, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), transparent 82%);
  pointer-events: none;
}

.delight-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 78px;
  align-items: center;
}

.delight-eyebrow {
  display: inline-block;
  margin: 0 0 24px;
  padding-bottom: 7px;
  color: #b8843a;
  border-bottom: 1px dotted rgba(184, 132, 58, 0.50);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.delight-hero-content h1 {
  margin: 0 0 28px;
  color: #173f1b;
  font-size: clamp(48px, 5.4vw, 86px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -2.4px;
}

.delight-hero-content > p {
  max-width: 660px;
  margin: 0 0 38px;
  color: #303030;
  font-size: 20px;
  line-height: 1.82;
}

.delight-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.delight-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 34px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.delight-btn-primary {
  color: #ffffff;
  background: #00b4d8;
  box-shadow: 0 18px 36px rgba(0, 180, 216, 0.24);
}

.delight-btn-primary:hover {
  color: #ffffff;
  background: #0096c7;
  transform: translateY(-3px);
  box-shadow: 0 24px 46px rgba(0, 150, 199, 0.28);
}

.delight-btn-secondary {
  color: #173f1b;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(184, 132, 58, 0.26);
  box-shadow: 0 14px 30px rgba(122, 75, 18, 0.08);
}

.delight-btn-secondary:hover {
  color: #ffffff;
  background: #173f1b;
  transform: translateY(-3px);
}

.delight-hero-visual {
  position: relative;
  height: 590px;
  border-radius: 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 26%, rgba(255, 255, 255, 0.72), transparent 32%),
    linear-gradient(135deg, rgba(184, 132, 58, 0.24), rgba(122, 28, 42, 0.12));
  box-shadow:
    0 36px 90px rgba(122, 75, 18, 0.16),
    0 0 54px rgba(184, 132, 58, 0.20);
}

.delight-hero-visual::after,
.delight-product-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 40, 55, 0.04), rgba(122, 75, 18, 0.26));
  pointer-events: none;
}

.delight-hero-visual img,
.delight-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}

.delight-hero-visual:hover img {
  transform: scale(1.03);
}

.delight-products-page {
  background: #ffffff;
}

.delight-category-section {
  position: relative;
  padding: 112px 40px;
  background: #ffffff;
  overflow: hidden;
}

.delight-category-warm {
  background:
    radial-gradient(circle at 88% 10%, rgba(184, 132, 58, 0.10), transparent 30%),
    #fff8ef;
}

.delight-category-header,
.delight-section-header {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto 58px;
  text-align: center;
}

.delight-category-header span {
  display: inline-block;
  margin-bottom: 18px;
  color: #b8843a;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.delight-category-header h2,
.delight-section-header h2,
.delight-cta-card h2 {
  margin: 0;
  color: #173f1b;
  font-size: clamp(38px, 4vw, 66px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.8px;
}

.delight-product-grid {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.delight-product-grid-five {
  grid-template-columns: repeat(5, 1fr);
}

.delight-product-card {
  min-height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.91);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow:
    0 22px 56px rgba(122, 75, 18, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.70);
  backdrop-filter: blur(14px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.delight-product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(184, 132, 58, 0.30);
  box-shadow:
    0 34px 78px rgba(184, 132, 58, 0.18),
    0 0 34px rgba(122, 28, 42, 0.10);
}

.delight-product-image {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #fff1df;
}

.delight-product-card:hover .delight-product-image img {
  transform: scale(1.05);
}

.delight-product-body {
  padding: 28px 24px 26px;
}

.delight-product-body h3 {
  margin: 0 0 12px;
  color: #173f1b;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.delight-product-body p {
  margin: 0 0 20px;
  color: #424242;
  font-size: 15.5px;
  line-height: 1.68;
}

.delight-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.delight-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  color: #173f1b;
  background: rgba(184, 132, 58, 0.12);
  border: 1px solid rgba(184, 132, 58, 0.18);
  font-size: 12.5px;
  font-weight: 800;
}

.delight-packaging-section,
.delight-cta-section {
  padding: 112px 40px;
  background: #ffffff;
}

.delight-packaging-section {
  background:
    radial-gradient(circle at 50% 18%, rgba(184, 132, 58, 0.12), transparent 34%),
    #fff8ef;
}

.delight-packaging-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.delight-packaging-grid article {
  min-height: 170px;
  padding: 28px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(184, 132, 58, 0.14);
  box-shadow: 0 22px 56px rgba(122, 75, 18, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.delight-packaging-grid article:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 72px rgba(184, 132, 58, 0.17);
}

.delight-packaging-grid span {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b8843a, #7a1c2a);
  box-shadow: 0 16px 32px rgba(184, 132, 58, 0.22);
}

.delight-packaging-grid h3 {
  margin: 0;
  color: #173f1b;
  font-size: 17px;
  font-weight: 800;
}

.delight-cta-card {
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px 58px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 15% 20%, rgba(184, 132, 58, 0.15), transparent 34%),
    radial-gradient(circle at 88% 80%, rgba(122, 28, 42, 0.10), transparent 32%),
    #ffffff;
  border: 1px solid rgba(184, 132, 58, 0.14);
  box-shadow: 0 28px 74px rgba(122, 75, 18, 0.10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.delight-cta-card h2 {
  max-width: 760px;
}

@media (max-width: 1200px) {
  .delight-product-grid,
  .delight-product-grid-five,
  .delight-packaging-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1100px) {
  .delight-hero-container {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .delight-hero-visual {
    height: 470px;
  }

  .delight-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .delight-hero {
    padding: 84px 0 64px;
  }

  .delight-hero-container,
  .delight-category-section,
  .delight-packaging-section,
  .delight-cta-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .delight-hero-container {
    gap: 38px;
  }

  .delight-hero-content h1 {
    letter-spacing: -1.4px;
  }

  .delight-hero-content > p {
    font-size: 17px;
  }

  .delight-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .delight-btn {
    width: 100%;
  }

  .delight-hero-visual {
    height: 340px;
    border-radius: 28px;
  }

  .delight-category-section,
  .delight-packaging-section,
  .delight-cta-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .delight-product-grid,
  .delight-product-grid-five,
  .delight-packaging-grid {
    grid-template-columns: 1fr;
  }

  .delight-product-image {
    height: 220px;
  }

  .delight-cta-card {
    padding: 36px 26px;
    border-radius: 26px;
  }
}

.industrial-hero {
  position: relative;
  padding: 118px 0 96px;
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 180, 216, 0.12), transparent 34%),
    radial-gradient(circle at 86% 22%, rgba(120, 142, 150, 0.16), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f6fafb 100%);
  overflow: hidden;
}

.industrial-hero-texture {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 40, 55, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 40, 55, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 82%);
  pointer-events: none;
}

.industrial-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 78px;
  align-items: center;
}

.industrial-eyebrow {
  display: inline-block;
  margin: 0 0 24px;
  padding-bottom: 7px;
  color: #00b4d8;
  border-bottom: 1px dotted rgba(0, 180, 216, 0.48);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.industrial-hero-content h1 {
  margin: 0 0 28px;
  color: #173f1b;
  font-size: clamp(48px, 5.4vw, 86px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -2.4px;
}

.industrial-hero-content > p {
  max-width: 680px;
  margin: 0 0 38px;
  color: #303030;
  font-size: 20px;
  line-height: 1.82;
}

.industrial-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.industrial-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 34px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.industrial-btn-primary {
  color: #ffffff;
  background: #00b4d8;
  box-shadow: 0 18px 36px rgba(0, 180, 216, 0.24);
}

.industrial-btn-primary:hover {
  color: #ffffff;
  background: #0096c7;
  transform: translateY(-3px);
  box-shadow: 0 24px 46px rgba(0, 150, 199, 0.28);
}

.industrial-btn-secondary {
  color: #173f1b;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(0, 119, 182, 0.16);
  box-shadow: 0 14px 30px rgba(0, 40, 55, 0.07);
}

.industrial-btn-secondary:hover {
  color: #ffffff;
  background: #173f1b;
  transform: translateY(-3px);
}

.industrial-hero-visual {
  position: relative;
  height: 590px;
  border-radius: 38px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(0, 180, 216, 0.18), rgba(120, 142, 150, 0.18));
  box-shadow:
    0 36px 90px rgba(0, 40, 55, 0.16),
    0 0 54px rgba(0, 180, 216, 0.16);
}

.industrial-hero-visual::after,
.industrial-product-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 40, 55, 0.04), rgba(0, 40, 55, 0.30));
  pointer-events: none;
}

.industrial-hero-visual img,
.industrial-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}

.industrial-hero-visual:hover img {
  transform: scale(1.03);
}

.industrial-products-page {
  background: #ffffff;
}

.industrial-category-section {
  position: relative;
  padding: 112px 40px;
  background: #ffffff;
  overflow: hidden;
}

.industrial-category-soft,
.industrial-usage-section,
.industrial-process-section {
  background:
    radial-gradient(circle at 86% 12%, rgba(0, 180, 216, 0.08), transparent 30%),
    #f8fafb;
}

.industrial-category-header,
.industrial-section-header {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto 58px;
  text-align: center;
}

.industrial-category-header span {
  display: inline-block;
  margin-bottom: 18px;
  color: #00b4d8;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.industrial-category-header h2,
.industrial-section-header h2,
.industrial-cta-card h2 {
  margin: 0;
  color: #173f1b;
  font-size: clamp(38px, 4vw, 66px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.8px;
}

.industrial-product-grid {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.industrial-product-card {
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.91);
  border: 1px solid rgba(0, 180, 216, 0.10);
  box-shadow: 0 22px 56px rgba(0, 40, 55, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.industrial-product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 180, 216, 0.28);
  box-shadow:
    0 34px 78px rgba(0, 119, 182, 0.15),
    0 0 34px rgba(0, 180, 216, 0.12);
}

.industrial-product-image {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #edf8fa;
}

.industrial-product-card:hover .industrial-product-image img {
  transform: scale(1.05);
}

.industrial-product-body {
  padding: 28px 24px 26px;
}

.industrial-product-body h3 {
  margin: 0 0 12px;
  color: #173f1b;
  font-size: 22px;
  font-weight: 800;
}

.industrial-product-body p {
  margin: 0 0 20px;
  color: #424242;
  font-size: 15.5px;
  line-height: 1.68;
}

.industrial-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.industrial-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  color: #173f1b;
  background: rgba(0, 180, 216, 0.10);
  border: 1px solid rgba(0, 180, 216, 0.16);
  font-size: 12.5px;
  font-weight: 800;
}

.industrial-usage-section,
.industrial-custom-section,
.industrial-process-section,
.industrial-cta-section {
  padding: 112px 40px;
}

.industrial-custom-section,
.industrial-cta-section {
  background: #ffffff;
}

.industrial-usage-grid,
.industrial-custom-grid,
.industrial-process-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

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

.industrial-custom-grid {
  grid-template-columns: repeat(5, 1fr);
}

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

.industrial-usage-grid article,
.industrial-custom-grid article,
.industrial-process-grid article {
  min-height: 160px;
  padding: 26px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 180, 216, 0.12);
  box-shadow: 0 22px 56px rgba(0, 40, 55, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #173f1b;
  font-size: 17px;
  font-weight: 800;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industrial-usage-grid article:hover,
.industrial-custom-grid article:hover,
.industrial-process-grid article:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 72px rgba(0, 119, 182, 0.14);
}

.industrial-usage-grid span,
.industrial-process-grid span {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00b4d8, #788e96);
  box-shadow: 0 16px 32px rgba(0, 180, 216, 0.20);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.industrial-process-grid h3 {
  margin: 0;
  font-size: 18px;
}

.industrial-cta-card {
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px 58px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 15% 20%, rgba(0, 180, 216, 0.13), transparent 34%),
    radial-gradient(circle at 88% 80%, rgba(120, 142, 150, 0.14), transparent 32%),
    #ffffff;
  border: 1px solid rgba(0, 180, 216, 0.12);
  box-shadow: 0 28px 74px rgba(0, 40, 55, 0.09);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.industrial-cta-card h2 {
  max-width: 760px;
}

@media (max-width: 1200px) {
  .industrial-product-grid,
  .industrial-usage-grid,
  .industrial-custom-grid,
  .industrial-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1100px) {
  .industrial-hero-container {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .industrial-hero-visual {
    height: 470px;
  }

  .industrial-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .industrial-hero {
    padding: 84px 0 64px;
  }

  .industrial-hero-container,
  .industrial-category-section,
  .industrial-usage-section,
  .industrial-custom-section,
  .industrial-process-section,
  .industrial-cta-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .industrial-hero-container {
    gap: 38px;
  }

  .industrial-hero-content h1 {
    letter-spacing: -1.4px;
  }

  .industrial-hero-content > p {
    font-size: 17px;
  }

  .industrial-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .industrial-btn {
    width: 100%;
  }

  .industrial-hero-visual {
    height: 340px;
    border-radius: 28px;
  }

  .industrial-category-section,
  .industrial-usage-section,
  .industrial-custom-section,
  .industrial-process-section,
  .industrial-cta-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .industrial-product-grid,
  .industrial-usage-grid,
  .industrial-custom-grid,
  .industrial-process-grid {
    grid-template-columns: 1fr;
  }

  .industrial-product-image {
    height: 220px;
  }

  .industrial-cta-card {
    padding: 36px 26px;
    border-radius: 26px;
  }
}

.construction-page {
  position: relative;
  min-height: calc(100vh - 120px);
  padding: 130px 40px;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 180, 216, 0.10), transparent 34%),
    radial-gradient(circle at 82% 70%, rgba(82, 183, 136, 0.09), transparent 32%),
    #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.construction-page::before {
  content: "AF";
  position: absolute;
  right: 6%;
  bottom: 4%;
  color: rgba(0, 180, 216, 0.045);
  font-size: clamp(120px, 18vw, 280px);
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.construction-card {
  position: relative;
  z-index: 2;
  width: min(100%, 820px);
  padding: 62px 56px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 180, 216, 0.12);
  box-shadow:
    0 30px 82px rgba(0, 40, 55, 0.10),
    0 0 48px rgba(0, 180, 216, 0.12);
  backdrop-filter: blur(14px);
  text-align: center;
}

.construction-eyebrow {
  display: inline-block;
  margin: 0 0 22px;
  padding-bottom: 7px;
  color: #52b788;
  border-bottom: 1px dotted rgba(82, 183, 136, 0.55);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.construction-card h1 {
  margin: 0 0 22px;
  color: #173f1b;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.8px;
}

.construction-card p:not(.construction-eyebrow) {
  max-width: 620px;
  margin: 0 auto 34px;
  color: #444;
  font-size: 18px;
  line-height: 1.75;
}

.construction-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 36px;
  border-radius: 999px;
  color: #ffffff;
  background: #00b4d8;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(0, 180, 216, 0.24);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.construction-btn:hover {
  color: #ffffff;
  background: #0096c7;
  transform: translateY(-3px);
  box-shadow: 0 24px 46px rgba(0, 150, 199, 0.28);
}

@media (max-width: 768px) {
  .construction-page {
    min-height: calc(100vh - 84px);
    padding: 86px 22px;
  }

  .construction-card {
    padding: 42px 26px;
    border-radius: 26px;
  }
}

@media print {
  .price-list-document {
    position: relative !important;
    overflow: hidden !important;
  }

  .price-offer-heading {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    margin-top: 18px !important;
    gap: 16px !important;
  }

  .price-info-grid {
    display: grid !important;
    grid-template-columns: 1fr 230px !important;
    gap: 10px !important;
    margin-top: 16px !important;
  }

  .price-customer-card,
  .price-visual-card,
  .price-total-panel,
  .price-notes {
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    background: #fff !important;
  }

  .price-customer-card {
    padding: 12px !important;
    border-radius: 12px !important;
  }

  .price-visual-card {
    padding: 8px !important;
    border-radius: 12px !important;
  }

  .price-visual-card > img {
    height: 88px !important;
    border-radius: 10px !important;
  }

  .price-table-input,
  .price-date-input,
  .price-table select,
  .price-offer-no select,
  .price-notes textarea {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    appearance: none !important;
    color: #171717 !important;
  }

  .price-total-panel {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    margin-top: 12px !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .price-signature {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    margin-top: 16px !important;
    padding-top: 12px !important;
  }

  .price-watermark {
    display: block !important;
    right: 20px !important;
    bottom: 58px !important;
    color: rgba(0, 180, 216, 0.055) !important;
    font-size: 72px !important;
  }
}

.price-logout-form {
  margin: 0;
}

.price-login-page {
  min-height: calc(100vh - 112px);
  padding: 90px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 20% 18%, rgba(0, 180, 216, 0.12), transparent 30%),
    radial-gradient(circle at 78% 16%, rgba(82, 183, 136, 0.13), transparent 28%),
    #f7fafb;
}

.price-login-card {
  width: min(100%, 460px);
  padding: 42px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 180, 216, 0.14);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.10);
}

.price-login-card img {
  width: 230px;
  max-height: 70px;
  object-fit: contain;
  object-position: left center;
  display: block;
  margin-bottom: 28px;
}

.price-login-card span {
  display: block;
  margin-bottom: 10px;
  color: #00b4d8;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.price-login-card h1 {
  margin: 0 0 28px;
  color: #173f1b;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -1px;
}

.price-login-card label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
  color: #173f1b;
  font-weight: 800;
}

.price-login-card input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 16px;
  font: inherit;
  outline: none;
}

.price-login-card input:focus {
  border-color: #00b4d8;
  box-shadow: 0 0 0 4px rgba(0, 180, 216, 0.11);
}

.price-login-card button {
  width: 100%;
  height: 54px;
  border: 0;
  border-radius: 999px;
  background: #00b4d8;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(0, 180, 216, 0.24);
  transition: transform 0.22s ease, background-color 0.22s ease;
}

.price-login-card button:hover {
  transform: translateY(-2px);
  background: #0096c7;
}

.price-login-error {
  margin-bottom: 18px;
  padding: 13px 15px;
  border-radius: 14px;
  background: rgba(193, 18, 31, 0.10);
  color: #c1121f;
  font-weight: 800;
}

@media (max-width: 768px) {
  .price-login-page {
    min-height: calc(100vh - 84px);
    padding: 70px 18px;
  }

  .price-login-card {
    padding: 32px 24px;
    border-radius: 24px;
  }

  .price-login-card img {
    width: 190px;
  }
}

.price-date-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(132px, 1fr));
  gap: 12px;
  align-items: end;
}

.price-date-row label {
  margin-bottom: 8px;
}

.price-offer-no {
  min-width: 180px;
  grid-template-columns: 1fr;
}

.price-info-grid {
  grid-template-columns: minmax(0, 1fr) 185px;
  gap: 20px;
}

.price-customer-card {
  padding: 20px;
}

.price-field-grid {
  grid-template-columns: 1.15fr 1fr 0.8fr;
  gap: 12px;
}

.price-field-grid label:first-child {
  grid-column: auto;
}

.price-visual-card {
  align-content: center;
  padding: 12px;
}

.price-qr-card {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 100%;
}

.price-qr-card img {
  width: 78px;
  height: 78px;
}

.price-total-panel {
  justify-content: flex-end;
  padding: 12px;
}

.price-total-panel div {
  min-width: 170px;
}

.price-table th,
.price-table td {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.price-table th:last-child,
.price-table td:last-child {
  border-right: 0;
}

@media (max-width: 900px) {
  .price-date-row,
  .price-field-grid {
    grid-template-columns: 1fr;
  }

  .price-info-grid {
    grid-template-columns: 1fr;
  }
}

@media print {
  .print-date-row,
  .price-date-row.print-date-row {
    display: grid !important;
    grid-template-columns: 96px 112px !important;
    gap: 10px !important;
    justify-content: end !important;
    align-items: start !important;
    width: max-content !important;
    margin-left: auto !important;
  }

  .print-date-col,
  .price-date-row .print-date-col {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    white-space: nowrap !important;
  }

  .print-date-col .price-date-input {
    display: block !important;
    width: 100% !important;
    margin: 3px 0 0 !important;
    text-align: left !important;
  }
}

@media print {
  @page {
    size: A4;
    margin: 8mm 10mm;
  }

  .price-list-header {
    gap: 14px !important;
    padding-bottom: 10px !important;
  }

  .price-logo-block {
    gap: 6px !important;
  }

  .price-logo-block img {
    width: 170px !important;
    max-height: 54px !important;
  }

  .price-logo-block p,
  .price-company-meta p {
    font-size: 10px !important;
    line-height: 1.3 !important;
    margin-bottom: 2px !important;
  }

  .price-date-row {
    display: grid !important;
    grid-template-columns: repeat(2, 96px) !important;
    gap: 8px !important;
    justify-content: end !important;
  }

  .price-company-meta label {
    margin-bottom: 4px !important;
    font-size: 9.5px !important;
  }

  .price-date-input {
    width: 96px !important;
    font-size: 10px !important;
    text-align: right !important;
  }

  .price-offer-heading {
    margin-top: 10px !important;
    align-items: end !important;
  }

  .price-offer-heading h1 {
    font-size: 24px !important;
  }

  .price-info-grid {
    grid-template-columns: 1fr 105px !important;
    gap: 8px !important;
    margin-top: 10px !important;
  }

  .price-customer-card {
    padding: 9px !important;
  }

  .price-customer-card h2 {
    margin-bottom: 6px !important;
    font-size: 12px !important;
  }

  .price-field-grid {
    display: grid !important;
    grid-template-columns: 1.15fr 1fr 0.8fr !important;
    gap: 8px !important;
  }

  .price-visual-card {
    padding: 6px !important;
    border-radius: 10px !important;
  }

  .price-visual-card > img {
    display: none !important;
  }

  .price-qr-card {
    min-height: 86px !important;
    padding: 5px !important;
    gap: 4px !important;
  }

  .price-qr-card img {
    width: 48px !important;
    height: 48px !important;
  }

  .price-qr-card span {
    font-size: 8px !important;
    line-height: 1.2 !important;
  }

  .price-table-wrap {
    margin-top: 12px !important;
  }

  .price-table {
    border-collapse: collapse !important;
    border: 1px solid rgba(0, 0, 0, 0.16) !important;
  }

  .price-table th,
  .price-table td {
    border-right: 1px solid rgba(0, 0, 0, 0.16) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13) !important;
    padding: 6px 7px !important;
    font-size: 10px !important;
  }

  .price-table th:first-child,
  .price-table th:last-child {
    border-radius: 0 !important;
  }

  .price-table th:last-child,
  .price-table td:last-child {
    display: none !important;
  }

  .price-table th:nth-last-child(2),
  .price-table td:nth-last-child(2) {
    border-right: 0 !important;
  }

  .price-total-panel {
    justify-content: flex-end !important;
    margin-top: 8px !important;
    padding: 0 !important;
  }

  .price-total-panel div {
    min-width: 120px !important;
    padding: 6px 8px !important;
  }

  .price-notes {
    margin-top: 10px !important;
    padding: 9px !important;
  }

  .price-notes label {
    margin-bottom: 4px !important;
  }

  .price-notes textarea {
    font-size: 10px !important;
    line-height: 1.35 !important;
  }

  .price-signature {
    margin-top: 12px !important;
    padding-top: 9px !important;
  }
}

@media print {
  .print-date-row,
  .price-date-row.print-date-row {
    display: grid !important;
    grid-template-columns: 96px 112px !important;
    gap: 10px !important;
    justify-content: end !important;
    align-items: start !important;
    width: max-content !important;
    margin-left: auto !important;
  }

  .print-date-col,
  .price-date-row .print-date-col {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    white-space: nowrap !important;
  }

  .print-date-col .price-date-input {
    display: block !important;
    width: 100% !important;
    margin: 3px 0 0 !important;
    text-align: left !important;
  }
}
