/* ===== PRODUCT PAGE STYLES ===== */

/* Active link in dropdown */
.active-link {
  color: var(--primary) !important;
  font-weight: 600 !important;
}

/* ===== PRODUCT HERO ===== */
.product-hero {
  position: relative;
  padding-top: 90px;
  overflow: hidden;
  min-height: 600px;
}

.product-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,30,55,0.85), rgba(26,58,92,0.8)), url('../img/1.jpg') center center / cover no-repeat;
  z-index: 0;
}

.product-hero-bg-apps {
  background: url('../img/30.jpg') center 35% / cover no-repeat;
}

.product-hero-bg-apps::after {
  background: rgba(0,0,0,0.35) !important;
}

/* ===== APPLICATIONS OVERVIEW ===== */
.apps-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.app-overview-card {
  display: block;
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--gray-300);
  box-shadow: var(--shadow-sm);
  transition: all 0.4s ease;
  text-decoration: none;
  color: inherit;
}

.app-overview-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}

.app-overview-image {
  height: 240px;
  overflow: hidden;
}

.app-overview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.app-overview-card:hover .app-overview-image img {
  transform: scale(1.05);
}

.app-overview-content {
  padding: 28px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.app-overview-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: var(--primary);
}

.app-overview-content h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.app-overview-content p {
  font-size: 0.88rem;
  color: var(--gray-500);
  line-height: 1.7;
}

@media (max-width: 768px) {
  .apps-overview-grid {
    grid-template-columns: 1fr;
  }

  .app-overview-image {
    height: 180px;
  }
}

.product-hero-bg-contact {
  background: linear-gradient(135deg, #0a1e37 0%, #1a3a5c 40%, #2E7ABF 100%);
}

.product-hero-bg-signage {
  background: url('../img/29.jpg') center 27% / cover no-repeat;
}

.product-hero-bg-signage::after {
  background: rgba(0,0,0,0.4) !important;
}

.product-hero-bg-industrial {
  background: url('../img/31.jpg') center center / cover no-repeat;
}

.product-hero-bg-industrial::after {
  background: rgba(0,0,0,0.35) !important;
}

.product-hero-bg-agriculture {
  background: url('../img/35.jpg') center center / cover no-repeat;
}

.product-hero-bg-agriculture::after {
  background: rgba(0,0,0,0.4) !important;
}

.product-hero-bg-construction {
  background: url('../img/26.jpg') center 40% / cover no-repeat;
}

.product-hero-bg-construction::after {
  background: rgba(0,0,0,0.35) !important;
}

.product-hero-bg-profiles {
  background: linear-gradient(135deg, rgba(10,30,55,0.85), rgba(26,58,92,0.8)), url('../img/9.jpg') center 75% / cover no-repeat;
}

.product-hero-bg-solid {
  background: linear-gradient(135deg, rgba(10,30,55,0.85), rgba(26,58,92,0.8)), url('../img/19.png') center 65% / cover no-repeat;
}

.product-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 50%, rgba(46,122,191,0.3) 0%, transparent 50%),
    radial-gradient(ellipse at 20% 80%, rgba(91,175,197,0.2) 0%, transparent 40%);
}

.product-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 32px;
  padding-bottom: 60px;
}

.product-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
  font-size: 0.85rem;
}

.product-breadcrumb a {
  color: rgba(255,255,255,0.6);
  transition: color 0.2s;
}

.product-breadcrumb a:hover {
  color: var(--white);
}

.product-breadcrumb svg {
  color: rgba(255,255,255,0.3);
}

.product-breadcrumb > span:last-child {
  color: rgba(255,255,255,0.9);
  font-weight: 500;
}

.product-hero-content {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

.product-hero-badge {
  display: inline-block;
  padding: 6px 18px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  backdrop-filter: blur(4px);
}

.product-hero-text h1 {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 16px;
  line-height: 1.2;
}

.product-hero-desc {
  color: rgba(255,255,255,0.75);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 36px;
  max-width: 560px;
}

.product-hero-highlights {
  display: flex;
  gap: 32px;
}

.product-hero-highlight {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  min-width: 120px;
  text-align: center;
}

.highlight-value {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
}

.highlight-value small {
  font-size: 0.7em;
  font-weight: 500;
}

.highlight-label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
  margin-top: 4px;
  font-weight: 500;
}

.product-hero-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.1);
}

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

.product-hero-image {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.product-hero-image:hover {
  transform: scale(1.03);
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}

/* ===== PRODUCT SECTIONS ===== */
.product-section {
  padding: 80px 0;
}

.product-section-alt {
  background: var(--gray-100);
}

.product-section-dark {
  background: linear-gradient(135deg, #0a1e37, #1a3a5c);
  color: var(--white);
}

.product-section-dark .section-header h2 {
  color: var(--white);
}

.product-section-dark .section-header p {
  color: rgba(255,255,255,0.65);
}

/* ===== PRODUCT OVERVIEW ===== */
.product-overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.product-overview-text h2 {
  margin-bottom: 20px;
}

.product-overview-text p {
  margin-bottom: 16px;
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--gray-700);
}

.product-overview-images {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.overview-main-image {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.overview-main-image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.overview-main-image {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.overview-main-image:hover {
  transform: scale(1.03);
  box-shadow: var(--shadow-lg);
}

.overview-small-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.overview-small-images img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease;
}

.overview-small-images img:hover {
  transform: scale(1.05);
  box-shadow: var(--shadow-md);
}

.overview-images-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.overview-images-grid img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.overview-images-grid img:hover {
  transform: scale(1.05);
  box-shadow: var(--shadow-md);
}

/* ===== PROFILE TYPE CARDS ===== */
.profiles-types-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.profile-type-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--gray-300);
  box-shadow: var(--shadow-sm);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.profile-type-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}

.profile-type-image {
  height: 240px;
  overflow: hidden;
}

.profile-type-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.profile-type-card:hover .profile-type-image img {
  transform: scale(1.05);
}

.profile-type-content {
  padding: 28px;
}

.profile-type-content h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.profile-type-content > p {
  font-size: 0.9rem;
  color: var(--gray-500);
  line-height: 1.7;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .profiles-types-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== APPLICATION AREAS ===== */
.app-areas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.app-area-card {
  background: var(--white);
  border-radius: 12px;
  padding: 32px 24px;
  border: 1px solid var(--gray-300);
  transition: all 0.35s ease;
}

.app-area-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}

.app-area-icon {
  width: 48px;
  height: 48px;
  color: var(--primary);
  margin-bottom: 16px;
}

.app-area-card h3 {
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.app-area-card p {
  font-size: 0.85rem;
  color: var(--gray-500);
  line-height: 1.7;
}

/* ===== RECOMMENDED PRODUCTS ===== */
.recommended-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.recommended-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.35s ease;
  display: block;
  color: inherit;
  text-decoration: none;
}

.recommended-card:hover {
  background: rgba(255,255,255,0.12);
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}

.recommended-image {
  height: 180px;
  overflow: hidden;
}

.recommended-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.recommended-card:hover .recommended-image img {
  transform: scale(1.05);
}

.recommended-card h3 {
  color: var(--white);
  font-size: 1.05rem;
  padding: 20px 20px 8px;
}

.recommended-card p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  padding: 0 20px 20px;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .app-areas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .recommended-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .app-areas-grid {
    grid-template-columns: 1fr;
  }
  .recommended-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== STRENGTHS ===== */
.strengths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.strength-card {
  background: var(--white);
  border-radius: 12px;
  padding: 32px 28px;
  border: 1px solid var(--gray-300);
  transition: all 0.35s ease;
}

.strength-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}

.strength-icon {
  width: 48px;
  height: 48px;
  color: var(--primary);
  margin-bottom: 16px;
}

.strength-card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.strength-card p {
  font-size: 0.88rem;
  color: var(--gray-500);
  line-height: 1.7;
}

/* Stagger animations */
.strengths-grid .animate-on-scroll:nth-child(2) { transition-delay: 0.1s; }
.strengths-grid .animate-on-scroll:nth-child(3) { transition-delay: 0.2s; }
.strengths-grid .animate-on-scroll:nth-child(4) { transition-delay: 0.3s; }
.strengths-grid .animate-on-scroll:nth-child(5) { transition-delay: 0.4s; }
.strengths-grid .animate-on-scroll:nth-child(6) { transition-delay: 0.5s; }

/* ===== STRUCTURES ===== */
.structures-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 28px;
  flex-wrap: wrap;
}

.structure-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  background: var(--white);
  border-radius: 12px;
  border: 2px solid var(--gray-300);
  transition: all 0.35s ease;
  max-width: 180px;
}

.structure-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
}

.structure-svg-wrap {
  width: 100%;
}

.structure-svg-wrap svg {
  width: 100%;
  height: auto;
}

.structure-svg-vertical {
  width: 60px;
  margin: 0 auto;
}

.structure-info {
  text-align: center;
}

.structure-info h3 {
  font-size: 0.95rem;
  color: var(--primary);
  margin-bottom: 4px;
  font-weight: 700;
}

.structure-info span {
  display: block;
  font-size: 0.78rem;
  color: var(--gray-500);
  font-weight: 500;
}

.structure-thickness {
  margin-top: 4px;
  font-size: 0.82rem !important;
  color: var(--gray-700) !important;
  font-weight: 700 !important;
  background: var(--primary-light);
  padding: 4px 12px;
  border-radius: 20px;
}

.structure-range-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  padding: 14px 24px;
  border-radius: 8px;
  align-self: center;
}

.range-label {
  display: block;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.75);
  font-weight: 500;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.range-value {
  display: block;
  font-size: 1.3rem;
  color: var(--white);
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .structures-grid {
    gap: 24px;
  }

  .structure-card {
    min-width: auto;
    width: 100%;
  }
}

/* ===== QUICK SPECS ===== */
.quick-specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.quick-spec {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: var(--primary-light);
  border-radius: 12px;
  border: 1px solid rgba(46,122,191,0.1);
}

.quick-spec-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  color: var(--primary);
}

.quick-spec-label {
  display: block;
  font-size: 0.78rem;
  color: var(--gray-500);
  font-weight: 500;
  margin-bottom: 2px;
}

.quick-spec-value {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark);
}

/* ===== SPECS TABLE ===== */
.specs-table-container {
  background: var(--white);
  border-radius: 16px;
  padding: 36px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-300);
}

.specs-table-container h3 {
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.specs-table-note {
  font-size: 0.85rem;
  color: var(--gray-500);
  margin-bottom: 24px;
  font-style: italic;
}

.specs-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.specs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  min-width: 700px;
}

.specs-table thead th {
  background: var(--dark);
  color: var(--white);
  padding: 14px 16px;
  text-align: center;
  font-weight: 600;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.specs-table thead th:first-child {
  border-radius: 8px 0 0 0;
  text-align: left;
  padding-left: 20px;
}

.specs-table thead th:last-child {
  border-radius: 0 8px 0 0;
}

.specs-table tbody td {
  padding: 12px 16px;
  text-align: center;
  border-bottom: 1px solid var(--gray-300);
  color: var(--gray-700);
}

.specs-table tbody td:first-child {
  text-align: left;
  padding-left: 20px;
}

.specs-table tbody tr:nth-child(even) {
  background: var(--gray-100);
}

.specs-table tbody tr:hover {
  background: var(--primary-light);
}

.specs-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}

.specs-table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}

/* Structure badges */
.structure-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
}

.wall-2 {
  background: #e3f2fd;
  color: #1565c0;
}

.wall-3 {
  background: #e8f5e9;
  color: #2e7d32;
}

.wall-5 {
  background: #fff3e0;
  color: #e65100;
}

.wall-7 {
  background: #fce4ec;
  color: #c62828;
}

/* ===== COLORS ===== */
.colors-grid {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.color-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  cursor: default;
}

.color-swatch {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid var(--white);
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.color-swatch:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.color-clear {
  background: linear-gradient(135deg, #e9eff4 0%, #f2f6f9 35%, #dfe7ee 65%, #edf2f6 100%);
  border-color: #d5dde5;
  box-shadow:
    inset 2px 2px 8px rgba(255,255,255,0.8),
    inset -1px -1px 4px rgba(100,120,140,0.07),
    0 4px 16px rgba(0,0,0,0.06);
}

.color-opal {
  background: linear-gradient(135deg, #f5f5f5, #e8e8e8);
  border-color: #e0e0e0;
}

.color-bronze {
  background: linear-gradient(135deg, #b07530, #6e4420);
}

.color-green {
  background: linear-gradient(135deg, #7cb87c, #4a8a4a);
}

.color-blue {
  background: linear-gradient(135deg, #6a9fd8, #3a6fa8);
}

.color-pink {
  background: linear-gradient(135deg, #f0a8b8, #d87a95);
}

.color-grey {
  background: linear-gradient(135deg, #808080, #505050);
}

.color-card span {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--gray-700);
}

/* ===== INSTALLATION ===== */
.install-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.install-card {
  background: var(--white);
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  border: 1px solid var(--gray-300);
  transition: all 0.35s ease;
}

.install-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}

.install-card-icon {
  width: 56px;
  height: 56px;
  color: var(--primary);
  margin: 0 auto 20px;
}

.install-card h3 {
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.install-card p {
  font-size: 0.85rem;
  color: var(--gray-500);
  line-height: 1.7;
}

.install-grid .animate-on-scroll:nth-child(2) { transition-delay: 0.1s; }
.install-grid .animate-on-scroll:nth-child(3) { transition-delay: 0.2s; }
.install-grid .animate-on-scroll:nth-child(4) { transition-delay: 0.3s; }

/* ===== THICKNESS GUIDE ===== */
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.guide-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.35s ease;
}

.guide-card:hover {
  background: rgba(255,255,255,0.12);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}

.guide-thickness {
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent);
  margin-bottom: 12px;
  line-height: 1;
}

.guide-card h3 {
  color: var(--white);
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.guide-card p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}

/* ===== APPLICATIONS ON PRODUCT PAGE ===== */
.product-apps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.product-app-card {
  text-align: center;
  padding: 36px 24px;
  border-radius: 12px;
  border: 1px solid var(--gray-300);
  background: var(--white);
  transition: all 0.35s ease;
}

.product-app-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.product-app-icon {
  width: 48px;
  height: 48px;
  color: var(--primary);
  margin: 0 auto 20px;
}

.product-app-card h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.product-app-card p {
  font-size: 0.85rem;
  color: var(--gray-500);
  line-height: 1.6;
}

/* ===== GALLERY ===== */
.product-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 16px;
}

.gallery-item {
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background 0.3s;
}

.gallery-item:hover::after {
  background: rgba(0,0,0,0.1);
}

.gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.4s ease;
}


.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item-large {
  grid-row: span 2;
}

.gallery-item-large img {
  height: 100%;
  min-height: 456px;
}

/* ===== PRODUCT CTA ===== */
.product-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
}

.product-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.product-cta-text h2 {
  color: var(--white);
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.product-cta-text p {
  color: rgba(255,255,255,0.8);
  font-size: 1rem;
  max-width: 500px;
}

.product-cta-actions {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}

.product-cta .btn-outline {
  border-color: rgba(255,255,255,0.5);
}

.product-cta .btn-outline:hover {
  background: var(--white);
  color: var(--primary);
  border-color: var(--white);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .product-hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .product-hero-image {
    max-width: 500px;
    margin: 0 auto;
  }

  .product-overview-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

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

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

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

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

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

  .gallery-item-large {
    grid-row: span 1;
  }

  .gallery-item-large img {
    min-height: auto;
    height: 220px;
  }

  .product-cta-inner {
    flex-direction: column;
    text-align: center;
  }

  .product-cta-text p {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .product-hero-highlights {
    flex-direction: column;
    gap: 12px;
  }

  .product-hero-highlight {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    padding: 12px 20px;
  }

  .strengths-grid {
    grid-template-columns: 1fr;
  }

  .quick-specs {
    grid-template-columns: 1fr;
  }

  .install-grid {
    grid-template-columns: 1fr;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .product-apps-grid {
    grid-template-columns: 1fr;
  }

  .product-gallery {
    grid-template-columns: 1fr;
  }

  .colors-grid {
    gap: 20px;
  }

  .color-swatch {
    width: 72px;
    height: 72px;
  }

  .product-breadcrumb {
    font-size: 0.78rem;
    flex-wrap: wrap;
  }

  .product-cta-actions {
    flex-direction: column;
    width: 100%;
  }

  .product-cta-actions .btn {
    width: 100%;
  }

  .specs-table-container {
    padding: 20px 16px;
  }
}
