/* Lightweight SEO landing pages — shared with android-app-development/* */
:root {
  --navy: #0c1733;
  --navy-mid: #13244b;
  --forest: #0d3328;
  --green: #35c264;
  --green-dk: #1e9d55;
  --green-lt: #a8f0c2;
  --blue: #4272ff;
  --white: #ffffff;
  --off-white: #f4f7ff;
  --muted: #6b7a99;
  --border: #e0e8f4;
  --shadow-md: 0 12px 48px rgba(12, 23, 51, 0.13);
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 28px;
}

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

body.service-shell {
  background: var(--off-white);
  font-family: "DM Sans", sans-serif;
  color: var(--navy);
}

/* Allow position:fixed sticky header to stay visible while scrolling */
body.service-shell .page-wrapper,
body.android-seo-page .page-wrapper,
body.ios-seo-page .page-wrapper {
  overflow: visible;
}

body.service-shell #header-root,
body.android-seo-page #header-root,
body.ios-seo-page #header-root {
  position: relative;
  z-index: 100;
}

.container-preloader {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}
.container-preloader .animation-preloader { position: absolute; z-index: 100; }
.container-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 10px solid rgba(0, 0, 0, 0.2);
  border-top-color: #ed1c24;
  height: 9em;
  margin: 0 auto 3.5em;
  width: 9em;
}
.container-preloader .loader-section {
  background: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.container-preloader .loader-section.section-left { left: 0; }
.container-preloader .loader-section.section-right { right: 0; }
.loaded .animation-preloader { opacity: 0; transition: 0.3s ease-out; }
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
@keyframes spinner { to { transform: rotateZ(360deg); } }

.main-header.header-style-one {
  position: relative;
  background: radial-gradient(circle at 50% 0%, #23429f 0%, #101b43 40%, #070d21 80%, #040812 100%);
  z-index: 1000;
}
.main-header.header-style-one .main-box {
  background: rgba(8, 12, 24, 0.46);
  backdrop-filter: blur(8px);
  min-height: 96px;
}
.main-header.header-style-one .logo img { max-height: 66px; width: auto; }
.main-header.header-style-one .main-menu .navigation > li > a { color: rgba(230, 238, 255, 0.9); }
.main-header.header-style-one .main-menu .navigation > li:hover > a,
.main-header.header-style-one .main-menu .navigation > li.current > a { color: #fff; }
/* Header top bar — see css/header-top.css */
.sticky-header { background: #fff; border-bottom: 1px solid #e8edf7; }
.sticky-header .logo img { max-height: 52px; }
.sticky-header .main-menu .navigation > li > a { color: #1a2444 !important; }
body.service-shell .sticky-header.fixed-header,
body.android-seo-page .sticky-header.fixed-header,
body.ios-seo-page .sticky-header.fixed-header {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}
body.service-shell .sticky-header .main-menu .navigation > li:hover > a,
body.service-shell .sticky-header .main-menu .navigation > li.current > a,
body.android-seo-page .sticky-header .main-menu .navigation > li:hover > a,
body.android-seo-page .sticky-header .main-menu .navigation > li.current > a,
body.ios-seo-page .sticky-header .main-menu .navigation > li:hover > a,
body.ios-seo-page .sticky-header .main-menu .navigation > li.current > a {
  color: #ff4b63 !important;
}

.service-hero {
  position: relative;
  overflow: hidden;
  padding: 25px 0 90px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 50%, var(--forest) 100%);
  color: var(--white);
}
.service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-orb.a {
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(53, 194, 100, 0.22) 0%, transparent 70%);
  top: -180px;
  left: -160px;
}
.hero-orb.b {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(66, 114, 255, 0.2) 0%, transparent 70%);
  bottom: -140px;
  right: -80px;
}
.hero-orb.c {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(232, 184, 75, 0.15) 0%, transparent 70%);
  top: 50%;
  right: 28%;
  transform: translateY(-50%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 20px;
}
.hero-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--green);
  border-radius: 2px;
}
.service-hero h1 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  color: var(--white);
  margin-bottom: 20px;
  max-width: 820px;
}
.service-hero h1 em {
  font-style: normal;
  background: linear-gradient(135deg, var(--green-lt), var(--green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-lead {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  max-width: 680px;
  margin-bottom: 32px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--green-dk), var(--green));
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(30, 157, 85, 0.35);
}
.btn-hero-primary:hover { color: #fff; transform: translateY(-2px); }
.btn-hero-secondary {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 14px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.btn-hero-secondary:hover { color: var(--green-lt); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-tag {
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.service-main {
  margin-top: -48px;
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}
.content-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}
.s-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-dk);
  margin-bottom: 10px;
}
.s-label::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--green);
  border-radius: 2px;
}
.overview-panel {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-md);
  padding: 44px 48px;
  margin-bottom: 28px;
  position: relative;
}
.overview-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--green) 0%, var(--blue) 100%);
  border-radius: 4px 0 0 4px;
}
.overview-panel h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--navy);
  margin-bottom: 20px;
}
.answer-lead {
  font-size: 16px;
  line-height: 1.75;
  color: #4a5778;
  margin-bottom: 20px;
}
.tick-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
}
.tick-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  line-height: 1.55;
  color: #4a5778;
}
.tick-list li::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green-dk), var(--green));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23fff' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.section-head { text-align: center; margin-bottom: 32px; }
.section-head h3 {
  font-family: "Playfair Display", serif;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 700;
  color: var(--navy);
  margin: 8px 0 10px;
}
.section-head p {
  font-size: 16px;
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}
.cap-grid,
.seo-cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}
.cap-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 28px 24px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.cap-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}
.cap-card-num {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 700;
  color: rgba(12, 23, 51, 0.08);
  display: block;
  margin-bottom: 8px;
}
.cap-card h5 {
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}
.cap-card p { font-size: 14px; line-height: 1.65; color: var(--muted); margin: 0; }

.faq-block {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 40px 44px;
  margin-bottom: 28px;
}
.faq-block h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  color: var(--navy);
}
.faq-item { padding: 18px 0; border-bottom: 1px solid var(--border); }
.faq-item:last-child { border-bottom: 0; padding-bottom: 0; }
.faq-item h4 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.faq-item p { font-size: 14.5px; line-height: 1.65; color: var(--muted); margin: 0; }

.silo-strip {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 28px 32px;
  margin-bottom: 28px;
}
.silo-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}
.silo-links { display: flex; flex-wrap: wrap; gap: 10px; }
.silo-links a {
  font-size: 13px;
  font-weight: 600;
  color: var(--green-dk);
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--off-white);
  transition: background 0.2s, border-color 0.2s;
}
.silo-links a:hover {
  background: rgba(53, 194, 100, 0.1);
  border-color: rgba(53, 194, 100, 0.35);
}

.cta-panel {
  background: linear-gradient(135deg, var(--navy) 0%, var(--forest) 100%);
  border-radius: var(--r-lg);
  padding: 44px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.cta-text h4 {
  font-family: "Playfair Display", serif;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}
.cta-text p { font-size: 15px; color: rgba(255, 255, 255, 0.68); margin: 0; max-width: 520px; line-height: 1.65; }
.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--green-dk), var(--green));
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
}
.btn-cta:hover { color: #fff; }
.btn-cta svg { width: 16px; height: 16px; }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

@media (max-width: 991px) {
  .cap-grid, .seo-cap-grid { grid-template-columns: 1fr; }
  .tick-list { grid-template-columns: 1fr; }
  .overview-panel, .faq-block, .cta-panel { padding: 28px 24px; }
  .cta-panel { flex-direction: column; text-align: center; }
  .cta-text p { margin: 0 auto; }
}
