body,
h1,
h2,
h3,
h4,
h5 {
  font-family: Outfit, sans-serif;
}
.nav-link:after,
.navbar-brand span:after {
  bottom: 0;
  height: 2px;
  position: absolute;
  content: "";
}
#preloader,
body {
  background-color: var(--navy);
}
.house-outline,
.wifi-circle,
.wifi-signal {
  transform: translate(-50%, -50%);
}
#scrollToTop,
.navbar .btn-nav:hover {
  box-shadow: 0 5px 15px rgba(0, 217, 255, 0.4);
}
.acceptance-widget,
.author-card,
.blog-hero-stats .stat-item,
.compatibility-item,
.copyright,
.demo-container,
.download-pdf,
.feature-card,
.feature-item,
.integration-flow,
.preloader-content,
.security-level-card,
.service-card h4,
.service-card p,
.stat {
  text-align: center;
}
#hero,
.automation-hero,
.comparison-table,
.lighting-hero,
.live-feed,
.package-card,
.security-card,
.security-hero,
.skill-bar {
  overflow: hidden;
}
:root {
  --navy: #0a192f;
  --deep-blue: #112240;
  --electric-cyan: #00d9ff;
  --light-cyan: #64ffda;
  --white: #e6f1ff;
  --gray: #8892b0;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  color: var(--white);
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}
.navbar {
  background: rgba(10, 25, 47, 0.95) !important;
  backdrop-filter: blur(15px);
  padding: 15px 0;
  transition: 0.4s;
  border-bottom: 1px solid rgba(0, 217, 255, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.navbar.scrolled {
  padding: 10px 0;
  background: rgba(10, 25, 47, 0.98) !important;
  box-shadow: 0 5px 25px rgba(0, 217, 255, 0.1);
}
.navbar-brand {
  font-weight: 800;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
.navbar-brand span {
  color: var(--electric-cyan);
  position: relative;
}
.navbar-brand span:after {
  left: 0;
  width: 100%;
  background: var(--electric-cyan);
  transform: scaleX(0);
  transition: transform 0.3s;
}
.navbar-brand:hover span:after {
  transform: scaleX(1);
}
.nav-link {
  color: var(--white) !important;
  font-weight: 500;
  margin: 0 4px;
  padding: 8px 15px !important;
  border-radius: 20px;
  position: relative;
  transition: 0.3s;
}
.author-title,
.disclaimer-text i,
.faq-icon,
.footer-logo span,
.hero-title span,
.meta-item i,
.popular-post-content h6 a:hover,
.preloader-text,
.resource a:hover,
.skill-percent,
.stat-item i,
.stat-value {
  color: var(--electric-cyan);
}
.nav-link.active,
.nav-link:hover {
  color: var(--electric-cyan) !important;
  background: rgba(0, 217, 255, 0.1);
}
.nav-link:after {
  left: 50%;
  width: 0;
  transition: 0.3s;
  transform: translateX(-50%);
}
.nav-link.active:after,
.nav-link:hover:after {
  width: 60%;
}
.navbar-toggler {
  border: 1px solid var(--electric-cyan);
  padding: 8px 10px;
  border-radius: 8px;
  transition: 0.3s;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(0, 217, 255, 0.3);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2800, 217, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#homeimg {
  width: 100%;
  border-radius: 100px 20px;
  margin-top: 5%;
}
#homeimg:hover {
  box-shadow: 0 0 30px rgba(133, 53, 25, 0.6);
}
@media (max-width: 991px) {
  .navbar-collapse {
    background: rgba(10, 25, 47, 0.98);
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;
    border: 1px solid rgba(0, 217, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(20px);
  }
  .nav-link {
    padding: 12px 15px !important;
    margin: 5px 0;
    border-radius: 8px;
  }
  .nav-link:after {
    display: none;
  }
  .nav-link.active,
  .nav-link:hover {
    background: rgba(0, 217, 255, 0.15);
    padding-left: 25px !important;
  }
}
.blog-hero-stats,
.blog-search .input-group,
.cookie-consent,
.energy-dashboard-preview,
.privacy-badge,
.service-card,
.terms-badge {
  backdrop-filter: blur(10px);
}
.btn-primary-custom,
.navbar .btn-nav {
  background: linear-gradient(
    to right,
    var(--electric-cyan),
    var(--light-cyan)
  );
  transition: 0.3s;
}
.navbar .btn-nav {
  color: var(--navy);
  border: none;
  padding: 8px 20px;
  font-weight: 600;
  border-radius: 20px;
  margin-left: 10px;
}
.btn-outline-custom:hover,
.section-title:after,
.timeline:before {
  background: var(--electric-cyan);
}
.navbar .btn-nav:hover {
  transform: translateY(-2px);
}
.section-title {
  position: relative;
  margin-bottom: 3rem;
}
.section-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60px;
  height: 4px;
}
.section-title.text-center:after {
  left: 50%;
  transform: translateX(-50%);
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.smart-home-loader {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 30px;
}
#hero:before,
.circuit-line,
.house-outline,
.house-outline:before,
.wifi-circle,
.wifi-signal {
  position: absolute;
}
.house-outline {
  top: 50%;
  left: 50%;
  width: 120px;
  height: 100px;
  border: 3px solid var(--electric-cyan);
  border-radius: 10px 10px 0 0;
}
.house-outline:before {
  content: "";
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 30px solid var(--electric-cyan);
}
.wifi-signal {
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
}
.wifi-circle {
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: var(--light-cyan);
  animation: 1.5s linear infinite wifi;
}
.wifi-circle:first-child {
  width: 20px;
  height: 20px;
  animation-delay: 0.1s;
}
.wifi-circle:nth-child(2) {
  width: 40px;
  height: 40px;
  animation-delay: 0.2s;
}
.wifi-circle:nth-child(3) {
  width: 60px;
  height: 60px;
  animation-delay: 0.3s;
}
.wifi-circle:nth-child(4) {
  width: 80px;
  height: 80px;
  animation-delay: 0.4s;
}
.circuit-line {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.circuit-line:after,
.circuit-line:before,
.lock-circle::after,
.lock-circle::before {
  content: "";
  position: absolute;
  background: var(--electric-cyan);
}
.circuit-line:before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  animation: 2s linear infinite circuitHorizontal;
}
.circuit-line:after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  animation: 2s linear infinite circuitVertical;
}
@keyframes wifi {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes circuitHorizontal {
  0% {
    transform: translateX(-100%) translateY(-50%);
  }
  100% {
    transform: translateX(100%) translateY(-50%);
  }
}
@keyframes circuitVertical {
  0% {
    transform: translateY(-100%) translateX(-50%);
  }
  100% {
    transform: translateY(100%) translateX(-50%);
  }
}
.preloader-text {
  font-size: 1.2rem;
  letter-spacing: 2px;
  margin-top: 20px;
}
#hero {
  background: linear-gradient(135deg, var(--navy) 0, var(--deep-blue) 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 80px;
}
#hero:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9IiMwYTE5MmYiLz48cGF0aCBkPSJNMCA1MDBMMTAwMCA1MDBMMTAwMCAwTDAgMFoiIGZpbGw9IiMwMDAwMDAiIGZpbGwtb3BhY2l0eT0iMC4wNSIvPjxwYXRoIGQ9Ik0wIDEwMDBMMTAwMCAxMDAwTDEwMDAgNTBMMCA1MCIgZmlsbD0iIzAwMDAwMCIgZmlsbC1vcGFjaXR5PSIwLjA1Ii8+PC9zdmc+");
  opacity: 0.3;
  z-index: 0;
}
.cta-content,
.hero-content {
  position: relative;
  z-index: 1;
}
.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.blog-hero-stats .stat-number,
.stat-value {
  line-height: 1;
  font-weight: 700;
  display: block;
}
.hero-subtitle {
  font-size: 1.2rem;
  color: var(--gray);
  margin-bottom: 2rem;
  max-width: 600px;
}
.btn-primary-custom {
  color: var(--navy);
  border: none;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(0, 217, 255, 0.3);
}
.calculator-container,
.dashboard-interface,
.energy-dashboard-preview {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.btn-primary-custom:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 217, 255, 0.4);
}
.btn-outline-custom {
  background: 0 0;
  color: var(--electric-cyan);
  border: 2px solid var(--electric-cyan);
  padding: 10px 28px;
  font-weight: 600;
  border-radius: 30px;
  transition: 0.3s;
}
.btn-outline-custom:hover {
  color: var(--navy);
}
.tech-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.faq-shape,
.shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 217, 255, 0.1);
}
.timeline,
.timeline-item,
section {
  position: relative;
}
.shape-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  right: 5%;
  background: radial-gradient(
    circle,
    rgba(0, 217, 255, 0.15) 0,
    rgba(0, 217, 255, 0) 70%
  );
}
.shape-2 {
  width: 200px;
  height: 200px;
  bottom: 20%;
  left: 5%;
  background: radial-gradient(
    circle,
    rgba(100, 255, 218, 0.1) 0,
    rgba(100, 255, 218, 0) 70%
  );
}
section {
  padding: 30px 0;
}
body,
html {
  width: 100%;
  overflow-x: hidden;
}
.section-bg {
  background-color: var(--deep-blue);
}
.service-card {
  background: rgba(17, 34, 64, 0.7);
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  transition: 0.4s;
  border: 1px solid rgba(0, 217, 255, 0.1);
}
.service-icon,
.timeline-icon {
  background: linear-gradient(135deg, var(--electric-cyan), var(--light-cyan));
  border-radius: 50%;
  color: var(--navy);
  display: flex;
}
.assistant-card:hover,
.service-card:hover {
  transform: translateY(-10px);
  border-color: var(--electric-cyan);
  box-shadow: 0 10px 30px rgba(0, 217, 255, 0.2);
}
.service-icon {
  width: 70px;
  height: 70px;
  margin: auto auto 20px;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
.timeline {
  max-width: 800px;
  margin: 0 auto;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  border-radius: 2px;
}
.timeline-item {
  margin-bottom: 50px;
  width: 50%;
  padding-right: 40px;
}
.timeline-item:nth-child(2n) {
  margin-left: 50%;
  padding-left: 40px;
  padding-right: 0;
}
.timeline-icon {
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 2;
}
.feature-card,
.timeline-content {
  border-radius: 15px;
  padding: 25px;
  background: rgba(17, 34, 64, 0.7);
}
.timeline-item:nth-child(2n) .timeline-icon {
  left: -30px;
  right: auto;
}
.timeline-content {
  border: 1px solid rgba(0, 217, 255, 0.1);
}
.feature-card {
  transition: 0.3s;
  border: 1px solid rgba(0, 217, 255, 0.1);
  height: 100%;
}
.benefit-card:hover,
.feature-card:hover {
  border-color: var(--electric-cyan);
  transform: translateY(-5px);
}
.feature-icon {
  color: var(--electric-cyan);
  margin-bottom: 20px;
}
.testimonial-card {
  background: rgba(17, 34, 64, 0.7);
  border-radius: 15px;
  padding: 30px;
  border: 1px solid rgba(0, 217, 255, 0.1);
  height: 100%;
}
.testimonial-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 3px solid var(--electric-cyan);
}
.testimonial-text {
  font-style: italic;
  color: var(--gray);
  margin-bottom: 20px;
}
.contact-icon,
.map-icon {
  color: var(--electric-cyan);
}
.skill-item {
  margin-bottom: 25px;
  margin-top: 50px;
}
.skill-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.skill-name {
  font-weight: 600;
}
.skill-bar {
  height: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.skill-progress {
  height: 100%;
  background: linear-gradient(
    to right,
    var(--electric-cyan),
    var(--light-cyan)
  );
  border-radius: 4px;
  width: 0;
  transition: width 2s ease-in-out;
}
.contact-form .form-control {
  background: rgba(17, 34, 64, 0.7);
  border: 1px solid rgba(0, 217, 255, 0.2);
  border-radius: 10px;
  color: var(--white);
  padding: 12px 15px;
  margin-bottom: 20px;
}
#scrollToTop,
.social-icon:hover {
  background: var(--electric-cyan);
  color: var(--navy);
}
.contact-form .form-control:focus {
  box-shadow: 0 0 0 2px rgba(0, 217, 255, 0.3);
  border-color: var(--electric-cyan);
}
.contact-form .form-control::placeholder {
  color: var(--gray);
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.footer-logo,
.footer-title,
.map-icon {
  margin-bottom: 20px;
}
.contact-icon {
  background: rgba(0, 217, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.map-placeholder {
  background: rgba(17, 34, 64, 0.7);
  border-radius: 15px;
  padding: 10px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 217, 255, 0.1);
}
#scrollToTop,
.social-icon {
  border-radius: 50%;
  display: flex;
  transition: 0.3s;
  text-decoration: none;
}
.map-icon {
  font-size: 3rem;
}
footer {
  background: var(--navy);
  padding: 70px 0 20px;
  border-top: 1px solid rgba(0, 217, 255, 0.1);
}
.footer-logo {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--white);
}
.footer-description {
  color: var(--gray);
  margin-bottom: 20px;
}
.footer-title {
  font-size: 1.2rem;
  color: var(--white);
}
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li,
.form-check,
.stat-value {
  margin-bottom: 10px;
}
.footer-links a {
  color: var(--gray);
  text-decoration: none;
  transition: 0.3s;
}
.footer-links a:hover {
  color: var(--electric-cyan);
  padding-left: 5px;
}
.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.social-icon {
  width: 40px;
  height: 40px;
  background: rgba(0, 217, 255, 0.1);
  align-items: center;
  justify-content: center;
  color: var(--electric-cyan);
}
.social-icon:hover {
  transform: translateY(-3px);
}
.copyright {
  padding-top: 30px;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--gray);
  font-size: 0.9rem;
}
#scrollToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#scrollToTop.active {
  opacity: 1;
  visibility: visible;
}
#scrollToTop:hover {
  background: var(--light-cyan);
  transform: translateY(-5px);
}
@media (max-width: 992px) {
  .hero-title {
    font-size: 2.8rem;
  }
  .timeline:before {
    left: 30px;
  }
  .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 0;
  }
  .timeline-item:nth-child(2n) {
    margin-left: 0;
    padding-left: 70px;
  }
  .timeline-icon {
    left: 0;
    right: auto;
  }
  .timeline-item:nth-child(2n) .timeline-icon {
    left: 0;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem;
  }
  section {
    padding: 20px 0;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .navbar .btn-nav {
    margin-top: 10px;
    margin-left: 0;
    display: inline-block;
  }
}
.lighting-hero {
  background: linear-gradient(135deg, #0a1929 0, #1a2b3a 100%);
  padding: 120px 0 80px;
  position: relative;
}
.hero-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      circle at 30% 20%,
      rgba(255, 215, 0, 0.15) 0,
      transparent 50%
    ),
    radial-gradient(
      circle at 70% 80%,
      rgba(0, 200, 255, 0.15) 0,
      transparent 50%
    );
}
.lighting-card {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.climate-icon,
.lighting-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin: 0 auto 25px;
  font-size: 2rem;
  color: #1a1a2e;
}
.lighting-card:hover {
  transform: translateY(-10px);
  border-color: var(--electric-cyan);
  box-shadow: 0 15px 30px rgba(0, 217, 255, 0.2);
}
.lighting-icon {
  background: linear-gradient(135deg, gold, #fa0);
  justify-content: center;
}
.climate-icon {
  background: linear-gradient(135deg, #00d9ff, #09c);
  justify-content: center;
}
.lighting-types,
.product-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 30px;
}
.integration-item,
.lighting-type-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
}
.lighting-type-item:hover {
  background: rgba(255, 215, 0, 0.1);
  transform: translateY(-5px);
}
.climate-features {
  background: linear-gradient(
    135deg,
    rgba(0, 217, 255, 0.1) 0,
    rgba(0, 117, 255, 0.1) 100%
  );
  border-radius: 15px;
  padding: 40px;
  margin: 40px 0;
}
.camera-grid,
.feature-grid,
.scenario-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 30px;
}
.feature-item {
  border-left: 4px solid var(--electric-cyan);
}
.energy-savings {
  background: var(--dark-bg);
  border-radius: 15px;
  padding: 40px;
  margin: 40px 0;
}
.savings-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.control-scenario {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 30px;
  margin: 30px 0;
}
.scenario-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 25px;
  border-top: 4px solid gold;
}
.camera-card,
.product-card {
  background: var(--card-bg);
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
}
.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.product-image {
  height: 200px;
  background: linear-gradient(135deg, #2a3b4c, #1a2b3a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: var(--electric-cyan);
}
.camera-info,
.case-study-content,
.product-info {
  padding: 20px;
}
.integration-flow {
  padding: 40px 0;
}
.flow-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.flow-step {
  background: var(--card-bg);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  position: relative;
}
.flow-step:not(:last-child):after {
  content: "→";
  position: absolute;
  right: -25px;
  color: var(--electric-cyan);
  font-size: 1.5rem;
}
.compatibility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
}
.security-icon,
.surveillance-icon {
  display: flex;
  align-items: center;
  margin: 0 auto 25px;
}
.compatibility-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 15px;
}
.security-hero {
  background: linear-gradient(135deg, #0a1929 0, #1a1a2e 100%);
  padding: 120px 0 80px;
  position: relative;
}
.security-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      circle at 20% 30%,
      rgba(255, 0, 0, 0.15) 0,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(0, 217, 255, 0.15) 0,
      transparent 50%
    );
}
.security-card {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.security-card:hover {
  transform: translateY(-10px);
  border-color: #00d9ff;
  box-shadow: 0 15px 30px rgba(0, 255, 238, 0.2);
}
.security-icon {
  background: linear-gradient(
    to right,
    var(--electric-cyan),
    var(--light-cyan)
  );
  justify-content: center;
}
.surveillance-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #00d9ff, #06c);
  border-radius: 50%;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
}
.security-levels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}
.security-level-card {
  background: linear-gradient(
    135deg,
    rgba(0, 255, 238, 0.2),
    rgba(0, 102, 204, 0.1)
  );
  border-radius: 15px;
  padding: 30px;
  border: 1px solid rgba(0, 255, 238, 0.2);
  transition: 0.3s;
}
.security-level-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 255, 238, 0.2);
}
.level-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #00d9ff;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}
.camera-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}
.camera-image {
  height: 200px;
  background: linear-gradient(135deg, #2a3b4c, #1a2b3a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #00d9ff;
}
.monitoring-plans {
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.8),
    rgba(26, 26, 46, 0.9)
  );
  border-radius: 15px;
  padding: 40px;
  margin: 40px 0;
}
.plan-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  border: 2px solid transparent;
  transition: 0.3s;
}
.plan-card:hover {
  border-color: #00d9ff;
  background: rgba(255, 51, 51, 0.05);
}
.plan-card.popular {
  border-color: #00d9ff;
  position: relative;
}
.popular-badge {
  background: #00d9ff;
  color: #fff;
}
.comparison-table tr:hover,
.feature-item,
.payment-table tr:hover td,
.sharing-table tr:hover td {
  background: rgba(255, 255, 255, 0.05);
}
.security-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.feature-item {
  border-radius: 10px;
  padding: 20px;
  border-left: 4px solid #00d9ff;
}
.control-center {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 40px;
  margin: 40px 0;
}
.comparison-table {
  background: rgba(0, 0, 0, 0.3);
}
.feature-present {
  color: #0f0;
}
.security-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.integration-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.integration-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: 0.3s;
}
.live-indicator,
.popular-badge {
  top: 15px;
  right: 15px;
  font-size: 0.8rem;
}
.integration-icon:hover {
  background: #00d9ff;
  transform: scale(1.2);
}
.comparison-table th,
.faq-question:hover,
.integration-item:hover {
  background: rgba(0, 217, 255, 0.1);
}
.emergency-features {
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
  border-radius: 15px;
  padding: 40px;
  margin: 40px 0;
}
.demo-container {
  background: var(--dark-bg);
  border-radius: 15px;
  padding: 30px;
}
.live-feed {
  height: 300px;
  background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  position: relative;
}
.live-indicator {
  position: absolute;
  background: #00d9ff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  animation: 2s infinite pulse;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
.automation-hero {
  background: linear-gradient(135deg, var(--dark-bg) 0, #0a1a2a 100%);
  padding: 120px 0 80px;
  position: relative;
}
.system-integration {
  background: rgba(0, 217, 255, 0.05);
  border-radius: 15px;
  padding: 30px;
  margin: 30px 0;
}
.integration-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.integration-item:hover {
  transform: translateY(-5px);
  border: 1px solid rgba(0, 217, 255, 0.3);
}
.automation-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 40px;
}
.benefit-card {
  background: var(--card-bg);
  border-radius: 12px;
  padding: 25px;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tech-specs {
  background: var(--dark-bg);
  border-radius: 15px;
  padding: 30px;
}
.spec-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.assistant-features li:last-child,
.category-item:last-child,
.comparison-table tr:last-child td,
.cookie-item:last-child,
.data-category li:last-child,
.definition-content li:last-child,
.exclusion-list li:last-child,
.feature-list li:last-child,
.package-features li:last-child,
.payment-table tr:last-child td,
.policy-list li:last-child,
.responsibility-content li:last-child,
.result-item:last-child,
.retention-item:last-child,
.sharing-table tr:last-child td,
.solution-features li:last-child,
.spec-item:last-child,
.step-details li:last-child,
.tier-features li:last-child,
.update-history li:last-child {
  border-bottom: none;
}
.package-card {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  position: relative;
  border: 2px solid transparent;
  transition: 0.3s;
}
.package-card:hover {
  border-color: var(--electric-cyan);
  transform: translateY(-10px);
}
.device-card:hover,
.main-featured:hover .featured-img {
  transform: scale(1.05);
}
.package-card.popular {
  border-color: var(--electric-cyan);
  position: relative;
}
.popular-badge {
  position: absolute;
  background: var(--electric-cyan);
  color: var(--dark-bg);
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 600;
}
.feature-list,
.package-features {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}
.package-features li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.comparison-table {
  background: var(--card-bg);
  border-radius: 15px;
}
.table-responsive {
  overflow-x: auto;
}
.demo-video,
.energy-cta,
.energy-hero,
.voice-cta,
.voice-hero {
  overflow: hidden;
}
.comparison-table td,
.comparison-table th {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.assessment-form h4,
.assistant-card,
.automation-demo,
.device-card,
.energy-cta,
.feature-box i,
.form-note,
.iot-cta,
.iot-stats .stat-item,
.privacy-note,
.protocol-card,
.stat-item,
.tier-features li i,
.tier-header,
.topic-card,
.voice-cta {
  text-align: center;
}
.feature-present {
  color: var(--electric-cyan);
  font-weight: 600;
}
.energy-title,
.voice-title {
  font-weight: 800;
  -webkit-text-fill-color: transparent;
}
.feature-absent {
  color: #666;
}
.automation-demo {
  background: linear-gradient(
    135deg,
    rgba(0, 217, 255, 0.1) 0,
    rgba(0, 117, 255, 0.1) 100%
  );
  border-radius: 15px;
  padding: 40px;
}
.demo-video {
  max-width: 800px;
  margin: 0 auto;
  background: var(--dark-bg);
  border-radius: 10px;
  padding: 20px;
}
.voice-hero {
  background: linear-gradient(135deg, #0a0a0a 0, #111 50%, #0a1a2a 100%);
  padding: 180px 0 100px;
  position: relative;
}
.voice-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      circle at 20% 30%,
      rgba(0, 217, 255, 0.1) 0,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(255, 255, 255, 0.05) 0,
      transparent 50%
    );
}
.voice-title {
  font-size: 3.5rem;
  background: linear-gradient(90deg, #fff, #00d9ff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1rem;
}
.voice-subtitle {
  font-size: 1.2rem;
  color: #ccc;
  max-width: 600px;
  margin: 0 auto 2rem;
}
.energy-process,
.energy-solutions,
.iot-process,
.iot-protocols,
.iot-solutions,
.savings-calculator,
.voice-faq,
.voice-showcase {
  padding: 100px 0;
  background: var(--darker-bg);
}
.case-grid,
.case-studies-grid,
.related-posts-grid,
.showcase-grid,
.solutions-tier {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}
.assistant-card {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 30px;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.assistant-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, var(--electric-cyan), #08c);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.assistant-features,
.policy-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.assistant-features li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ccc;
}
.assistant-features li i {
  color: var(--electric-cyan);
  margin-right: 10px;
}
.energy-case-studies,
.energy-dashboard,
.iot-architecture,
.iot-assessment,
.iot-case-studies,
.voice-process {
  padding: 100px 0;
  background: var(--section-bg);
}
.process-steps {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 800px;
  margin: 50px auto 0;
}
.process-step {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  background: var(--card-bg);
  border-left: 4px solid var(--electric-cyan);
}
.step-number {
  background: var(--electric-cyan);
  color: var(--dark-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.device-card,
.faq-item {
  background: var(--card-bg);
}
.compatibility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 20px;
  margin-top: 50px;
}
.device-card {
  border-radius: 10px;
  padding: 20px;
  transition: 0.3s;
}
.device-card:hover {
  background: rgba(0, 217, 255, 0.1);
}
.device-icon {
  font-size: 2.5rem;
  color: var(--electric-cyan);
  margin-bottom: 15px;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}
.faq-question h5 {
  margin: 0;
  color: #fff;
}
.faq-answer.active {
  padding: 20px;
  max-height: 500px;
}
.voice-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #0a1a2a 0, #00111a 100%);
  position: relative;
}
.iot-cta::before,
.voice-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 L100,0 L100,100 Z" fill="rgba(0,217,255,0.05)"/></svg>')
    0 0 / cover;
}
.cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .flow-step:not(:last-child):after {
    content: "↓";
    right: 0;
    bottom: -25px;
    top: auto;
  }
  .voice-title {
    font-size: 2.5rem;
  }
  .process-step {
    flex-direction: column;
    text-align: center;
  }
  .step-number {
    margin: 0 auto;
  }
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .cta-buttons .btn {
    width: 100%;
    max-width: 300px;
    margin: 5px 0;
  }
}
.blog-detail-loader,
.blog-loader,
.energy-pulse,
.privacy-loader,
.terms-loader {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
}
.pulse-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--electric-cyan);
  border-radius: 50%;
  animation: 2s infinite energyPulse;
}
.pulse-circle:nth-child(2) {
  animation-delay: 0.5s;
}
.pulse-circle:nth-child(3) {
  animation-delay: 1s;
}
@keyframes energyPulse {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.energy-hero {
  background: linear-gradient(135deg, #0a0a0a 0, #001a0a 50%, #0a2a1a 100%);
  padding: 180px 0 100px;
  position: relative;
}
.energy-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      circle at 20% 30%,
      rgba(0, 255, 136, 0.1) 0,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(0, 217, 255, 0.05) 0,
      transparent 50%
    );
}
.energy-title {
  font-size: 3.5rem;
  background: linear-gradient(90deg, #fff, #0f8, #00d9ff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1rem;
}
.blog-subtitle,
.energy-subtitle,
.iot-subtitle {
  font-size: 1.2rem;
  color: #ccc;
  max-width: 600px;
  margin-bottom: 2rem;
}
.energy-stats,
.iot-stats {
  display: flex;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.stat-item {
  padding: 15px 25px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(0, 255, 136, 0.2);
}
.stat-number {
  display: block;
  color: #0f8;
}
.energy-dashboard-preview {
  background: rgba(10, 20, 30, 0.8);
  border-radius: 15px;
  padding: 25px;
  border: 1px solid rgba(0, 255, 136, 0.2);
}
.dashboard-status,
.dashboard-status.active {
  background: rgba(0, 255, 136, 0.2);
  color: #0f8;
}
.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dashboard-header h5 {
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
}
.dashboard-status {
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}
.energy-metric {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  border-left: 3px solid var(--electric-cyan);
}
.metric-label {
  font-size: 0.9rem;
  color: #ccc;
  margin-bottom: 5px;
}
.metric-value {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.metric-trend {
  font-size: 0.85rem;
  font-weight: 600;
}
.metric-trend.up,
.safeguard i,
.tier-features li i.fa-check {
  color: #0f8;
}
.metric-trend.down {
  color: #00d9ff;
}
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}
.solution-card {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 30px;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.feature-icon,
.solution-icon {
  border-radius: 50%;
  display: flex;
}
.solution-card:hover {
  transform: translateY(-10px);
  border-color: #0f8;
  box-shadow: 0 10px 30px rgba(0, 255, 136, 0.1);
}
.solution-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #0f8, #0c6);
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 20px;
}
.solution-card h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 1.5rem;
}
.cta-content p,
.solution-card p,
.step-card > p {
  color: #ccc;
  margin-bottom: 20px;
}
.category-list,
.data-category ul,
.definition-content ul,
.exclusion-list ul,
.solution-features,
.table-of-contents ul,
.update-history ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.solution-features li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #ccc;
  display: flex;
  align-items: center;
}
.solution-features li i {
  color: #0f8;
  margin-right: 10px;
  font-size: 0.9rem;
}
.assessment-features,
.dashboard-features {
  margin-top: 40px;
}
.feature-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.feature-icon {
  width: 60px;
  height: 60px;
  background: rgba(0, 255, 136, 0.1);
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #0f8;
  flex-shrink: 0;
}
.acceptance-status h4,
.download-widget h4,
.emergency-widget h4,
.feature-content h5 {
  color: #fff;
  margin-bottom: 10px;
}
.feature-content p,
.health-card p,
.step-content p {
  color: #ccc;
  margin: 0;
}
.dashboard-interface {
  background: rgba(10, 20, 30, 0.8);
  border-radius: 15px;
  padding: 25px;
  border: 1px solid rgba(0, 217, 255, 0.2);
}
.chart-placeholder,
.input-with-icon input,
.tab {
  background: rgba(255, 255, 255, 0.05);
}
.calculator-results h4,
.dashboard-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dashboard-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.tab {
  padding: 8px 20px;
  border-radius: 20px;
  color: #ccc;
  cursor: pointer;
  transition: 0.3s;
}
.tab.active {
  background: var(--electric-cyan);
  color: var(--dark-bg);
  font-weight: 600;
}
.input-group input[type="range"],
.like-btn:hover,
.tab:hover:not(.active) {
  background: rgba(255, 255, 255, 0.1);
}
.dashboard-chart,
.retention-table {
  margin-top: 20px;
}
.chart-placeholder {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  height: 200px;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.chart-bar {
  width: 40px;
  background: linear-gradient(to top, var(--electric-cyan), #0af);
  border-radius: 5px 5px 0 0;
  position: relative;
  transition: height 0.3s;
}
.chart-bar::after {
  content: attr(data-value);
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
}
.chart-legend {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.legend-item,
.meta-item,
.post-author {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ccc;
  font-size: 0.9rem;
}
.breakdown-item,
.result-item {
  justify-content: space-between;
  display: flex;
}
.legend-color {
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.calculator-container {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 40px;
  border: 1px solid rgba(0, 255, 136, 0.2);
}
.input-group,
.share-section,
.tags-section {
  margin-bottom: 30px;
}
.input-group label {
  display: block;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}
.input-with-icon {
  position: relative;
  margin-bottom: 15px;
}
.input-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--electric-cyan);
  font-weight: 600;
}
.input-with-icon input {
  width: 100%;
  padding: 12px 15px 12px 45px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
}
.input-group input[type="range"] {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  outline: 0;
  -webkit-appearance: none;
}
.input-group input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: var(--electric-cyan);
  border-radius: 50%;
  cursor: pointer;
}
.calculator-results {
  background: rgba(0, 40, 20, 0.5);
  border-radius: 10px;
  padding: 30px;
  border: 1px solid rgba(0, 255, 136, 0.2);
}
.calculator-results h4 {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.result-item {
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.result-item.highlight {
  background: rgba(0, 255, 136, 0.1);
  padding: 15px;
  border-radius: 8px;
  margin: 15px 0;
  border: 1px solid rgba(0, 255, 136, 0.3);
}
.result-label {
  color: #ccc;
  font-size: 1rem;
}
.result-value {
  color: #0f8;
  font-size: 1.5rem;
  font-weight: 700;
}
.savings-breakdown {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.savings-breakdown h5 {
  color: #fff;
  margin-bottom: 15px;
}
.breakdown-item {
  padding: 8px 0;
  color: #ccc;
}
.breakdown-item span:last-child {
  color: #0f8;
  font-weight: 600;
}
.case-card,
.case-study-card {
  background: var(--card-bg);
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s;
}
.case-study-card:hover {
  transform: translateY(-5px);
  border-color: #0f8;
}
.case-study-header {
  background: linear-gradient(
    90deg,
    rgba(0, 40, 20, 0.8),
    rgba(10, 60, 40, 0.8)
  );
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-study-header h4 {
  color: #fff;
  margin: 0;
  font-size: 1.3rem;
}
.case-study-badge {
  background: #0f8;
  color: var(--dark-bg);
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.9rem;
}
.case-study-content p {
  color: #ccc;
  margin-bottom: 20px;
  font-style: italic;
}
.client-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.network-nodes,
.step-circle {
  position: relative;
  width: 120px;
  height: 120px;
}
.client-info h6 {
  color: #fff;
  margin: 0;
}
.client-info p {
  margin: 0;
  font-size: 0.85rem;
}
.process-timeline {
  max-width: 800px;
  margin: 50px auto 0;
  position: relative;
}
.process-timeline::before {
  content: "";
  position: absolute;
  left: 60px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--electric-cyan), #0f8);
}
.process-step {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.step-circle {
  background: linear-gradient(135deg, var(--electric-cyan), #0f8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--dark-bg);
  margin-right: 30px;
  flex-shrink: 0;
  z-index: 1;
  box-shadow: 0 5px 20px rgba(0, 255, 136, 0.3);
}
.step-content {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 25px;
  border: 1px solid rgba(0, 255, 136, 0.2);
  flex: 1;
}
.step-card h4,
.step-content h4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.energy-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #001a0a 0, #003320 100%);
  position: relative;
}
.energy-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 L100,0 L100,100 Z" fill="rgba(0,255,136,0.05)"/></svg>')
    0 0 / cover;
}
.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 30px 0;
  flex-wrap: wrap;
}
.cta-note {
  color: #0f8;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (max-width: 992px) {
  .energy-title {
    font-size: 2.8rem;
  }
  .process-timeline::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .process-step {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .step-circle {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .energy-hero {
    padding: 150px 0 60px;
  }
  .energy-title {
    font-size: 2.2rem;
  }
  .energy-stats {
    gap: 15px;
  }
  .stat-item {
    padding: 10px 15px;
    flex: 1;
    min-width: 100px;
  }
  .stat-number {
    font-size: 1.5rem;
  }
  .case-studies-grid,
  .solutions-grid {
    grid-template-columns: 1fr;
  }
  .calculator-container {
    padding: 20px;
  }
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .cta-buttons .btn {
    width: 100%;
    max-width: 300px;
    margin: 5px 0;
  }
}
.network-nodes {
  margin: 0 auto 20px;
}
.node {
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--electric-cyan);
  border-radius: 50%;
  animation: 2s infinite nodePulse;
}
.node-1 {
  top: 10px;
  left: 50px;
}
.node-2 {
  top: 50px;
  right: 10px;
}
.node-3 {
  bottom: 10px;
  left: 50px;
}
.node-4 {
  top: 50px;
  left: 10px;
}
.connection-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border: 2px solid var(--electric-cyan);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: 10s linear infinite rotateLine;
}
.iot-hero,
.network-visualization {
  position: relative;
  overflow: hidden;
}
@keyframes nodePulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 217, 255, 0.7);
  }
  50% {
    transform: scale(1.2);
    box-shadow: 0 0 0 10px rgba(0, 217, 255, 0);
  }
}
@keyframes rotateLine {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.iot-hero {
  background: linear-gradient(135deg, #0a0a0a 0, #0a0a2a 50%, #1a0a2a 100%);
  padding: 180px 0 100px;
}
.iot-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      circle at 20% 30%,
      rgba(0, 217, 255, 0.15) 0,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(100, 100, 255, 0.1) 0,
      transparent 50%
    ),
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 2px,
      rgba(0, 217, 255, 0.05) 2px,
      rgba(0, 217, 255, 0.05) 4px
    );
}
.iot-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(90deg, #fff, #00d9ff, #667eea);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}
.iot-stats .stat-item {
  padding: 15px 25px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(0, 217, 255, 0.2);
  min-width: 120px;
}
.iot-stats .stat-number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--electric-cyan);
  line-height: 1;
}
.blog-hero-stats .stat-label,
.iot-stats .stat-label {
  display: block;
  font-size: 0.9rem;
  color: #ccc;
  margin-top: 5px;
}
.network-visualization {
  width: 100%;
  height: 400px;
  background: rgba(10, 20, 40, 0.5);
  border-radius: 20px;
  border: 2px solid rgba(0, 217, 255, 0.2);
}
.network-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--electric-cyan), #667eea);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--dark-bg);
  font-size: 2.5rem;
  z-index: 2;
  box-shadow: 0 0 30px rgba(0, 217, 255, 0.5);
  animation: 3s infinite pulseCenter;
}
.node-device,
.tier-card {
  background: var(--card-bg);
}
.network-center .center-label {
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 5px;
}
@keyframes pulseCenter {
  0%,
  100% {
    box-shadow: 0 0 30px rgba(0, 217, 255, 0.5);
  }
  50% {
    box-shadow: 0 0 50px rgba(0, 217, 255, 0.8);
  }
}
.node-device {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  border: 2px solid rgba(0, 217, 255, 0.3);
  z-index: 1;
  animation: 3s ease-in-out infinite floatNode;
}
.layer,
.tier-features li {
  align-items: center;
  display: flex;
}
.node-device .node-label {
  font-size: 0.7rem;
  margin-top: 5px;
  color: var(--electric-cyan);
  font-weight: 600;
}
.node-device::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  background: var(--electric-cyan);
  box-shadow: 0 0 20px 2px var(--electric-cyan);
  z-index: -1;
}
@keyframes floatNode {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.tier-card {
  border-radius: 15px;
  padding: 30px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s;
  position: relative;
}
.tier-card.featured {
  border-color: var(--electric-cyan);
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 217, 255, 0.2);
}
.tier-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--electric-cyan);
  color: var(--dark-bg);
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.9rem;
}
.tier-header {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tier-header h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.tier-price {
  color: var(--electric-cyan);
  font-size: 1.8rem;
  font-weight: 700;
}
.tier-features ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.tier-features li {
  padding: 10px 0;
  color: #ccc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.tier-features li i {
  margin-right: 10px;
  width: 20px;
}
.tier-features li i.fa-times {
  color: #f55;
  opacity: 0.5;
}
.architecture-diagram {
  background: rgba(10, 20, 40, 0.5);
  border-radius: 15px;
  padding: 20px;
  border: 1px solid rgba(0, 217, 255, 0.2);
}
.layer {
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  transition: transform 0.3s;
}
.layer:hover {
  transform: translateX(10px);
}
.form-check:last-child,
.layer:last-child,
.privacy-section:last-child,
.process-step:last-child,
.recommendations li:last-child,
.security-item:last-child,
.terms-section:last-child {
  margin-bottom: 0;
}
.layer-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  margin-right: 20px;
  flex-shrink: 0;
}
.feature-box h5,
.layer-content h6 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 1.1rem;
}
.author-info p,
.basis-card p,
.feature-box p,
.layer-content p,
.summary-item p {
  color: #ccc;
  margin: 0;
  font-size: 0.9rem;
}
.process-steps-iot,
.topics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}
.feature-box,
.step-icon {
  display: flex;
  align-items: center;
}
.search-input-group,
.step-container {
  position: relative;
}
.step-number {
  position: absolute;
  top: -20px;
  left: -20px;
  color: rgba(0, 217, 255, 0.1);
  z-index: 0;
}
.step-card {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 30px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(0, 217, 255, 0.1);
  transition: 0.3s;
  height: 100%;
}
.protocol-card:hover,
.step-card:hover {
  transform: translateY(-10px);
  border-color: var(--electric-cyan);
  box-shadow: 0 10px 30px rgba(0, 217, 255, 0.1);
}
.blog-post:hover .post-image img,
.brand-logo:hover {
  transform: scale(1.1);
}
.step-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--electric-cyan), #667eea);
  border-radius: 50%;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 20px;
}
.feature-box,
.step-details ul {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}
.step-details ul {
  list-style: none;
  padding: 15px;
  margin: 0;
}
.step-details li {
  padding: 8px 0;
  color: #ccc;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.step-details li::before {
  content: "→";
  color: var(--electric-cyan);
  margin-right: 10px;
}
.feature-box {
  gap: 15px;
  margin-bottom: 25px;
  padding: 20px;
  border-left: 3px solid var(--electric-cyan);
}
.feature-box i {
  font-size: 1.8rem;
  color: var(--electric-cyan);
  width: 50px;
}
.assessment-form {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 30px;
  border: 1px solid rgba(0, 217, 255, 0.2);
}
.assessment-form h4 {
  color: #fff;
}
.assessment-form .form-label {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
.assessment-form .form-control,
.assessment-form .form-select,
.comment-form .form-control,
.download-form input,
.newsletter-form input {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 12px 15px;
}
.assessment-form .form-control:focus,
.assessment-form .form-select:focus,
.comment-form .form-control:focus,
.download-form input:focus,
.newsletter-form input:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--electric-cyan);
  color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(0, 217, 255, 0.25);
}
.checkbox-group {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 15px;
}
.form-check-input:checked {
  background-color: var(--electric-cyan);
  border-color: var(--electric-cyan);
}
.form-note {
  color: #0f8;
  font-size: 0.9rem;
}
.protocols-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}
.protocol-card {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 25px;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.protocol-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--electric-cyan), #667eea);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  margin: 0 auto 15px;
}
.highlight-content h6,
.protocol-card h5,
.tech-content h5,
.topic-card h5,
.warning-content h6 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.protocol-card p {
  color: #ccc;
  font-size: 0.85rem;
  margin-bottom: 15px;
}
.protocol-tag {
  display: inline-block;
  background: rgba(0, 217, 255, 0.1);
  color: var(--electric-cyan);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}
.brands-logos,
.case-stats {
  background: rgba(255, 255, 255, 0.05);
}
.brands-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
  padding: 30px;
  border-radius: 15px;
}
.brand-logo {
  height: 40px;
  filter: grayscale(100%) brightness(200%);
  opacity: 0.7;
  transition: 0.3s;
}
.brand-logo:hover {
  filter: grayscale(0%) brightness(100%);
  opacity: 1;
}
.brand-logo img {
  height: 100%;
  width: auto;
}
.case-card:hover {
  transform: translateY(-10px);
  border-color: var(--electric-cyan);
}
.case-image {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #fff;
}
.case-content,
.post-content {
  padding: 25px;
}
.author-content h5,
.case-content h4 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 1.3rem;
}
.case-location {
  color: var(--electric-cyan);
  font-size: 0.9rem;
  margin-bottom: 20px;
  display: block;
}
.case-stats {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  padding: 15px;
  border-radius: 10px;
}
.stat-value {
  color: #fff;
  font-size: 1.5rem;
}
.stat-label {
  display: block;
  margin-top: 5px;
}
.case-content > p {
  color: #ccc;
  font-style: italic;
  margin-bottom: 20px;
}
.author-links,
.client-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.iot-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #0a0a2a 0, #1a0a2a 100%);
  position: relative;
  overflow: hidden;
}
.blog-circle,
.blog-line {
  background: var(--electric-cyan);
}
@media (max-width: 992px) {
  .iot-title {
    font-size: 2.8rem;
  }
  .network-visualization {
    height: 300px;
  }
  .node-device {
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .iot-hero {
    padding: 150px 0 60px;
  }
  .iot-title {
    font-size: 2.2rem;
  }
  .iot-stats {
    gap: 15px;
  }
  .case-grid,
  .process-steps-iot,
  .protocols-grid,
  .solutions-tier {
    grid-template-columns: 1fr;
  }
  .tier-card.featured {
    transform: none;
  }
  .brands-logos {
    gap: 20px;
  }
  .brand-logo {
    height: 30px;
  }
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .cta-buttons .btn {
    width: 100%;
    max-width: 300px;
    margin: 5px 0;
  }
}
.blog-line {
  position: absolute;
  border-radius: 2px;
  animation: 1.5s infinite typewriter;
}
.blog-line:first-child {
  width: 80px;
  height: 4px;
  top: 20px;
  left: 10px;
  animation-delay: 0s;
}
.blog-line:nth-child(2) {
  width: 60px;
  height: 4px;
  top: 40px;
  left: 10px;
  animation-delay: 0.2s;
}
.blog-line:nth-child(3) {
  width: 70px;
  height: 4px;
  top: 60px;
  left: 10px;
  animation-delay: 0.4s;
}
.blog-hero::before,
.post-image img {
  width: 100%;
  height: 100%;
}
.blog-circle {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  bottom: 20px;
  right: 10px;
  animation: 2s infinite blink;
}
.blog-hero,
.main-featured {
  position: relative;
  overflow: hidden;
}
@keyframes typewriter {
  0%,
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
  50% {
    transform: scaleX(0.8);
    opacity: 0.5;
  }
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.blog-hero {
  background: linear-gradient(135deg, #0a0a0a 0, #0a1a2a 50%, #2a0a1a 100%);
  padding: 180px 0 100px;
}
.blog-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(
      circle at 20% 30%,
      rgba(255, 100, 255, 0.1) 0,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(0, 217, 255, 0.1) 0,
      transparent 50%
    );
}
.blog-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(90deg, #fff, #f0f, #00d9ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}
.blog-search {
  max-width: 500px;
  margin-top: 40px;
}
.blog-search .input-group {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.blog-search input {
  background: 0 0 !important;
  border: none !important;
  color: #fff !important;
  padding-left: 20px !important;
}
.blog-search input:focus {
  box-shadow: none !important;
  background: 0 0 !important;
}
.blog-search button {
  border-radius: 50px !important;
  padding: 10px 25px !important;
  background: var(--electric-cyan) !important;
  border: none !important;
}
.blog-hero-stats {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.blog-hero-stats .stat-number {
  font-size: 2.2rem;
  color: var(--electric-cyan);
}
.btn-subscribe {
  background: var(--electric-cyan) !important;
  color: var(--dark-bg) !important;
  border-radius: 20px !important;
  padding: 8px 20px !important;
  margin-left: 10px !important;
  font-weight: 600 !important;
  transition: 0.3s !important;
}
.featured-img,
.post-image img {
  transition: transform 0.5s;
  object-fit: cover;
}
.btn-subscribe:hover {
  background: #00b8d4 !important;
  transform: translateY(-2px) !important;
}
.featured-posts {
  padding: 100px 0 50px;
  background: var(--darker-bg);
}
.featured-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  margin-top: 40px;
}
.main-featured {
  border-radius: 20px;
  height: 400px;
}
.featured-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--electric-cyan);
  color: var(--dark-bg);
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.9rem;
  z-index: 2;
}
.featured-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  padding: 40px;
  color: #fff;
}
.post-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  font-size: 0.9rem;
}
.post-category {
  background: rgba(255, 255, 255, 0.1);
  padding: 5px 15px;
  border-radius: 20px;
  color: var(--electric-cyan);
  font-weight: 600;
}
.breadcrumb-item,
.post-date {
  color: #ccc;
}
.read-more {
  color: var(--electric-cyan);
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap 0.3s;
}
.read-more:hover {
  gap: 10px;
  color: #00b8d4;
}
.featured-sidebar,
.popular-posts,
.related-articles {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sidebar-card {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}
.sidebar-card:hover {
  transform: translateY(-5px);
  border-color: var(--electric-cyan);
  box-shadow: 0 10px 30px rgba(0, 217, 255, 0.1);
}
.sidebar-card h4 {
  color: #fff;
  font-size: 1.2rem;
  margin: 10px 0;
}
.sidebar-card p {
  color: #ccc;
  font-size: 0.9rem;
  margin-bottom: 15px;
}
.blog-content {
  padding: 50px 0 100px;
  background: var(--section-bg);
}
.category-filter {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.filter-title {
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
}
.filter-buttons,
.nav-buttons,
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ccc;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: 0.3s;
}
.blog-post,
.pagination {
  background: var(--card-bg);
}
.filter-btn.active {
  background: var(--electric-cyan);
  color: var(--dark-bg);
  border-color: var(--electric-cyan);
  font-weight: 600;
}
.filter-btn:hover:not(.active) {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--electric-cyan);
}
.blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}
.post-content .post-meta,
.post-title {
  margin-bottom: 15px;
}
.blog-post {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s, transform 0.3s;
}
.blog-post:hover,
.related-post-card:hover,
.topic-card:hover {
  transform: translateY(-10px);
  border-color: var(--electric-cyan);
  box-shadow: 0 15px 40px rgba(0, 217, 255, 0.1);
}
.post-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.post-image .post-category {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}
.comment-date,
.post-read-time {
  color: #888;
  font-size: 0.85rem;
}
.post-title {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.4;
}
.post-excerpt {
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 0.95rem;
}
.post-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.author-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}
.blog-pagination {
  display: flex;
  justify-content: center;
}
.pagination {
  border-radius: 50px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.page-item {
  margin: 0 5px;
}
.page-link {
  background: 0 0;
  border: none;
  color: #ccc;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.page-link:hover {
  background: rgba(0, 217, 255, 0.1);
  color: var(--electric-cyan);
}
.like-btn.liked,
.nav-btn.active,
.nav-btn:hover,
.page-item.active .page-link {
  background: var(--electric-cyan);
  color: var(--dark-bg);
  border-color: var(--electric-cyan);
}
.article-intro .lead,
.comparison-table tr:hover td {
  background: rgba(255, 255, 255, 0.03);
}
.article-sidebar,
.blog-sidebar,
.privacy-sidebar,
.terms-sidebar {
  position: sticky;
  top: 100px;
}
.widget-title {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.author-img-lg {
  object-fit: cover;
  margin: 0 auto 20px;
  border: 3px solid var(--electric-cyan);
}
.category-item,
.popular-post {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.author-card h5,
.security-item h5 {
  color: #fff;
  margin-bottom: 5px;
}
.author-bio {
  color: #ccc;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.author-social {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.author-links a,
.author-social a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  transition: 0.3s;
}
.breadcrumb-item a,
.popular-post-content h6 a,
.table-of-contents a {
  text-decoration: none;
  transition: color 0.3s;
}
.author-links a:hover,
.author-social a:hover {
  background: var(--electric-cyan);
  color: var(--dark-bg);
  transform: translateY(-3px);
}
.category-item {
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}
.category-item:hover {
  color: var(--electric-cyan);
  padding-left: 10px;
}
.category-name {
  font-size: 0.95rem;
}
.category-count {
  background: rgba(0, 217, 255, 0.1);
  color: var(--electric-cyan);
  padding: 3px 10px;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 600;
}
.popular-post {
  gap: 15px;
  padding-bottom: 15px;
}
.popular-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.popular-post-content h6 {
  margin-bottom: 8px;
  line-height: 1.4;
}
.popular-post-content h6 a {
  color: #fff;
  font-size: 0.95rem;
}
.popular-post-content .post-meta {
  margin-bottom: 0;
  font-size: 0.8rem;
}
.post-views {
  color: #888;
}
.newsletter-widget {
  background: linear-gradient(
    135deg,
    rgba(0, 40, 80, 0.3),
    rgba(100, 0, 100, 0.3)
  );
  border: 1px solid rgba(0, 217, 255, 0.2);
}
.download-widget p,
.newsletter-widget p {
  color: #ccc;
  margin-bottom: 20px;
  font-size: 0.9rem;
}
.privacy-note {
  font-size: 0.8rem;
  color: #888;
  margin-top: 15px;
}
.featured-topics,
.related-posts-section,
.terms-summary {
  padding: 80px 0;
  background: var(--darker-bg);
}
.topic-card {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 30px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s;
  display: block;
}
.health-card,
.stat-card {
  transition: transform 0.3s;
  text-align: center;
}
.topic-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--electric-cyan), #f0f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  margin: 0 auto 20px;
}
.page-turn,
.text-flow {
  background: var(--electric-cyan);
}
.topic-card p {
  color: #ccc;
  font-size: 0.9rem;
  margin: 0;
}
@media (max-width: 992px) {
  .featured-grid {
    grid-template-columns: 1fr;
  }
  .blog-title {
    font-size: 2.8rem;
  }
  .blog-sidebar {
    position: static;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .blog-posts-grid {
    grid-template-columns: 1fr;
  }
  .blog-hero {
    padding: 150px 0 60px;
  }
  .blog-title {
    font-size: 2.2rem;
  }
  .category-filter {
    flex-direction: column;
    align-items: flex-start;
  }
  .filter-buttons {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
  }
}
.page-turn {
  position: absolute;
  width: 60px;
  height: 80px;
  border-radius: 5px;
  animation: 2s ease-in-out infinite pageTurn;
  transform-origin: left center;
}
.text-flow {
  position: absolute;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  top: 50%;
  left: 30px;
  animation: 3s ease-in-out infinite textFlow;
}
@keyframes pageTurn {
  0%,
  100% {
    transform: perspective(400px) rotateY(0);
  }
  50% {
    transform: perspective(400px) rotateY(-20deg);
  }
}
@keyframes textFlow {
  0% {
    transform: translateY(-15px);
    opacity: 0;
  }
  25%,
  75% {
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
.breadcrumb-container {
  background: var(--darker-bg);
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 80px;
}
.breadcrumb {
  background: 0 0;
  margin: 0;
  padding: 0;
}
.breadcrumb-item a {
  color: var(--electric-cyan);
}
.breadcrumb-item a:hover,
.feature-list strong,
.recommendations strong,
.status-indicator strong,
.update-history strong {
  color: #fff;
}
.breadcrumb-item.active,
.data-type {
  color: #fff;
  font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #666;
  content: "›";
  padding: 0 8px;
}
.article-header {
  padding: 100px 0 40px;
  background: var(--darker-bg);
  text-align: center;
}
.article-meta {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.article-category {
  background: var(--electric-cyan);
  color: var(--dark-bg);
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.9rem;
}
.article-date,
.article-read-time {
  color: #ccc;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 5px;
}
.article-author,
.stat-item {
  display: flex;
  align-items: center;
}
.article-title {
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}
.image-caption,
.stat-item {
  font-size: 0.9rem;
  color: #ccc;
}
.article-subtitle {
  max-width: 800px;
  margin: 0 auto 40px;
}
.article-subtitle p {
  font-size: 1.2rem;
  color: #ccc;
  line-height: 1.6;
}
.article-author {
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}
.author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--electric-cyan);
}
.author-info h5 {
  color: #fff;
  margin: 0;
  font-size: 1.1rem;
}
.article-stats {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.stat-item {
  gap: 8px;
}
.article-featured-image {
  padding: 0 0 40px;
  background: var(--darker-bg);
}
.featured-image-container {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.featured-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}
.image-caption {
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
  text-align: center;
  font-style: italic;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.article-content,
.privacy-content,
.terms-content {
  padding: 60px 0;
  background: var(--section-bg);
}
.blog-article,
.privacy-article,
.terms-article {
  background: var(--card-bg);
  border-radius: 20px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.table-of-contents {
  background: rgba(0, 217, 255, 0.05);
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 40px;
  border-left: 4px solid var(--electric-cyan);
}
.article-footer h6,
.code-example h4,
.exclusion-list h5,
.privacy-nav-container h5,
.table-of-contents h4,
.terms-nav-container h5 {
  color: #fff;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.table-of-contents li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.table-of-contents li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--electric-cyan);
  border-radius: 50%;
}
.table-of-contents a {
  color: #ccc;
  display: block;
  padding: 5px 0;
}
.table-of-contents a:hover {
  color: #fff;
  padding-left: 5px;
}
.article-intro .lead {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 10px;
  border-left: 3px solid var(--electric-cyan);
}
.article-section {
  margin-bottom: 60px;
}
.article-section h2 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(0, 217, 255, 0.3);
}
.article-section h3 {
  font-size: 1.5rem;
  color: #fff;
  margin: 25px 0 15px;
}
.article-section p,
.privacy-section p,
.terms-section p {
  color: #ccc;
  line-height: 1.7;
  margin-bottom: 20px;
  font-size: 1.05rem;
}
.article-highlight {
  background: linear-gradient(
    135deg,
    rgba(0, 217, 255, 0.1),
    rgba(0, 100, 255, 0.1)
  );
  border-radius: 15px;
  padding: 25px;
  margin: 25px 0;
  border: 1px solid rgba(0, 217, 255, 0.3);
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.article-highlight p {
  margin: 0;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.6;
}
.feature-list li,
.policy-list li {
  padding: 12px 0 12px 35px;
  color: #ccc;
  position: relative;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.feature-list li::before,
.policy-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 12px;
  width: 25px;
  height: 25px;
  background: rgba(0, 217, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--electric-cyan);
  font-weight: 700;
}
.code-example {
  background: #1a1a1a;
  border-radius: 10px;
  padding: 25px;
  margin: 25px 0;
  overflow-x: auto;
  border: 1px solid #333;
}
.code-example pre {
  margin: 0;
  padding: 0;
  background: 0 0;
}
.code-example code {
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #f8f8f2;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin: 30px 0;
}
.stat-card {
  background: rgba(0, 217, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  border: 1px solid rgba(0, 217, 255, 0.2);
}
.tech-item,
.warning-note {
  border-radius: 15px;
  gap: 20px;
}
.health-card:hover,
.stat-card:hover {
  transform: translateY(-5px);
}
.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--electric-cyan);
  line-height: 1;
  margin-bottom: 5px;
}
.dispute-process,
.responsibilities-list,
.security-features,
.tech-grid {
  margin: 30px 0;
}
.stat-label,
.status-indicator span {
  color: #ccc;
  font-size: 0.9rem;
}
.tech-grid {
  display: grid;
  gap: 20px;
}
.tech-item {
  display: flex;
  align-items: flex-start;
  padding: 25px;
  background: rgba(255, 255, 255, 0.05);
  border-left: 4px solid var(--electric-cyan);
}
.tech-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--electric-cyan), #0f8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  flex-shrink: 0;
}
.comparison-table table,
.security-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}
.highlight-content p,
.security-item p,
.tech-content p {
  margin: 0;
  color: #ccc;
}
.comparison-table {
  overflow-x: auto;
  margin: 30px 0;
}
.comparison-table table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
.comparison-table th,
.recommendations li::before {
  background: var(--electric-cyan);
  color: var(--dark-bg);
  font-size: 1.1rem;
}
.comparison-table th {
  padding: 15px;
  text-align: left;
  font-weight: 600;
}
.comparison-table td {
  padding: 15px;
  color: #ccc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.security-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  margin-bottom: 15px;
}
.security-icon,
.warning-note {
  background: rgba(255, 100, 100, 0.1);
  display: flex;
}
.security-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #f55;
  flex-shrink: 0;
}
.cta-icon,
.health-icon {
  width: 70px;
  height: 70px;
}
.warning-note {
  padding: 25px;
  margin: 30px 0;
  border: 1px solid rgba(255, 100, 100, 0.3);
  align-items: flex-start;
}
.warning-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-options,
.data-categories,
.health-grid,
.ip-rights,
.payment-terms,
.rights-grid,
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 30px 0;
}
.health-card {
  background: rgba(100, 255, 200, 0.1);
  border-radius: 15px;
  padding: 25px;
  border: 1px solid rgba(100, 255, 200, 0.3);
}
.health-icon,
.recommendations li::before {
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.share-btn,
.tag {
  transition: 0.3s;
  text-decoration: none;
}
.health-icon {
  background: linear-gradient(135deg, #0f8, #0c6);
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  margin: 0 auto 20px;
}
.contact-card h5,
.disclaimer-content h5,
.download-agreement h4,
.download-pdf h4,
.health-card h5,
.notice-content h5 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.recommendations {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  counter-reset: recommendation;
}
.recommendations li {
  counter-increment: recommendation;
  padding: 20px 20px 20px 70px;
  margin-bottom: 15px;
  background: rgba(0, 217, 255, 0.05);
  border-radius: 10px;
  position: relative;
  color: #ccc;
  line-height: 1.6;
}
.recommendations li::before {
  content: counter(recommendation);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  justify-content: center;
  font-weight: 700;
}
.call-to-action,
.cta-icon {
  align-items: center;
  display: flex;
}
.call-to-action {
  background: linear-gradient(
    135deg,
    rgba(0, 217, 255, 0.1),
    rgba(100, 100, 255, 0.1)
  );
  border-radius: 15px;
  padding: 30px;
  margin: 40px 0;
  border: 1px solid rgba(0, 217, 255, 0.3);
  gap: 25px;
}
.comment-reply:hover,
.cta-icon,
.tag:hover {
  background: var(--electric-cyan);
  color: var(--dark-bg);
}
.cta-icon {
  border-radius: 50%;
  justify-content: center;
  font-size: 2rem;
  flex-shrink: 0;
}
.acceptance-content h5,
.cta-content h5 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.article-footer {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.tag {
  background: rgba(255, 255, 255, 0.05);
  color: #ccc;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
}
.share-buttons {
  display: flex;
  gap: 10px;
}
.share-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.author-bio-detailed,
.comment-form {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 30px;
}
.author-title,
.view-more {
  color: var(--electric-cyan);
}
.share-btn.facebook {
  background: #1877f2;
}
.share-btn.twitter {
  background: #1da1f2;
}
.share-btn.linkedin {
  background: #0077b5;
}
.share-btn.whatsapp {
  background: #25d366;
}
.share-btn.copy-link {
  background: var(--electric-cyan);
}
.share-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.author-bio-detailed {
  margin: 50px 0;
  display: flex;
  gap: 25px;
  align-items: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.author-img-lg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--electric-cyan);
  flex-shrink: 0;
}
.author-content h4 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 1.1rem;
  opacity: 0.8;
}
.author-title {
  margin-bottom: 15px;
  font-size: 0.9rem;
}
.author-content p {
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 20px;
}
.view-more {
  text-decoration: none;
  font-weight: 600;
  margin-left: auto;
}
.comments-section {
  margin: 60px 0;
}
.comments-section h3 {
  color: #fff;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.comment-form {
  margin-bottom: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.comment-form h5 {
  color: #fff;
  margin-bottom: 20px;
}
.form-check-label {
  cursor: pointer;
  color: #ccc;
  font-size: 0.9rem;
}
.comments-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.comment-actions,
.comment-header {
  gap: 15px;
  display: flex;
}
.comment {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 15px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.comment-reply,
.like-btn {
  padding: 5px 15px;
  font-size: 0.85rem;
  transition: 0.3s;
  cursor: pointer;
}
.comment.reply {
  margin-left: 40px;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.02);
}
.comment-header {
  align-items: center;
  margin-bottom: 15px;
}
.comment-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--electric-cyan);
}
.comment-info h6 {
  color: #fff;
  margin: 0;
  font-size: 1rem;
}
.comment-reply {
  background: 0 0;
  border: 1px solid var(--electric-cyan);
  color: var(--electric-cyan);
  border-radius: 20px;
  margin-left: auto;
}
.comment-body p {
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 15px;
}
.like-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ccc;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.toc-widget {
  background: rgba(0, 217, 255, 0.05);
  border: 1px solid rgba(0, 217, 255, 0.2);
}
.toc-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.toc-item {
  padding: 12px 15px;
  color: #ccc;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.3s;
  border-left: 3px solid transparent;
}
.toc-item:hover {
  background: rgba(0, 217, 255, 0.1);
  color: #fff;
  padding-left: 20px;
}
.toc-item.active {
  background: rgba(0, 217, 255, 0.15);
  color: #fff;
  border-left-color: var(--electric-cyan);
  font-weight: 600;
}
.related-article {
  display: flex;
  gap: 15px;
  text-decoration: none;
  padding: 15px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  transition: 0.3s;
}
.related-article:hover {
  background: rgba(255, 255, 255, 0.07);
  transform: translateX(5px);
}
.related-image {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-content h6 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 0.95rem;
  line-height: 1.4;
}
.related-content .post-meta {
  font-size: 0.8rem;
  color: #888;
  display: flex;
  gap: 15px;
}
.download-widget {
  background: linear-gradient(
    135deg,
    rgba(0, 40, 80, 0.3),
    rgba(100, 0, 100, 0.3)
  );
  border: 1px solid rgba(0, 217, 255, 0.2);
  text-align: center;
}
.download-icon,
.related-post-card .post-category {
  background: var(--electric-cyan);
  color: var(--dark-bg);
}
.download-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 20px;
}
.reading-progress {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.progress-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #ccc;
  font-size: 0.9rem;
}
.data-category li::before,
.privacy-badge,
.shield-icon {
  color: var(--electric-cyan);
}
.progress {
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  overflow: hidden;
}
.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--electric-cyan), #0f8);
  border-radius: 3px;
  width: 0%;
  transition: width 0.3s;
}
.related-post-card {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}
.related-post-card .post-category {
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.related-post-card h4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.related-post-card p {
  color: #ccc;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .article-title {
    font-size: 2.5rem;
  }
  .article-sidebar {
    position: static;
    margin-top: 50px;
  }
  .author-bio-detailed {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .author-img-lg {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .article-header {
    padding: 40px 0 20px;
  }
  .article-title {
    font-size: 2rem;
  }
  .article-subtitle p {
    font-size: 1.1rem;
  }
  .featured-img {
    height: 300px;
  }
  .blog-article {
    padding: 25px;
  }
  .article-section h2 {
    font-size: 1.6rem;
  }
  .comment.reply {
    margin-left: 20px;
  }
  .related-posts-grid {
    grid-template-columns: 1fr;
  }
}
.shield-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  z-index: 2;
  animation: 2s infinite shieldPulse;
}
.lock-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid var(--electric-cyan);
  border-radius: 50%;
  animation: 3s linear infinite lockRotate;
}
.lock-circle::before {
  width: 20px;
  height: 3px;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.lock-circle::after {
  width: 3px;
  height: 20px;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
@keyframes shieldPulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.8;
  }
}
@keyframes lockRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.privacy-hero {
  background: linear-gradient(135deg, #0a0a0a 0, #0a0a3a 50%, #1a0a3a 100%);
  padding: 180px 0 80px;
  position: relative;
  overflow: hidden;
}
.privacy-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      circle at 20% 30%,
      rgba(0, 100, 255, 0.1) 0,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(100, 0, 255, 0.1) 0,
      transparent 50%
    ),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 1px,
      rgba(255, 255, 255, 0.02) 1px,
      rgba(255, 255, 255, 0.02) 2px
    );
}
.privacy-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 100, 255, 0.2);
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 100, 255, 0.3);
}
.privacy-badge i,
.terms-badge i {
  font-size: 1.3rem;
}
.privacy-title,
.terms-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}
.privacy-subtitle,
.terms-subtitle {
  font-size: 1.2rem;
  color: #ccc;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}
.privacy-meta {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 600px;
  margin: 0 auto;
}
.section-header,
.section-number {
  align-items: center;
  display: flex;
}
.privacy-nav,
.terms-nav {
  padding: 0;
  background: var(--darker-bg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: sticky;
  top: 80px;
  z-index: 1000;
}
.privacy-nav-container,
.terms-nav-container {
  padding: 20px 0;
}
.privacy-section,
.terms-section {
  margin-bottom: 80px;
}
.section-number {
  background: linear-gradient(135deg, var(--electric-cyan), #06f);
  justify-content: center;
  color: var(--dark-bg);
  flex-shrink: 0;
}
.privacy-section h3,
.terms-section h3 {
  color: #fff;
  margin: 30px 0 20px;
  font-size: 1.6rem;
}
.privacy-section h4 {
  color: #fff;
  margin: 25px 0 15px;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}
.policy-highlight {
  background: linear-gradient(
    135deg,
    rgba(0, 100, 255, 0.1),
    rgba(0, 200, 255, 0.1)
  );
  border-radius: 15px;
  padding: 25px;
  margin: 25px 0;
  border: 1px solid rgba(0, 100, 255, 0.3);
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.highlight-icon {
  width: 50px;
  height: 50px;
  background: var(--electric-cyan);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--dark-bg);
  flex-shrink: 0;
}
.data-category {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 15px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s;
}
.contact-card:hover,
.data-category:hover,
.ip-card:hover,
.right-card:hover,
.summary-item:hover {
  transform: translateY(-5px);
  border-color: var(--electric-cyan);
}
.category-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--electric-cyan), #06f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 15px;
}
.data-category h4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 1.3rem;
}
.data-category > p {
  color: #ccc;
  margin-bottom: 15px;
  font-size: 0.95rem;
}
.data-category li {
  padding: 8px 0 8px 20px;
  color: #ccc;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
}
.data-category li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-weight: 700;
}
.data-collection-note {
  background: rgba(255, 200, 0, 0.1);
  border-radius: 15px;
  padding: 20px;
  margin: 30px 0;
  border: 1px solid rgba(255, 200, 0, 0.3);
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.note-icon {
  color: #fc0;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.data-collection-note p {
  margin: 0;
  color: #fc0;
}
.security-measures,
.termination-options,
.usage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin: 30px 0;
}
.basis-cards,
.exercise-steps,
.transfer-safeguards,
.update-methods {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.contact-card,
.ip-card,
.payment-card,
.right-card,
.service-term,
.termination-card,
.usage-card {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}
.basis-card,
.measure {
  transition: transform 0.3s;
}
.usage-card:hover {
  transform: translateY(-5px);
  border-color: var(--electric-cyan);
  box-shadow: 0 10px 30px rgba(0, 100, 255, 0.1);
}
.ip-icon,
.usage-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--electric-cyan), #06f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  margin: 0 auto 20px;
}
.definition-content h6,
.ip-card h5,
.payment-card h5,
.right-card h5,
.service-term h5,
.termination-card h5,
.usage-card h5 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 1.2rem;
}
.ip-card p,
.measure-content p,
.payment-card p,
.right-card p,
.service-term p,
.termination-card p,
.usage-card p {
  color: #ccc;
  margin: 0;
  font-size: 0.95rem;
}
.legal-basis {
  background: rgba(0, 100, 255, 0.05);
  border-radius: 15px;
  padding: 30px;
  margin: 40px 0;
  border: 1px solid rgba(0, 100, 255, 0.2);
}
.basis-cards,
.exercise-steps {
  display: grid;
  gap: 20px;
  margin-top: 25px;
}
.basis-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.basis-card:hover {
  transform: translateY(-3px);
}
.basis-icon {
  width: 50px;
  height: 50px;
  background: rgba(0, 217, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--electric-cyan);
  margin: 0 auto 15px;
}
.basis-card h6,
.measure-content h5,
.responsibility-content h5,
.step-content h6,
.summary-item h5 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.payment-table,
.sharing-table {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.payment-table table,
.sharing-table table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.03);
}
.sharing-table th {
  background: var(--electric-cyan);
  color: var(--dark-bg);
  padding: 15px;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
}
.payment-table td,
.sharing-table td {
  padding: 15px;
  color: #ccc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.95rem;
}
.data-transfer {
  background: rgba(100, 0, 255, 0.05);
  border-radius: 15px;
  padding: 25px;
  margin: 30px 0;
  border: 1px solid rgba(100, 0, 255, 0.2);
}
.transfer-safeguards {
  display: grid;
  gap: 15px;
  margin-top: 20px;
}
.method,
.safeguard {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ccc;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  font-size: 0.9rem;
}
.right-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--electric-cyan), #0c8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  margin: 0 auto 20px;
}
.rights-exercise {
  background: rgba(0, 200, 255, 0.05);
  border-radius: 15px;
  padding: 30px;
  margin: 40px 0;
  border: 1px solid rgba(0, 200, 255, 0.2);
}
.step {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.step-content p {
  font-size: 0.9rem;
}
.measure {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.measure:hover,
.process-step:hover {
  transform: translateX(5px);
  border-color: var(--electric-cyan);
}
.measure-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--electric-cyan), #f06);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #fff;
  flex-shrink: 0;
}
.data-retention {
  background: rgba(255, 100, 0, 0.05);
  border-radius: 15px;
  padding: 25px;
  margin: 30px 0;
  border: 1px solid rgba(255, 100, 0, 0.2);
}
.retention-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.retention-period {
  color: var(--electric-cyan);
  font-weight: 600;
  background: rgba(0, 217, 255, 0.1);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
}
.morebtn {
  display: block;
  width: 100%;
}
.contact-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--electric-cyan), #90f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  margin: 20px;
}
.cookie-text a,
.copyright a {
  color: var(--electric-cyan);
  text-decoration: none;
}
.contact-info-item div {
  margin-top: 10px;
}
.contact-card p {
  color: #ccc;
  margin-bottom: 10px;
  font-size: 0.95rem;
}
.contact-link {
  display: block;
  color: var(--electric-cyan);
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 10px;
  transition: color 0.3s;
}
.contact-link:hover {
  color: #00b8d4;
}
address {
  color: #ccc;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.6;
}
.small-text {
  font-size: 0.85rem;
  color: #888;
  margin: 5px 0 0;
}
.policy-updates {
  background: rgba(0, 255, 200, 0.05);
  border-radius: 15px;
  padding: 25px;
  margin: 30px 0;
  border: 1px solid rgba(0, 255, 200, 0.2);
}
.update-methods {
  display: grid;
  gap: 15px;
  margin: 20px 0 30px;
}
.method i {
  color: #0fc;
}
.update-history li {
  padding: 10px 0 10px 25px;
  color: #ccc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  font-size: 0.9rem;
}
.update-history li::before {
  content: "↻";
  position: absolute;
  left: 0;
  color: var(--electric-cyan);
  font-weight: 700;
}
.sidebar-widget {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.pdf-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f55, red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  margin: 0 auto 20px;
}
.acceptance-status p,
.download-agreement p,
.download-pdf p {
  color: #ccc;
  margin-bottom: 20px;
  font-size: 0.95rem;
}
.widget-title {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.contact-info,
.key-points,
.related-documents,
.summary-points {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.point,
.summary-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ccc;
  font-size: 0.95rem;
}
.point i,
.summary-item i {
  color: #0f8;
  font-size: 1rem;
}
.cookie-settings {
  margin: 20px 0;
}
.cookie-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.cookie-info h6,
.doc-link h6 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 1rem;
}
.cookie-info p,
.doc-link p {
  color: #888;
  margin: 0;
  font-size: 0.85rem;
}
.cookie-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}
.cookie-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie-toggle.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.4s;
  border-radius: 34px;
}
.toggle-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 50%;
}
input:checked + .toggle-slider {
  background-color: var(--electric-cyan);
}
input:checked + .toggle-slider:before {
  transform: translateX(24px);
}
.compliance-badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s;
}
.emergency-link,
.resource a {
  text-decoration: none;
  transition: color 0.3s;
}
.badge:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.08);
}
.badge i {
  font-size: 1.8rem;
  color: var(--electric-cyan);
}
.badge span {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
}
.emergency-widget {
  background: linear-gradient(
    135deg,
    rgba(255, 50, 50, 0.1),
    rgba(255, 100, 0, 0.1)
  );
  border: 1px solid rgba(255, 50, 50, 0.3);
  text-align: center;
}
.emergency-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #f55, red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  margin: 0 auto 20px;
}
.emergency-widget p {
  color: #fcc;
  margin-bottom: 20px;
  font-size: 0.95rem;
}
.emergency-link {
  display: inline-flex;
  align-items: center;
  color: #f55;
  font-weight: 600;
  font-size: 0.95rem;
}
.emergency-link:hover {
  color: red;
}
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(10, 20, 30, 0.95);
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 9999;
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s;
}
.cookie-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.cookie-text {
  flex: 1;
}
.cookie-text h6 {
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.cookie-text p {
  color: #ccc;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}
.cookie-text a:hover {
  text-decoration: underline;
}
.cookie-buttons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .privacy-title {
    font-size: 2.8rem;
  }
  .privacy-sidebar {
    position: static;
    margin-top: 50px;
  }
  .cookie-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .cookie-buttons {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .privacy-hero {
    padding: 150px 0 60px;
  }
  .privacy-title {
    font-size: 2.2rem;
  }
  .privacy-subtitle {
    font-size: 1.1rem;
  }
  .privacy-meta {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .section-header h2 {
    font-size: 1.8rem;
  }
  .nav-buttons {
    overflow-x: auto;
    padding-bottom: 10px;
    flex-wrap: nowrap;
  }
  .privacy-article {
    padding: 25px;
  }
}
.scale-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: var(--electric-cyan);
  z-index: 2;
  animation: 2s ease-in-out infinite scaleBalance;
}
.gavel-animation {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 40px;
  background: var(--electric-cyan);
  transform: translateX(-50%) rotate(-45deg);
  transform-origin: bottom center;
  animation: 3s ease-in-out infinite gavelHit;
}
.gavel-animation::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -8px;
  width: 20px;
  height: 15px;
  background: var(--electric-cyan);
  border-radius: 2px;
}
@keyframes scaleBalance {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(0);
  }
  25% {
    transform: translate(-50%, -50%) rotate(-5deg);
  }
  75% {
    transform: translate(-50%, -50%) rotate(5deg);
  }
}
@keyframes gavelHit {
  0%,
  100% {
    transform: translateX(-50%) rotate(-45deg);
  }
  50% {
    transform: translateX(-50%) rotate(15deg);
  }
}
.terms-hero {
  background: linear-gradient(135deg, #0a0a0a 0, #1a0a0a 50%, #2a1a0a 100%);
  padding: 180px 0 80px;
  position: relative;
  overflow: hidden;
}
.terms-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      circle at 20% 30%,
      rgba(200, 100, 0, 0.1) 0,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(255, 200, 0, 0.1) 0,
      transparent 50%
    ),
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 2px,
      rgba(255, 200, 0, 0.05) 2px,
      rgba(255, 200, 0, 0.05) 4px
    );
}
.terms-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 150, 0, 0.2);
  color: #f90;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 150, 0, 0.3);
}
.terms-meta {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 600px;
  margin: 0 auto 40px;
}
.meta-item i {
  color: #f90;
  font-size: 1rem;
}
.acceptance-box {
  background: linear-gradient(
    135deg,
    rgba(255, 150, 0, 0.1),
    rgba(200, 100, 0, 0.1)
  );
  border-radius: 15px;
  padding: 25px;
  max-width: 800px;
  margin: 40px auto 0;
  border: 1px solid rgba(255, 150, 0, 0.3);
  display: flex;
  align-items: center;
  gap: 25px;
}
.acceptance-icon {
  width: 70px;
  height: 70px;
  background: #f90;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--dark-bg);
  flex-shrink: 0;
}
.acceptance-content p {
  color: #ccc;
  margin: 0;
  line-height: 1.6;
}
.nav-btn {
  background: rgba(255, 255, 255, 0.05);
  color: #ccc;
  padding: 8px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-btn.active,
.nav-btn:hover {
  background: #f90;
  color: var(--dark-bg);
  border-color: #f90;
  transform: translateY(-2px);
}
.legal-notice {
  background: rgba(255, 50, 50, 0.1);
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 40px;
  border: 1px solid rgba(255, 50, 50, 0.3);
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.disclaimer-icon,
.notice-icon {
  width: 50px;
  height: 50px;
  background: #f55;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  flex-shrink: 0;
}
.disclaimer-content p,
.notice-content p {
  color: #fcc;
  margin: 0;
  line-height: 1.6;
}
.section-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(255, 150, 0, 0.3);
}
.definition-icon,
.section-number {
  align-items: center;
  font-size: 1.5rem;
  color: var(--dark-bg);
}
.section-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f90, #f50);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  font-weight: 800;
  flex-shrink: 0;
}
.section-header h2 {
  color: #fff;
  font-size: 2.2rem;
  margin: 0;
}
.terms-section h4 {
  color: #fff;
  margin: 25px 0 15px;
  font-size: 1.3rem;
}
.clause {
  margin: 25px 0;
  padding: 15px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  border-left: 2px solid rgba(255, 150, 0, 0.3);
  transition: 0.3s;
}
.clause h4 {
  color: #f90;
  margin-top: 0;
}
.definition-box {
  background: rgba(255, 200, 0, 0.1);
  border-radius: 15px;
  padding: 25px;
  margin: 30px 0;
  border: 1px solid rgba(255, 200, 0, 0.3);
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.definition-icon,
.term-icon {
  border-radius: 50%;
  display: flex;
}
.definition-icon {
  width: 50px;
  height: 50px;
  background: #fc0;
  justify-content: center;
  flex-shrink: 0;
}
.definition-content li {
  padding: 8px 0;
  color: #ccc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.definition-content strong {
  color: #fc0;
}
.service-term:hover,
.termination-card:hover {
  transform: translateY(-5px);
  border-color: #f90;
}
.term-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #f90, #f50);
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  margin: 0 auto 20px;
}
.warning-box {
  background: rgba(255, 100, 0, 0.1);
  border-radius: 15px;
  padding: 25px;
  margin: 30px 0;
  border: 1px solid rgba(255, 100, 0, 0.3);
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.warning-icon {
  width: 50px;
  height: 50px;
  background: #f60;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  flex-shrink: 0;
}
.warning-content p {
  color: #fcc;
  margin: 0;
}
.process-step,
.responsibility-item {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s;
}
.responsibility-item:hover {
  transform: translateX(5px);
  border-color: #f90;
}
.responsibility-number {
  width: 40px;
  height: 40px;
  background: #f90;
  color: var(--dark-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.payment-icon,
.termination-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}
.responsibility-content p {
  color: #ccc;
  margin: 0 0 10px;
}
.responsibility-content ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
.responsibility-content li {
  padding: 5px 0 5px 20px;
  color: #ccc;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
}
.responsibility-content li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #f90;
  font-weight: 700;
}
.payment-card:hover {
  transform: translateY(-5px);
  border-color: #0c8;
}
.payment-icon {
  background: linear-gradient(135deg, #0c8, #096);
  border-radius: 50%;
  justify-content: center;
  color: #fff;
  margin: 0 auto 20px;
}
.payment-table th {
  background: #0c8;
  color: var(--dark-bg);
  padding: 15px;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
}
.liability-disclaimer {
  background: rgba(255, 50, 50, 0.1);
  border-radius: 15px;
  padding: 25px;
  margin: 30px 0;
  border: 1px solid rgba(255, 50, 50, 0.3);
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.exclusion-list {
  background: rgba(255, 100, 0, 0.1);
  border-radius: 15px;
  padding: 25px;
  margin: 30px 0;
  border: 1px solid rgba(255, 100, 0, 0.3);
}
.exclusion-list p {
  color: #fcc;
  margin-bottom: 15px;
}
.exclusion-list li {
  padding: 10px 0 10px 25px;
  color: #ccc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
}
.exclusion-list li::before {
  content: "✗";
  position: absolute;
  left: 0;
  color: #f55;
  font-weight: 700;
}
.termination-icon {
  background: linear-gradient(135deg, #f90, #c60);
  border-radius: 50%;
  justify-content: center;
  color: #fff;
  margin: 0 auto 20px;
}
.step-number,
.terms-contact h4 {
  display: flex;
  align-items: center;
}
.step-number {
  width: 40px;
  height: 40px;
  background: var(--electric-cyan);
  color: var(--dark-bg);
  border-radius: 50%;
  justify-content: center;
  font-weight: 800;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.terms-contact {
  background: rgba(0, 100, 255, 0.1);
  border-radius: 15px;
  padding: 30px;
  margin-top: 60px;
  border: 1px solid rgba(0, 100, 255, 0.3);
}
.terms-contact h4 {
  color: #fff;
  margin-bottom: 20px;
}
.agreement-icon,
.contact-method {
  display: flex;
  align-items: center;
}
.terms-contact p {
  color: #ccc;
  margin-bottom: 25px;
}
.contact-method i,
.doc-link i,
.resource i {
  color: var(--electric-cyan);
}
.contact-method {
  gap: 12px;
  color: #ccc;
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  transition: 0.3s;
  cursor: pointer;
}
.contact-method:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}
.doc-link:hover,
.resource:hover {
  background: rgba(255, 255, 255, 0.08);
}
.contact-method i {
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
}
.download-agreement {
  text-align: center;
  padding: 25px;
  background: rgba(255, 150, 0, 0.1);
  border-radius: 15px;
  border: 1px solid rgba(255, 150, 0, 0.3);
}
.agreement-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f90, #f50);
  border-radius: 50%;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  margin: 0 auto 20px;
}
.doc-link,
.resource {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  transition: 0.3s;
}
.doc-link {
  gap: 15px;
  padding: 15px;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.doc-link:hover {
  transform: translateX(5px);
  border-color: var(--electric-cyan);
}
.doc-link i {
  font-size: 1.5rem;
  width: 30px;
}
.legal-resources {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.resource {
  gap: 10px;
  padding: 12px;
  border-radius: 8px;
}
.status-icon,
.status-indicator {
  align-items: center;
  display: flex;
}
.resource i {
  font-size: 0.9rem;
}
.resource a {
  color: #ccc;
  font-size: 0.9rem;
}
.acceptance-status {
  padding: 25px;
  background: rgba(0, 200, 100, 0.1);
  border-radius: 15px;
  border: 1px solid rgba(0, 200, 100, 0.3);
}
.status-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #0c8, #096);
  border-radius: 50%;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  margin: 0 auto 20px;
}
.status-indicator {
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.indicator {
  width: 12px;
  height: 12px;
  background: #0c8;
  border-radius: 50%;
}
.indicator.active {
  animation: 2s infinite pulse;
}
.indicator.active.pulse {
  animation: 0.5s ease-in-out pulse;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 204, 136, 0.7);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 0 5px rgba(0, 204, 136, 0);
  }
}
.summary-container {
  background: linear-gradient(
    135deg,
    rgba(255, 150, 0, 0.1),
    rgba(0, 100, 255, 0.1)
  );
  border-radius: 20px;
  padding: 40px;
  border: 1px solid rgba(255, 150, 0, 0.3);
  display: flex;
  align-items: center;
  gap: 30px;
}
.summary-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #f90, #f50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #fff;
  flex-shrink: 0;
}
.summary-content h3 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 2rem;
}
.summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.summary-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s;
}
.disclaimer-text {
  color: #888;
  font-size: 0.9rem;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.disclaimer-text i {
  color: #f90;
}
@media (max-width: 992px) {
  .terms-title {
    font-size: 2.8rem;
  }
  .terms-sidebar {
    position: static;
    margin-top: 50px;
  }
  .summary-container {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .summary-icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .terms-hero {
    padding: 150px 0 60px;
  }
  .terms-title {
    font-size: 2.2rem;
  }
  .terms-subtitle {
    font-size: 1.1rem;
  }
  .terms-meta {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  .acceptance-box {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .section-header h2 {
    font-size: 1.8rem;
  }
  .nav-buttons {
    overflow-x: auto;
    padding-bottom: 10px;
    flex-wrap: nowrap;
  }
  .terms-article {
    padding: 25px;
  }
  .summary-grid {
    grid-template-columns: 1fr;
  }
}
.faq-answer,
.faq-hero,
.faq-item {
  overflow: hidden;
}
@media (max-width: 576px) {
  .blog-title,
  .energy-title,
  .hero-title,
  .iot-title,
  .privacy-title,
  .terms-title {
    font-size: 1.8rem;
  }
  .btn-outline-custom,
  .btn-primary-custom {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .voice-hero {
    padding: 150px 0 60px;
  }
  .voice-title {
    font-size: 2rem;
  }
  .compatibility-grid,
  .compliance-badges,
  .contact-options,
  .data-categories,
  .exercise-steps,
  .ip-rights,
  .payment-terms,
  .rights-grid,
  .services-grid,
  .showcase-grid,
  .termination-options,
  .topics-grid,
  .usage-grid {
    grid-template-columns: 1fr;
  }
  .blog-subtitle,
  .energy-subtitle,
  .iot-subtitle {
    font-size: 1rem;
  }
  .dashboard-interface,
  .energy-dashboard-preview {
    padding: 15px;
  }
  .article-author,
  .call-to-action,
  .layer {
    flex-direction: column;
    text-align: center;
  }
  .layer-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .assessment-form,
  .featured-content {
    padding: 20px;
  }
  .featured-grid {
    gap: 20px;
  }
  .main-featured {
    height: 300px;
  }
  .post-title {
    font-size: 1.3rem;
  }
  .article-title {
    font-size: 1.6rem;
  }
  .article-meta {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .article-stats {
    gap: 15px;
  }
  .comment-header,
  .share-buttons {
    flex-wrap: wrap;
  }
  .comment-reply {
    margin-left: 0;
    margin-top: 10px;
  }
  .privacy-badge,
  .terms-badge {
    padding: 8px 20px;
    font-size: 1rem;
  }
  .payment-table,
  .sharing-table {
    font-size: 0.85rem;
  }
  .payment-table td,
  .payment-table th,
  .sharing-table td,
  .sharing-table th {
    padding: 10px;
  }
  .cookie-buttons {
    flex-direction: column;
  }
  .cookie-buttons .btn {
    width: 100%;
  }
  .process-step,
  .responsibility-item {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .responsibility-number,
  .step-number {
    margin: 0 auto;
  }
  .contact-info .contact-method {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
}
.faq-hero {
  background: linear-gradient(
    135deg,
    var(--dark-blue) 0,
    var(--navy-blue) 100%
  );
  padding: 160px 0 80px;
  position: relative;
}
.faq-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.faq-shape-1 {
  width: 300px;
  height: 300px;
  top: -150px;
  right: -100px;
}
.faq-shape-2 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  left: -50px;
}
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}
.faq-category-title {
  color: var(--electric-cyan);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(0, 217, 255, 0.3);
  font-family: "Space Grotesk", sans-serif;
}
.faq-item {
  background: rgba(10, 25, 47, 0.7);
  border: 1px solid rgba(0, 217, 255, 0.2);
  border-radius: 12px;
  margin-bottom: 1rem;
  transition: 0.3s;
}
.faq-item:hover {
  border-color: rgba(0, 217, 255, 0.4);
  box-shadow: 0 5px 15px rgba(0, 217, 255, 0.1);
}
.faq-question {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 217, 255, 0.05);
}
.faq-question h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  flex: 1;
}
.faq-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--electric-cyan);
  transition: transform 0.3s;
}
.faq-item.active .faq-icon {
  transform: rotate(45deg);
}
.faq-answer {
  padding: 0 1.5rem;
  max-height: 0;
  transition: 0.3s;
}
.faq-item.active .faq-answer {
  padding: 1.5rem;
  max-height: 500px;
}
.faq-answer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}
.faq-answer ul {
  padding-left: 1.5rem;
  margin: 1rem 0;
}
.faq-answer li {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5rem;
}
.faq-search {
  max-width: 500px;
  margin: 0 auto 3rem;
}
.search-input {
  background: rgba(10, 25, 47, 0.8);
  border: 1px solid rgba(0, 217, 255, 0.3);
  border-radius: 50px;
  padding: 1rem 1.5rem;
  color: #fff;
  width: 100%;
  font-size: 1rem;
  transition: 0.3s;
}
.search-input:focus {
  outline: 0;
  border-color: var(--electric-cyan);
  box-shadow: 0 0 15px rgba(0, 217, 255, 0.2);
}
.search-icon {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--electric-cyan);
}
.no-results {
  text-align: center;
  padding: 3rem;
  color: rgba(255, 255, 255, 0.6);
  display: none;
}
.faq-contact-cta {
  background: linear-gradient(
    135deg,
    rgba(0, 217, 255, 0.1) 0,
    rgba(10, 25, 47, 0.8) 100%
  );
  border: 1px solid rgba(0, 217, 255, 0.3);
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  margin-top: 3rem;
}
.faq-contact-cta h3 {
  color: var(--electric-cyan);
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .faq-hero {
    padding: 140px 0 60px;
  }
  .faq-question h4 {
    font-size: 1rem;
    padding-right: 1rem;
  }
}