.elementor-kit-5{--e-global-color-primary:#72D5FF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#4984CF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: radial-gradient(circle at top left, #e6f4ff 0, #f8fcff 40%, #ffffff 100%);
  color: #0f172a;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: 92%;
  max-width: 1240px;
  margin: 0 auto;
}

/* Header */

header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.3);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  background: conic-gradient(from 210deg, #0ea5e9, #22c1c3, #0ea5e9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.05rem;
  box-shadow: 0 10px 25px rgba(15, 118, 210, 0.35);
}

.logo-text-main {
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

.logo-text-sub {
  font-size: 0.72rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

nav li {
  position: relative;
}

nav > ul > li > a {
  font-size: 0.94rem;
  color: #0f172a;
  padding: 0.4rem 0;
  border-bottom: 2px solid transparent;
  transition: all 0.18s ease;
}

nav > ul > li > a:hover {
  border-bottom-color: #0ea5e9;
  color: #0369a1;
}

/* Dropdown */

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 110%;
  left: 0;
  min-width: 260px;
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 18px 40px rgba(15,23,42,0.18);
  padding: 0.65rem 0;
  display: none;
}

.dropdown-menu a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  color: #0f172a;
  white-space: nowrap;
}

.dropdown-menu a span {
  display: block;
  font-size: 0.78rem;
  color: #64748b;
}

.dropdown-menu a:hover {
  background: #f1f5f9;
  color: #0369a1;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* CTA buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.18s ease;
  gap: 0.35rem;
}

.btn-primary {
  background: linear-gradient(135deg, #0ea5e9, #38bdf8);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(56, 189, 248, 0.4);
}

.btn-primary:hover {
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.45);
  transform: translateY(-1px);
}

.btn-outline {
  border-color: rgba(148, 163, 184, 0.7);
  color: #0f172a;
  background: #ffffff;
}

.btn-outline:hover {
  border-color: #0ea5e9;
  color: #0369a1;
}

/* Mobile nav */

.menu-toggle {
  display: none;
}

/* Hero slider */

.hero {
  padding: 2.5rem 0 1.5rem;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}

.hero-kicker {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #0284c7;
  font-weight: 700;
  margin-bottom: 0.65rem;
}

.hero-title {
  font-size: clamp(2.1rem, 3vw, 2.8rem);
  letter-spacing: -0.04em;
  margin-bottom: 0.6rem;
}

.hero-subtitle {
  color: #64748b;
  font-size: 0.98rem;
  max-width: 32rem;
  margin-bottom: 1.2rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.2rem;
}

.hero-badge {
  font-size: 0.78rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  border: 1px dashed rgba(56, 189, 248, 0.7);
  background: rgba(224, 242, 254, 0.7);
  color: #0369a1;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.hero-note {
  font-size: 0.8rem;
  color: #6b7280;
}

/* Slider */

.slider {
  background: radial-gradient(circle at top right, #e0f2fe 0, #eff6ff 40%, #ffffff 100%);
  border-radius: 1.4rem;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.18);
  padding: 1.1rem 1.1rem 1.3rem;
  position: relative;
  overflow: hidden;
}

.slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}

.slider-header span {
  font-size: 0.78rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.slider-dots {
  display: flex;
  gap: 0.3rem;
}

.slider-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.6);
}

.slider-dot.active {
  width: 20px;
  background: linear-gradient(135deg, #0ea5e9, #38bdf8);
}

.slider-track {
  position: relative;
  min-height: 260px;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slide.active {
  opacity: 1;
  pointer-events: auto;
}

.slide-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  color: #0f172a;
  margin-bottom: 0.6rem;
}

.slide-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.slide-text {
  font-size: 0.9rem;
  color: #4b5563;
  margin-bottom: 0.6rem;
}

.slide-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  justify-content: space-between;
}

.slide-price {
  font-size: 0.9rem;
  color: #0369a1;
}

.slide-price strong {
  font-size: 1.1rem;
}

.slide-pill {
  font-size: 0.78rem;
  color: #64748b;
}

.slide-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* Sections */

.section {
  padding: 2.7rem 0;
}

.section-header {
  text-align: center;
  margin-bottom: 1.9rem;
}

.section-kicker {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #0ea5e9;
  margin-bottom: 0.4rem;
}

.section-title {
  font-size: 1.5rem;
  letter-spacing: -0.03em;
  margin-bottom: 0.35rem;
}

.section-subtitle {
  font-size: 0.95rem;
  color: #6b7280;
}

/* Services grid */

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.3rem;
}

.service-card {
  background: #ffffff;
  border-radius: 1.1rem;
  padding: 1.1rem 1.1rem 1.1rem;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.26);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 210px;
}

.service-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: radial-gradient(circle at top left, #e0f2fe, #bae6fd);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.98rem;
  color: #0369a1;
  margin-bottom: 0.4rem;
}

.service-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.service-text {
  font-size: 0.88rem;
  color: #6b7280;
  margin-bottom: 0.6rem;
}

.service-meta {
  font-size: 0.82rem;
  color: #64748b;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-meta strong {
  color: #0369a1;
}

/* Why us */

.why-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}

.why-block {
  background: #ffffff;
  border-radius: 1.2rem;
  padding: 1.3rem 1.3rem 1.1rem;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.why-block h3 {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}

.why-block p {
  font-size: 0.9rem;
  color: #4b5563;
  margin-bottom: 0.7rem;
}

.why-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1rem;
  font-size: 0.86rem;
}

.why-list li::before {
  content: "âœ“";
  color: #0ea5e9;
  font-weight: 700;
  margin-right: 0.35rem;
}

.why-side {
  display: grid;
  gap: 0.7rem;
}

.mini-stat {
  background: radial-gradient(circle at top left, #e0f2fe, #f0f9ff);
  border-radius: 1rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(129, 140, 248, 0.22);
  font-size: 0.86rem;
  color: #1f2933;
}

/* Tech strip */

.tech-strip {
  background: linear-gradient(90deg, rgba(14,165,233,0.08), rgba(59,130,246,0.03));
  border-radius: 1.1rem;
  padding: 0.9rem 1.1rem;
  border: 1px solid rgba(96, 165, 250, 0.35);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.tech-strip-label {
  font-size: 0.86rem;
  color: #0369a1;
  font-weight: 600;
}

.tech-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.tech-pill {
  font-size: 0.8rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.55);
  color: #0f172a;
}

/* Footer */

footer {
  margin-top: 2.4rem;
  background: radial-gradient(circle at top, #0ea5e9 0, #0369a1 40%, #020617 100%);
  color: #e5f4ff;
  padding-top: 2rem;
}

.footer-top {
  border-bottom: 1px solid rgba(148, 163, 184, 0.45);
  padding-bottom: 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

.footer-logo-mark {
  width: 38px;
  height: 38px;
  border-radius: 16px;
  background: #e0f2fe;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  font-weight: 800;
  margin-bottom: 0.4rem;
}

.footer-title {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.footer-text {
  font-size: 0.86rem;
  color: #dbeafe;
  margin-bottom: 0.5rem;
}

.footer-links {
  list-style: none;
  font-size: 0.84rem;
}

.footer-links li + li {
  margin-top: 0.25rem;
}

.footer-links a {
  color: #bfdbfe;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-keywords {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.footer-keyword {
  font-size: 0.76rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  border: 1px dashed rgba(191, 219, 254, 0.6);
  color: #e0f2fe;
}

.footer-bottom {
  padding: 0.9rem 0 1.1rem;
  font-size: 0.76rem;
  color: #9ca3af;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-social {
  display: flex;
  gap: 0.6rem;
}

.footer-social a {
  color: #e5e7eb;
}

.footer-social a:hover {
  color: #ffffff;
}

/* Inner page hero */

.inner-hero {
  padding: 2.1rem 0 1.2rem;
}

.breadcrumbs {
  font-size: 0.78rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

.page-title {
  font-size: 1.7rem;
  letter-spacing: -0.03em;
  margin-bottom: 0.4rem;
}

.page-subtitle {
  font-size: 0.95rem;
  color: #4b5563;
}

.page-layout {
  padding: 0 0 2.4rem;
}

.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 1.9rem;
}

.page-main {
  background: #ffffff;
  border-radius: 1.1rem;
  padding: 1.2rem 1.3rem 1.4rem;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.page-main h2 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.page-main p {
  font-size: 0.92rem;
  color: #4b5563;
  margin-bottom: 0.7rem;
}

.page-main ul {
  font-size: 0.9rem;
  color: #4b5563;
  padding-left: 1rem;
  margin-bottom: 0.7rem;
}

.page-main ul li + li {
  margin-top: 0.25rem;
}

.highlight-box {
  background: radial-gradient(circle at top left, #e0f2fe, #f0f9ff);
  border-radius: 0.9rem;
  padding: 0.75rem 0.9rem;
  font-size: 0.86rem;
  color: #0f172a;
  border: 1px dashed rgba(96, 165, 250, 0.6);
  margin-bottom: 0.7rem;
}

.page-side {
  display: grid;
  gap: 0.9rem;
}

.side-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 0.9rem 2rem;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.3);
  font-size: 0.86rem;
  color: #4b5563;
}

.side-card h3 {
  font-size: 0.96rem;
  margin-bottom: 0.35rem;
  color: #0f172a;
}

.price-tag {
  font-size: 0.9rem;
  color: #0369a1;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

/* Responsive */

@media (max-width: 960px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .why-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  nav ul {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.8);
    background: #ffffff;
    font-size: 1.1rem;
  }

  .nav-open nav ul {
    display: flex;
    position: absolute;
    top: 110%;
    right: 4%;
    flex-direction: column;
    background: #ffffff;
    border-radius: 1rem;
    padding: 0.7rem 0.8rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
    width: min(260px, 80vw);
  }

  .dropdown-menu {
    position: static;
    box-shadow: none;
    border-radius: 0.6rem;
    border: 1px solid rgba(226, 232, 240, 0.9);
    margin-top: 0.4rem;
  }

  .services-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero {
    padding-top: 1.6rem;
  }
}/* End custom CSS */