html {
  scroll-behavior: smooth;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #111827;
  background: #f5f7fb;
  line-height: 1.7;
}

section {
  position: relative;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1180px;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.1s;
}

.reveal-delay-2 {
  transition-delay: 0.2s;
}

.topbar {
  background: #070b1f;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar a {
  color: rgba(255, 255, 255, 0.76);
}

.topbar a:hover {
  color: #fff;
}

.navbar {
  background: rgba(7, 11, 31, 0.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.navbar-brand {
  color: #fff !important;
  font-size: 1.45rem;
  letter-spacing: 0.02em;
}

.nav-link {
  color: rgba(255, 255, 255, 0.86) !important;
  font-weight: 650;
  padding-left: 0.9rem !important;
  padding-right: 0.9rem !important;
}

.nav-link:hover {
  color: #78f0d2 !important;
}

.nav-cta {
  background: #fff;
  color: #08111f !important;
  border-radius: 999px;
  padding: 0.6rem 1.1rem !important;
  margin-left: 0.5rem;
}

.dropdown-menu {
  border: 0;
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.dropdown-item {
  border-radius: 10px;
  font-weight: 600;
}

.eyebrow {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.12);
  color: #0f766e;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.74rem;
  margin-bottom: 18px;
}

.eyebrow.light {
  background: rgba(255, 255, 255, 0.12);
  color: #dffcf4;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.section-title {
  font-weight: 850;
  margin-bottom: 15px;
  color: #071026;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1.15;
}

.section-subtitle {
  color: #5f6b7a;
  font-size: 1.05rem;
  max-width: 720px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 800;
}

.btn-primary {
  background: linear-gradient(135deg, #14b8a6 0%, #2563eb 100%);
  border: none;
  color: #fff;
  box-shadow: 0 14px 30px rgba(20, 184, 166, 0.24);
}

.btn-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.btn-light {
  color: #071026;
  background: #fff;
}

.hero-section {
  padding: 78px 0 95px;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 11, 31, 0.94) 0%, rgba(7, 11, 31, 0.82) 55%, rgba(7, 11, 31, 0.62) 100%),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.page-hero {
  padding: 92px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 11, 31, 0.95), rgba(7, 11, 31, 0.74)),
    url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.page-hero h1 {
  max-width: 900px;
  font-size: clamp(2.2rem, 4.4vw, 4.2rem);
  line-height: 1.06;
  font-weight: 900;
  margin-bottom: 18px;
}

.page-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.12rem;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: auto -10% -40% -10%;
  height: 330px;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.22), transparent 68%);
}

.hero-awards {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
  position: relative;
  z-index: 2;
}

.hero-awards span {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 9px 15px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
  font-size: 0.9rem;
}

.hero-content,
.hero-panel {
  position: relative;
  z-index: 2;
}

.hero-section h1 {
  font-size: clamp(2.3rem, 5vw, 4.65rem);
  font-weight: 900;
  line-height: 1.04;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.hero-section .lead {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.12rem;
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
  max-width: 660px;
}

.hero-proof div {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  padding: 16px;
}

.hero-proof strong {
  display: block;
  font-size: 1.75rem;
  line-height: 1;
}

.hero-proof span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 650;
}

.hero-panel {
  min-height: 520px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  padding: 32px;
  overflow: hidden;
  backdrop-filter: blur(16px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.panel-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.orbit-one {
  width: 260px;
  height: 260px;
  top: 35px;
  right: 35px;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.44), transparent 68%);
}

.orbit-two {
  width: 180px;
  height: 180px;
  top: 130px;
  left: 35px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.48), transparent 70%);
}

.panel-label {
  position: relative;
  color: #a7f3d0;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
}

.hero-panel h3 {
  position: relative;
  font-size: 2rem;
  font-weight: 850;
  margin: 10px 0 18px;
}

.panel-metrics {
  position: relative;
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.panel-metrics div {
  display: flex;
  gap: 12px;
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 12px 14px;
}

.panel-metrics strong {
  color: #a7f3d0;
}

.stats-section {
  padding: 0 0 70px;
  margin-top: -42px;
  z-index: 3;
}

.stats-banner {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 20px 60px rgba(7, 11, 31, 0.14);
  border: 1px solid #e8eefc;
}

.stat-box {
  background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 100%);
  border-radius: 18px;
  padding: 18px 10px;
}

.stat-box h3 {
  font-size: 2rem;
  font-weight: 900;
  color: #071026;
  margin-bottom: 4px;
}

.stat-box p {
  color: #5f6b7a;
  margin-bottom: 0;
  font-weight: 700;
}

.intro-section,
.services-section,
.benefits-section,
.process-section,
.contact-section,
.cta-section,
.portfolio-section,
.clients-section,
.deliver-section {
  padding: 84px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 34px;
}

.section-head .section-title {
  max-width: 760px;
  margin-bottom: 0;
}

.text-link {
  color: #0f766e;
  font-weight: 850;
  white-space: nowrap;
}

.portfolio-section {
  background: #fff;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 230px;
  gap: 18px;
}

.portfolio-card {
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 230px;
  border-radius: 22px;
  padding: 24px;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7, 11, 31, 0.18), rgba(7, 11, 31, 0.9)),
    url("https://images.unsplash.com/photo-1551434678-e076c223a692?auto=format&fit=crop&w=900&q=80") center/cover;
}

.portfolio-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(7, 11, 31, 0.2), rgba(7, 11, 31, 0.9)),
    url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=900&q=80") center/cover;
}

.portfolio-card:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(7, 11, 31, 0.2), rgba(7, 11, 31, 0.9)),
    url("https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?auto=format&fit=crop&w=900&q=80") center/cover;
}

.portfolio-card:nth-child(4) {
  background:
    linear-gradient(180deg, rgba(7, 11, 31, 0.2), rgba(7, 11, 31, 0.9)),
    url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=1200&q=80") center/cover;
}

.portfolio-card.tall {
  grid-row: span 2;
  grid-column: span 2;
}

.portfolio-card.wide {
  grid-column: span 2;
}

.portfolio-card span {
  color: #a7f3d0;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.portfolio-card h4 {
  font-weight: 850;
  margin: 8px 0 0;
}

.clients-section {
  background:
    radial-gradient(circle at top left, rgba(20, 184, 166, 0.12), transparent 32%),
    linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.client-card {
  background: #fff;
  border: 1px solid #dce7ff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.client-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

.client-preview {
  position: relative;
  display: block;
  height: 220px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(7, 16, 38, 0.94), rgba(20, 184, 166, 0.72)),
    #071026;
}

.client-preview::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(7, 16, 38, 0.28));
  pointer-events: none;
}

.client-preview::after {
  content: "Open Website";
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 14px;
  border-radius: 999px;
  padding: 8px 13px;
  color: #071026;
  background: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.client-card:hover .client-preview::after {
  opacity: 1;
  transform: translateY(0);
}

.client-preview img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
  background: #fff;
  transition: transform 0.35s ease;
}

.client-card:hover .client-preview img {
  transform: scale(1.04);
}

.client-info {
  padding: 18px 20px 20px;
}

.client-info h4 {
  color: #071026;
  font-weight: 850;
  font-size: 1.08rem;
  margin-bottom: 4px;
}

.client-info a {
  color: #0f766e;
  font-weight: 750;
  word-break: break-word;
}

.service-card,
.benefit-card,
.process-step,
.contact-card {
  background: #fff;
  border: 1px solid #e8eefc;
  border-radius: 22px;
  padding: 28px;
  height: 100%;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.06);
}

.service-card {
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
}

.service-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #071026;
  color: #a7f3d0;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 18px;
}

.service-card h4,
.benefit-card h5,
.process-step h4 {
  color: #071026;
  font-weight: 850;
}

.service-card p,
.benefit-card p,
.process-step p {
  color: #64748b;
  margin-bottom: 0;
}

.deliver-section {
  background: #071026;
  color: #fff;
}

.deliver-wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  align-items: center;
}

.deliver-wrap h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 900;
  line-height: 1.05;
}

.deliver-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.deliver-list div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 18px;
}

.deliver-list strong {
  display: block;
  color: #a7f3d0;
  margin-bottom: 10px;
}

.deliver-list span {
  font-weight: 750;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.step-number {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ecfdf5;
  color: #0f766e;
  font-weight: 900;
  margin-bottom: 16px;
}

.cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: linear-gradient(135deg, #071026 0%, #174ea6 100%);
  border-radius: 28px;
  padding: 44px;
  color: #fff;
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.2);
}

.cta-banner h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  font-weight: 900;
  margin-bottom: 10px;
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0;
  max-width: 740px;
}

.dark-card {
  background: #071026;
  color: #fff;
}

.dark-card p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-card h3 {
  font-weight: 850;
}

.form-control {
  border-radius: 14px;
  border: 1px solid #dce7ff;
  padding: 12px 14px;
}

.form-control:focus {
  border-color: #14b8a6;
  box-shadow: 0 0 0 0.2rem rgba(20, 184, 166, 0.14);
}

.spam-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.whatsapp-float {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 9999;
  background: #25d366;
  color: #fff;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 14px 40px rgba(37, 211, 102, 0.28);
  font-weight: 900;
}

footer {
  background: #030615;
  color: rgba(255, 255, 255, 0.74);
  padding: 55px 0 18px;
}

footer a {
  color: rgba(255, 255, 255, 0.74);
  display: block;
  margin-bottom: 8px;
}

footer a:hover {
  color: #fff;
}

.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-cta h3,
footer h5,
footer h6 {
  color: #fff;
  font-weight: 850;
}

.footer-cta p,
footer p {
  margin-bottom: 0;
}

.footer-links {
  padding-bottom: 28px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.92rem;
}

.footer-bottom a {
  display: inline;
}

@media (max-width: 991px) {
  .nav-cta {
    margin: 8px 0 0;
    display: inline-block;
  }

  .hero-section {
    padding: 62px 0 78px;
  }

  .hero-panel {
    min-height: 420px;
  }

  .portfolio-grid,
  .clients-grid,
  .deliver-wrap {
    grid-template-columns: 1fr;
  }

  .portfolio-card.tall,
  .portfolio-card.wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .cta-banner,
  .footer-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .hero-proof,
  .deliver-list,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .intro-section,
  .services-section,
  .benefits-section,
  .process-section,
  .contact-section,
  .cta-section,
  .portfolio-section,
  .clients-section,
  .deliver-section {
    padding: 64px 0;
  }

  .client-preview {
    height: 190px;
  }


  .section-head {
    display: block;
  }

  .text-link {
    display: inline-block;
    margin-top: 14px;
  }

  .cta-banner {
    padding: 30px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}
