*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top, #f3f4ff 0, #ffffff 40%, #eef2ff 100%);
  color: #0f172a;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

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

ul {
  list-style: none;
}

button {
  font-family: inherit;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 5rem 0;
}

.section-alt {
  background: radial-gradient(circle at top, rgba(191, 219, 254, 0.35), transparent 55%);
}

.section-dark {
  background: radial-gradient(circle at top, #e0f2fe, #eff6ff 60%);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.2rem 0.75rem;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.08);
  color: #1d4ed8;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1d4ed8, #0ea5e9);
}

.badge-outline {
  background: transparent;
  border: 1px solid rgba(148, 163, 184, 0.8);
  color: #1e293b;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.8rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.btn-primary {
  background: linear-gradient(135deg, #1d4ed8, #0ea5e9);
  background-size: 180% 180%;
  color: #ffffff;
  box-shadow: 0 18px 45px rgba(148, 163, 184, 0.4);
  animation: gradientShift 8s ease infinite;
}

.btn-primary:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 1);
}

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

.btn-outline:hover {
  border-color: #38bdf8;
  background: radial-gradient(circle at top, rgba(191, 219, 254, 0.7), #ffffff);
  box-shadow: 0 14px 32px rgba(148, 163, 184, 0.35);
  transform: translateY(-1px);
}

.btn-ghost {
  background: transparent;
  border-color: transparent;
  color: #1f2937;
}

.btn-ghost:hover {
  border-color: rgba(148, 163, 184, 0.4);
  background: rgba(226, 232, 240, 0.7);
  transform: translateY(-1px);
}

.full-width {
  width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.58), transparent 85%);
  border-bottom: 1px solid rgba(226, 232, 240, 0.85);
  box-shadow: 0 18px 40px rgba(148, 163, 184, 0.35);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}

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

.logo-image {
  width: 88px;
  height: 88px;
  border-radius: 0;
  object-fit: contain;
  box-shadow: none;
}

.logo-image + .logo-mark {
  display: none;
}

.logo-mark {
  width: 36px;
  height: 36px;
  border-radius: 1rem;
  background: radial-gradient(circle at 30% 0, #ffffff 0, #38bdf8 30%, #6366f1 70%, #1e293b 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 14px 38px rgba(148, 163, 184, 0.55);
}

.logo-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.logo-title {
  font-weight: 600;
  letter-spacing: 0.05em;
}

.logo-subtitle {
  font-size: 0.75rem;
  color: #6b7280;
}

.header-inner,
.main-nav,
.main-nav .nav-link,
.logo-text {
  font-family: "Montserrat", "DM Sans", "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0.03em;
}

.main-nav .nav-link {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.logo-title {
  font-family: "Montserrat", "DM Sans", "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.nav-link {
  position: relative;
  font-size: 0.9rem;
  color: #4b5563;
  padding: 0.4rem 0;
}

.nav-link::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #38bdf8, #6366f1);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.nav-link:hover::after {
  transform: scaleX(1);
}

.nav-link.active {
  color: #111827;
}

.nav-link.active::after {
  transform: scaleX(1);
}

.nav-cta {
  padding-inline: 1.1rem;
  padding-block: 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background: radial-gradient(circle at top left, rgba(191, 219, 254, 0.9), #ffffff);
  box-shadow: 0 12px 32px rgba(148, 163, 184, 0.4);
}

.nav-cta:hover {
  border-color: #38bdf8;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 1);
}

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(203, 213, 225, 0.9);
  background: rgba(255, 255, 255, 0.95);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #111827;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle.open span:nth-child(1) {
  transform: translateY(3.5px) rotate(45deg);
}

.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.open span:nth-child(3) {
  transform: translateY(-3.5px) rotate(-45deg);
}

.page-loader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top, #e5edff 0, #ffffff 55%);
  z-index: 100;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.page-loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.page-loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.loader-logo {
  width: 72px;
  height: 72px;
  border-radius: 1.5rem;
  background: conic-gradient(from 180deg at 50% 50%, #0ea5e9, #2563eb, #1d4ed8, #0ea5e9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.4rem;
  color: #ffffff;
  box-shadow: 0 22px 55px rgba(148, 163, 184, 0.7);
  position: relative;
  overflow: hidden;
}

.loader-logo::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 1.2rem;
  background: radial-gradient(circle at top, #1e293b, #0f172a 60%);
}

.loader-logo::before {
  content: "EG";
  position: relative;
  z-index: 1;
}

.loader-bar {
  width: 160px;
  height: 3px;
  border-radius: 999px;
  background: rgba(191, 219, 254, 0.9);
  overflow: hidden;
}

.loader-bar::after {
  content: "";
  display: block;
  width: 40%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1d4ed8, #0ea5e9);
  animation: loaderSlide 1.2s ease-in-out infinite;
}

.hero {
  padding-top: 7rem;
  padding-bottom: 5rem;
}

.hero-with-bg {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-with-bg::before {
  content: "";
  position: absolute;
  inset: -40px;
  background-image: url("../img/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  filter: blur(4px) saturate(1.05) contrast(1.02);
  transform: scale(1.04);
  opacity: 1;
  z-index: -2;
}

.hero-with-bg::after {
  content: none;
}

.hero-with-bg .hero-content {
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(191, 219, 254, 0.9);
  border-radius: 1.8rem;
  padding: 1.6rem 1.5rem;
  box-shadow: 0 28px 85px rgba(148, 163, 184, 0.5);
}

.hero-with-bg .hero-content p {
  color: #475569;
}

.hero-with-bg .badge {
  background: rgba(59, 130, 246, 0.1);
}

.hero-with-bg .hero-meta-number {
  color: #0f172a;
}

.hero-with-bg .hero-meta-label {
  color: #64748b;
}

.hero-with-bg .hero-visual {
  filter: drop-shadow(0 40px 85px rgba(15, 23, 42, 0.18));
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 3.5rem;
}

.hero-content h1 {
  font-size: clamp(2.3rem, 3.1vw, 3rem);
  line-height: 1.1;
  margin-top: 1.1rem;
  margin-bottom: 1.1rem;
}

.hero-content p {
  color: #6b7280;
  max-width: 36rem;
  margin-bottom: 1.7rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 2rem;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.hero-meta-item {
  min-width: 110px;
}

.hero-meta-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}

.hero-meta-label {
  font-size: 0.85rem;
  color: #6b7280;
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.phone-stack {
  position: relative;
  width: 260px;
  height: 420px;
  transform-style: preserve-3d;
}

.phone {
  position: absolute;
  width: 220px;
  height: 410px;
  border-radius: 32px;
  background: radial-gradient(circle at top, #0f172a, #111827 80%);
  box-shadow: 0 24px 85px rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(148, 163, 184, 0.35);
}

.phone-primary {
  inset: 0;
  margin: auto;
}

.phone-notch {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  height: 20px;
  border-radius: 999px;
  background: #020617;
}

.phone-screen {
  position: absolute;
  inset: 34px 10px 16px;
  border-radius: 26px;
  overflow: hidden;
  background: radial-gradient(circle at top, #1d4ed8, #4f46e5, #020617 75%);
}

.screen-gradient {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 0, rgba(244, 244, 245, 0.8), transparent 40%), radial-gradient(circle at 80% 0, rgba(52, 211, 153, 0.65), transparent 40%);
  mix-blend-mode: screen;
  opacity: 0.8;
}

.screen-floating-icons {
  position: absolute;
  inset: 1.8rem 0.8rem auto;
  display: flex;
  justify-content: space-between;
  color: rgba(15, 23, 42, 0.95);
  font-size: 1.1rem;
}

.screen-text {
  position: absolute;
  inset: auto 1.4rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  color: #e5e7eb;
  text-shadow: 0 6px 20px rgba(15, 23, 42, 0.8);
}

.screen-text span:nth-child(1) {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.screen-text span:nth-child(2) {
  font-size: 1.4rem;
  font-weight: 700;
}

.screen-text span:nth-child(3) {
  font-size: 0.85rem;
  opacity: 0.9;
}

.phone-secondary {
  width: 190px;
  height: 360px;
  opacity: 0.55;
}

.phone-secondary-1 {
  top: 22px;
  left: -10px;
  transform: rotate(-14deg);
  background: radial-gradient(circle at top, #0b1120, #111827 70%);
}

.phone-secondary-2 {
  bottom: 18px;
  right: -4px;
  transform: rotate(11deg);
  background: radial-gradient(circle at top, #020617, #111827 70%);
}

.hero-floating-card {
  position: absolute;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.94);
  border: 1px solid rgba(148, 163, 184, 0.55);
  color: #f9fafb;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.7);
}

.hero-floating-card i {
  color: #38bdf8;
}

.hero-floating-card-1 {
  top: 30px;
  right: -30px;
}

.hero-floating-card-2 {
  bottom: 26px;
  left: -18px;
}

.highlight-grid {
  padding-top: 2rem;
}

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

.highlight-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 1.6rem 1.4rem;
  border: 1px solid rgba(226, 232, 240, 1);
  box-shadow: 0 20px 45px rgba(148, 163, 184, 0.35);
  position: relative;
  overflow: hidden;
}

.highlight-card::before {
  content: none;
}

.highlight-card:hover::before {
  opacity: 0;
}

.highlight-card i {
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
  color: #38bdf8;
}

.highlight-card h3 {
  margin-bottom: 0.4rem;
  font-size: 1.05rem;
}

.highlight-card p {
  font-size: 0.9rem;
  color: #6b7280;
}

.about-home-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 3rem;
  align-items: center;
}

.about-home-text h2 {
  font-size: 1.8rem;
  margin-bottom: 0.9rem;
}

.about-home-text p {
  color: #6b7280;
  margin-bottom: 1.2rem;
}

.feature-list {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1.8rem;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.9rem;
}

.feature-list i {
  color: #22c55e;
  margin-top: 0.05rem;
}

.feature-list span {
  color: #111827;
}

.about-home-visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.stats-card {
  background: radial-gradient(circle at top, rgba(219, 234, 254, 0.9), #ffffff);
  border-radius: 1.4rem;
  padding: 1.4rem 1.2rem;
  border: 1px solid rgba(191, 219, 254, 1);
  box-shadow: 0 22px 55px rgba(148, 163, 184, 0.4);
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.stats-number {
  font-size: 1.4rem;
  font-weight: 700;
}

.stats-label {
  font-size: 0.85rem;
  color: #64748b;
}

.home-services .section-heading {
  text-align: center;
  margin-bottom: 2.5rem;
}

.home-photo-section {
  padding-top: 2.8rem;
  padding-bottom: 2.9rem;
}

.home-photo-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 1.8rem;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(15, 23, 42, 0.24);
  background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.98));
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
}

.home-photo {
  display: block;
  width: 100%;
  height: auto;
}

.home-photo-image {
  position: relative;
}

.home-photo-text {
  padding: 1.8rem 2rem;
  color: #e5e7eb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.6rem;
}

.home-photo-text h3 {
  font-size: 1.25rem;
  margin: 0;
}

.home-photo-text p {
  font-size: 0.86rem;
  color: #cbd5f5;
}

.home-photo-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.4rem;
}

.home-photo-badges .badge {
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.6);
  color: #e5e7eb;
}

.home-photo-note {
  font-size: 0.75rem;
  color: #9ca3af;
}


.section-heading h2 {
  font-size: 1.8rem;
  margin-top: 0.8rem;
  margin-bottom: 0.5rem;
}

.section-heading p {
  color: #6b7280;
  max-width: 34rem;
  margin: 0 auto;
}

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

.service-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 1.7rem 1.5rem;
  border: 1px solid rgba(226, 232, 240, 1);
  box-shadow: 0 20px 55px rgba(148, 163, 184, 0.3);
}

.service-card i {
  font-size: 1.8rem;
  color: #38bdf8;
  margin-bottom: 1rem;
}

.service-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}

.service-card p {
  font-size: 0.9rem;
  color: #6b7280;
}

.services-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.cta-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.8rem 2rem;
  border-radius: 1.8rem;
  border: 1px solid rgba(191, 219, 254, 1);
  background: radial-gradient(circle at 0 0, rgba(219, 234, 254, 0.9), transparent 55%), radial-gradient(circle at 100% 100%, #eff6ff, #ffffff);
  box-shadow: 0 26px 70px rgba(148, 163, 184, 0.45);
}

.cta-text h2 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.cta-text p {
  color: #4b5563;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.site-footer {
  border-top: 1px solid rgba(226, 232, 240, 1);
  background: radial-gradient(circle at top, #eff6ff, #ffffff 65%);
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  margin-top: 2rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1.4fr;
  gap: 2.5rem;
  align-items: flex-start;
}

.footer-brand p {
  margin-top: 0.8rem;
  color: #6b7280;
  font-size: 0.9rem;
}

.footer-links h4,
.footer-contact h4 {
  font-size: 0.95rem;
  margin-bottom: 0.6rem;
}

.footer-links ul li a {
  display: inline-block;
  font-size: 0.85rem;
  color: #6b7280;
  padding: 0.22rem 0;
}

.footer-links ul li a:hover {
  color: #111827;
}

.footer-contact ul {
  display: grid;
  gap: 0.45rem;
  font-size: 0.85rem;
  color: #6b7280;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.footer-contact i {
  margin-top: 0.1rem;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(226, 232, 240, 1);
  font-size: 0.8rem;
  color: #9ca3af;
}

.footer-bottom-left {
  text-align: left;
  flex: 1;
}

.footer-bottom-center {
  text-align: center;
  flex: 1;
}

.footer-bottom-right {
  text-align: right;
  flex: 1;
}

.page-hero {
  padding-top: 6.5rem;
  padding-bottom: 3rem;
}

.page-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.page-hero h1 {
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 0.8rem;
}

.page-hero p {
  color: #6b7280;
  max-width: 36rem;
}

.page-hero-meta {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  min-width: 200px;
}

.meta-item {
  background: radial-gradient(circle at top, rgba(219, 234, 254, 0.9), #ffffff);
  padding: 0.75rem 0.9rem;
  border-radius: 1rem;
  border: 1px solid rgba(191, 219, 254, 1);
}

.meta-label {
  display: block;
  font-size: 0.75rem;
  color: #6b7280;
}

.meta-value {
  font-size: 0.9rem;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
}

.about-block h2 {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}

.about-block p {
  color: #6b7280;
  margin-bottom: 0.7rem;
}

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

.about-number-card {
  background: radial-gradient(circle at top, rgba(219, 234, 254, 0.9), #ffffff);
  border-radius: 1.4rem;
  padding: 1.2rem 1rem;
  border: 1px solid rgba(191, 219, 254, 1);
  text-align: center;
  box-shadow: 0 22px 60px rgba(148, 163, 184, 0.4);
}

.about-number-card .stats-number {
  font-size: 1.4rem;
}

.timeline {
  margin-top: 2.5rem;
  border-left: 1px dashed rgba(55, 65, 81, 0.8);
  padding-left: 1.5rem;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #38bdf8, #6366f1);
  opacity: 0.3;
  width: 2px;
}

.timeline-item {
  position: relative;
  margin-bottom: 2rem;
}

.timeline-dot {
  position: absolute;
  left: -1.7rem;
  top: 0.4rem;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #38bdf8;
  box-shadow: 0 0 0 6px rgba(56, 189, 248, 0.2);
}

.timeline-year {
  font-size: 0.75rem;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.timeline-content h3 {
  font-size: 1.1rem;
  margin-top: 0.4rem;
  margin-bottom: 0.35rem;
}

.timeline-content p {
  font-size: 0.9rem;
  color: #4b5563;
}

.gallery-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.8rem;
}

.filter-btn {
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: #ffffff;
  color: #4b5563;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-btn.active,
.filter-btn:hover {
  border-color: #38bdf8;
  background: radial-gradient(circle at top, rgba(219, 234, 254, 0.9), #ffffff);
}

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

.gallery-item {
  border-radius: 1.4rem;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 1);
  box-shadow: 0 18px 60px rgba(148, 163, 184, 0.35);
  cursor: pointer;
}

.gallery-photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.3rem;
}

.store-1 {
  background-image: radial-gradient(circle at top, #0ea5e9, #020617);
}

.store-2 {
  background-image: radial-gradient(circle at top left, #6366f1, #020617);
}

.store-3 {
  background-image: radial-gradient(circle at bottom right, #22c55e, #020617);
}

.phones-1 {
  background-image: radial-gradient(circle at center, #2563eb, #020617);
}

.phones-2 {
  background-image: radial-gradient(circle at center, #f97316, #020617);
}

.cases-1 {
  background-image: conic-gradient(from 180deg, #0ea5e9, #22c55e, #2563eb, #0ea5e9, #22c55e);
}

.accessories-1 {
  background-image: linear-gradient(135deg, #38bdf8, #6366f1);
}

.accessories-2 {
  background-image: linear-gradient(135deg, #22c55e, #16a34a);
}

.gallery-info {
  padding: 0.9rem 1rem 1rem;
}

.gallery-info h3 {
  font-size: 0.95rem;
  margin-bottom: 0.2rem;
}

.gallery-info p {
  font-size: 0.8rem;
  color: #6b7280;
}

.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 60;
}

.lightbox-overlay.open {
  visibility: visible;
  opacity: 1;
}

.lightbox-content {
  width: min(90%, 720px);
  border-radius: 1.4rem;
  background: radial-gradient(circle at top, #eff6ff, #ffffff);
  border: 1px solid rgba(191, 219, 254, 1);
  box-shadow: 0 24px 85px rgba(148, 163, 184, 0.5);
  padding: 1.2rem 1.2rem 1rem;
  position: relative;
}

.lightbox-image {
  border-radius: 1rem;
  background: radial-gradient(circle at top, #1d4ed8, #0f172a);
  padding-top: 60%;
}

.lightbox-caption {
  margin-top: 0.7rem;
  font-size: 0.9rem;
  color: #1f2937;
}

.lightbox-close {
  position: absolute;
  top: 0.8rem;
  right: 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  background: rgba(15, 23, 42, 0.95);
  color: #e5e7eb;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.services-detailed-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 1.8rem;
}

.service-detailed-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 1.7rem 1.5rem;
  border: 1px solid rgba(226, 232, 240, 1);
  box-shadow: 0 20px 55px rgba(148, 163, 184, 0.35);
}

.service-detailed-card i {
  font-size: 1.6rem;
  color: #38bdf8;
  margin-bottom: 0.8rem;
}

.service-detailed-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.service-detailed-card p {
  font-size: 0.9rem;
  color: #6b7280;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 2.5rem;
  align-items: flex-start;
}

.contact-info h2,
.contact-form-wrapper h2 {
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.contact-info p,
.contact-form-wrapper p {
  color: #6b7280;
  font-size: 0.9rem;
}

.contact-list {
  margin-top: 1.3rem;
  display: grid;
  gap: 0.9rem;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.contact-list i {
  margin-top: 0.2rem;
  color: #38bdf8;
}

.contact-label {
  display: block;
  font-size: 0.8rem;
  color: #6b7280;
}

.contact-value {
  font-size: 0.95rem;
}

.contact-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.4rem;
}

.contact-form-wrapper {
  background: radial-gradient(circle at top left, rgba(219, 234, 254, 0.9), #ffffff);
  border-radius: 1.6rem;
  padding: 1.8rem 1.6rem;
  border: 1px solid rgba(191, 219, 254, 1);
  box-shadow: 0 24px 70px rgba(148, 163, 184, 0.45);
}

.contact-form {
  margin-top: 1.4rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-group {
  margin-bottom: 0.9rem;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  margin-bottom: 0.25rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  border-radius: 0.9rem;
  border: 1px solid rgba(203, 213, 225, 1);
  padding: 0.65rem 0.8rem;
  background: #ffffff;
  color: #111827;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #38bdf8;
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.25);
  background: #ffffff;
}

.form-note {
  font-size: 0.75rem;
  color: #6b7280;
  margin-top: 0.6rem;
}

.form-alert {
  margin-top: 0.7rem;
  font-size: 0.85rem;
  display: none;
}

.form-alert.success {
  display: block;
  color: #22c55e;
}

.form-alert.error {
  display: block;
  color: #f97316;
}

.map-title {
  font-size: 1.3rem;
}

.map-subtitle {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 1rem;
}

.map-embed {
  border-radius: 1.6rem;
  overflow: hidden;
  border: 1px solid rgba(191, 219, 254, 1);
  box-shadow: 0 24px 70px rgba(148, 163, 184, 0.45);
}

.map-embed iframe {
  width: 100%;
  height: 340px;
  border: 0;
}

.animate-on-scroll {
  opacity: 0;
  --initial-translate-x: 0px;
  --initial-translate-y: 20px;
  transform: translate3d(var(--initial-translate-x), var(--initial-translate-y), 0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.animate-on-scroll.in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section-dark .animate-on-scroll {
  --initial-translate-y: 24px;
}

.section-dark .animate-on-scroll.in-view {
  transform: translate3d(0, 0, 0);
}

.slide-from-left {
  --initial-translate-x: -42px;
  --initial-translate-y: 0px;
}

.slide-from-right {
  --initial-translate-x: 42px;
  --initial-translate-y: 0px;
}

.float-delay-sm {
  transition-delay: 0.08s;
}

.float-delay-md {
  transition-delay: 0.16s;
}

.float-delay-lg {
  transition-delay: 0.24s;
}

.phone-stack {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  will-change: transform;
}

.phone-stack.tilt-active {
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.4);
}

body.page-enter {
  opacity: 0;
  transform: translate3d(40px, 0, 0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

body.page-enter.page-enter-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@keyframes loaderSlide {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(120%);
  }
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

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

  .hero-visual {
    margin-top: 1.5rem;
  }

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

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

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

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

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

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

  .about-home-visual {
    order: -1;
  }

  .page-hero-inner {
    flex-direction: column;
    align-items: flex-start;
  }

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

@media (max-width: 768px) {
  .header-inner {
    padding-inline: 1rem;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    right: 1rem;
    left: 1rem;
    margin-top: 0.75rem;
    padding: 0.8rem 0.9rem;
    border-radius: 1.2rem;
    background: radial-gradient(circle at top, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.4);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 1);
    flex-direction: column;
    gap: 0.4rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .main-nav.open .nav-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-cta {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 0.25rem;
  }

  .section {
    padding-block: 3.2rem;
  }

  .hero {
    padding-top: 6rem;
  }

  .hero-inner {
    gap: 2.2rem;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-meta {
    gap: 1rem;
  }

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

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

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

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

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

  .cta-strip-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 1.3rem;
  }

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

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

  .page-hero {
    padding-top: 5.8rem;
  }

  .page-hero h1 {
    font-size: 1.6rem;
  }

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

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

  .map-embed iframe {
    height: 260px;
  }
}

@media (max-width: 480px) {
  .hero {
    padding-top: 5.5rem;
  }

  .hero-content h1 {
    font-size: 1.7rem;
  }

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

  .services-actions {
    flex-direction: column;
  }

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

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

  .cta-strip-inner {
    padding-inline: 1.1rem;
  }

  .lightbox-content {
    padding-inline: 1rem;
  }
}

