#preloader,
body {
  background: var(--navy);
}
#preloader.hidden,
#scrollTop {
  visibility: hidden;
  opacity: 0;
}
/* Prevent horizontal scroll */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}
#navbar,
#preloader,
#scrollTop {
  position: fixed;
}
#hero,
.btn-primary-custom,
.nav-link-custom,
section {
  position: relative;
}
#navbar.scrolled,
.cam-card {
  backdrop-filter: blur(12px);
}
.cta-glow,
.hero-cam-badge {
  transform: translateY(-50%);
}
#cta,
#hero,
#process,
.about-img-wrap,
.blog-card,
.blog-img,
.cam-thumb,
.gallery-item,
.map-wrap,
.plan-card,
.service-card,
.testi-slider {
  overflow: hidden;
}
.loader-wrap,
.step-card,
.why-card {
  text-align: center;
}
:root {
  --navy: #050d1a;
  --navy2: #0a1628;
  --blue: #0d2545;
  --accent: #1a6dff;
  --accent2: #00d4ff;
  --white: #ffffff;
  --gray: #a0aec0;
  --light: #f0f4ff;
  --card-bg: #0c1a30;
  --border: rgba(26, 109, 255, 0.18);
  --font-head: "Barlow Condensed", sans-serif;
  --font-body: "DM Sans", sans-serif;
}
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-head);
  letter-spacing: 0.02em;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
}
#preloader {
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s, visibility 0.6s;
}
.btn-outline-custom,
.btn-primary-custom {
  align-items: center;
  font-size: 1.05rem;
  font-weight: 700;
  font-family: var(--font-head);
  letter-spacing: 1px;
  display: inline-flex;
  color: #fff;
  cursor: pointer;
  gap: 8px;
}
.loader-icon {
  width: 64px;
  height: 64px;
  border: 3px solid rgba(26, 109, 255, 0.2);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: 0.9s linear infinite spin;
  margin: 0 auto 16px;
}
.hero-badge,
.hero-title {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.loader-wrap span {
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 4px;
  color: var(--white);
}
.footer-brand em,
.loader-wrap span em,
.nav-brand em {
  color: var(--accent);
  font-style: normal;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#scrollTop {
  bottom: 28px;
  right: 28px;
  z-index: 999;
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  transform: translateY(12px);
  transition: 0.35s;
  box-shadow: 0 4px 20px rgba(26, 109, 255, 0.5);
}
#scrollTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#scrollTop:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(26, 109, 255, 0.7);
}
.btn-primary-custom {
  padding: 14px 32px;
  border-radius: 40px;
  border: none;
  overflow: hidden;
  background: linear-gradient(90deg, var(--accent) 0, var(--accent2) 100%);
  transition: transform 0.3s, box-shadow 0.3s;
}
.btn-primary-custom::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--accent2) 0, var(--accent) 100%);
  opacity: 0;
  transition: opacity 0.4s;
}
.btn-primary-custom:hover::before,
.gallery-item:hover .gallery-overlay,
.service-card:hover::before {
  opacity: 1;
}
.btn-primary-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(26, 109, 255, 0.55);
  color: #fff;
}
.btn-primary-custom span {
  position: relative;
  z-index: 1;
}
.btn-outline-custom {
  padding: 13px 32px;
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: 0 0;
  transition: 0.35s;
}
#hero,
.hero-badge {
  align-items: center;
}
.btn-outline-custom:hover {
  border-color: var(--accent2);
  background: rgba(0, 212, 255, 0.08);
  color: var(--accent2);
  transform: translateY(-2px);
}
#navbar {
  top: 0;
  width: 100%;
  z-index: 900;
  padding: 18px 0;
  background: 0 0;
  transition: background 0.4s, padding 0.4s, box-shadow 0.4s;
}
#navbar.scrolled {
  background: rgba(5, 13, 26, 0.97);
  padding: 10px 0;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.5);
}
.nav-brand {
  font-family: var(--font-head);
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: 1px;
}
.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar-toggler-icon {
  filter: invert(1);
}
.nav-link-custom {
  color: rgba(255, 255, 255, 0.85) !important;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  padding: 6px 14px !important;
  transition: color 0.3s;
}
.about-feature h6,
.badge-num,
.gallery-label,
.service-card h4,
.stat-num,
.why-card h5 {
  font-family: var(--font-head);
}
.nav-link-custom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 14px;
  right: 14px;
  height: 2px;
  background: var(--accent2);
  transform: scaleX(0);
  transition: transform 0.3s;
}
.nav-link-custom:hover {
  color: #fff !important;
}
.nav-link-custom:hover::after {
  transform: scaleX(1);
}
.nav-cta {
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  padding: 8px 20px !important;
  border-radius: 4px;
  font-weight: 700 !important;
}
.nav-cta::after {
  display: none;
}
.nav-cta:hover {
  opacity: 0.88;
}
#hero {
  min-height: 100vh;
  display: flex;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      135deg,
      rgba(5, 13, 26, 0.92) 0,
      rgba(10, 22, 40, 0.75) 60%,
      rgba(5, 13, 26, 0.96) 100%
    ),
    url("../images/2150368726.jpg") center/cover no-repeat;
}
.hero-grid-overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      rgba(26, 109, 255, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(26, 109, 255, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 15%;
}
.hero-badge {
  display: inline-flex;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(26, 109, 255, 0.15);
  border: 1px solid rgba(26, 109, 255, 0.35);
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--accent2);
}
.hero-badge i {
  font-size: 0.7rem;
}
.hero-title {
  font-size: clamp(3rem, 7vw, 2.5rem);
  font-weight: 900;
  line-height: 1;
}
.blog-readmore:hover,
.hero-title .accent-line,
.section-title .accent {
  color: var(--accent);
}
.hero-desc {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.72);
  max-width: 520px;
  margin-bottom: 40px;
  line-height: 1.8;
}
.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
}
.stat-num {
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
}
.stat-label {
  font-size: 0.8rem;
  color: var(--gray);
  font-weight: 500;
  letter-spacing: 0.5px;
}
.hero-cam-badge {
  position: absolute;
  right: 6%;
  top: 30%;
  z-index: 3;
  display: none;
}
@media (min-width: 992px) {
  .hero-cam-badge {
    display: block;
  }
}
.cam-card {
  background: rgba(12, 26, 48, 0.92);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
  width: 240px;
}
#services,
#testimonials,
.cam-thumb {
  background: var(--navy);
}
.cam-card + .cam-card {
  margin-top: 16px;
}
.cam-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ff4757;
  text-transform: uppercase;
}
.cam-live::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #ff4757;
  border-radius: 50%;
  animation: 1s infinite blink;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
.cam-loc {
  font-size: 0.85rem;
  color: var(--gray);
  margin-top: 4px;
}
.cam-thumb {
  width: 100%;
  height: 90px;
  border-radius: 6px;
  margin-top: 12px;
  position: relative;
}
.cam-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.cam-thumb-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}
.cam-thumb-overlay i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.5rem;
}
.section-py {
  padding: 100px 0;
}
.section-py-sm {
  padding: 70px 0;
}
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent2);
  margin-bottom: 16px;
}
.section-label::after,
.section-label::before {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent2));
}
.section-label::before {
  background: linear-gradient(270deg, transparent, var(--accent2));
}
.section-title {
  font-size: clamp(2.2rem, 3vw, 2.6rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.05;
}
.section-desc {
  color: var(--gray);
  font-size: 1rem;
  max-width: 560px;
  margin-top: 16px;
}
.divider {
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  margin: 20px 0;
  border-radius: 2px;
}
.about-img-badge,
.service-card:hover .service-icon {
  background: linear-gradient(135deg, var(--accent), var(--accent2));
}
#about,
#contact,
#gallery,
#why {
  background: var(--navy2);
}
.about-img-wrap {
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
.about-img-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  transition: transform 0.6s;
  display: block;
}
.about-img-wrap:hover img {
  transform: scale(1.07);
}
.about-img-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  border-radius: 8px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.badge-num {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
}
.badge-text {
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.4;
}
.about-feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}
.about-feature-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 8px;
  background: rgba(26, 109, 255, 0.12);
  border: 1px solid rgba(26, 109, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent2);
  font-size: 1rem;
}
.service-icon,
.why-icon {
  display: flex;
  align-items: center;
}
.about-feature h6 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 2px;
}
.about-feature p {
  font-size: 1rem;
  color: var(--gray);
  margin: 0;
}
.service-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 36px 28px;
  height: 100%;
  position: relative;
  transition: transform 0.35s, box-shadow 0.35s, border-color 0.35s;
  cursor: pointer;
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(
    135deg,
    rgba(26, 109, 255, 0.06),
    rgba(0, 212, 255, 0.03)
  );
  transition: opacity 0.35s;
}
.plan-card:hover,
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  border-color: rgba(26, 109, 255, 0.5);
}
.service-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(26, 109, 255, 0.15),
    rgba(0, 212, 255, 0.08)
  );
  border: 1px solid rgba(26, 109, 255, 0.3);
  justify-content: center;
  font-size: 1.4rem;
  color: var(--accent2);
  margin-bottom: 20px;
  transition: background 0.3s, transform 0.3s;
}
#process,
.why-card {
  background: var(--navy);
}
.service-card:hover .service-icon {
  color: #fff;
  transform: scale(1.1);
}
.service-card h4 {
  font-size: 1.35rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.service-card p {
  font-size: 0.9rem;
  color: var(--gray);
  line-height: 1.7;
  margin: 0;
}
.service-arrow {
  position: absolute;
  bottom: 28px;
  right: 28px;
  color: rgba(26, 109, 255, 0.3);
  font-size: 1rem;
  transition: color 0.3s, transform 0.3s;
}
.service-card:hover .service-arrow {
  color: var(--accent2);
  transform: translate(3px, -3px);
}
.why-card {
  padding: 36px 20px;
  border-radius: 10px;
  border: 1px solid var(--border);
  transition: transform 0.3s, box-shadow 0.3s;
}
.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.why-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  margin: 0 auto 20px;
  box-shadow: 0 8px 24px rgba(26, 109, 255, 0.35);
}
.why-card h5 {
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.why-card p {
  font-size: 0.87rem;
  color: var(--gray);
  margin: 0;
}
.process-line {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--accent),
    var(--accent2),
    var(--accent)
  );
  display: none;
}
.gallery-item {
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  aspect-ratio: 4/3;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s;
  display: block;
}
.gallery-item:hover img {
  transform: scale(1.1);
}
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 13, 26, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s;
}
#cta,
.testi-card,
.testi-slider {
  position: relative;
}
.gallery-label {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.6);
  padding: 10px 22px;
  border-radius: 40px;
  transition: border-color 0.3s, color 0.3s;
}
.blog-category,
.blog-detail-category,
.footer-title,
.plan-popular {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.gallery-item:hover .gallery-label {
  border-color: var(--accent2);
  color: var(--accent2);
}
.testi-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.testi-slide {
  flex: 0 0 100%;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .process-line {
    display: block;
  }
  .testi-slide {
    flex: 0 0 50%;
  }
}
@media (min-width: 1024px) {
  .testi-slide {
    flex: 0 0 33.333%;
  }
}
.testi-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 32px 28px;
}
.testi-quote {
  font-size: 3rem;
  line-height: 1;
  color: var(--accent);
  font-family: Georgia, serif;
  margin-bottom: 12px;
}
.author-avatar,
.comments-title,
.contact-info-item h6,
.footer-brand,
.footer-title,
.testi-avatar,
.testi-name {
  font-family: var(--font-head);
}
.testi-text {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  margin-bottom: 24px;
}
.testi-stars {
  color: #ffc107;
  margin-bottom: 16px;
  font-size: 0.85rem;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 800;
}
.testi-name {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1;
}
.testi-role {
  font-size: 0.78rem;
  color: var(--gray);
  margin-top: 3px;
}
.testi-controls {
  display: flex;
  gap: 10px;
  margin-top: 36px;
  justify-content: center;
}
.testi-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: 0 0;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.testi-btn:hover {
  background: var(--accent);
  border-color: var(--accent);
}
#cta {
  background: linear-gradient(135deg, var(--blue) 0, #040c1c 100%);
}
#cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      rgba(26, 109, 255, 0.07) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(26, 109, 255, 0.07) 1px, transparent 1px);
  background-size: 40px 40px;
}
.cta-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
}
.cta-glow {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(26, 109, 255, 0.18) 0,
    transparent 70%
  );
  left: -100px;
  top: 50%;
  pointer-events: none;
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}
.contact-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(26, 109, 255, 0.12);
  border: 1px solid rgba(26, 109, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent2);
  font-size: 1.1rem;
}
.contact-info-item h6 {
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 3px;
}
.contact-info-item p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--gray);
}
.map-wrap {
  border-radius: 10px;
  border: 1px solid var(--border);
}
.map-wrap iframe {
  display: block;
}
.contact-form .form-control {
  background: rgba(12, 26, 48, 0.7);
  border: 1px solid var(--border);
  color: #fff;
  border-radius: 6px;
  padding: 14px 18px;
  font-family: var(--font-body);
  transition: border-color 0.3s;
}
.share-btn:hover,
.social-btn:hover {
  background: var(--accent);
  transform: translateY(-2px);
}
.contact-form .form-control:focus {
  background: rgba(12, 26, 48, 0.9);
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(26, 109, 255, 0.1);
  color: #fff;
}
.contact-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.contact-form label {
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--gray);
  margin-bottom: 6px;
}
#footer {
  background: #020810;
  padding: 60px 0 30px;
}
.footer-brand {
  font-size: 1.9rem;
  font-weight: 900;
}
.footer-desc {
  font-size: 1rem;
  color: var(--gray);
  line-height: 1.8;
  margin-top: 12px;
  max-width: 280px;
}
.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.social-btn {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray);
  transition: 0.3s;
}
.social-btn:hover {
  border-color: var(--accent);
  color: #fff;
}
.footer-title {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: #fff;
}
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  font-size: 1rem;
  color: var(--gray);
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-links a::before {
  content: "›";
  color: var(--accent);
  font-size: 1rem;
}
.author-social a:hover,
.blog-card:hover .blog-title,
.footer-copy span,
.footer-links a:hover {
  color: var(--accent2);
}
.footer-divider {
  border-color: rgba(255, 255, 255, 0.06);
  margin: 30px 0 20px;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-copy {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.35);
}
@media (max-width: 767px) {
    .hero-title {
    font-size: clamp(1.5rem, 7vw, 1.5rem);
    font-weight: 700;
  }
  .section-title{
    font-size: clamp(1.2rem, 3vw, 1.2rem);
    font-weight: 700;

  }
  .hero-stats {
    gap: 24px;
    flex-wrap: wrap;
  }
  .section-py {
    padding: 70px 0;
  }
}
.custom-toggler {
  border: none;
  background: 0 0;
  padding: 8px;
}
.custom-toggler span {
  display: block;
  width: 25px;
  height: 3px;
  background: #1095ff;
  margin: 5px 0;
  transition: 0.3s;
}
.blog-detail-header {
  margin-bottom: 40px;
}
.blog-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: var(--gray);
  font-size: 0.9rem;
  margin-bottom: 20px;
}
.blog-detail-meta i {
  color: var(--accent2);
  margin-right: 5px;
}
.blog-detail-category {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--accent2);
  background: rgba(0, 212, 255, 0.1);
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 15px;
}
.blog-detail-title {
  font-size: clamp(2.2rem, 5vw, 2.2rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.blog-detail-featured-img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid var(--border);
  margin: 30px 0 40px;
}
.blog-detail-content {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.8;
}
.blog-detail-content h2 {
  font-size: 2rem;
  font-weight: 800;
  margin: 40px 0 20px;
  color: var(--accent2);
}
.blog-detail-content h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 30px 0 15px;
  color: var(--white);
}
.blog-detail-content p {
  margin-bottom: 25px;
}
.blog-detail-content blockquote {
  border-left: 4px solid var(--accent);
  background: rgba(26, 109, 255, 0.1);
  padding: 20px 30px;
  margin: 30px 0;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--accent2);
  border-radius: 0 8px 8px 0;
}
.blog-detail-content ol,
.blog-detail-content ul {
  margin-bottom: 25px;
  padding-left: 20px;
}
.blog-detail-content li,
.terms-content li {
  margin-bottom: 8px;
}
.author-bio {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 30px;
  margin: 50px 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
}
.author-avatar,
.share-btn {
  border-radius: 50%;
  align-items: center;
  color: #fff;
  display: flex;
}
.author-avatar {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 800;
  flex-shrink: 0;
}
.author-info h5 {
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 5px;
}
.author-info p {
  color: var(--gray);
  margin-bottom: 10px;
}
.author-social a {
  color: var(--gray);
  margin-right: 12px;
  font-size: 1.1rem;
  transition: color 0.2s;
}
.share-buttons {
  display: flex;
  gap: 10px;
  margin: 40px 0;
  flex-wrap: wrap;
}
.share-btn {
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  background: 0 0;
  justify-content: center;
  transition: 0.3s;
}
.share-btn:hover {
  border-color: var(--accent);
}
.blog-card:hover,
.camera-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.comments-section {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 40px;
  margin-top: 50px;
}
.comments-title {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 30px;
}
.comment {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.comment-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(26, 109, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.blog-card,
.terms-content {
  border: 1px solid var(--border);
}
.comment-author {
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.comment-date {
  font-size: 0.8rem;
  color: var(--gray);
  margin-bottom: 10px;
}
.comment-text {
  color: rgba(255, 255, 255, 0.7);
}
.blog-card {
  background: var(--card-bg);
  border-radius: 12px;
  height: 100%;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  border-color: rgba(26, 109, 255, 0.5);
}
.blog-img {
  height: 200px;
}
.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.blog-card:hover .blog-img img {
  transform: scale(1.05);
}
.blog-content {
  padding: 24px 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-category {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--accent2);
  background: rgba(0, 212, 255, 0.1);
  padding: 4px 10px;
  border-radius: 50px;
  margin-bottom: 12px;
  align-self: flex-start;
}
.blog-title,
.terms-content h3 {
  font-weight: 800;
  font-family: var(--font-head);
}
.faq-accordion,
.terms-content {
  background: rgba(10, 22, 40, 0.6);
  backdrop-filter: blur(2px);
}
.blog-title {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 10px;
  transition: color 0.2s;
}
.blog-excerpt {
  color: var(--gray);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
}
.accordion-body,
.terms-content p {
  line-height: 1.8;
}
.blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border);
  padding-top: 15px;
  font-size: 0.85rem;
  color: var(--gray);
}
.blog-date i {
  margin-right: 5px;
  color: var(--accent2);
  font-size: 0.8rem;
}
.blog-readmore {
  color: var(--accent2);
  font-weight: 600;
  transition: color 0.2s, transform 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.camera-card,
.plan-card {
  transition: transform 0.35s, box-shadow 0.35s;
}
.blog-readmore i {
  font-size: 0.8rem;
  transition: transform 0.2s;
}
.blog-readmore:hover i {
  transform: translateX(4px);
}
.terms-content {
  border-radius: 16px;
  padding: 48px;
}
.terms-content h3 {
  font-size: 1.6rem;
  color: var(--accent2);
  margin: 32px 0 16px;
}
.terms-content p,
.terms-content ul {
  color: var(--gray);
  margin-bottom: 20px;
}
.terms-content h3:first-of-type {
  margin-top: 0;
}
.terms-content ul {
  padding-left: 1.5rem;
}
hr {
  border-color: var(--border);
  opacity: 0.4;
}
.faq-accordion {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 30px;
}
.accordion-item {
  background: 0 0 !important;
  border: none !important;
  border-bottom: 1px solid var(--border) !important;
  margin-bottom: 0;
}
.accordion-button {
  background: 0 0 !important;
  color: var(--white) !important;
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1.2rem 1rem;
  box-shadow: none !important;
  border: none !important;
}
#footer p,
.accordion-body,
.plan-price small,
.step-card p {
  color: var(--gray);
}
.accordion-button:not(.collapsed) {
  color: var(--accent2) !important;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300d4ff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
  transition: transform 0.3s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a6dff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}
.accordion-body {
  background: 0 0;
  padding: 0 1rem 1.5rem;
  font-size: 0.95rem;
}
.plan-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 36px 28px;
  height: 100%;
  position: relative;
}
.plan-popular {
  position: absolute;
  top: 20px;
  right: -30px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color: #fff;
  padding: 8px 40px;
  transform: rotate(45deg);
  font-size: 0.7rem;
  font-weight: 800;
}
.plan-name {
  font-family: var(--font-head);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--accent2);
  margin-bottom: 10px;
}
.plan-price {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: #fff;
}
.plan-price small {
  font-size: 1rem;
  font-weight: 400;
}
.plan-features {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}
.plan-features li {
  padding: 8px 0;
  border-bottom: 1px dashed var(--border);
  display: flex;
  align-items: center;
  gap: 10px;
}
.inclusion-icon,
.inclusion-item {
  align-items: center;
  display: flex;
}
.plan-features li i {
  color: var(--accent2);
  font-size: 0.9rem;
}
.inclusion-item {
  gap: 15px;
  margin-bottom: 20px;
}
.inclusion-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(26, 109, 255, 0.12);
  border: 1px solid rgba(26, 109, 255, 0.25);
  justify-content: center;
  color: var(--accent2);
  font-size: 1.2rem;
  flex-shrink: 0;
}
.camera-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 30px 20px;
  height: 100%;
}
.camera-icon {
  font-size: 2.2rem;
  color: var(--accent2);
  margin-bottom: 15px;
}
.camera-card h4 {
  font-size: 1.3rem;
  font-weight: 800;
}
.step-card {
  position: relative;
  z-index: 2;
}
.step-num {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--navy2);
  border: 3px solid var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--accent);
  margin: 0 auto 20px;
  position: relative;
}
.step-num::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px dashed rgba(26, 109, 255, 0.3);
  animation: 8s linear infinite rotate;
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.step-card h5 {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.step-card p {
  font-size: 0.85rem;
}
.learn-more {
  margin-top: 20px;
}