/**
 * Modernized home / service cards.
 * Applies to card grids in .container-40 and .container-39 (index, about, portfolio, etc.).
 */

/* -----------------------------------------------------------------------------
   Home cards – image and button as separate cards, separate animations
   ----------------------------------------------------------------------------- */
.container-40 .div-block-65,
.container-40 .div-block-66,
.container-40 .div-block-67,
.container-40 .div-block-68,
.container-39 .div-block-65,
.container-39 .div-block-66,
.container-39 .div-block-67,
.container-39 .div-block-68 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0.5rem 0;
  overflow: visible;
}

/* Image card – own shadow/radius; animates scale on hover */
.container-40 .div-block-65 img,
.container-40 .div-block-66 img,
.container-40 .div-block-67 img,
.container-40 .div-block-68 img,
.container-39 .div-block-65 img,
.container-39 .div-block-66 img,
.container-39 .div-block-67 img,
.container-39 .div-block-68 img {
  display: block;
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}

.container-40 .div-block-65:hover img,
.container-40 .div-block-66:hover img,
.container-40 .div-block-67:hover img,
.container-40 .div-block-68:hover img,
.container-39 .div-block-65:hover img,
.container-39 .div-block-66:hover img,
.container-39 .div-block-67:hover img,
.container-39 .div-block-68:hover img {
  transform: scale(1.05);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

/* Button card – separate block; animates lift on card hover, scale on button hover */
.container-40 .div-block-65 .homebutton,
.container-40 .div-block-66 .homebutton,
.container-40 .div-block-67 .homebutton,
.container-40 .div-block-68 .homebutton,
.container-39 .div-block-65 .homebutton,
.container-39 .div-block-66 .homebutton,
.container-39 .div-block-67 .homebutton,
.container-39 .div-block-68 .homebutton,
.container-40 .div-block-65 .button-19,
.container-40 .div-block-66 .button-19,
.container-40 .div-block-67 .button-19,
.container-40 .div-block-68 .button-19,
.container-39 .div-block-65 .button-19,
.container-39 .div-block-66 .button-19,
.container-39 .div-block-67 .button-19,
.container-39 .div-block-68 .button-19 {
  transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.25s ease;
}

.container-40 .div-block-65:hover .homebutton,
.container-40 .div-block-66:hover .homebutton,
.container-40 .div-block-67:hover .homebutton,
.container-40 .div-block-68:hover .homebutton,
.container-40 .div-block-65:hover .button-19,
.container-40 .div-block-66:hover .button-19,
.container-40 .div-block-67:hover .button-19,
.container-40 .div-block-68:hover .button-19,
.container-39 .div-block-65:hover .homebutton,
.container-39 .div-block-66:hover .homebutton,
.container-39 .div-block-67:hover .homebutton,
.container-39 .div-block-68:hover .homebutton,
.container-39 .div-block-65:hover .button-19,
.container-39 .div-block-66:hover .button-19,
.container-39 .div-block-67:hover .button-19,
.container-39 .div-block-68:hover .button-19 {
  transform: translateY(-3px);
}

/* -----------------------------------------------------------------------------
   Card buttons (homebutton = blue gradient, button-19 = teal “Contact us”)
   ----------------------------------------------------------------------------- */
.container-40 .homebutton,
.container-40 .button-19,
.container-39 .homebutton,
.container-39 .button-19 {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.container-40 .homebutton:hover,
.container-40 .button-19:hover,
.container-39 .homebutton:hover,
.container-39 .button-19:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  filter: brightness(1.08);
}

/* Focus for accessibility */
.container-40 .homebutton:focus-visible,
.container-40 .button-19:focus-visible,
.container-39 .homebutton:focus-visible,
.container-39 .button-19:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}

/* =============================================================================
   Content cards (Hardware, Software, Security-and-storage, ATS)
   Image and text as separate cards with separate animations.
   ============================================================================= */

/* Card container: column layout, gap between image card and text card */
.section-14 .div-block-71,
.section-14 .div-block-72,
.section-14 .div-block-73,
.container-18 .div-block-17,
.container-18 .div-block-18,
.container-18 .div-block-19,
.section-14 .div-block-27,
.section-14 .div-block-28,
.section-16 .div-block-20 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  overflow: visible;
}

/* Image card – own shadow/radius; animates scale on hover */
.section-14 .div-block-71 > img,
.section-14 .div-block-72 > img,
.section-14 .div-block-73 > img,
.container-18 .div-block-17 > img,
.container-18 .div-block-18 > img,
.container-18 .div-block-19 > img,
.section-14 .div-block-27 > img,
.section-14 .div-block-28 > img,
.section-16 .div-block-20 > img {
  display: block;
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}

.section-14 .div-block-71:hover > img,
.section-14 .div-block-72:hover > img,
.section-14 .div-block-73:hover > img,
.container-18 .div-block-17:hover > img,
.container-18 .div-block-18:hover > img,
.container-18 .div-block-19:hover > img,
.section-14 .div-block-27:hover > img,
.section-14 .div-block-28:hover > img,
.section-16 .div-block-20:hover > img {
  transform: scale(1.05);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

/* Text card – all direct children except img share one block; animates lift on hover */
.section-14 .div-block-71 > *:not(img),
.section-14 .div-block-72 > *:not(img),
.section-14 .div-block-73 > *:not(img),
.container-18 .div-block-17 > *:not(img),
.container-18 .div-block-18 > *:not(img),
.container-18 .div-block-19 > *:not(img),
.section-14 .div-block-27 > *:not(img),
.section-14 .div-block-28 > *:not(img),
.section-16 .div-block-20 > *:not(img) {
  margin: 0;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-top: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.section-14 .div-block-71 > *:not(img):first-of-type,
.section-14 .div-block-72 > *:not(img):first-of-type,
.section-14 .div-block-73 > *:not(img):first-of-type,
.container-18 .div-block-17 > *:not(img):first-of-type,
.container-18 .div-block-18 > *:not(img):first-of-type,
.container-18 .div-block-19 > *:not(img):first-of-type,
.section-14 .div-block-27 > *:not(img):first-of-type,
.section-14 .div-block-28 > *:not(img):first-of-type,
.section-16 .div-block-20 > *:not(img):first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px 12px 0 0;
  padding-top: 1rem;
}

.section-14 .div-block-71 > *:not(img):last-of-type,
.section-14 .div-block-72 > *:not(img):last-of-type,
.section-14 .div-block-73 > *:not(img):last-of-type,
.container-18 .div-block-17 > *:not(img):last-of-type,
.container-18 .div-block-18 > *:not(img):last-of-type,
.container-18 .div-block-19 > *:not(img):last-of-type,
.section-14 .div-block-27 > *:not(img):last-of-type,
.section-14 .div-block-28 > *:not(img):last-of-type,
.section-16 .div-block-20 > *:not(img):last-of-type {
  border-radius: 0 0 12px 12px;
  padding-bottom: 1rem;
}

.section-14 .div-block-71:hover > *:not(img),
.section-14 .div-block-72:hover > *:not(img),
.section-14 .div-block-73:hover > *:not(img),
.container-18 .div-block-17:hover > *:not(img),
.container-18 .div-block-18:hover > *:not(img),
.container-18 .div-block-19:hover > *:not(img),
.section-14 .div-block-27:hover > *:not(img),
.section-14 .div-block-28:hover > *:not(img),
.section-16 .div-block-20:hover > *:not(img) {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.5);
}

/* Content card buttons (hardwarebutton, button-11/12/13, button-14/15) */
.section-14 .hardwarebutton,
.container-18 .button-11,
.container-18 .button-12,
.container-18 .button-13,
.section-14 .button-12,
.section-14 .button-13,
.section-16 .button-14,
.section-16 .button-15 {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.section-14 .hardwarebutton:hover,
.container-18 .button-11:hover,
.container-18 .button-12:hover,
.container-18 .button-13:hover,
.section-14 .button-12:hover,
.section-14 .button-13:hover,
.section-16 .button-14:hover,
.section-16 .button-15:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  filter: brightness(1.08);
}

.section-14 .hardwarebutton:focus-visible,
.container-18 .button-11:focus-visible,
.container-18 .button-12:focus-visible,
.container-18 .button-13:focus-visible,
.section-14 .button-12:focus-visible,
.section-14 .button-13:focus-visible,
.section-16 .button-14:focus-visible,
.section-16 .button-15:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}

/* =============================================================================
   POS pages: POS index (tabs + content cards), Aldelo, PC America
   ============================================================================= */

/* POS index – tab menu items (ALDELO, PC AMERICA, COMCASH) */
.section-26 .tabs-menu-2 .tab-link {
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  overflow: hidden;
}

.section-26 .tabs-menu-2 .tab-link:hover,
.section-26 .tabs-menu-2 .tab-link.w--current {
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.09);
}

.section-26 .tabs-menu-2 .tab-link:hover {
  transform: translateY(-4px);
}

.section-26 .tabs-menu-2 .tab-link img {
  border-radius: 8px;
  transition: transform 0.35s ease;
}

.section-26 .tabs-menu-2 .tab-link:hover img {
  transform: scale(1.03);
}

/* POS index – tab content cards (div-block-52) */
.section-26 .div-block-52 {
  padding: 1.5rem 1.25rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.section-26 .div-block-52 > img {
  border-radius: 8px;
  transition: transform 0.35s ease;
}

.section-26 .div-block-52:hover > img {
  transform: scale(1.02);
}

.section-26 .button-8.pcamerica {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.section-26 .button-8.pcamerica:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  filter: brightness(1.08);
}

.section-26 .button-8.pcamerica:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}

/* Aldelo – three feature cards (container-35) */
.container-35 .div-block-57,
.container-35 .div-block-58,
.container-35 .div-block-59 {
  padding: 1.5rem 1.25rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  overflow: hidden;
}

.container-35 .div-block-57:hover,
.container-35 .div-block-58:hover,
.container-35 .div-block-59:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.09);
}

.container-35 .div-block-57 img,
.container-35 .div-block-58 img,
.container-35 .div-block-59 img {
  border-radius: 8px;
  transition: transform 0.35s ease;
}

.container-35 .div-block-57:hover img,
.container-35 .div-block-58:hover img,
.container-35 .div-block-59:hover img {
  transform: scale(1.03);
}

/* Aldelo – feature strip (section-29) */
.section-29 .div-block-56 {
  padding: 1.5rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.section-29 .div-block-56 img {
  border-radius: 8px;
}

/* PC America – image card (container-38) */
.container-38 .div-block-63 {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
  transition: box-shadow 0.3s ease;
}

.container-38 .div-block-63:hover {
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
}

.container-38 .div-block-63 img {
  border-radius: 12px;
  transition: transform 0.35s ease;
}

.container-38 .div-block-63:hover img {
  transform: scale(1.02);
}

/* =============================================================================
   Hardware sub-pages (Laptops, Server, Workstations)
   Main product card, option selector cards, Other Products cards.
   ============================================================================= */

/* Main product card (left column: image + title + description + contact link) */
.column-37 > div {
  padding: 1.5rem 1.25rem 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}

.column-37 > div:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.12);
}

.column-37 > div img {
  border-radius: 8px;
  transition: transform 0.35s ease;
}

.column-37 > div:hover img {
  transform: scale(1.02);
}

/* Option selector cards (Ram/Storage options) */
.div-block-78 .div-block-74,
.div-block-78 .div-block-75 {
  padding: 1rem 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: #fafafa;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.div-block-78 .div-block-74:hover,
.div-block-78 .div-block-75:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.15);
  background: #fff;
}

/* Other Products cards (Server, Work Stations, Laptops – image + button) */
.div-block-79,
.div-block-80 {
  padding: 1.25rem 1rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}

.div-block-79:hover,
.div-block-80:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.12);
}

.div-block-79 img,
.div-block-80 img {
  border-radius: 8px;
  transition: transform 0.35s ease;
}

.div-block-79:hover img,
.div-block-80:hover img {
  transform: scale(1.03);
}

.div-block-79 .button-23,
.div-block-79 .button-24,
.div-block-80 .button-23,
.div-block-80 .button-24 {
  border-radius: 8px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.div-block-79 .button-23:hover,
.div-block-79 .button-24:hover,
.div-block-80 .button-23:hover,
.div-block-80 .button-24:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  filter: brightness(1.05);
}

.div-block-79 .button-23:focus-visible,
.div-block-79 .button-24:focus-visible,
.div-block-80 .button-23:focus-visible,
.div-block-80 .button-24:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.4);
  outline-offset: 2px;
}

/* =============================================================================
   IT Services page – image and text as separate cards, separate animations
   ============================================================================= */

.section-7 .column-10,
.section-7 .column-11,
.section-7 .column-12,
.section-7 .column-13 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0.5rem 0;
}

/* Image card – own shadow and radius; animates scale on hover */
.section-7 .column-10 > img,
.section-7 .column-11 > img,
.section-7 .column-12 > img,
.section-7 .column-13 > img {
  display: block;
  width: 100%;
  max-width: 152px;
  margin: 0 auto;
  padding: 0.75rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}

.section-7 .column-10:hover > img,
.section-7 .column-11:hover > img,
.section-7 .column-12:hover > img,
.section-7 .column-13:hover > img {
  transform: scale(1.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

/* Text card – h4 + p as one block; animates lift + shadow on hover */
.section-7 .column-10 > h4,
.section-7 .column-11 > h4,
.section-7 .column-12 > h4,
.section-7 .column-13 > h4 {
  margin: 0;
  padding: 1rem 1.25rem 0.5rem;
  border-radius: 12px 12px 0 0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.section-7 .column-10 > p,
.section-7 .column-11 > p,
.section-7 .column-12 > p,
.section-7 .column-13 > p {
  margin: 0;
  padding: 0.5rem 1.25rem 1rem;
  border-radius: 0 0 12px 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-top: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.section-7 .column-10:hover > h4,
.section-7 .column-11:hover > h4,
.section-7 .column-12:hover > h4,
.section-7 .column-13:hover > h4,
.section-7 .column-10:hover > p,
.section-7 .column-11:hover > p,
.section-7 .column-12:hover > p,
.section-7 .column-13:hover > p {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.5);
}

/* IT Services – CTA block (For pricing information / Contact us now) */
.section-8 .container-9 {
  padding: 1.5rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.section-8 .container-9:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
}

.section-8 .button-7 {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.section-8 .button-7:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  filter: brightness(1.08);
}

.section-8 .button-7:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}

/* =============================================================================
   Camera Security page (/camera-scurity)
   Scoped to .body-4. Uses design tokens and light-theme cards on #fafafa body.
   ============================================================================= */

.body-4 {
  /* Design tokens – single source for radius, shadow, motion */
  --camera-radius-sm: 8px;
  --camera-radius-md: 12px;
  --camera-radius-lg: 14px;
  --camera-shadow-rest: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.08);
  --camera-shadow-hover: 0 4px 12px rgba(0, 0, 0, 0.08), 0 12px 28px rgba(0, 0, 0, 0.12);
  --camera-shadow-elevated: 0 8px 24px rgba(0, 0, 0, 0.1), 0 16px 40px rgba(0, 0, 0, 0.14);
  --camera-border: 1px solid #e5e7eb;
  --camera-border-hover: 1px solid #d1d5db;
  --camera-card-bg: #ffffff;
  --camera-transition: 0.28s cubic-bezier(0.33, 1, 0.68, 1);
  --camera-transition-fast: 0.2s ease;
}

/* ---- Hero (dark section) – primary CTA ---- */
.body-4 .section-19 .button-16 {
  border-radius: var(--camera-radius-md);
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: transform var(--camera-transition), box-shadow var(--camera-transition),
    filter var(--camera-transition);
}

.body-4 .section-19 .button-16:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  filter: brightness(1.1);
}

.body-4 .section-19 .button-16:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 2px;
}

/* ---- Stats strip – highlight card on light background ---- */
.body-4 .container-23 {
  padding: 1.5rem 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  border-radius: var(--camera-radius-lg);
  border: var(--camera-border);
  background: var(--camera-card-bg);
  box-shadow: var(--camera-shadow-rest);
  transition: box-shadow var(--camera-transition), border-color var(--camera-transition);
}

.body-4 .container-23:hover {
  box-shadow: var(--camera-shadow-hover);
  border-color: var(--camera-border-hover);
}

.body-4 .container-23 .paragraph-17 {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #374151;
  font-weight: 500;
  text-align: center;
}

/* ---- Intro paragraph ---- */
.body-4 .camera-intro {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 0;
}

.body-4 .camera-intro__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #4b5563;
}

/* ---- What we offer (features list) ---- */
.body-4 .camera-features {
  margin-top: 2.25rem;
  margin-bottom: 0;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.body-4 .camera-features__title {
  margin: 0 0 1rem;
  font-size: 1.375rem;
  font-weight: 700;
  color: #111827;
  letter-spacing: 0.01em;
}

.body-4 .camera-features__list {
  margin: 0;
  padding-left: 1.35rem;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #4b5563;
}

.body-4 .camera-features__list li {
  margin-bottom: 0.5rem;
}

.body-4 .camera-features__list strong {
  color: #111827;
}

/* ---- Featured product section heading ---- */
.body-4 .camera-product-section__title {
  margin: 0 0 1.25rem;
  font-size: 1.375rem;
  font-weight: 700;
  color: #111827;
  letter-spacing: 0.01em;
}

/* ---- Product row – two equal cards with consistent styling ---- */
.body-4 .w-container .w-row {
  gap: 1.5rem;
  align-items: stretch;
  margin-top: 2rem;
}

.body-4 .camera-product-section .w-row {
  margin-top: 1rem;
}

/* Text card – product info, CTA, phone */
.body-4 .column-22 {
  padding: 1.75rem 1.75rem;
  border-radius: var(--camera-radius-lg);
  border: var(--camera-border);
  background: var(--camera-card-bg);
  box-shadow: var(--camera-shadow-rest);
  transition: transform var(--camera-transition), box-shadow var(--camera-transition),
    border-color var(--camera-transition);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.body-4 .column-22:hover {
  transform: translateY(-4px);
  box-shadow: var(--camera-shadow-elevated);
  border-color: var(--camera-border-hover);
}

.body-4 .column-22 > div:first-child h4 {
  margin: 0 0 0.35em;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #111827;
}

.body-4 .column-22 > div:first-child p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #4b5563;
}

.body-4 .column-22 .text-block-22 {
  font-size: 0.875rem;
  font-weight: 500;
  color: #059669;
  margin: 0;
}

.body-4 .column-22 .button-17 {
  border-radius: var(--camera-radius-sm);
  font-weight: 600;
  letter-spacing: 0.02em;
  align-self: flex-start;
  transition: transform var(--camera-transition-fast), box-shadow var(--camera-transition-fast),
    filter var(--camera-transition-fast);
}

.body-4 .column-22 .button-17:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 6px 16px rgba(40, 167, 69, 0.35);
  filter: brightness(1.06);
}

.body-4 .column-22 .button-17:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.body-4 .column-22 .heading-21 {
  margin: 0.5rem 0 0;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #111827;
}

/* Image card – matches text card elevation and motion */
.body-4 .w-container .w-row .w-col-6:last-child > div {
  border-radius: var(--camera-radius-lg);
  overflow: hidden;
  border: var(--camera-border);
  background: var(--camera-card-bg);
  box-shadow: var(--camera-shadow-rest);
  transition: box-shadow var(--camera-transition), border-color var(--camera-transition);
}

.body-4 .w-container .w-row .w-col-6:last-child:hover > div {
  box-shadow: var(--camera-shadow-elevated);
  border-color: var(--camera-border-hover);
}

.body-4 .w-container .w-row .w-col-6:last-child img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: var(--camera-radius-lg);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.body-4 .w-container .w-row .w-col-6:last-child:hover img {
  transform: scale(1.05);
}
