* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #0b0b0c;
  color: #f5f5f5;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(11, 11, 12, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.nav {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

.logo-mark {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  font-weight: 700;
  background: linear-gradient(135deg, #1f6feb, #4da3ff);
  color: white;
  box-shadow: 0 10px 30px rgba(31, 111, 235, 0.3);
}

.logo h2 {
  font-size: 1.05rem;
  line-height: 1.1;
}

.logo p {
  font-size: 0.85rem;
  color: #b9c0c9;
}

.nav-links {
  display: flex;
  gap: 24px;
}

.nav-links a {
  position: relative;
  color: #d7dce2;
  font-weight: 600;
  transition: 0.3s ease;
}

.nav-links a:hover {
  color: #ffffff;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 2px;
  background: #4da3ff;
  transition: width 0.3s ease;
}

.nav-links a:hover::after {
  width: 100%;
}

.call-btn,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-weight: 700;
  transition: 0.3s ease;
  cursor: pointer;
}

.call-btn {
  padding: 12px 18px;
  background: #1f6feb;
  color: white;
}

.call-btn:hover {
  background: #3384ff;
  transform: translateY(-2px);
}

.hero {
  padding: 30px 0 24px;
  background:
    radial-gradient(circle at top right, rgba(31, 111, 235, 0.18), transparent 35%),
    linear-gradient(180deg, #0b0b0c 0%, #111317 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  align-items: center;
  gap: 30px;
  min-height: auto;
}

.eyebrow,
.section-tag {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(77, 163, 255, 0.35);
  border-radius: 999px;
  color: #7bb8ff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-text h1 {
  font-size: clamp(2.15rem, 4.1vw, 3.8rem);
  line-height: 1.06;
  margin-bottom: 16px;
  max-width: 540px;
}

.hero-text p {
  font-size: 1rem;
  color: #c7ccd3;
  max-width: 560px;
  margin-bottom: 20px;
  line-height: 1.8;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}
.btn {
  padding: 14px 22px;
}

.btn.primary {
  background: linear-gradient(135deg, #1f6feb, #4da3ff);
  color: white;
  box-shadow: 0 10px 30px rgba(31, 111, 235, 0.28);
}

.btn.primary:hover {
  transform: translateY(-3px);
}

.btn.secondary {
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: white;
  background: transparent;
}

.btn.secondary:hover {
  border-color: #4da3ff;
  color: #7bb8ff;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 560px;
}

.highlight-card {
  padding: 18px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 108px;
}

.highlight-card strong {
  display: block;
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 5px;
}

.highlight-card span {
  color: #b9c0c9;
  font-size: 0.95rem;
}

.hero-images {
  position: relative;
  display: grid;
  gap: 14px;
}

.hero-images::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(77,163,255,0.18), transparent 70%);
  z-index: 0;
  filter: blur(40px);
}

.hero-images img {
  position: relative;
  z-index: 1;
}

.hero-main-img,
.hero-side-img {
  border-radius: 24px;
  object-fit: cover;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.hero-main-img {
  height: 450px;
}

.hero-side-img {
  height: 300px;
}

.trust-bar {
  margin-top: 8px;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: linear-gradient(180deg, #0f1216 0%, #0c0f13 100%);
}

.trust-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 14px 0;
  text-align: center;
  color: #d8dee6;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
}

.services,
.pricing,
.about,
.contact {
  padding: 64px 0;
}

.section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 28px;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 14px;
}

.section-heading p {
  color: #bcc3cb;
  font-size: 1rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  cursor: pointer;
  padding: 30px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(21, 25, 31, 0.98) 0%, rgba(12, 15, 20, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(77, 163, 255, 0.22);
  transition: 0.3s ease;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  cursor: pointer;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(77, 163, 255, 0.45);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26);
  background:
    linear-gradient(180deg, rgba(23, 28, 35, 1) 0%, rgba(13, 17, 22, 1) 100%);
}

.service-card h3 {
  font-size: 1.35rem;
  margin-bottom: 14px;
  line-height: 1.2;
  position: relative;
  padding-top: 14px;
}
 .service-card:hover h3 {
  color: #7bb8ff;
}

.service-card h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4da3ff, transparent);
}

.service-card p {
  color: #b8c0c8;
  font-size: 1rem;
  line-height: 1.75;
}

.service-card p {
  color: #b8c0c8;
}

.pricing {
  background: #0f1115;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.price-card {
  padding: 28px;
  border-radius: 22px;
  background: #13161b;
  border: 1px solid rgba(255,255,255,0.08);
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.price-row:last-child {
  border-bottom: none;
}

.price-row span {
  color: #d5dbe2;
}

.price-row strong {
  color: #7bb8ff;
  white-space: nowrap;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
}

.about-text h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 16px;
}

.about-text p {
  color: #bcc4cc;
  margin-bottom: 16px;
}

.about-box {
  padding: 28px;
  border-radius: 22px;
  background: linear-gradient(180deg, #13161b 0%, #101317 100%);
  border: 1px solid rgba(255,255,255,0.08);
}

.about-box h3 {
  margin-bottom: 16px;
  font-size: 1.3rem;
}

.about-box ul li {
  color: #d7dde4;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.about-box ul li:last-child {
  border-bottom: none;
}

.cta {
  padding: 0 0 90px;
}

.cta-box {
  padding: 34px;
  border-radius: 26px;
  background: linear-gradient(135deg, #11151b, #16263a);
  border: 1px solid rgba(77, 163, 255, 0.22);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.cta-box h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 10px;
}

.cta-box p {
  color: #c2cad2;
}

.large-btn {
  min-width: 220px;
}

.contact-card {
  max-width: 640px;
  margin: 0 auto;
  padding: 34px;
  border-radius: 24px;
  background: linear-gradient(180deg, #13161b 0%, #0f1216 100%);
  border: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}

.contact-card h3 {
  font-size: 1.7rem;
  margin-bottom: 16px;
}

.contact-card p {
  color: #c5ccd4;
  margin-bottom: 10px;
}

.contact-card a {
  color: #7bb8ff;
}

.full-btn {
  margin-top: 18px;
  width: 100%;
}

.site-footer {
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: #090a0c;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.footer-content h3 {
  margin-bottom: 6px;
}

.footer-content p,
.footer-content a {
  color: #b9c0c9;
}

@media (max-width: 980px) {
  .hero-grid,
  .about-grid,
  .pricing-grid,
  .services-grid,
  .trust-items {
    grid-template-columns: 1fr;
  }

  .hero-highlights {
    grid-template-columns: 1fr;
  }

  .cta-box,
  .footer-content,
  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    flex-wrap: wrap;
  }

  .desktop-call {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-text h1 {
    font-size: 2.3rem;
  }

  .nav-links {
    gap: 14px;
  }

  .service-card,
  .price-card,
  .about-box,
  .contact-card,
  .cta-box {
    padding: 22px;
  }

 .btn.primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(77,163,255,0.35);
}

  .hero-buttons {
    flex-direction: column;
  }

  .hero-main-img {
    height: 360px;
  }

  .hero-side-img {
    height: 260px;
  }
} .hero-trust {
  margin-top: 14px;
  font-size: 0.9rem;
  color: #9aa3ad;
}