.clickmax-template {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #0f172a;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  line-height: 1.7;
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
.clickmax-template * {
  box-sizing: border-box;
}
.clickmax-topbar {
  background: linear-gradient(135deg, #103e65 0%, #1a4d7a 100%);
  padding: 12px 0;
  color: #fff;
}
.topbar-content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.topbar-left {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 13px;
  flex-wrap: wrap;
}
.topbar-left span {
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0.9;
}
.topbar-left i {
  color: #d56811;
}
.topbar-right {
  display: flex;
  gap: 15px;
}
.social-link {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
}
.social-link:hover {
  background: #d56811;
  transform: translateY(-2px);
}
.clickmax-header {
  background: #ffffff;
  padding: 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  position: relative;
  z-index: 100;
}
.header-main {
  max-width: 1300px;
  margin: 0 auto;
  padding: 25px;
  display: grid;
  grid-template-columns: 250px 1fr 250px;
  align-items: center;
  gap: 30px;
}
.clickmax-logo {
  text-align: left;
}
.clickmax-logo img {
  max-width: 200px;
  height: auto;
  transition: transform 0.3s ease;
}
.clickmax-logo img:hover {
  transform: scale(1.05);
}
.header-nav {
  display: flex;
  justify-content: center;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.header-nav a {
  color: #103e65;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 10px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-nav a:hover {
  background: linear-gradient(135deg, #d56811 0%, #f47b20 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(213, 104, 17, 0.3);
}
.header-cta {
  text-align: right;
}
.cta-button {
  background: linear-gradient(135deg, #d56811 0%, #f47b20 100%);
  color: #fff;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 4px 12px rgba(213, 104, 17, 0.3);
}
.cta-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
  box-shadow: 0 6px 15px rgba(213, 104, 17, 0.4);
}
.clickmax-hero {
  background: linear-gradient(135deg, #103e65 0%, #1a4d7a 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.clickmax-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.5;
}
.hero-content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}
.hero-badge {
  display: inline-block;
  background: rgba(213, 104, 17, 0.15);
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
  border: 1px solid rgba(213, 104, 17, 0.3);
}
.hero-title {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 15px 0;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0,0,0,0.2);
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.hero-subtitle {
  font-size: 18px;
  color: rgba(255,255,255,0.85);
  margin: 0;
  line-height: 1.6;
}
.clickmax-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 25px;
}
.clickmax-main {
  padding: 50px 0;
}
.content-grid {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 40px;
  align-items: start;
}
.gallery-section {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.gallery-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main-image-container {
  position: relative;
  width: 100%;
  height: 500px;
  background: #f8f9fa;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #e5e7eb;
}
.main-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.main-image:hover {
  transform: scale(1.05);
}
.image-counter {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  z-index: 10;
  display: none;
}
.thumbnails-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 12px;
  margin-top: 10px;
}
.thumbnail {
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #e5e7eb;
  transition: all 0.3s ease;
  aspect-ratio: 1;
  display: block;
}
.thumbnail:hover {
  border-color: #d0560f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(208, 86, 15, 0.3);
}
.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-container input[type="radio"] { display: none; }
#img-1:checked ~ .main-image-container #main-img-1,
#img-2:checked ~ .main-image-container #main-img-2,
#img-3:checked ~ .main-image-container #main-img-3,
#img-4:checked ~ .main-image-container #main-img-4,
#img-5:checked ~ .main-image-container #main-img-5,
#img-6:checked ~ .main-image-container #main-img-6,
#img-7:checked ~ .main-image-container #main-img-7,
#img-8:checked ~ .main-image-container #main-img-8 {
  opacity: 1;
  position: relative;
}
#img-1:checked ~ .main-image-container #counter-1,
#img-2:checked ~ .main-image-container #counter-2,
#img-3:checked ~ .main-image-container #counter-3,
#img-4:checked ~ .main-image-container #counter-4,
#img-5:checked ~ .main-image-container #counter-5,
#img-6:checked ~ .main-image-container #counter-6,
#img-7:checked ~ .main-image-container #counter-7,
#img-8:checked ~ .main-image-container #counter-8 {
  display: block;
}
#img-1:checked ~ .thumbnails-container label[for="img-1"],
#img-2:checked ~ .thumbnails-container label[for="img-2"],
#img-3:checked ~ .thumbnails-container label[for="img-3"],
#img-4:checked ~ .thumbnails-container label[for="img-4"],
#img-5:checked ~ .thumbnails-container label[for="img-5"],
#img-6:checked ~ .thumbnails-container label[for="img-6"],
#img-7:checked ~ .thumbnails-container label[for="img-7"],
#img-8:checked ~ .thumbnails-container label[for="img-8"] {
  border-color: #d0560f;
  box-shadow: 0 0 0 3px rgba(208, 86, 15, 0.2);
}
.info-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 25px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
.info-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}
.info-card h3 {
  color: #1e293b;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #d0560f;
  display: inline-block;
  margin-top: 0;
}
.info-block {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}
.info-block:hover {
  box-shadow: 0 8px 30px rgba(16, 62, 101, 0.1);
  transform: translateY(-3px);
}
.block-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e2e8f0;
  flex-wrap: wrap;
}
.block-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #d56811 0%, #f47b20 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  flex-shrink: 0;
}
.block-title {
  font-size: 24px;
  font-weight: 800;
  color: #103e65;
  margin: 0;
  word-wrap: break-word;
}
.product-name {
  font-size: 26px;
  font-weight: 700;
  color: #103e65;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.product-desc {
  font-size: 16px;
  color: #475569;
  line-height: 1.8;
  text-align: center;
}
.specs-wrapper {
  background: #f8fafc;
  border-radius: 15px;
  padding: 25px;
  margin: 20px 0;
}
.specs-list {
  display: grid;
  gap: 20px;
}
.spec-row {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  border-left: 4px solid #103e65;
  transition: all 0.3s ease;
  overflow-x: auto;
}
.spec-row:hover {
  transform: translateX(8px);
  border-left-color: #d56811;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
.spec-title {
  font-weight: 700;
  color: #d56811;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.spec-data {
  color: #334155;
  font-size: 15px;
  line-height: 1.6;
  overflow-x: auto;
}
.oem-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.oem-tag {
  background: rgba(213, 104, 17, 0.05);
  color: #d56811;
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #d56811;
  transition: all 0.3s ease;
}
.oem-tag:hover {
  background: #d56811;
  color: #fff;
  transform: translateY(-2px);
}
.alert-block {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border: 2px solid #d56811;
  border-radius: 15px;
  padding: 25px;
  margin: 25px 0;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.alert-icon {
  width: 50px;
  height: 50px;
  background: #d56811;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  flex-shrink: 0;
}
.alert-text {
  color: #103e65;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  flex: 1;
  min-width: 200px;
}
.policy-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.policy-list li {
  padding: 15px 0;
  border-bottom: 1px solid #e2e8f0;
  color: #475569;
  line-height: 1.7;
}
.policy-list li:last-child {
  border-bottom: none;
}
.policy-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.policy-items li {
  padding: 18px 20px;
  margin-bottom: 15px;
  background: #f8fafc;
  border-radius: 12px;
  border-left: 4px solid #103e65;
  transition: all 0.3s ease;
  display: flex;
  align-items: start;
  gap: 15px;
}
.policy-items li:hover {
  background: #fff;
  border-left-color: #d56811;
  transform: translateX(5px);
}
.policy-items li::before {
  content: "✓";
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: #d56811;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-area {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
.sidebar-box {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid #e2e8f0;
}
.sidebar-box + .sidebar-box {
  margin-top: 25px;
}
.sidebar-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e2e8f0;
}
.sidebar-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #103e65 0%, #1a4d7a 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}
.sidebar-title {
  font-size: 18px;
  font-weight: 700;
  color: #103e65;
  margin: 0;
}
.sidebar-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-links li {
  margin-bottom: 10px;
}
.sidebar-links a {
  color: #475569;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  border-radius: 10px;
  transition: all 0.3s ease;
  font-weight: 600;
}
.sidebar-links a:hover {
  background: rgba(16, 62, 101, 0.05);
  color: #d56811;
  transform: translateX(5px);
}
.perks-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.perks-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid #e2e8f0;
  color: #334155;
  font-weight: 600;
}
.perks-list i {
  color: #d56811;
  font-size: 20px;
  width: 24px;
  text-align: center;
  flex-shrink: 0;
}
.features-footer {
  background: linear-gradient(135deg, #103e65 0%, #0a253d 100%);
  padding: 60px 0;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
.features-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  z-index: 1;
}
.feature-item {
  text-align: center;
  padding: 35px 25px;
  background: rgba(255,255,255,0.05);
  border-radius: 20px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
}
.feature-item:hover {
  background: rgba(213, 104, 17, 0.15);
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(213, 104, 17, 0.2);
}
.feature-item i {
  font-size: 52px;
  color: #d56811;
  margin-bottom: 20px;
  display: block;
}
.feature-item h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1024px) {
  .header-main {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 20px;
    gap: 20px;
  }
  .clickmax-logo {
    text-align: center;
  }
  .header-nav {
    justify-content: center;
  }
  .header-cta {
    text-align: center;
  }
  .content-grid {
    grid-template-columns: 1fr;
  }
  .sidebar-area {
    position: static;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .topbar-content {
    justify-content: center;
    padding: 0 15px;
  }
  .topbar-left {
    justify-content: center;
    gap: 15px;
    font-size: 12px;
  }
  .clickmax-logo img {
    max-width: 160px;
  }
  .header-nav {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .header-nav a {
    padding: 10px 20px;
    font-size: 14px;
    justify-content: center;
  }
  .cta-button {
    padding: 12px 24px;
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }
  .clickmax-hero {
    padding: 40px 0;
  }
  .hero-content {
    padding: 0 15px;
  }
  .hero-badge {
    font-size: 12px;
    padding: 6px 15px;
  }
  .hero-title {
    font-size: 28px;
  }
  .hero-subtitle {
    font-size: 15px;
  }
  .clickmax-container {
    padding: 0 15px;
  }
  .clickmax-main {
    padding: 30px 0;
  }
  .content-grid {
    gap: 25px;
  }
  .gallery-section {
    padding: 20px;
  }
  .main-image-container {
    height: 300px;
  }
  .thumbnails-container {
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    gap: 8px;
  }
  .info-block {
    padding: 25px 20px;
    border-radius: 15px;
  }
  .block-header {
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .block-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .block-title {
    font-size: 20px;
  }
  .product-name {
    font-size: 20px;
  }
  .product-desc {
    font-size: 14px;
  }
  .specs-wrapper {
    padding: 15px;
    margin: 15px 0;
  }
  .spec-row {
    padding: 15px;
  }
  .spec-row:hover {
    transform: none;
  }
  .alert-block {
    padding: 20px;
    flex-direction: column;
    text-align: center;
  }
  .alert-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  .alert-text {
    font-size: 14px;
    min-width: auto;
  }
  .info-card {
    padding: 25px 20px;
  }
  .info-card h3 {
    font-size: 18px;
  }
  .sidebar-box {
    padding: 25px 20px;
  }
  .sidebar-title {
    font-size: 16px;
  }
  .features-footer {
    padding: 40px 0;
    margin-top: 30px;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .feature-item {
    padding: 25px 15px;
  }
  .feature-item i {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .feature-item h5 {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .topbar-left {
    flex-direction: column;
    gap: 8px;
  }
  .topbar-left span {
    font-size: 11px;
  }
  .clickmax-logo img {
    max-width: 140px;
  }
  .hero-title {
    font-size: 22px;
  }
  .hero-subtitle {
    font-size: 14px;
  }
  .main-image-container {
    height: 250px;
  }
  .thumbnails-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }
  .block-title {
    font-size: 18px;
  }
  .product-name {
    font-size: 18px;
  }
  .features-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .feature-item {
    padding: 20px 10px;
    border-radius: 12px;
  }
  .feature-item i {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .feature-item h5 {
    font-size: 12px;
  }
}