/* =========================================================
   ERGÖZDE MEDİKAL - OPTIMIZED CORE STYLESHEET
========================================================= */

:root {
  --primary-blue: #033c68;
  --dark-blue: #022a4a;
  --deep-blue: #011d33;
  --accent-blue: #3498db;
  --light-blue: #69b8e8;
  --primary-light: #008ec0;
  --white: #ffffff;
  --black: #071923;
  --text-dark: #263640;
  --text-muted: #71808c;
  --light-bg: #f5f8fa;
  --border-color: #e4ebef;
  --shadow-sm: 0 10px 30px rgba(3, 60, 104, 0.06);
  --shadow-md: 0 20px 50px rgba(3, 60, 104, 0.1);
  --shadow-lg: 0 30px 80px rgba(1, 29, 51, 0.18);
}

/* --- GENERAL & BASE --- */
html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  padding-top: 105px;
  background: var(--white);
  color: var(--text-dark);
}

#urunler {
  scroll-margin-top: 110px;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand,
.section-title,
.btn-custom {
  font-family: "Oswald", sans-serif;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

button {
  font-family: inherit;
}

/* --- TOP BAR --- */
.top-bar {
  background: var(--primary-blue);
  color: var(--white);
  font-size: 0.8rem;
  padding: 6px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1035;
  height: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-bar a {
  color: var(--white);
  margin-left: 15px;
}

/* --- NAVBAR --- */
.main-navbar {
  background: var(--white);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 0 1rem;
  position: fixed;
  top: 35px;
  width: 100%;
  z-index: 1030;
  height: 70px;
  display: flex;
  align-items: center;
}

.navbar-brand {
  padding: 0;
  margin-right: auto;
}

.navbar-brand .logo-img {
  height: 50px;
  width: auto;
}

.nav-link {
  color: var(--primary-blue) !important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 1rem !important;
  position: relative;
}

.navbar-nav > .nav-item > .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background: var(--primary-blue);
  transition: width 0.3s ease;
}

.navbar-nav > .nav-item > .nav-link:hover::after,
.navbar-nav > .nav-item > .nav-link.active::after,
.navbar-nav > .nav-item.show > .nav-link::after {
  width: 100%;
}

/* --- MEGA MENU --- */
.navbar-nav .dropdown.mega-dropdown {
  position: static;
}

.mega-menu {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  padding: 20px 0;
  background: #fff;
  border: none;
  border-top: 3px solid var(--primary-blue);
  border-radius: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.mega-menu h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 8px;
}

.mega-list li {
  margin-bottom: 5px;
  border-bottom: 1px solid #f9f9f9;
}

.mega-list li a {
  display: block;
  padding: 8px 10px;
  color: #555;
  font-size: 0.9rem;
}

.mega-list li a:hover {
  background: var(--primary-blue);
  color: var(--white);
  padding-left: 15px;
}

/* =========================================================
   HOME: HERO SECTION
========================================================= */
.premium-hero {
  position: relative;
  min-height: calc(100vh - 105px);
  background:
    radial-gradient(circle at 82% 20%, rgba(105, 184, 232, 0.18), transparent 28%),
    radial-gradient(circle at 15% 90%, rgba(52, 152, 219, 0.12), transparent 30%),
    linear-gradient(125deg, #011d33 0%, #022a4a 48%, #033c68 100%);
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(circle at 70% 50%, black 0%, rgba(0, 0, 0, 0.7) 40%, transparent 85%);
  -webkit-mask-image: radial-gradient(circle at 70% 50%, black 0%, rgba(0, 0, 0, 0.7) 40%, transparent 85%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(70px);
}

.hero-glow-one {
  width: 400px;
  height: 400px;
  right: -150px;
  top: 0;
  background: rgba(52, 152, 219, 0.17);
}

.hero-glow-two {
  width: 300px;
  height: 300px;
  left: -170px;
  bottom: -100px;
  background: rgba(105, 184, 232, 0.1);
}

.hero-main {
  position: relative;
  z-index: 5;
  min-height: 680px;
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: center;
}

.hero-content {
  position: relative;
  z-index: 10;
  padding: 70px 0;
}

.hero-content h1 {
  max-width: 600px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(2.8rem, 4vw, 4.2rem);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.8px;
}

.hero-description {
  max-width: 480px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.75;
  font-weight: 300;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 55px;
}

.hero-primary-btn,
.hero-secondary-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  font-family: "Oswald", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 1.4px;
  font-weight: 500;
}

.hero-primary-btn {
  gap: 18px;
  background: #fff;
  color: var(--primary-blue);
  border: 1px solid #fff;
}

.hero-primary-btn i {
  transition: transform 0.3s ease;
}

.hero-primary-btn:hover {
  background: var(--light-blue);
  border-color: var(--light-blue);
  color: #fff;
  transform: translateY(-2px);
}

.hero-primary-btn:hover i {
  transform: translateX(5px);
}

.hero-secondary-btn {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
}

.hero-secondary-btn:hover {
  color: var(--primary-blue);
  background: #fff;
  border-color: #fff;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 25px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.trust-item i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light-blue);
  border: 1px solid rgba(105, 184, 232, 0.25);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
}

.trust-item span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  line-height: 1.35;
  letter-spacing: 0.4px;
}

.trust-divider {
  width: 1px;
  height: 35px;
  background: rgba(255, 255, 255, 0.15);
}

.hero-visual {
  position: relative;
  height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-visual-bg {
  position: absolute;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(105, 184, 232, 0.18) 0%, rgba(52, 152, 219, 0.09) 35%, transparent 70%);
  filter: blur(2px);
}

.hero-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-circle-one {
  width: 530px;
  height: 530px;
}

.hero-circle-two {
  width: 420px;
  height: 420px;
  border-style: dashed;
  border-color: rgba(105, 184, 232, 0.17);
  animation: heroRotate 30s linear infinite;
}

@keyframes heroRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.hero-image-frame {
  position: relative;
  z-index: 5;
  width: 84%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.015));
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  transform: perspective(1000px) rotateY(-2deg);
}

.hero-img {
  position: relative;
  z-index: 3;
  width: 100%;
  object-fit: cover;
  opacity: 0.94;
  filter: saturate(0.85) contrast(1.05);
  animation: heroFloat 7s ease-in-out infinite;
}

@keyframes heroFloat {
  0%, 100% { transform: scale(1) translateY(0); }
  50% { transform: scale(1.015) translateY(-8px); }
}

.hero-corner {
  position: absolute;
  z-index: 10;
  width: 65px;
  height: 65px;
}

.hero-corner-tl {
  top: 20px;
  left: 20px;
  border-top: 1px solid var(--light-blue);
  border-left: 1px solid var(--light-blue);
}

.hero-corner-br {
  right: 20px;
  bottom: 20px;
  border-right: 1px solid var(--light-blue);
  border-bottom: 1px solid var(--light-blue);
}

.hero-number {
  position: absolute;
  z-index: 8;
  top: 55px;
  right: 20px;
  color: rgba(255, 255, 255, 0.12);
  font-family: "Oswald", sans-serif;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
}

.hero-wave {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  z-index: 15;
  line-height: 0;
}

.hero-wave svg {
  width: 100%;
  height: 90px;
  display: block;
}

.hero-wave path {
  fill: #fff;
}

/* =========================================================
   HOME: PRODUCTS SHOWCASE SECTION (SABİT YÜKSEKLİK VE STABİLİTE)
========================================================= */
.premium-products-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0 95px;
  background:
    radial-gradient(circle at 15% 20%, rgba(52, 152, 219, 0.18), transparent 30%),
    radial-gradient(circle at 85% 70%, rgba(3, 60, 104, 0.45), transparent 35%),
    linear-gradient(135deg, #011d33 0%, #022a4a 45%, #033c68 100%);
}

.products-grid {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: radial-gradient(circle at center, black 0%, rgba(0, 0, 0, 0.7) 50%, transparent 90%);
  -webkit-mask-image: radial-gradient(circle at center, black 0%, rgba(0, 0, 0, 0.7) 50%, transparent 90%);
}

.products-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.products-glow-one {
  width: 350px;
  height: 350px;
  top: -150px;
  right: -100px;
  background: rgba(105, 184, 232, 0.13);
}

.products-glow-two {
  width: 280px;
  height: 280px;
  bottom: -130px;
  left: -100px;
  background: rgba(52, 152, 219, 0.08);
}

.products-header {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
}

.products-eyebrow,
.section-eyebrow {
  display: block;
  color: var(--light-blue);
  font-family: "Oswald", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 13px;
}

.products-header h2 {
  margin: 0;
  color: #fff;
  font-size: 3.3rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
}

.products-header h2 span {
  color: rgba(255, 255, 255, 0.43);
  font-weight: 300;
}

.products-intro {
  max-width: 560px;
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.9rem;
  line-height: 1.7;
}

.products-counter {
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(255, 255, 255, 0.35);
  font-family: "Oswald", sans-serif;
  font-size: 0.9rem;
}

.products-counter #currentProduct {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}

.counter-line {
  width: 45px;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}

.product-showcase {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 43% 57%;
  min-height: 580px;
  height: 580px; /* Masaüstü ve tablette yükseklik zıplamasını tamamen önler */
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 35px 90px rgba(0, 20, 38, 0.35);
  backdrop-filter: blur(10px);
}

.product-showcase::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  right: -200px;
  top: -220px;
  border-radius: 50%;
  background: rgba(52, 152, 219, 0.1);
  filter: blur(80px);
  pointer-events: none;
}

.showcase-content {
  position: relative;
  z-index: 5;
  padding: 45px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* İçerik uzunluğu ne olursa olsun butonları ve metinleri kusursuz hizalar */
  height: 100%;
  overflow-y: auto;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.showcase-topline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.showcase-index {
  color: var(--light-blue);
  font-family: "Oswald", sans-serif;
  font-size: 0.8rem;
}

.showcase-line {
  width: 35px;
  height: 1px;
  background: rgba(105, 184, 232, 0.35);
}

.product-category {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 2.5px;
}

.showcase-content h3 {
  max-width: 480px;
  margin: 0 0 15px;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.05;
  font-weight: 500;
}

.showcase-content > p {
  max-width: 480px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  line-height: 1.7;
}

.product-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.product-features div {
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
}

.product-features i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
  border-radius: 50%;
  color: var(--light-blue);
  background: rgba(105, 184, 232, 0.09);
  border: 1px solid rgba(105, 184, 232, 0.18);
  font-size: 0.5rem;
}

.product-detail-btn {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  padding-bottom: 6px;
  font-family: "Oswald", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 1.4px;
}

.product-detail-btn i {
  transition: transform 0.3s ease;
}

.product-detail-btn:hover {
  color: var(--light-blue);
  border-color: var(--light-blue);
}

.product-detail-btn:hover i {
  transform: translateX(6px);
}

.showcase-image-area {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.09) 0%, rgba(52, 152, 219, 0.07) 35%, rgba(1, 29, 51, 0.35) 80%);
}

.image-grid {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(circle at center, black 0%, rgba(0, 0, 0, 0.7) 45%, transparent 78%);
  -webkit-mask-image: radial-gradient(circle at center, black 0%, rgba(0, 0, 0, 0.7) 45%, transparent 78%);
}

.image-circle {
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 0 80px rgba(52, 152, 219, 0.08);
}

.image-circle::before {
  content: "";
  position: absolute;
  inset: 30px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.12);
}

.image-circle::after {
  content: "";
  position: absolute;
  inset: 75px;
  border-radius: 50%;
  border: 1px solid rgba(105, 184, 232, 0.08);
}

.product-image-glow {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(105, 184, 232, 0.12);
  filter: blur(60px);
}

.showcase-product-image {
  position: relative;
  z-index: 5;
  max-width: 68%;
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 25px 30px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 35px rgba(52, 152, 219, 0.12));
  transition: opacity 0.25s ease, transform 0.35s ease;
}

.showcase-product-image.product-changing {
  opacity: 0;
  transform: scale(0.94);
}

.image-number {
  position: absolute;
  z-index: 6;
  top: 20px;
  right: 30px;
  color: rgba(255, 255, 255, 0.1);
  font-family: "Oswald", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
}

.showcase-image-area::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 25px;
  left: 25px;
  border-top: 1px solid rgba(105, 184, 232, 0.35);
  border-left: 1px solid rgba(105, 184, 232, 0.35);
}

.showcase-image-area::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  right: 25px;
  bottom: 25px;
  border-right: 1px solid rgba(105, 184, 232, 0.35);
  border-bottom: 1px solid rgba(105, 184, 232, 0.35);
}

.product-navigation {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
}

.product-arrow {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-arrow:hover {
  color: var(--primary-blue);
  background: #fff;
  border-color: #fff;
  transform: translateY(-2px);
}

.product-nav-list {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 6px;
}

.product-nav-item {
  position: relative;
  padding: 8px 5px 14px;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.38);
}

.product-nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.12);
  transition: all 0.3s ease;
}

.product-nav-item span {
  display: block;
  margin-bottom: 5px;
  font-family: "Oswald", sans-serif;
  font-size: 0.7rem;
}

.product-nav-item strong {
  display: block;
  white-space: nowrap;
  font-size: 0.66rem;
  font-weight: 500;
}

.product-nav-item:hover,
.product-nav-item.active {
  color: #fff;
}

.product-nav-item.active::after {
  background: var(--light-blue);
}

/* =========================================================
   HOME: WHY US SECTION
========================================================= */
.why-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: linear-gradient(135deg, #f8fbfd 0%, #ffffff 50%, #eef6fa 100%);
}

.why-background-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  right: -250px;
  top: -200px;
  border-radius: 50%;
  border: 1px solid rgba(52, 152, 219, 0.08);
  box-shadow:
    0 0 0 50px rgba(52, 152, 219, 0.025),
    0 0 0 100px rgba(52, 152, 219, 0.015);
}

.section-eyebrow {
  color: var(--accent-blue);
}

.section-eyebrow.light {
  color: var(--light-blue);
}

.why-content h2 {
  max-width: 580px;
  margin: 0 0 25px;
  color: var(--primary-blue);
  font-size: 3.2rem;
  line-height: 1.08;
  font-weight: 500;
}

.why-content h2 span {
  color: var(--accent-blue);
}

.why-content p {
  max-width: 570px;
  margin-bottom: 16px;
  color: #71808c;
  font-size: 0.95rem;
  line-height: 1.85;
}

.why-button {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  padding-bottom: 8px;
  color: var(--primary-blue);
  border-bottom: 1px solid var(--primary-blue);
  font-family: "Oswald", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1.5px;
}

.why-button i {
  transition: transform 0.3s ease;
}

.why-button:hover {
  color: var(--accent-blue);
  border-color: var(--accent-blue);
}

.why-button:hover i {
  transform: translateX(5px);
}

.why-cards {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.why-card {
  position: relative;
  display: grid;
  grid-template-columns: 45px 55px 1fr;
  align-items: center;
  gap: 15px;
  padding: 25px 28px;
  background: #fff;
  border: 1px solid #e5edf2;
  box-shadow: 0 15px 40px rgba(3, 60, 104, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-card:hover {
  transform: translateX(7px);
  box-shadow: 0 20px 50px rgba(3, 60, 104, 0.1);
}



.why-card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary-blue), var(--accent-blue));
}

.why-card h3 {
  margin: 0 0 5px;
  color: var(--primary-blue);
  font-size: 1.15rem;
  font-weight: 600;
}

.why-card p {
  margin: 0;
  color: #84929b;
  font-size: 0.78rem;
}

/* =========================================================
   CALL TO ACTION (CTA)
========================================================= */
.premium-cta,
.about-cta,
.product-detail-cta {
  position: relative;
  overflow: hidden;
  padding: 75px 0;
  background:
    radial-gradient(circle at 80% 50%, rgba(105, 184, 232, 0.14), transparent 30%),
    linear-gradient(135deg, #011d33, #033c68);
  color: #fff;
}

.cta-grid,
.about-cta-grid,
.product-cta-grid {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 50px 50px;
}

.cta-content,
.about-cta-content,
.product-cta-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta-content h2,
.about-cta-content h2,
.product-cta-content h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.1;
  font-weight: 500;
}

.cta-content h2 span,
.about-cta-content h2 span,
.product-cta-content h2 span {
  color: var(--light-blue);
}

.cta-button,
.about-cta-button,
.product-cta-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 55px;
  padding: 0 28px;
  color: var(--primary-blue);
  background: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 1.4px;
}

.cta-button i,
.about-cta-button i,
.product-cta-button i {
  transition: transform 0.3s ease;
}

.cta-button:hover,
.about-cta-button:hover,
.product-cta-button:hover {
  color: #fff;
  background: var(--light-blue);
}

.cta-button:hover i,
.about-cta-button:hover i,
.product-cta-button:hover i {
  transform: translateX(5px);
}

/* =========================================================
   FOOTER & WHATSAPP
========================================================= */
.main-footer {
  background: var(--dark-blue);
  color: #e0e0e0;
  margin-top: 0;
  font-size: 0.95rem;
  border-top: 1px solid rgba(105, 184, 232, 0.15);
}

.footer-logo-img {
  max-width: 250px;
  height: auto;
}

.footer-text {
  color: #b0c4de;
  line-height: 1.7;
}

.footer-title {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: var(--accent-blue);
}

.footer-links a,
.footer-contact li {
  color: #b0c4de;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}

.footer-links a:hover {
  color: #fff;
  padding-left: 5px;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.6;
}

.footer-contact i {
  color: var(--light-blue);
  margin-right: 5px;
  margin-top: 4px;
  min-width: 16px;
}

.footer-socials a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.3s;
}

.footer-socials a:hover {
  background: var(--accent-blue);
  transform: translateY(-3px);
}

.footer-bottom {
  background: var(--deep-blue);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.whatsapp-float {
  position: fixed;
  width: 52px;
  height: 52px;
  bottom: 22px;
  right: 22px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  color: #fff;
  transform: translateY(-4px) scale(1.04);
  box-shadow: 2px 8px 25px rgba(0, 0, 0, 0.3);
}

/* =========================================================
   ABOUT PAGE
========================================================= */
.about-page-hero {
  position: relative;
  min-height: calc(100vh - 105px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(105, 184, 232, 0.18), transparent 28%),
    radial-gradient(circle at 12% 85%, rgba(52, 152, 219, 0.12), transparent 30%),
    linear-gradient(125deg, #011d33 0%, #022a4a 48%, #033c68 100%);
  color: #fff;
}

.about-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.13;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(circle at 72% 50%, black 0%, rgba(0, 0, 0, 0.75) 42%, transparent 88%);
  -webkit-mask-image: radial-gradient(circle at 72% 50%, black 0%, rgba(0, 0, 0, 0.75) 42%, transparent 88%);
}

.about-hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
}

.about-hero-glow-one {
  width: 420px;
  height: 420px;
  right: -140px;
  top: -100px;
  background: rgba(52, 152, 219, 0.17);
}

.about-hero-glow-two {
  width: 300px;
  height: 300px;
  left: -150px;
  bottom: -120px;
  background: rgba(105, 184, 232, 0.1);
}

.about-page-hero-content {
  position: relative;
  z-index: 5;
  max-width: 850px;
  padding: 110px 0 155px;
}

.about-page-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  color: var(--light-blue);
  font-family: "Oswald", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 4px;
}

.about-page-eyebrow span {
  width: 38px;
  height: 1px;
  background: var(--light-blue);
}

.about-page-hero h1 {
  max-width: 800px;
  margin: 0 0 28px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: clamp(3.5rem, 7vw, 6.6rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -1.5px;
}

.about-page-hero h1 strong {
  color: var(--light-blue);
  font-weight: 500;
}

.about-page-hero p {
  max-width: 650px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.85;
}

.about-breadcrumb,
.contact-breadcrumb {
  display: flex;
  align-items: center;
  gap: 14px;
}

.about-breadcrumb a,
.about-breadcrumb span,
.contact-breadcrumb a,
.contact-breadcrumb span {
  font-family: "Oswald", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 2px;
}

.about-breadcrumb a,
.contact-breadcrumb a {
  color: #fff;
}

.about-breadcrumb a:hover,
.contact-breadcrumb a:hover {
  color: var(--light-blue);
}

.about-breadcrumb i,
.contact-breadcrumb i {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.55rem;
}

.about-breadcrumb span,
.contact-breadcrumb span {
  color: var(--light-blue);
}

.about-hero-number {
  position: absolute;
  z-index: 2;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.055);
  font-family: "Oswald", sans-serif;
  font-size: clamp(12rem, 24vw, 23rem);
  font-weight: 600;
  line-height: 1;
  user-select: none;
  pointer-events: none;
}

.about-hero-wave {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: -1px;
  width: 100%;
  line-height: 0;
}

.about-hero-wave svg {
  display: block;
  width: 100%;
  height: 90px;
}

.about-hero-wave path {
  fill: #fff;
}

.about-company-section {
  position: relative;
  overflow: hidden;
  padding: 125px 0 120px;
  background: radial-gradient(circle at 85% 25%, rgba(52, 152, 219, 0.06), transparent 30%), #fff;
}

.about-section-grid {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(3, 60, 104, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(3, 60, 104, 0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(to right, transparent, black 30%, black 70%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 30%, black 70%, transparent);
}

.about-section-eyebrow {
  display: block;
  margin-bottom: 15px;
  color: var(--accent-blue);
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 4px;
}

.about-section-eyebrow.light {
  color: var(--light-blue);
}

.about-company-content {
  position: relative;
  z-index: 2;
}

.about-company-content h2 {
  max-width: 600px;
  margin: 0 0 28px;
  color: var(--primary-blue);
  font-size: clamp(2.6rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.5px;
}

.about-company-content h2 span {
  color: var(--accent-blue);
}

.about-company-content p {
  max-width: 590px;
  margin-bottom: 17px;
  color: var(--text-muted);
  font-size: 0.93rem;
  line-height: 1.85;
}

.about-company-content .about-lead {
  color: var(--text-dark);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.about-check-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 30px;
}

.about-check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-dark);
  font-size: 0.82rem;
  font-weight: 500;
}

.about-check-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--accent-blue);
  background: rgba(52, 152, 219, 0.08);
  border: 1px solid rgba(52, 152, 219, 0.15);
  font-size: 0.65rem;
}

.about-company-visual {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-visual-circle {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(3, 60, 104, 0.08);
  box-shadow:
    0 0 0 45px rgba(52, 152, 219, 0.025),
    0 0 0 90px rgba(52, 152, 219, 0.018);
}

.about-visual-grid {
  position: absolute;
  width: 450px;
  height: 450px;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(3, 60, 104, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(3, 60, 104, 0.05) 1px, transparent 1px);
  background-size: 35px 35px;
  mask-image: radial-gradient(circle, black 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(circle, black 0%, transparent 70%);
}

.about-image-frame {
  position: relative;
  z-index: 5;
  width: 82%;
  height: 470px;
  overflow: hidden;
  border: 1px solid rgba(3, 60, 104, 0.13);
  background: #eef5f9;
  box-shadow: 0 30px 70px rgba(3, 60, 104, 0.15);
  transform: perspective(1200px) rotateY(-2deg);
}

.about-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(3, 60, 104, 0.08), transparent 45%, rgba(52, 152, 219, 0.08));
  pointer-events: none;
}

.about-image-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04);
  transition: transform 0.7s ease, filter 0.7s ease;
}

.about-image-frame:hover img {
  transform: scale(1.035);
  filter: saturate(0.95) contrast(1.05);
}

.about-image-corner {
  position: absolute;
  z-index: 10;
  width: 65px;
  height: 65px;
  pointer-events: none;
}

.about-image-corner-tl {
  top: 18px;
  left: 18px;
  border-top: 1px solid var(--light-blue);
  border-left: 1px solid var(--light-blue);
}

.about-image-corner-br {
  right: 18px;
  bottom: 18px;
  border-right: 1px solid var(--light-blue);
  border-bottom: 1px solid var(--light-blue);
}

.about-experience-card {
  position: absolute;
  z-index: 12;
  left: 2%;
  bottom: 45px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 17px 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(3, 60, 104, 0.08);
  box-shadow: 0 20px 45px rgba(3, 60, 104, 0.16);
  backdrop-filter: blur(10px);
}

.experience-number {
  color: var(--primary-blue);
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}

.experience-label {
  color: var(--text-muted);
  font-family: "Oswald", sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 1.5px;
}

.about-visual-index {
  position: absolute;
  z-index: 8;
  top: 25px;
  right: 8%;
  color: rgba(3, 60, 104, 0.08);
  font-family: "Oswald", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
}

.about-values-section {
  position: relative;
  overflow: hidden;
  padding: 115px 0;
  background:
    radial-gradient(circle at 15% 25%, rgba(52, 152, 219, 0.16), transparent 30%),
    radial-gradient(circle at 85% 75%, rgba(3, 60, 104, 0.38), transparent 35%),
    linear-gradient(135deg, #011d33 0%, #022a4a 48%, #033c68 100%);
}

.about-values-header {
  position: relative;
  z-index: 3;
  max-width: 720px;
  margin-bottom: 55px;
}

.about-values-header h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2.6rem, 4vw, 3.7rem);
  font-weight: 500;
  line-height: 1.05;
}

.about-values-header h2 span {
  color: var(--light-blue);
}

.about-values-header p {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
  line-height: 1.8;
}

.about-value-card {
  position: relative;
  min-height: 330px;
  padding: 40px 35px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 60px rgba(0, 20, 38, 0.25);
  backdrop-filter: blur(10px);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.about-value-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -90px;
  top: -90px;
  border-radius: 50%;
  background: rgba(105, 184, 232, 0.08);
  filter: blur(30px);
}

.about-value-card:hover {
  transform: translateY(-8px);
  border-color: rgba(105, 184, 232, 0.28);
  box-shadow: 0 30px 70px rgba(0, 20, 38, 0.35);
}

.about-value-number {
  position: absolute;
  top: 22px;
  right: 25px;
  color: rgba(255, 255, 255, 0.08);
  font-family: "Oswald", sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
}

.about-value-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  color: var(--light-blue);
  background: rgba(105, 184, 232, 0.08);
  border: 1px solid rgba(105, 184, 232, 0.18);
  font-size: 1.2rem;
}

.about-value-card h3 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.about-value-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.84rem;
  line-height: 1.8;
}

.about-mission-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: radial-gradient(circle at 80% 20%, rgba(52, 152, 219, 0.07), transparent 30%), #f6f9fb;
}

.about-mission-grid {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(3, 60, 104, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(3, 60, 104, 0.025) 1px, transparent 1px);
  background-size: 50px 50px;
}

.about-mission-header {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
}

.about-mission-header .about-section-eyebrow {
  color: var(--accent-blue);
}

.about-mission-header h2 {
  max-width: 700px;
  margin: 0;
  color: var(--primary-blue);
  font-size: clamp(2.6rem, 4vw, 3.8rem);
  font-weight: 500;
  line-height: 1.05;
}

.about-mission-header h2 span {
  color: var(--accent-blue);
}

.mission-vision-card {
  position: relative;
  min-height: 390px;
  padding: 42px;
  background: #fff;
  border: 1px solid var(--border-color);
  box-shadow: 0 20px 55px rgba(3, 60, 104, 0.07);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.mission-vision-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--light-blue), var(--primary-blue));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mission-vision-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 65px rgba(3, 60, 104, 0.11);
}

.mission-vision-card:hover::after {
  opacity: 1;
}

.mv-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mv-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary-blue), var(--accent-blue));
  box-shadow: 0 12px 25px rgba(3, 60, 104, 0.16);
}

.mv-card-top > span {
  color: #d1e0e8;
  font-family: "Oswald", sans-serif;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1;
}

.mission-vision-card h3 {
  margin: 0 0 18px;
  color: var(--primary-blue);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.mission-vision-card p {
  margin-bottom: 13px;
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.85;
}

.mission-vision-card p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   CONTACT PAGE
========================================================= */
.contact-page-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 35%, rgba(0, 146, 199, 0.16), transparent 28%),
    radial-gradient(circle at 15% 80%, rgba(0, 86, 125, 0.2), transparent 30%),
    var(--primary-blue, #063b5c);
  color: #fff;
}

.contact-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, black, transparent);
}

.contact-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(5px);
  pointer-events: none;
}

.contact-hero-glow-one {
  width: 380px;
  height: 380px;
  right: -120px;
  top: 40px;
  background: rgba(0, 174, 239, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-hero-glow-two {
  width: 220px;
  height: 220px;
  left: -80px;
  bottom: 30px;
  background: rgba(0, 174, 239, 0.1);
}

.contact-page-hero .container {
  position: relative;
  z-index: 3;
}

.contact-hero-content {
  max-width: 760px;
  padding: 105px 0 125px;
}

.contact-page-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.72);
}

.contact-page-eyebrow span {
  width: 42px;
  height: 2px;
  display: inline-block;
  background: var(--primary-light, #00a6dc);
}

.contact-page-hero h1 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(52px, 7vw, 92px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -2px;
}

.contact-page-hero h1 strong {
  color: var(--primary-light, #00a6dc);
  font-weight: 700;
}

.contact-page-hero p {
  max-width: 650px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.8;
  font-weight: 300;
}

.contact-hero-number {
  position: absolute;
  right: 25px;
  bottom: 85px;
  font-family: "Oswald", sans-serif;
  font-size: 190px;
  line-height: 1;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.035);
  user-select: none;
}

.contact-hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 100px;
  z-index: 4;
}

.contact-hero-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

.contact-hero-wave path {
  fill: var(--white, #fff);
}

.contact-intro-section {
  position: relative;
  padding: 100px 0 110px;
  overflow: hidden;
  background: #fff;
}

.contact-section-grid {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image:
    linear-gradient(var(--primary-blue, #063b5c) 1px, transparent 1px),
    linear-gradient(90deg, var(--primary-blue, #063b5c) 1px, transparent 1px);
  background-size: 55px 55px;
  pointer-events: none;
}

.contact-intro-section .container {
  position: relative;
  z-index: 2;
}

.contact-intro-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 60px;
  margin-bottom: 55px;
}

.contact-section-eyebrow {
  display: block;
  margin-bottom: 16px;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  color: var(--primary-light, #008ec0);
}

.contact-intro-header h2 {
  margin: 0;
  max-width: 650px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.05;
  font-weight: 400;
  color: var(--primary-blue, #063b5c);
}

.contact-intro-header h2 span {
  color: var(--primary-light, #008ec0);
}

.contact-intro-header > p {
  max-width: 410px;
  margin: 0;
  color: #6c7880;
  font-size: 15px;
  line-height: 1.8;
}

.contact-cards-row {
  position: relative;
}

.premium-contact-card {
  position: relative;
  height: 100%;
  min-height: 260px;
  padding: 38px 32px 32px;
  overflow: hidden;
  border-radius: 14px;
  background: #ffffff;
  
  border: 1.5px solid #c8d9e6;
  
  box-shadow: 
    0 15px 35px -5px rgba(3, 60, 104, 0.18),
    0 5px 15px rgba(0, 0, 0, 0.06),
    0 0 0 1px rgba(3, 60, 104, 0.05);
    
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.premium-contact-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-light, #008ec0);
  
  box-shadow: 
    0 25px 55px -10px rgba(3, 60, 104, 0.28),
    0 12px 25px -5px rgba(0, 142, 192, 0.22);
}

.premium-contact-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 0;
  background: var(--primary-light, #008ec0);
  transition: height 0.4s ease;
}

.premium-contact-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -80px;
  bottom: -80px;
  border-radius: 50%;
  background: rgba(0, 142, 192, 0.045);
  transition: transform 0.5s ease;
}

.premium-contact-card:hover::before {
  height: 100%;
}

.premium-contact-card:hover::after {
  transform: scale(2);
}

.contact-card-number {
  position: absolute;
  top: 24px;
  right: 28px;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgba(6, 59, 92, 0.18);
}

.contact-card-icon {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border: 1px solid rgba(0, 142, 192, 0.18);
  border-radius: 50%;
  background: rgba(0, 142, 192, 0.06);
  color: var(--primary-light, #008ec0);
  font-size: 22px;
  transition: 0.4s ease;
}

.premium-contact-card:hover .contact-card-icon {
  background: var(--primary-blue, #063b5c);
  border-color: var(--primary-blue, #063b5c);
  color: #fff;
  transform: rotate(-5deg);
}

.contact-card-label {
  display: block;
  margin-bottom: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: var(--primary-light, #008ec0);
}

.premium-contact-card h3 {
  margin-bottom: 15px;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: var(--primary-blue, #063b5c);
}

.premium-contact-card p {
  margin: 0;
  color: #6c7880;
  font-size: 14px;
  line-height: 1.8;
}

.contact-card-line {
  width: 42px;
  height: 1px;
  margin: 25px 0 14px;
  background: var(--primary-light, #008ec0);
}

.contact-card-bottom {
  font-family: "Oswald", sans-serif;
  font-size: 9px;
  letter-spacing: 1.8px;
  color: #929ba0;
}

.contact-card-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  color: var(--primary-blue, #063b5c);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.contact-card-link i {
  color: var(--primary-light, #008ec0);
  font-size: 11px;
  transition: 0.3s ease;
}

.contact-card-link:hover {
  color: var(--primary-light, #008ec0);
}

.contact-card-link:hover i {
  transform: translateX(5px);
}

.working-hours {
  margin-top: 22px;
}

.working-hours > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(6, 59, 92, 0.08);
}

.working-hours > div:last-child {
  border-bottom: 0;
}

.working-hours span {
  color: #7d878c;
  font-size: 12px;
}

.working-hours strong {
  color: var(--primary-blue, #063b5c);
  font-size: 12px;
  white-space: nowrap;
}

.contact-location-section {
  position: relative;
  padding: 0 0 110px;
  overflow: hidden;
  background: #f5f8fa;
}

.contact-location-grid {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image:
    linear-gradient(var(--primary-blue, #063b5c) 1px, transparent 1px),
    linear-gradient(90deg, var(--primary-blue, #063b5c) 1px, transparent 1px);
  background-size: 65px 65px;
}

.contact-location-section .container {
  position: relative;
  z-index: 2;
}

.contact-location-wrapper {
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(6, 59, 92, 0.13);
}

.contact-map-area {
  height: 100%;
  padding: 45px;
  background: #fff;
}

.contact-map-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.contact-map-header span {
  display: block;
  margin-bottom: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: var(--primary-light, #008ec0);
}

.contact-map-header h3 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--primary-blue, #063b5c);
}

.contact-map-header h3 strong {
  font-weight: 600;
}

.contact-map-pin {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 142, 192, 0.07);
  color: var(--primary-light, #008ec0);
}

.contact-map-frame {
  height: 400px;
  overflow: hidden;
  border: 1px solid rgba(6, 59, 92, 0.1);
}

.contact-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  filter: grayscale(15%);
}

.contact-message-area {
  position: relative;
  height: 100%;
  min-height: 530px;
  padding: 55px 48px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 166, 220, 0.2), transparent 35%),
    var(--primary-blue, #063b5c);
  color: #fff;
}

.contact-message-decoration {
  position: absolute;
  width: 280px;
  height: 280px;
  right: -130px;
  bottom: -130px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.contact-message-decoration::after {
  content: "";
  position: absolute;
  inset: 35px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}

.contact-message-area .contact-section-eyebrow {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.6);
}

.contact-message-icon {
  position: relative;
  z-index: 2;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  color: var(--primary-light, #00a6dc);
  font-size: 22px;
}

.contact-message-area h2 {
  position: relative;
  z-index: 2;
  max-width: 390px;
  margin: 0 0 22px;
  font-family: "Oswald", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.05;
}

.contact-message-area h2 span {
  color: var(--primary-light, #00a6dc);
}

.contact-message-area > p {
  position: relative;
  z-index: 2;
  max-width: 410px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.8;
}

.contact-main-button {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 16px 22px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-decoration: none;
  transition: 0.35s ease;
}

.contact-main-button i {
  color: var(--primary-light, #00a6dc);
  transition: 0.35s ease;
}

.contact-main-button:hover {
  background: var(--primary-light, #008ec0);
  border-color: var(--primary-light, #008ec0);
  color: #fff;
  transform: translateX(5px);
}

.contact-main-button:hover i {
  color: #fff;
  transform: translateX(5px);
}

.contact-message-email {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 35px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.contact-message-email i {
  color: var(--primary-light, #00a6dc);
}

.contact-final-cta {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  background: linear-gradient(120deg, var(--primary-blue, #063b5c), #075273);
  color: #fff;
}

.contact-final-grid {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 55px 55px;
}

.contact-final-cta .container {
  position: relative;
  z-index: 2;
}

.contact-final-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.contact-final-content h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 400;
  line-height: 1;
}

.contact-final-content h2 span {
  color: var(--primary-light, #00a6dc);
}

.contact-final-button {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  padding: 18px 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  transition: 0.35s ease;
}

.contact-final-button i {
  color: var(--primary-light, #00a6dc);
  transition: 0.35s ease;
}

.contact-final-button:hover {
  background: #fff;
  color: var(--primary-blue, #063b5c);
  transform: translateX(5px);
}

.contact-final-button:hover i {
  transform: translateX(5px);
}

/* =========================================================
   PRODUCT DETAIL PAGE
========================================================= */
.product-page-hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 55px 0 90px;
  background:
    radial-gradient(circle at 75% 35%, rgba(0, 119, 182, 0.12), transparent 32%),
    linear-gradient(135deg, #071827 0%, #0b1f33 48%, #102f48 100%);
  color: #ffffff;
}

.product-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
  background-size: 55px 55px;
  pointer-events: none;
}

.product-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(5px);
  pointer-events: none;
}

.product-hero-glow-one {
  width: 420px;
  height: 420px;
  right: -150px;
  top: 100px;
  background: rgba(0, 119, 182, 0.16);
}

.product-hero-glow-two {
  width: 280px;
  height: 280px;
  left: -120px;
  bottom: 20px;
  background: rgba(18, 59, 93, 0.35);
}

.product-page-hero .container {
  position: relative;
  z-index: 2;
}

.product-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 48px;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.product-breadcrumb a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: 0.3s ease;
}

.product-breadcrumb a:hover {
  color: #ffffff;
}

.product-breadcrumb i {
  font-size: 8px;
  color: var(--primary-blue, #0077b6);
}

.product-breadcrumb span {
  color: #ffffff;
}

.product-hero-layout {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(450px, 1.05fr);
  gap: 90px;
  align-items: center;
}

.product-visual-card {
  position: relative;
  min-height: 530px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025));
  backdrop-filter: blur(12px);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.product-visual-card::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
}


.product-visual-number {
  position: absolute;
  right: 30px;
  top: 18px;
  font-family: "Oswald", sans-serif;
  font-size: 90px;
  line-height: 1;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.035);
}

/* =========================================================
   PRODUCT DETAIL IMAGE CONTAINER FIX
========================================================= */
.product-image-container {
  position: absolute;
  inset: 75px 50px 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  overflow: hidden;
}

.product-image-container img {
  max-width: 100% !important;
  max-height: 280px !important;
  width: auto;
  height: auto;
  object-fit: contain !important;
}

.product-visual-card:hover .product-image-container img {
  transform: scale(1.035);
}

.product-image-corner {
  position: absolute;
  width: 55px;
  height: 55px;
  z-index: 5;
}

.product-image-corner-tl {
  left: 0;
  top: 0;
  border-left: 2px solid var(--primary-blue, #0077b6);
  border-top: 2px solid var(--primary-blue, #0077b6);
}

.product-image-corner-br {
  right: 0;
  bottom: 0;
  border-right: 2px solid var(--primary-blue, #0077b6);
  border-bottom: 2px solid var(--primary-blue, #0077b6);
}

.product-quality-badge {
  position: absolute;
  bottom: 28px;
  left: 30px;
  display: flex;
  align-items: center;
  gap: 13px;
  z-index: 6;
}

.quality-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-blue, #0077b6);
  color: #fff;
  font-size: 16px;
}

.product-quality-badge strong {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
}

.product-quality-badge span {
  display: block;
  margin-top: 2px;
  font-size: 9px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.55);
}

.product-content-column {
  padding-bottom: 10px;
}

.product-content-column .product-category {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  margin-bottom: 22px;
  border: 1px solid rgba(0, 119, 182, 0.5);
  background: rgba(0, 119, 182, 0.1);
  color: #58b8e7;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.7px;
}

.product-content-column h1 {
  max-width: 700px;
  margin: 0;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.03;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.product-title-line {
  width: 75px;
  height: 3px;
  margin: 28px 0 25px;
  background: var(--primary-blue, #0077b6);
}

.product-description {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.9;
  font-weight: 300;
}

.product-features-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  letter-spacing: 1.7px;
}

.product-features-title div {
  width: 70px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.product-feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-feature-list li {
  position: relative;
  padding-left: 27px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.5;
}

.product-feature-list li::before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-blue, #0077b6);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.product-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 35px;
}

.product-whatsapp-button {
  min-height: 65px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 20px 0 8px;
  color: #ffffff;
  background: var(--primary-blue, #0077b6);
  text-decoration: none;
  transition: 0.35s ease;
}

.product-whatsapp-button:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 119, 182, 0.25);
}

.product-button-icon {
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.13);
  font-size: 22px;
}

.product-whatsapp-button small {
  display: block;
  margin-bottom: 2px;
  font-size: 8px;
  letter-spacing: 1.2px;
  opacity: 0.65;
}

.product-whatsapp-button span:not(.product-button-icon) {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  letter-spacing: 0.7px;
}

.product-whatsapp-button > i {
  margin-left: 15px;
  font-size: 11px;
}

.product-contact-button {
  min-height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 25px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  background: transparent;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  transition: 0.3s ease;
}

.product-contact-button:hover {
  color: #ffffff;
  border-color: var(--primary-blue, #0077b6);
  background: rgba(0, 119, 182, 0.12);
}

.product-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 32px;
  padding-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.product-trust div {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  letter-spacing: 0.5px;
}

.product-trust i {
  color: var(--primary-blue, #0077b6);
}

.product-hero-bottom-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--primary-blue, #0077b6), transparent);
}

/* =========================================================
   PRODUCT SPECIFICATIONS (PREMIUM MODULE)
========================================================= */
.product-spec-premium {
  position: relative;
  overflow: hidden;
  padding: 115px 0 120px;
  background: #f5f8fb;
}

.product-spec-premium-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image:
    linear-gradient(rgba(0, 91, 150, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 91, 150, 0.018) 1px, transparent 1px);
  background-size: 50px 50px;
}

.product-spec-premium::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  top: -300px;
  right: -250px;
  border-radius: 50%;
  background: rgba(0, 91, 150, 0.035);
  pointer-events: none;
}

.product-spec-premium::after {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  bottom: -260px;
  left: -220px;
  border-radius: 50%;
  background: rgba(63, 167, 214, 0.025);
  pointer-events: none;
}

.product-spec-premium-glow {
  position: absolute;
  width: 250px;
  height: 250px;
  top: 45%;
  left: -125px;
  border-radius: 50%;
  background: rgba(0, 91, 150, 0.025);
  pointer-events: none;
}

.product-spec-premium-header {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 45px;
}

.product-spec-premium-heading {
  max-width: 680px;
}

.product-spec-premium-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #005b96;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
}

.product-spec-premium-eyebrow span {
  width: 35px;
  height: 2px;
  background: #005b96;
}

.product-spec-premium-heading h2 {
  margin: 0 0 15px;
  color: #102b43;
  font-family: "Oswald", sans-serif;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 500;
  line-height: 1;
}

.product-spec-premium-heading h2 strong {
  color: #005b96;
  font-weight: 600;
}

.product-spec-premium-heading p {
  max-width: 590px;
  margin: 0;
  color: #718496;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.product-spec-premium-reference {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 230px;
  padding: 17px 20px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 91, 150, 0.12);
  box-shadow: 0 15px 40px rgba(16, 43, 67, 0.06);
}

.product-spec-premium-reference .reference-number {
  color: #005b96;
  font-family: "Oswald", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
}

.product-spec-premium-reference strong {
  display: block;
  color: #102b43;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.product-spec-premium-reference span:not(.reference-number) {
  display: block;
  margin-top: 4px;
  color: #8a9aa8;
  font-size: 9px;
  letter-spacing: 1.7px;
}

.product-spec-premium-box {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dfe7ed;
  box-shadow: 0 30px 70px rgba(16, 43, 67, 0.09);
}

.product-spec-premium-box-header {
  display: flex;
  align-items: center;
  min-height: 92px;
  padding: 20px 30px;
  background: #102b43;
}

.product-spec-premium-title {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-spec-premium-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 17px;
}

.product-spec-premium-title span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  letter-spacing: 2px;
}

.product-spec-premium-title h3 {
  margin: 0;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.product-spec-premium-status {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  letter-spacing: 1.5px;
}

.product-spec-premium-status span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3fa7d6;
  box-shadow: 0 0 0 4px rgba(63, 167, 214, 0.12);
}

.product-spec-premium-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.product-spec-premium-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.product-spec-premium-table tr {
  transition: background 0.2s ease;
}

.product-spec-premium-table tr:hover {
  background: #f7fafc;
}

.product-spec-premium-table td:first-child,
.product-spec-premium-table th {
  width: 36%;
  padding: 20px 28px;
  color: #607587;
  background: #fafcfd;
  border-bottom: 1px solid #edf1f4;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.35px;
  vertical-align: middle;
}

.product-spec-premium-table td:last-child {
  width: 64%;
  padding: 20px 28px;
  color: #18354d;
  background: #ffffff;
  border-bottom: 1px solid #edf1f4;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  vertical-align: middle;
}

.product-spec-premium-table tr:hover td:first-child,
.product-spec-premium-table tr:hover th {
  color: #005b96;
  background: #f2f8fc;
}

.product-spec-premium-table tr:hover td:last-child {
  background: #fbfdfe;
}

.product-spec-premium-table tr:last-child td,
.product-spec-premium-table tr:last-child th {
  border-bottom: 0;
}

.product-spec-premium-info {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
  padding: 20px 23px;
  background: #ffffff;
  border: 1px solid #dfe7ed;
  box-shadow: 0 12px 35px rgba(16, 43, 67, 0.05);
}

.product-spec-premium-info-icon {
  flex-shrink: 0;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005b96;
  background: #edf5fa;
  font-size: 16px;
}

.product-spec-premium-info-content {
  flex: 1;
}

.product-spec-premium-info-content strong {
  display: block;
  margin-bottom: 3px;
  color: #18354d;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.product-spec-premium-info-content p {
  margin: 0;
  color: #788a9a;
  font-size: 12px;
  line-height: 1.6;
}

.product-spec-premium-info-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
  padding: 11px 17px;
  color: #005b96;
  background: #ffffff;
  border: 1px solid rgba(0, 91, 150, 0.18);
  text-decoration: none;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.25s ease;
}

.product-spec-premium-info-button i {
  transition: transform 0.25s ease;
}

.product-spec-premium-info-button:hover {
  color: #ffffff;
  background: #005b96;
  border-color: #005b96;
}

.product-spec-premium-info-button:hover i {
  transform: translateX(4px);
}

/* =========================================================
   CUSTOM IMAGE MODAL (DARK THEME)
========================================================= */
.custom-image-modal-content {
  background: linear-gradient(135deg, rgba(2, 42, 74, 0.95), rgba(1, 29, 51, 0.98)) !important;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(105, 184, 232, 0.2) !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5) !important;
  border-radius: 16px !important;
}

#imageModal .modal-backdrop.show {
  opacity: 0.85;
  background-color: #011d33;
}



/* =========================================================
   MARKA / TEMSİLCİLİK LOGO ZOOM / KÜÇÜLTME AYARI
========================================================= */
.brand-logo-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-logo-wrap img {
  max-height: 60px; /* Mevcut standart yükseklik sınırı */
  width: auto;
  object-fit: contain;
  transform: scale(0.75); /* %75 oranında küçültme / zoom-out etkisi */
  transform-origin: center;
  transition: transform 0.3s ease;
}

/* =========================================================
   RESPONSIVE MEDIA QUERIES
========================================================= */

@media (min-width: 992px) {
  .main-navbar .dropdown-toggle::after {
    display: none !important;
    border: none !important;
    content: "" !important;
  }
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    border: none;
    left: 0;
    right: 0;
  }
  #navbarDropdown {
    cursor: default;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    margin: 0;
    border: none;
  }
}

@media (max-width: 1199px) {
  .product-hero-layout {
    gap: 55px;
  }
  .product-content-column h1 {
    font-size: 55px;
  }
}

@media (max-width: 991.98px) {
.top-bar {
    display: none !important;
  }
  
  body {
    padding-top: 70px !important;
  }

  .main-navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 70px !important;
    background: #ffffff !important;
    z-index: 1050 !important;
  }

  .navbar-collapse {
    background: #ffffff !important;
    position: absolute !important;
    top: 70px !important;
    left: 0 !important;
    width: 100% !important;
    padding: 20px !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
    max-height: calc(100vh - 70px) !important;
    overflow-y: auto !important;
  }
  .mega-menu {
    position: relative;
    box-shadow: none;
    border-top: none;
    margin: 0;
    padding: 10px;
  }
  .premium-hero,
  .about-page-hero,
  .product-page-hero {
    min-height: auto;
  }
  .hero-main {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 75px 0 100px;
  }
  .hero-content {
    text-align: center;
    padding: 20px 0 50px;
  }
  .hero-actions,
  .hero-trust {
    justify-content: center;
  }
  .hero-content h1,
  .hero-description {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-visual {
    height: 560px;
  }
  .hero-image-frame {
    width: 80%;
    min-height: 450px;
  }
  .products-header {
    align-items: flex-start;
  }
  
  /* TABLET & MOBİL: Öne çıkan ürünler dikey yerleşim (Fotoğraf yukarıda, Text aşağıda) */
  .product-showcase {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: auto !important;
  }

  .showcase-image-area {
    order: -1 !important;
    width: 100% !important;
    min-height: 300px !important;
    height: 320px !important;
  }

  .showcase-content {
    order: 1 !important;
    width: 100% !important;
    height: auto !important;
    padding: 30px 25px !important;
    border-right: none !important;
    overflow-y: visible !important;
  }

  .showcase-content h3 {
    font-size: 2rem !important;
    margin-bottom: 12px;
  }

  .showcase-content > p {
    font-size: 0.9rem;
    margin-bottom: 15px;
  }

  .product-features {
    margin-bottom: 20px;
  }

  .product-nav-list {
    display: none !important;
  }

  .product-navigation {
    justify-content: space-between;
    padding: 0 10px;
  }

  .product-arrow {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
  }
  .product-nav-item strong {
    white-space: normal;
  }
  .why-content {
    text-align: center;
  }
  .why-content h2,
  .why-content p {
    margin-left: auto;
    margin-right: auto;
  }
  .why-cards {
    margin-top: 20px;
  }
  .cta-content,
  .about-cta-content,
  .product-cta-content,
  .contact-final-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-page-hero-content {
    padding: 90px 0 145px;
  }
  .about-page-hero h1 {
    font-size: clamp(3.2rem, 9vw, 5rem);
  }
  .about-hero-number {
    right: -5%;
    font-size: 17rem;
  }
  .about-company-section,
  .about-values-section,
  .about-mission-section {
    padding: 90px 0;
  }
  .about-company-visual {
    min-height: 520px;
    margin-top: 20px;
  }
  .about-visual-circle {
    width: 450px;
    height: 450px;
  }
  .about-image-frame {
    width: 78%;
    height: 420px;
  }
  .about-experience-card {
    left: 5%;
  }
  .contact-page-hero {
    min-height: 520px;
  }
  .contact-hero-content {
    padding: 85px 0 110px;
  }
  .contact-hero-number {
    right: 15px;
    bottom: 80px;
    font-size: 130px;
  }
  .contact-intro-header {
    display: block;
  }
  .contact-intro-header > p {
    margin-top: 25px;
  }
  .contact-map-area {
    padding: 35px;
  }
  .contact-message-area {
    min-height: auto;
  }
  .product-hero-layout {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .product-visual-card {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
  }
  .product-content-column {
    max-width: 750px;
    margin: 0 auto;
  }
  .product-content-column h1 {
    font-size: 52px;
  }
  .product-spec-premium {
    padding: 85px 0 95px;
  }
  .product-spec-premium-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }
  .product-spec-premium-reference {
    width: 100%;
  }
  .product-spec-premium-info {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .product-spec-premium-info-button {
    margin-left: 61px;
  }

 /* Tablet ve mobilde tıklanan mega menünün görünmesini sağlar */
  .main-navbar .dropdown-menu.mega-menu {
    position: relative !important;
    width: 100% !important;
    box-shadow: none !important;
    border-top: none !important;
    padding: 15px !important;
    background: #f8f9fa !important;
    display: none; /* Varsayılan gizli, JS ile açılacak */
  }

  .main-navbar .mega-menu .col-md-4 {
    margin-bottom: 15px;
  }

  .main-navbar .mega-list li a {
    padding: 10px 12px;
    font-size: 0.85rem;
  }
}

@media (max-width: 767.98px) {
  .hero-main {
    padding-top: 45px;
    padding-bottom: 85px;
  }
  .hero-content h1 {
    font-size: 3rem;
    letter-spacing: -0.5px;
  }
  .hero-description {
    font-size: 0.92rem;
    padding: 0 10px;
  }
  .hero-actions {
    flex-direction: column;
    margin-bottom: 35px;
  }
  .hero-primary-btn,
  .hero-secondary-btn {
    width: 100%;
    max-width: 280px;
  }
  .hero-trust {
    gap: 15px;
  }
  .hero-visual {
    height: 380px;
  }
  .hero-image-frame {
    width: 60%;
  }
  .hero-img {
    height: 320px;
  }
  .hero-circle-one {
    width: 330px;
    height: 330px;
  }
  .hero-circle-two {
    width: 270px;
    height: 270px;
  }
  .hero-number {
    top: 30px;
    right: 8px;
    font-size: 4rem;
  }
  .hero-scroll {
    display: none;
  }
  .hero-wave svg,
  .about-hero-wave svg {
    height: 55px;
  }
  .premium-products-section {
    padding: 75px 0 60px;
  }
  .products-header {
    margin-bottom: 35px;
  }
  .products-header h2 {
    font-size: 2.5rem;
  }
  .products-intro {
    font-size: 0.82rem;
    padding-right: 20px;
  }
  .products-counter {
    padding-top: 3px;
  }
  .products-counter #currentProduct {
    font-size: 1.5rem;
  }
  .showcase-content {
    padding: 30px 20px;
  }
  .showcase-content h3 {
    font-size: 1.8rem;
  }
  .showcase-content > p {
    font-size: 0.85rem;
  }
  .showcase-image-area {
    min-height: 280px;
    height: 280px;
  }
  .image-circle {
    width: 250px;
    height: 250px;
  }
  .image-circle::before {
    inset: 15px;
  }
  .image-circle::after {
    inset: 38px;
  }
  .showcase-product-image {
    max-width: 70%;
    max-height: 210px;
  }
  .image-number {
    top: 15px;
    right: 18px;
    font-size: 4rem;
  }
  .showcase-image-area::before,
  .showcase-image-area::after {
    width: 55px;
    height: 55px;
  }
  .product-navigation {
    gap: 8px;
    margin-top: 22px;
  }
  .product-arrow {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }
  .why-section {
    padding: 75px 0;
  }
  .why-content h2 {
    font-size: 2.35rem;
  }
  .why-content p {
    font-size: 0.88rem;
  }
  .why-card {
    grid-template-columns: 30px 48px 1fr;
    gap: 10px;
    padding: 20px;
  }
  .why-card h3 {
    font-size: 1rem;
  }
  .why-card p {
    font-size: 0.72rem;
  }
  .premium-cta,
  .about-cta,
  .product-detail-cta {
    padding: 60px 0;
  }
  .cta-content h2,
  .about-cta-content h2,
  .contact-final-content h2 {
    font-size: 2.2rem;
  }
  .cta-button,
  .about-cta-button {
    width: 100%;
    justify-content: center;
  }
  .footer-logo-img {
    max-width: 210px;
  }
  .about-page-hero-content {
    padding: 65px 0 115px;
  }
  .about-page-eyebrow {
    font-size: 0.64rem;
    letter-spacing: 3px;
  }
  .about-page-hero h1 {
    font-size: 3.25rem;
    letter-spacing: -0.7px;
  }
  .about-page-hero p {
    font-size: 0.88rem;
    line-height: 1.75;
  }
  .about-hero-number {
    top: auto;
    bottom: 70px;
    right: -25px;
    transform: none;
    font-size: 10rem;
  }
  .about-company-section {
    padding: 75px 0;
  }
  .about-company-content h2 {
    font-size: 2.45rem;
  }
  .about-company-content p {
    font-size: 0.87rem;
  }
  .about-company-content .about-lead {
    font-size: 0.92rem;
  }
  .about-company-visual {
    min-height: 390px;
    margin-top: 10px;
  }
  .about-visual-circle {
    width: 330px;
    height: 330px;
  }
  .about-visual-grid {
    width: 300px;
    height: 300px;
  }
  .about-image-frame {
    width: 84%;
    height: 320px;
  }
  .about-image-corner {
    width: 50px;
    height: 50px;
  }
  .about-experience-card {
    left: 1%;
    bottom: 20px;
    padding: 12px 16px;
    gap: 10px;
  }
  .experience-number {
    font-size: 1.9rem;
  }
  .experience-label {
    font-size: 0.56rem;
  }
  .about-visual-index {
    top: 5px;
    right: 2%;
    font-size: 4.5rem;
  }
  .about-values-section,
  .about-mission-section {
    padding: 75px 0;
  }
  .about-values-header,
  .about-mission-header {
    margin-bottom: 35px;
  }
  .about-values-header h2,
  .about-mission-header h2 {
    font-size: 2.4rem;
  }
  .about-values-header p {
    font-size: 0.86rem;
  }
  .about-value-card {
    min-height: 290px;
    padding: 32px 28px;
  }
  .mission-vision-card {
    min-height: auto;
    padding: 32px 28px;
  }
  .mv-card-top > span {
    font-size: 3rem;
  }
  .mission-vision-card p {
    font-size: 0.84rem;
  }
  .contact-page-hero {
    min-height: 500px;
  }
  .contact-hero-content {
    padding: 70px 0 95px;
  }
  .contact-page-hero h1 {
    font-size: 52px;
    letter-spacing: -1px;
  }
  .contact-page-hero p {
    font-size: 15px;
    line-height: 1.7;
  }
  .contact-hero-number {
    display: none;
  }
  .contact-hero-wave {
    height: 70px;
  }
  .contact-intro-section {
    padding: 75px 0 80px;
  }
  .contact-intro-header h2 {
    font-size: 42px;
  }
  .premium-contact-card {
    min-height: 320px;
    padding: 32px 28px;
  }
  .contact-location-section {
    padding-bottom: 80px;
  }
  .contact-map-area {
    padding: 28px 22px;
  }
  .contact-map-header h3 {
    font-size: 27px;
  }
  .contact-map-frame {
    height: 330px;
  }
  .contact-message-area {
    padding: 45px 28px;
  }
  .contact-message-area h2 {
    font-size: 40px;
  }
  .contact-final-cta {
    padding: 70px 0;
  }
  .product-page-hero {
    padding-top: 35px;
    padding-bottom: 65px;
  }
  .product-breadcrumb {
    margin-bottom: 30px;
  }
  .product-visual-card {
    min-height: 420px;
  }
  .product-image-container {
    inset: 70px 30px 65px;
  }
  .product-image-container img {
    max-height: 290px;
  }
  .product-visual-number {
    font-size: 65px;
  }
  .product-content-column h1 {
    font-size: 43px;
  }
  .product-description {
    font-size: 14px;
  }
  .product-feature-list {
    grid-template-columns: 1fr;
  }
  .product-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .product-whatsapp-button,
  .product-contact-button {
    width: 100%;
  }
  .product-trust {
    gap: 14px;
    flex-direction: column;
  }
  .product-spec-premium {
    padding: 70px 0 75px;
  }
  .product-spec-premium-heading h2 {
    font-size: 38px;
  }
  .product-spec-premium-heading p {
    font-size: 13px;
  }
  .product-spec-premium-box-header {
    padding: 17px 18px;
  }
  .product-spec-premium-icon {
    width: 43px;
    height: 43px;
  }
  .product-spec-premium-title h3 {
    font-size: 18px;
  }
  .product-spec-premium-status {
    display: none;
  }
  .product-spec-premium-table {
    table-layout: auto;
  }
  .product-spec-premium-table td:first-child,
  .product-spec-premium-table th {
    width: 40%;
    padding: 16px 14px;
    font-size: 11px;
  }
  .product-spec-premium-table td:last-child {
    width: 60%;
    padding: 16px 14px;
    font-size: 13px;
  }
  .product-spec-premium-info {
    padding: 18px;
    gap: 13px;
  }
  .product-spec-premium-info-button {
    width: 100%;
    margin-left: 56px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 2.45rem;
  }
  .hero-description {
    font-size: 0.86rem;
  }
  .hero-trust {
    gap: 10px;
  }
  .trust-divider {
    height: 30px;
  }
  .hero-visual {
    height: 320px;
  }
  .hero-image-frame {
    min-height: 270px;
  }
  .hero-circle-one {
    width: 280px;
    height: 280px;
  }
  .hero-circle-two {
    width: 220px;
    height: 220px;
  }
  .products-header h2 {
    font-size: 2rem;
  }
  .showcase-content h3 {
    font-size: 1.6rem;
  }
  .showcase-image-area {
    min-height: 250px;
    height: 250px;
  }
  .image-circle {
    width: 210px;
    height: 210px;
  }
  .showcase-product-image {
    max-height: 180px;
  }
  .why-content h2 {
    font-size: 2rem;
  }
  .why-card {
    grid-template-columns: 25px 42px 1fr;
  }
  .why-card-icon {
    width: 42px;
    height: 42px;
  }
  .cta-content h2 {
    font-size: 1.9rem;
  }
  .about-page-hero-content {
    padding-top: 55px;
    padding-bottom: 105px;
  }
  .about-page-hero h1 {
    font-size: 2.7rem;
  }
  .about-page-hero p {
    font-size: 0.83rem;
  }
  .about-breadcrumb {
    gap: 10px;
  }
  .about-breadcrumb a,
  .about-breadcrumb span {
    font-size: 0.6rem;
  }
  .about-hero-number {
    font-size: 8rem;
  }
  .about-company-content h2,
  .about-values-header h2,
  .about-mission-header h2 {
    font-size: 2.1rem;
  }
  .about-company-visual {
    min-height: 330px;
  }
  .about-visual-circle {
    width: 280px;
    height: 280px;
  }
  .about-visual-grid {
    width: 250px;
    height: 250px;
  }
  .about-image-frame {
    height: 270px;
  }
  .about-experience-card {
    bottom: 12px;
    padding: 10px 13px;
  }
  .experience-number {
    font-size: 1.6rem;
  }
  .experience-label {
    font-size: 0.5rem;
  }
  .about-value-card {
    min-height: 270px;
    padding: 28px 23px;
  }
  .about-value-card h3 {
    font-size: 1.05rem;
  }
  .mission-vision-card {
    padding: 27px 23px;
  }
  .about-cta-content h2 {
    font-size: 2rem;
  }
  .contact-page-hero h1 {
    font-size: 46px;
  }
  .contact-breadcrumb {
    margin-top: 30px;
  }
  .contact-intro-header h2 {
    font-size: 36px;
  }
  .contact-map-header {
    align-items: flex-start;
  }
  .contact-map-pin {
    flex-shrink: 0;
  }
  .contact-map-frame {
    height: 280px;
  }
  .contact-message-area h2,
  .contact-final-content h2 {
    font-size: 36px;
  }
  .contact-final-button {
    width: 100%;
    justify-content: space-between;
  }
  .product-visual-card {
    min-height: 360px;
  }
  .product-image-container {
    inset: 65px 20px 60px;
  }
  .product-image-container img {
    max-height: 240px;
  }
  .product-quality-badge {
    left: 20px;
    bottom: 20px;
  }
  .product-content-column h1 {
    font-size: 38px;
  }
  .product-spec-premium {
    padding: 60px 0 65px;
  }
  .product-spec-premium-heading h2 {
    font-size: 32px;
  }
  .product-spec-premium-eyebrow {
    font-size: 10px;
    letter-spacing: 2px;
  }
  .product-spec-premium-reference,
  .product-spec-premium-box-header {
    padding: 15px;
  }
  .product-spec-premium-title h3 {
    font-size: 16px;
  }
  .product-spec-premium-table,
  .product-spec-premium-table tbody,
  .product-spec-premium-table tr,
  .product-spec-premium-table td,
  .product-spec-premium-table th {
    display: block;
    width: 100% !important;
  }
  .product-spec-premium-table tr {
    padding: 5px 0;
    border-bottom: 1px solid #edf1f4;
  }
  .product-spec-premium-table tr:last-child {
    border-bottom: none;
  }
  .product-spec-premium-table td:first-child,
  .product-spec-premium-table th {
    padding: 14px 16px 3px;
    background: #ffffff;
    border: none;
    color: #005b96;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .product-spec-premium-table td:last-child {
    padding: 3px 16px 14px;
    background: #ffffff;
    border: none;
    color: #18354d;
    font-size: 13px;
  }
  .product-spec-premium-info {
    display: grid;
    grid-template-columns: 43px 1fr;
  }
  .product-spec-premium-info-button {
    grid-column: 1 / -1;
    width: 100%;
    margin: 4px 0 0;
  }
}
