/*
 * OrganicMetric — Android App Development
 * FINAL PAGE CSS
 *
 * This stylesheet is written against the existing
 * android-development.html structure.
 *
 * Main readability rule:
 *   Normal website body/content text = 14px minimum.
 *
 * The tiny text inside the decorative phone UI remains
 * intentionally smaller because it represents app-screen
 * microcopy rather than webpage copy.
 */

/* =========================================================
   1. DESIGN TOKENS
   ========================================================= */

:root {
  --android-ink: #0b1020;
  --android-text: #263044;
  --android-muted: #667286;
  --android-soft: #8a94a5;
  --android-line: #e3e8f0;
  --android-blue: #347cff;
  --android-blue-dark: #2365e4;
  --android-violet: #6651ff;
  --android-green: #20b76a;
  --android-lime: #c9ff4a;
  --android-navy: #091124;
  --android-pale: #f6f8fc;
  --android-white: #ffffff;
  --android-radius-lg: 28px;
  --android-radius-md: 20px;
  --android-radius-sm: 14px;
  --android-shadow: 0 18px 50px rgba(16, 27, 52, 0.08);
}

/* =========================================================
   2. BASE
   ========================================================= */

.om-android {
  width: 100%;
  overflow: hidden;
  color: var(--android-text);
  background: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

.om-android img {
  max-width: 100%;
}

.om-android a {
  color: inherit;
  text-decoration: none;
}

.om-android button,
.om-android input,
.om-android select,
.om-android textarea {
  font: inherit;
}

.om-android button {
  cursor: pointer;
}

.om-android h1,
.om-android h2,
.om-android h3 {
  margin-top: 0;
  color: var(--android-ink);
  font-family: "Space Grotesk", sans-serif;
}

.om-android p {
  margin-top: 0;
}

.om-android-wrap {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

/* =========================================================
   3. TYPOGRAPHY
   ========================================================= */

.om-android .android-kicker {
  color: var(--android-blue);
  font-size: 11px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.om-android .android-kicker.light {
  color: var(--android-lime);
}

.om-android .android-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 38px;
}

.om-android .android-section-head h2 {
  max-width: 760px;
  margin: 9px 0 0;
  color: var(--android-ink);
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 1.02;
  letter-spacing: -2.8px;
}

.om-android .android-section-head > p {
  width: min(100%, 420px);
  margin: 0;
  color: var(--android-muted);
  font-size: 14px;
  line-height: 1.7;
}

/* =========================================================
   4. BUTTONS
   ========================================================= */

.om-android .android-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 19px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--android-blue), var(--android-violet));
  box-shadow: 0 14px 30px rgba(52, 124, 255, 0.2);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.om-android .android-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(52, 124, 255, 0.25);
}

.om-android .android-btn:focus-visible {
  outline: 3px solid rgba(52, 124, 255, 0.25);
  outline-offset: 3px;
}

.om-android .android-btn-light {
  color: var(--android-ink);
  background: #fff;
  border-color: var(--android-line);
  box-shadow: none;
}

.om-android .android-btn-light:hover {
  border-color: #cbd4e1;
  box-shadow: 0 10px 25px rgba(16, 27, 52, 0.06);
}

/* =========================================================
   5. HERO
   ========================================================= */

.om-android .android-hero {
  position: relative;
  padding: 82px 0 78px;
  border-bottom: 1px solid var(--android-line);
  background:
    radial-gradient(circle at 76% 42%, rgba(52, 124, 255, 0.14), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(102, 81, 255, 0.11), transparent 25%),
    linear-gradient(135deg, #fff 0%, #fbfcff 58%, #f2f1ff 100%);
}

.om-android .android-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: 58px;
}

.om-android .android-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 25px;
  color: #7b8596;
  font-size: 12px;
  line-height: 1.4;
}

.om-android .android-breadcrumb a:hover {
  color: var(--android-blue);
}

.om-android .android-hero h1 {
  max-width: 650px;
  margin: 14px 0 23px;
  color: var(--android-ink);
  font-size: clamp(50px, 5.5vw, 76px);
  line-height: 0.98;
  letter-spacing: -4px;
}

.om-android .android-hero h1 em {
  color: var(--android-blue);
  font-style: normal;
}

.om-android .android-lead {
  max-width: 625px;
  margin-bottom: 0;
  color: var(--android-muted);
  font-size: 17px;
  line-height: 1.7;
}

.om-android .android-check-list {
  display: grid;
  gap: 11px;
  margin-top: 25px;
}

.om-android .android-check-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #526075;
  font-size: 14px;
  line-height: 1.5;
}

.om-android .android-check-list i {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  place-items: center;
  border-radius: 50%;
  color: #2f5b08;
  background: #eafbd0;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.om-android .android-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 29px;
}

.om-android .android-hero-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 19px;
  color: #8993a3;
  font-size: 12px;
  line-height: 1.5;
}

.om-android .android-note-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--android-lime);
  box-shadow: 0 0 0 4px rgba(201, 255, 74, 0.18);
}

/* Hero visual */
.om-android .android-hero-visual {
  position: relative;
  min-height: 590px;
  display: grid;
  place-items: center;
}

.om-android .android-hero-image {
  position: relative;
  z-index: 3;
  display: block;
  width: min(100%, 720px);
  height: auto;
  filter: drop-shadow(0 28px 45px rgba(20, 38, 28, 0.1));
}

/*
 * The SVG already contains the complete hero composition.
 * Hide the old HTML device construction so two compositions
 * never compete with each other.
 */
.om-android .android-hero-visual > .android-orbit,
.om-android .android-hero-visual > .android-device,
.om-android .android-hero-visual > .android-float-card {
  display: none !important;
}

/* =========================================================
   6. VALUE PROPOSITION STRIP
   ========================================================= */

.om-android .android-value-section {
  padding: 55px 0;
  border-bottom: 1px solid var(--android-line);
  background: #fff;
}

.om-android .android-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.om-android .android-value-card {
  min-width: 0;
  padding: 18px 20px;
  text-align: center;
}

.om-android .android-value-icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin: 0 auto 17px;
  place-items: center;
  border-radius: 15px;
  color: #7655ff;
  background: #f1ecff;
  font-size: 19px;
  font-weight: 800;
}

.om-android .android-value-icon.green {
  color: #14985a;
  background: #eafbd9;
}

.om-android .android-value-icon.blue {
  color: var(--android-blue);
  background: #eaf2ff;
}

.om-android .android-value-icon.purple {
  color: #7655ff;
  background: #f1ecff;
}

.om-android .android-value-card h3 {
  margin: 0 0 8px;
  color: var(--android-ink);
  font-size: 18px;
  line-height: 1.25;
}

.om-android .android-value-card p {
  max-width: 255px;
  margin: 0 auto;
  color: var(--android-muted);
  font-size: 14px;
  line-height: 1.65;
}

/* =========================================================
   7. GENERAL SECTIONS
   ========================================================= */

.om-android .android-section {
  padding: 92px 0;
}

.om-android .android-pale {
  background: var(--android-pale);
}

/* =========================================================
   8. PROCESS
   ========================================================= */

.om-android #android-process {
  scroll-margin-top: 30px;
}

.om-android .android-process-box {
  padding: 30px;
  border: 1px solid #dfe5ee;
  border-radius: var(--android-radius-lg);
  background:
    linear-gradient(135deg, #f1f5ff 0%, #f7f5ff 100%);
  box-shadow: 0 15px 45px rgba(28, 39, 68, 0.035);
}

.om-android .android-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.om-android .android-process-card {
  position: relative;
  min-height: 255px;
  padding: 23px;
  border: 1px solid #e2e7ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 25, 48, 0.045);
}

.om-android .android-step {
  position: absolute;
  top: 17px;
  right: 17px;
  color: #9aa3b1;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
}

.om-android .android-process-icon {
  display: grid;
  width: 43px;
  height: 43px;
  margin-bottom: 30px;
  place-items: center;
  border-radius: 12px;
  color: var(--android-blue);
  background: #edf3ff;
  font-size: 16px;
  font-weight: 800;
}

.om-android .android-process-card h3 {
  margin: 0 0 9px;
  color: var(--android-ink);
  font-size: 18px;
  line-height: 1.25;
}

.om-android .android-process-card p {
  margin: 0;
  color: var(--android-muted);
  font-size: 14px;
  line-height: 1.65;
}

.om-android .android-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
  color: #697588;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
}

.om-android .android-flow b {
  color: #aab2bf;
}

/* =========================================================
   9. WHAT WE BUILD
   ========================================================= */

.om-android .android-build-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  grid-template-rows: repeat(2, auto);
  gap: 18px;
}

.om-android .android-build-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--android-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(18, 25, 48, 0.035);
}

.om-android .android-build-large {
  grid-row: 1 / span 2;
  display: grid;
  grid-template-rows: minmax(300px, 1fr) auto;
}

.om-android .android-build-art {
  position: relative;
  min-height: 220px;
  overflow: hidden;
}

.om-android .android-build-large .android-build-art {
  min-height: 340px;
}

.om-android .android-build-card:not(.android-build-large) .android-build-art {
  min-height: 190px;
}

.om-android .android-build-copy {
  padding: 24px 25px 26px;
}

.om-android .android-card-label {
  display: block;
  color: var(--android-blue);
  font-size: 10px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 1.4px;
}

.om-android .android-build-copy h3 {
  margin: 9px 0 9px;
  color: var(--android-ink);
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -0.9px;
}

.om-android .android-build-copy p {
  margin: 0;
  color: var(--android-muted);
  font-size: 14px;
  line-height: 1.65;
}

.om-android .android-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.om-android .android-tag-row span {
  padding: 7px 10px;
  border: 1px solid #e6ebf2;
  border-radius: 999px;
  color: #5e697b;
  background: #f6f8fb;
  font-size: 12px;
  line-height: 1.2;
}

/* Analytics artwork */
.om-android .analytics-art {
  background:
    radial-gradient(circle at 50% 40%, rgba(52, 124, 255, 0.16), transparent 35%),
    linear-gradient(145deg, #f0f6ff, #f5f1ff);
}

.om-android .analytics-art::before {
  content: "";
  position: absolute;
  width: 370px;
  height: 370px;
  left: 12%;
  top: -90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(52, 124, 255, 0.14), transparent 67%);
}

.om-android .mini-phone {
  position: absolute;
  left: 18%;
  bottom: -40px;
  width: 185px;
  height: 275px;
  padding: 7px;
  border-radius: 30px;
  background: #11182a;
  box-shadow: 0 25px 45px rgba(22, 31, 56, 0.24);
  transform: rotate(-7deg);
}

.om-android .mini-phone::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  width: 58px;
  height: 14px;
  border-radius: 0 0 9px 9px;
  background: #080d18;
  transform: translateX(-50%);
}

.om-android .mini-phone-top {
  height: 27px;
}

.om-android .mini-phone-title {
  padding: 8px 12px;
  color: #fff;
  font: 700 16px/1.2 "Space Grotesk", sans-serif;
}

.om-android .mini-bars {
  display: flex;
  height: 120px;
  align-items: flex-end;
  gap: 7px;
  padding: 10px 12px;
}

.om-android .mini-bars i {
  flex: 1;
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(180deg, #74aaff, #624bff);
}

.om-android .mini-bars i:nth-child(1) { height: 35%; }
.om-android .mini-bars i:nth-child(2) { height: 55%; }
.om-android .mini-bars i:nth-child(3) { height: 46%; }
.om-android .mini-bars i:nth-child(4) { height: 75%; }
.om-android .mini-bars i:nth-child(5) { height: 92%; }

.om-android .mini-line {
  height: 1px;
  margin: 0 12px;
  background: rgba(255, 255, 255, 0.14);
}

.om-android .mini-data-card {
  position: absolute;
  top: 50px;
  right: 11%;
  min-width: 150px;
  padding: 15px 17px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(27, 35, 56, 0.12);
}

.om-android .mini-data-card small {
  display: block;
  color: #7d8797;
  font-size: 10px;
  line-height: 1.3;
}

.om-android .mini-data-card b {
  display: block;
  margin: 4px 0;
  color: var(--android-ink);
  font: 700 23px/1 "Space Grotesk", sans-serif;
}

.om-android .mini-data-card span {
  color: #18a866;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 800;
}

/* Commerce artwork */
.om-android .commerce-art {
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #fff5ed, #f4efff);
}

.om-android .mini-commerce {
  width: min(205px, 68%);
  padding: 13px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(40, 32, 60, 0.12);
  transform: rotate(4deg);
}

.om-android .commerce-img {
  display: block;
  height: 88px;
  margin-bottom: 10px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffcc9e, #8d7aff);
}

.om-android .mini-commerce b {
  display: block;
  color: var(--android-ink);
  font: 700 12px/1.25 "Space Grotesk", sans-serif;
}

.om-android .mini-commerce small {
  display: block;
  margin-top: 4px;
  color: #818b9c;
  font-size: 10px;
  line-height: 1.3;
}

.om-android .mini-commerce button {
  margin-top: 10px;
  padding: 7px 11px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #121a2d;
  font-size: 10px;
}

/* Service artwork */
.om-android .service-art {
  background: linear-gradient(145deg, #effcff, #eef3ff);
}

.om-android .service-map {
  position: absolute;
  inset: 20px 18px 67px;
  border: 1px solid #dfe8f4;
  border-radius: 17px;
  background:
    radial-gradient(circle at 30% 25%, #fff 0 7%, transparent 8%),
    repeating-linear-gradient(
      135deg,
      rgba(52, 124, 255, 0.08) 0 2px,
      transparent 2px 17px
    );
}

.om-android .service-map span {
  position: absolute;
  top: 35%;
  left: 33%;
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--android-blue);
  box-shadow: 0 0 0 8px rgba(52, 124, 255, 0.12);
  font-size: 9px;
}

.om-android .service-map i {
  position: absolute;
  top: 55%;
  right: 20%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--android-lime);
  box-shadow: 0 0 0 7px rgba(201, 255, 74, 0.18);
}

.om-android .service-map b {
  position: absolute;
  left: 13px;
  bottom: 12px;
  color: #536075;
  font-size: 10px;
}

.om-android .service-request {
  position: absolute;
  right: 18%;
  bottom: 17px;
  left: 18%;
  padding: 11px 13px;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 15px 30px rgba(33, 48, 70, 0.12);
}

.om-android .service-request strong {
  display: block;
  color: var(--android-ink);
  font-size: 11px;
  line-height: 1.3;
}

.om-android .service-request small {
  display: block;
  margin-top: 3px;
  color: #7c8697;
  font-size: 10px;
  line-height: 1.3;
}

.om-android .service-request button {
  margin-top: 7px;
  padding: 6px 10px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: var(--android-blue);
  font-size: 9px;
}

/* =========================================================
   10. WHY / TECHNOLOGY DARK SECTION
   ========================================================= */

.om-android .android-dark {
  padding: 96px 0;
  color: #fff;
  background: var(--android-navy);
}

.om-android .android-dark-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 70px;
}

.om-android .android-dark h2 {
  max-width: 620px;
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(40px, 4.6vw, 60px);
  line-height: 1.01;
  letter-spacing: -3px;
}

.om-android .android-dark-copy > p {
  max-width: 610px;
  margin-bottom: 0;
  color: #aeb8c9;
  font-size: 14px;
  line-height: 1.75;
}

.om-android .android-dark-checks {
  display: grid;
  gap: 12px;
  margin: 26px 0;
}

.om-android .android-dark-checks div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #dce2ec;
  font-size: 14px;
  line-height: 1.55;
}

.om-android .android-dark-checks i {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  place-items: center;
  margin-top: 1px;
  border-radius: 50%;
  color: #10162a;
  background: var(--android-lime);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.om-android .android-tech-visual {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}

.om-android .tech-orb {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    #273e70 0%,
    #161f38 48%,
    transparent 70%
  );
}

.om-android .tech-app-icon {
  position: absolute;
  display: grid;
  width: 145px;
  height: 145px;
  place-items: center;
  border-radius: 34px;
  background: linear-gradient(145deg, #6e59ff, #2f7cff);
  box-shadow:
    0 30px 70px rgba(47, 124, 255, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transform: rotate(-7deg);
}

.om-android .tech-app-icon span {
  color: #fff;
  font: 500 74px/1 "Space Grotesk", sans-serif;
  transform: rotate(7deg);
}

.om-android .tech-chip {
  position: absolute;
  min-width: 165px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(12px);
}

.om-android .tech-chip b {
  display: block;
  color: #fff;
  font: 700 13px/1.25 "Space Grotesk", sans-serif;
}

.om-android .tech-chip small {
  display: block;
  margin-top: 3px;
  color: #8f9bb1;
  font-size: 11px;
  line-height: 1.3;
}

.om-android .chip-swift {
  top: 46px;
  left: 3%;
}

.om-android .chip-ui {
  top: 78px;
  right: 2%;
}

.om-android .chip-api {
  bottom: 50px;
  left: 8%;
}

.om-android .chip-test {
  right: 6%;
  bottom: 35px;
}

/* =========================================================
   11. INDUSTRIES
   ========================================================= */

.om-android .android-industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.om-android .android-industry-grid article {
  display: flex;
  min-width: 0;
  min-height: 88px;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid #e1e6ef;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(18, 25, 48, 0.025);
}

.om-android .android-industry-grid article > span {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 11px;
  color: var(--android-blue);
  background: #edf3ff;
  font-size: 16px;
  font-weight: 900;
}

.om-android .android-industry-grid h3 {
  margin: 0;
  color: var(--android-ink);
  font: 700 16px/1.25 "Space Grotesk", sans-serif;
}

.om-android .android-industry-grid small {
  display: block;
  margin-top: 4px;
  color: #778295;
  font-size: 14px;
  line-height: 1.45;
}

/* =========================================================
   12. DARK CTA
   ========================================================= */

.om-android .android-cta-wrap {
  padding-top: 0;
  padding-bottom: 26px;
}

.om-android .android-cta {
  position: relative;
  display: grid;
  min-height: 350px;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.48fr);
  align-items: center;
  overflow: hidden;
  padding: 50px 52px;
  border-radius: 27px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 45%, rgba(61, 94, 255, 0.22), transparent 32%),
    linear-gradient(120deg, #0c1429, #151e38 52%, #25205a);
}

.om-android .android-cta::before {
  content: "";
  position: absolute;
  top: -170px;
  right: -100px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 124, 255, 0.22), transparent 68%);
}

.om-android .android-cta-copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.om-android .android-cta h2 {
  max-width: 650px;
  margin: 10px 0 14px;
  color: #fff;
  font-size: clamp(38px, 4.1vw, 54px);
  line-height: 1.02;
  letter-spacing: -2.8px;
}

.om-android .android-cta p {
  max-width: 570px;
  margin: 0;
  color: #aeb8c9;
  font-size: 14px;
  line-height: 1.7;
}

.om-android .android-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 23px;
}

.om-android .android-btn-white {
  color: #11182a;
  background: #fff;
  box-shadow: none;
}

.om-android .android-btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
  background: transparent;
  box-shadow: none;
}

.om-android .android-cta-device {
  position: relative;
  z-index: 2;
  height: 300px;
  display: grid;
  place-items: end center;
}

.om-android .cta-phone {
  position: relative;
  width: 195px;
  height: 315px;
  padding: 44px 20px 18px;
  border-radius: 32px 32px 0 0;
  background: linear-gradient(160deg, #eaf1ff, #7370d6);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
  transform: rotate(9deg) translateY(50px);
}

.om-android .cta-phone::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 25px 25px 0 0;
  background: linear-gradient(160deg, #10182b, #20254e);
}

.om-android .cta-phone > * {
  position: relative;
  z-index: 2;
}

.om-android .cta-phone-notch {
  position: absolute !important;
  top: 8px;
  left: 50%;
  width: 70px;
  height: 16px;
  border-radius: 0 0 9px 9px;
  background: #080d18;
  transform: translateX(-50%);
}

.om-android .cta-small {
  display: block;
  margin-bottom: 16px;
  color: #8ea0c0;
  font-size: 10px;
  line-height: 1.3;
}

.om-android .cta-phone strong {
  display: block;
  color: #fff;
  font: 700 25px/1.02 "Space Grotesk", sans-serif;
  letter-spacing: -1px;
}

.om-android .cta-pill {
  display: inline-block;
  margin-top: 28px;
  padding: 8px 11px;
  border-radius: 9px;
  color: #fff;
  background: var(--android-blue);
  font-size: 10px;
  line-height: 1.2;
}

/* =========================================================
   13. FINAL CTA
   ========================================================= */

.om-android .android-final-cta-wrap {
  padding: 0 0 76px;
  background: #fff;
}

.om-android .android-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  min-height: 220px;
  padding: 40px 45px;
  border: 1px solid #dcefe2;
  border-radius: 24px;
  background: linear-gradient(120deg, #f1fbf4, #f8fcf9);
}

.om-android .android-final-cta h2 {
  margin: 8px 0 10px;
  color: var(--android-ink);
  font-size: clamp(35px, 4vw, 50px);
  line-height: 1.02;
  letter-spacing: -2.5px;
}

.om-android .android-final-cta p {
  max-width: 610px;
  margin: 0;
  color: var(--android-muted);
  font-size: 14px;
  line-height: 1.65;
}

.om-android .android-final-cta-btn {
  flex: 0 0 auto;
  background: linear-gradient(135deg, #16a34a, #34c759);
  box-shadow: 0 14px 30px rgba(22, 163, 74, 0.18);
}

/* =========================================================
   14. FAQ
   ========================================================= */

.om-android .android-faq-section {
  padding-top: 10px;
  padding-bottom: 92px;
}

.om-android .android-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.om-android .android-faq details {
  border: 1px solid var(--android-line);
  border-radius: 15px;
  padding: 20px 21px;
  background: #fff;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.om-android .android-faq details:hover,
.om-android .android-faq details[open] {
  border-color: #cfd8e5;
  box-shadow: 0 10px 28px rgba(18, 25, 48, 0.045);
}

.om-android .android-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  color: var(--android-ink);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
}

.om-android .android-faq summary::-webkit-details-marker {
  display: none;
}

.om-android .android-faq summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--android-blue);
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
}

.om-android .android-faq details[open] summary::after {
  content: "−";
}

.om-android .android-faq details p {
  max-width: 680px;
  margin: 13px 0 0;
  color: var(--android-muted);
  font-size: 14px;
  line-height: 1.7;
}

/* =========================================================
   15. MODAL / ENQUIRY FORM
   ========================================================= */

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

.android-modal button,
.android-modal input,
.android-modal select,
.android-modal textarea {
  font: inherit;
}

.android-modal[hidden] {
  display: none;
}

.android-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.android-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 12, 25, 0.64);
  backdrop-filter: blur(8px);
}

.android-modal-card {
  position: relative;
  width: min(900px, 100%);
  max-height: 92vh;
  overflow: auto;
  padding: 31px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.28);
}

.android-modal-head {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 25px;
}

.android-modal-head h2 {
  margin: 8px 0;
  color: var(--android-ink);
  font: 700 34px/1.05 "Space Grotesk", sans-serif;
  letter-spacing: -1.5px;
}

.android-modal-head p {
  max-width: 600px;
  margin: 0;
  color: var(--android-muted);
  font-size: 14px;
  line-height: 1.65;
}

.android-modal-close {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border: 0;
  border-radius: 11px;
  color: #596477;
  background: #f3f5f8;
  font-size: 23px;
  line-height: 1;
}

.om-android .android-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.om-android .android-form-grid label {
  display: grid;
  gap: 8px;
}

.om-android .android-form-grid label.android-form-full {
  grid-column: 1 / -1;
}

.om-android .android-form-grid label > span {
  color: #485467;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 800;
}

.om-android .android-form-grid label > span b {
  color: #d33b57;
}

.om-android .android-form-grid input,
.om-android .android-form-grid select,
.om-android .android-form-grid textarea {
  width: 100%;
  min-height: 49px;
  padding: 12px 14px;
  border: 1px solid #dfe4eb;
  border-radius: 12px;
  outline: 0;
  color: var(--android-ink);
  background: #fafbfd;
  font-size: 14px;
  line-height: 1.5;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.om-android .android-form-grid textarea {
  min-height: 130px;
  resize: vertical;
}

.om-android .android-form-grid input::placeholder,
.om-android .android-form-grid textarea::placeholder {
  color: #9aa3b1;
}

.om-android .android-form-grid input:focus,
.om-android .android-form-grid select:focus,
.om-android .android-form-grid textarea:focus {
  border-color: var(--android-blue);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(52, 124, 255, 0.09);
}

.om-android .android-form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #edf0f4;
}

.om-android .android-form-bottom small {
  color: #8791a1;
  font-size: 12px;
  line-height: 1.5;
}

.om-android .android-submit {
  min-height: 48px;
  padding: 13px 18px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--android-blue), var(--android-violet));
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
}

.om-android .android-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.om-android .android-form-success {
  display: none;
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid #d8f29f;
  border-radius: 13px;
  color: #2d4311;
  background: #effbdc;
  font-size: 14px;
  line-height: 1.6;
}

.om-android .android-form-success.show {
  display: block;
}

/* =========================================================
   16. SCROLL REVEAL
   ========================================================= */

.om-android .android-value-card,
.om-android .android-process-card,
.om-android .android-build-card,
.om-android .android-industry-grid article,
.om-android .android-faq details {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 550ms ease,
    transform 550ms ease;
}

.om-android .android-value-card.is-visible,
.om-android .android-process-card.is-visible,
.om-android .android-build-card.is-visible,
.om-android .android-industry-grid article.is-visible,
.om-android .android-faq details.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* If JS is unavailable, don't leave content invisible. */
.no-js .om-android .android-value-card,
.no-js .om-android .android-process-card,
.no-js .om-android .android-build-card,
.no-js .om-android .android-industry-grid article,
.no-js .om-android .android-faq details {
  opacity: 1;
  transform: none;
}

/* =========================================================
   17. TABLET
   ========================================================= */

@media (max-width: 1100px) {
  .om-android-wrap {
    width: min(100% - 40px, 960px);
  }

  .om-android .android-hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .om-android .android-hero-copy {
    max-width: 780px;
  }

  .om-android .android-hero-visual {
    min-height: 520px;
  }

  .om-android .android-value-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .om-android .android-process-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .om-android .android-process-card:nth-child(4),
  .om-android .android-process-card:nth-child(5) {
    min-height: 230px;
  }

  .om-android .android-dark-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .om-android .android-tech-visual {
    min-height: 390px;
  }

  .om-android .android-industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =========================================================
   18. MOBILE
   ========================================================= */

@media (max-width: 720px) {
  .om-android-wrap {
    width: min(100% - 34px, 600px);
  }

  .om-android .android-hero {
    padding: 65px 0 45px;
  }

  .om-android .android-breadcrumb {
    margin-bottom: 21px;
    font-size: 12px;
  }

  .om-android .android-hero h1 {
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 1;
    letter-spacing: -2.7px;
  }

  .om-android .android-lead {
    font-size: 16px;
    line-height: 1.7;
  }

  .om-android .android-check-list span {
    font-size: 14px;
  }

  .om-android .android-actions {
    flex-direction: column;
  }

  .om-android .android-actions .android-btn {
    width: 100%;
  }

  .om-android .android-hero-note {
    align-items: flex-start;
    font-size: 12px;
  }

  .om-android .android-hero-visual {
    min-height: auto;
    margin-top: 20px;
  }

  .om-android .android-hero-image {
    width: 100%;
  }

  .om-android .android-section {
    padding: 64px 0;
  }

  .om-android .android-value-section {
    padding: 45px 0;
  }

  .om-android .android-value-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px 8px;
  }

  .om-android .android-value-card {
    padding: 12px 8px;
  }

  .om-android .android-value-card h3 {
    font-size: 17px;
  }

  .om-android .android-value-card p {
    font-size: 14px;
  }

  .om-android .android-section-head {
    display: block;
    margin-bottom: 28px;
  }

  .om-android .android-section-head h2 {
    font-size: 38px;
    letter-spacing: -2.2px;
  }

  .om-android .android-section-head > p {
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
  }

  .om-android .android-process-box {
    padding: 16px;
    border-radius: 21px;
  }

  .om-android .android-process-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .om-android .android-process-card,
  .om-android .android-process-card:nth-child(4),
  .om-android .android-process-card:nth-child(5) {
    min-height: auto;
    padding: 20px;
  }

  .om-android .android-process-icon {
    margin-bottom: 23px;
  }

  .om-android .android-process-card p {
    font-size: 14px;
  }

  .om-android .android-flow {
    font-size: 11px;
  }

  .om-android .android-build-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 15px;
  }

  .om-android .android-build-large {
    grid-row: auto;
  }

  .om-android .android-build-large .android-build-art,
  .om-android .android-build-card:not(.android-build-large) .android-build-art {
    min-height: 230px;
  }

  .om-android .android-build-copy {
    padding: 22px;
  }

  .om-android .android-build-copy h3 {
    font-size: 22px;
  }

  .om-android .android-build-copy p {
    font-size: 14px;
  }

  .om-android .mini-phone {
    left: 17%;
    width: 165px;
    height: 250px;
  }

  .om-android .mini-data-card {
    right: 8%;
  }

  .om-android .android-dark {
    padding: 70px 0;
  }

  .om-android .android-dark h2 {
    font-size: 40px;
    letter-spacing: -2.3px;
  }

  .om-android .android-dark-copy > p,
  .om-android .android-dark-checks div {
    font-size: 14px;
  }

  .om-android .android-tech-visual {
    min-height: 340px;
    transform: scale(0.86);
    transform-origin: center;
    margin: -20px 0;
  }

  .om-android .android-industry-grid {
    grid-template-columns: 1fr;
  }

  .om-android .android-industry-grid article {
    min-height: 78px;
  }

  .om-android .android-industry-grid h3 {
    font-size: 16px;
  }

  .om-android .android-industry-grid small {
    font-size: 14px;
  }

  .om-android .android-cta {
    grid-template-columns: 1fr;
    min-height: 510px;
    padding: 34px 24px;
  }

  .om-android .android-cta h2 {
    font-size: 39px;
    letter-spacing: -2.2px;
  }

  .om-android .android-cta p {
    font-size: 14px;
  }

  .om-android .android-cta-actions {
    flex-direction: column;
  }

  .om-android .android-cta-actions .android-btn {
    width: 100%;
  }

  .om-android .android-cta-device {
    height: 185px;
  }

  .om-android .cta-phone {
    width: 155px;
    height: 250px;
    transform: rotate(9deg) translateY(72px);
  }

  .om-android .cta-phone strong {
    font-size: 20px;
  }

  .om-android .android-final-cta-wrap {
    padding-bottom: 60px;
  }

  .om-android .android-final-cta {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    padding: 30px 24px;
  }

  .om-android .android-final-cta h2 {
    font-size: 37px;
  }

  .om-android .android-final-cta p {
    font-size: 14px;
  }

  .om-android .android-final-cta-btn {
    width: 100%;
  }

  .om-android .android-faq-section {
    padding-top: 0;
    padding-bottom: 65px;
  }

  .om-android .android-faq {
    grid-template-columns: 1fr;
  }

  .om-android .android-faq summary,
  .om-android .android-faq details p {
    font-size: 14px;
  }

  .android-modal {
    padding: 10px;
  }

  .android-modal-card {
    max-height: 94vh;
    padding: 22px 17px;
    border-radius: 20px;
  }

  .android-modal-head {
    gap: 15px;
  }

  .android-modal-head h2 {
    font-size: 29px;
  }

  .om-android .android-form-grid {
    grid-template-columns: 1fr;
  }

  .om-android .android-form-grid label.android-form-full {
    grid-column: auto;
  }

  .om-android .android-form-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .om-android .android-submit {
    width: 100%;
  }
}

/* =========================================================
   19. REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .om-android *,
  .om-android *::before,
  .om-android *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .om-android .android-value-card,
  .om-android .android-process-card,
  .om-android .android-build-card,
  .om-android .android-industry-grid article,
  .om-android .android-faq details {
    opacity: 1;
    transform: none;
  }
}

/* Override the previous SVG-only visibility rule. */
.om-android .android-hero-visual > .android-orbit,
.om-android .android-hero-visual > .android-device,
.om-android .android-hero-visual > .android-float-card {
  display: block !important;
}

/* =========================================================
   ANDROID HERO — NATIVE HTML/CSS PHONE COMPOSITION
   Matches the iOS page's handcrafted device treatment.
   ========================================================= */
.om-android .android-hero-visual {
  min-height: 600px;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  perspective: 1200px;
}

.om-android .android-hero-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(52,124,255,.17) 0%, rgba(102,81,255,.08) 38%, transparent 70%);
  filter: blur(4px);
  z-index: 0;
}

.om-android .android-orbit {
  position: absolute;
  border: 1px solid rgba(52,124,255,.16);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.om-android .android-orbit-one { width: 500px; height: 500px; }
.om-android .android-orbit-two { width: 650px; height: 650px; border-color: rgba(102,81,255,.09); }

.om-android .android-device {
  position: absolute;
  z-index: 3;
  filter: drop-shadow(0 32px 48px rgba(10,18,35,.20));
  transition: transform .45s cubic-bezier(.2,.8,.2,1), filter .45s ease;
  will-change: transform;
  transform-style: preserve-3d;
  cursor: default;
}

.om-android .android-device-front {
  --base-x: 34px;
  --base-y: 0px;
  --base-rot: 4deg;
  --hover-rot: 2deg;
  z-index: 4;
  transform: perspective(1100px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) rotate(var(--base-rot)) translate(var(--base-x),var(--base-y));
}

.om-android .android-device-back {
  --base-x: -120px;
  --base-y: 35px;
  --base-rot: -13deg;
  z-index: 3;
  transform: perspective(1100px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) rotate(var(--base-rot)) translate(var(--base-x),var(--base-y));
}

.om-android .android-device-frame {
  position: relative;
  padding: 8px;
  border-radius: 42px;
  background: linear-gradient(145deg,#fbfdff 0%,#b8c2cf 48%,#8e9aaa 100%);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.16), inset 0 1px 2px rgba(255,255,255,.85), 0 1px 0 rgba(255,255,255,.8);
}

.om-android .android-device-front .android-device-frame { width: 270px; height: 550px; }
.om-android .android-device-back .android-device-frame { width: 235px; height: 485px; }

.om-android .android-screen {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 35px;
  padding: 20px 16px;
}

.om-android .android-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg,rgba(255,255,255,.13),transparent 23%,transparent 72%,rgba(255,255,255,.05));
  mix-blend-mode: screen;
}

.om-android .android-screen-front {
  color: #fff;
  background: linear-gradient(160deg,#123c2c 0%,#071a16 52%,#10263a 100%);
}
.om-android .android-screen-back {
  color: #11182a;
  background: linear-gradient(160deg,#eef7ff 0%,#e7edff 55%,#f2ecff 100%);
}

.om-android .android-notch {
  position: absolute;
  top: 0;
  left: 50%;
  width: 96px;
  height: 23px;
  border-radius: 0 0 15px 15px;
  background: #060b13;
  transform: translateX(-50%);
  z-index: 3;
}

.om-android .android-status {
  display: flex;
  justify-content: space-between;
  font-size: 7px;
  font-weight: 800;
  opacity: .76;
}
.om-android .android-status.light { margin-top: 3px; }
.om-android .android-app-label { margin-top: 27px; color: var(--android-blue); font-size: 8px; font-weight: 900; letter-spacing: 1.5px; }
.om-android .android-app-top { display:flex; justify-content:space-between; align-items:center; margin-top:31px; color:#b9c4d8; font-size:8px; }
.om-android .android-screen-title { margin-top:15px; font:500 25px/1.04 'Space Grotesk',sans-serif; letter-spacing:-1.1px; }
.om-android .android-screen-title strong { color:#49dc8a; font-weight:700; }
.om-android .android-screen-back .android-screen-title { font-size:22px; }
.om-android .android-screen-back .android-screen-title strong { color:#624cff; }

.om-android .android-action-grid { display:grid; grid-template-columns:1fr 1fr; gap:9px; margin-top:23px; }
.om-android .android-action-grid > div { min-height:82px; padding:11px; border:1px solid rgba(255,255,255,.11); border-radius:14px; background:rgba(255,255,255,.075); backdrop-filter:blur(10px); }
.om-android .android-action-grid span { display:grid; width:25px; height:25px; margin-bottom:8px; place-items:center; border-radius:8px; color:#071b14; background:#39df80; font-size:12px; }
.om-android .android-action-grid b { display:block; font-size:8px; }
.om-android .android-action-grid small { display:block; margin-top:3px; color:#a7b8bd; font-size:6px; }
.om-android .android-bottom-card { margin-top:11px; padding:12px; border:1px solid rgba(255,255,255,.08); border-radius:15px; background:rgba(255,255,255,.08); }
.om-android .android-bottom-card > div { display:flex; justify-content:space-between; color:#aab6ca; font-size:6px; }
.om-android .android-bottom-card > div b { color:#69e79e; }
.om-android .android-bottom-card > strong { display:block; margin-top:8px; font:700 28px 'Space Grotesk'; }
.om-android .android-bottom-card > small { color:#9aa7bc; font-size:6px; }

.om-android .android-chart { height:105px; display:flex; align-items:end; gap:7px; margin:22px 0 13px; padding:0 5px; }
.om-android .android-chart span { flex:1; border-radius:6px 6px 2px 2px; background:linear-gradient(180deg,#4bdd8b,#367cff); }
.om-android .android-mini-card { padding:12px; border-radius:13px; background:#fff; box-shadow:0 12px 28px rgba(53,49,111,.12); }
.om-android .android-mini-card b { display:block; color:#697388; font-size:7px; }
.om-android .android-mini-card strong { display:block; margin-top:3px; color:#16203a; font:700 22px 'Space Grotesk'; }

.om-android .android-float-card {
  position:absolute;
  z-index:6;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border:1px solid rgba(230,234,241,.95);
  border-radius:16px;
  background:rgba(255,255,255,.95);
  box-shadow:0 18px 45px rgba(18,25,48,.12);
  backdrop-filter:blur(14px);
  pointer-events:none;
}
.om-android .android-float-card b { display:block; font:700 11px 'Space Grotesk'; }
.om-android .android-float-card small { display:block; margin-top:2px; color:#7c8697; font-size:8px; }
.om-android .android-float-icon { display:grid; width:34px; height:34px; place-items:center; border-radius:11px; color:var(--android-blue); background:#edf3ff; font-weight:900; }
.om-android .android-float-icon-android { color:#169b59; background:#e8fbdc; }
.om-android .android-float-kotlin { left:0; bottom:105px; }
.om-android .android-float-secure { right:0; top:82px; }

.om-android .android-device-front:hover {
  filter: drop-shadow(0 40px 58px rgba(10,18,35,.25));
  --base-y: -6px;
}
.om-android .android-device-back:hover {
  filter: drop-shadow(0 35px 52px rgba(10,18,35,.20));
  --base-y: 27px;
}

@media (max-width:1100px){
  .om-android .android-hero-visual { min-height:570px; }
  .om-android .android-device-front .android-device-frame { width:250px; height:510px; }
  .om-android .android-device-back .android-device-frame { width:215px; height:445px; }
  .om-android .android-orbit-one { width:460px; height:460px; }
  .om-android .android-orbit-two { width:590px; height:590px; }
}

@media (max-width:720px){
  .om-android .android-hero-visual { min-height:475px; margin-top:20px; overflow:visible; }
  .om-android .android-hero-glow { width:360px; height:360px; }
  .om-android .android-orbit-one { width:340px; height:340px; }
  .om-android .android-orbit-two { width:430px; height:430px; }
  .om-android .android-device-front .android-device-frame { width:205px; height:420px; }
  .om-android .android-device-back .android-device-frame { width:178px; height:370px; }
  .om-android .android-device-front { --base-x:24px; --base-y:0px; }
  .om-android .android-device-back { --base-x:-78px; --base-y:26px; }
  .om-android .android-screen { border-radius:29px; padding:16px 13px; }
  .om-android .android-notch { width:75px; height:18px; }
  .om-android .android-screen-title { font-size:20px; }
  .om-android .android-screen-back .android-screen-title { font-size:17px; }
  .om-android .android-action-grid { gap:7px; margin-top:17px; }
  .om-android .android-action-grid > div { min-height:65px; padding:8px; }
  .om-android .android-bottom-card { margin-top:7px; padding:9px; }
  .om-android .android-bottom-card > strong { font-size:22px; }
  .om-android .android-chart { height:80px; margin:15px 0 9px; }
  .om-android .android-mini-card { padding:9px; }
  .om-android .android-mini-card strong { font-size:18px; }
  .om-android .android-float-card { padding:9px 10px; gap:7px; }
  .om-android .android-float-card b { font-size:9px; }
  .om-android .android-float-card small { font-size:7px; }
  .om-android .android-float-icon { width:28px; height:28px; border-radius:9px; }
  .om-android .android-float-kotlin { left:-4px; bottom:70px; }
  .om-android .android-float-secure { right:-4px; top:55px; }
}

@media (prefers-reduced-motion: reduce){
  .om-android .android-device { transition:none; }
}

/* =========================================================
   FINAL FIX — WHAT WE BUILD / ANDROID BUILD CARDS
   Balanced three-column layout to match the iOS page.
   ========================================================= */
.om-android .android-build-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-template-rows: none !important;
  gap: 18px !important;
  align-items: stretch;
}

.om-android .android-build-card,
.om-android .android-build-card.android-build-large {
  grid-row: auto !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  height: 100%;
}

.om-android .android-build-art,
.om-android .android-build-large .android-build-art,
.om-android .android-build-card:not(.android-build-large) .android-build-art {
  flex: 0 0 285px !important;
  height: 285px !important;
  min-height: 285px !important;
}

.om-android .android-build-copy {
  flex: 1 1 auto;
  min-height: 158px;
  padding: 22px 22px 24px !important;
}

.om-android .android-build-copy h3 {
  font-size: 21px !important;
  line-height: 1.18 !important;
  margin: 8px 0 8px !important;
}

.om-android .android-build-copy p {
  font-size: 13px !important;
  line-height: 1.55 !important;
}

/* Make the dashboard phone feel like a real hero object rather than a tiny icon. */
.om-android .analytics-art {
  display: block;
}

.om-android .analytics-art::before {
  width: 430px;
  height: 430px;
  left: 50%;
  top: -115px;
  transform: translateX(-50%);
}

.om-android .analytics-art .mini-phone {
  left: 50% !important;
  bottom: -54px !important;
  width: 190px !important;
  height: 285px !important;
  transform: translateX(-50%) rotate(-7deg) !important;
  z-index: 2;
}

.om-android .analytics-art .mini-data-card {
  top: 34px !important;
  right: 10% !important;
  z-index: 3;
}

/* Keep the commerce artwork visually centered and generous. */
.om-android .commerce-art .mini-commerce {
  width: min(205px, 62%) !important;
  transform: rotate(4deg);
}

/* Give the marketplace artwork a contained, intentional composition. */
.om-android .service-art {
  position: relative;
  padding: 16px;
}

.om-android .service-art .service-map {
  inset: 16px !important;
  border-radius: 17px;
}

.om-android .service-art .service-request {
  left: 50% !important;
  right: auto !important;
  bottom: 16px !important;
  width: min(270px, 78%) !important;
  transform: translateX(-50%);
}

@media (max-width: 1050px) and (min-width: 701px) {
  .om-android .android-build-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .om-android .android-build-card.android-build-large {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .om-android .android-build-grid {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }

  .om-android .android-build-card,
  .om-android .android-build-card.android-build-large {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .om-android .android-build-art,
  .om-android .android-build-large .android-build-art,
  .om-android .android-build-card:not(.android-build-large) .android-build-art {
    flex-basis: 250px !important;
    height: 250px !important;
    min-height: 250px !important;
  }

  .om-android .analytics-art .mini-phone {
    width: 165px !important;
    height: 250px !important;
    bottom: -42px !important;
  }

  .om-android .analytics-art .mini-data-card {
    top: 24px !important;
    right: 7% !important;
    min-width: 130px;
  }

  .om-android .android-build-copy {
    min-height: auto;
    padding: 20px !important;
  }
}

/* =========================================================
   ORGANICMETRIC ANDROID — TECHNOLOGY / WHY REDESIGN
   Scoped exclusively to .om-android-why
   ========================================================= */

.om-android .om-android-why {
  position: relative;
  overflow: hidden;
  padding: 84px 0 82px;
  background:
    radial-gradient(circle at 78% 45%, rgba(47, 124, 255, .12), transparent 28%),
    radial-gradient(circle at 92% 52%, rgba(102, 81, 255, .13), transparent 31%),
    #091124;
}

.om-android .om-android-why .android-dark-grid {
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  gap: 48px;
  min-height: 540px;
}

.om-android .om-android-why .android-dark-copy {
  position: relative;
  z-index: 5;
  max-width: 690px;
  padding: 8px 0;
}

.om-android .om-android-why .android-dark h2 {
  max-width: 680px;
  margin: 10px 0 20px;
  font-size: clamp(42px, 4.45vw, 62px);
  line-height: 1.01;
  letter-spacing: -3.2px;
}

.om-android .om-android-why .android-dark-copy > p {
  max-width: 650px;
  font-size: 15px;
  line-height: 1.72;
}

.om-android .om-android-why .android-dark-checks {
  gap: 12px;
  margin: 27px 0 28px;
}

.om-android .om-android-why .android-dark-checks div {
  gap: 11px;
  font-size: 14px;
}

.om-android .om-android-why .android-dark-checks i {
  width: 21px;
  height: 21px;
  flex-basis: 21px;
}

.om-android .om-android-tech {
  position: relative;
  min-height: 540px;
  display: block;
  overflow: visible;
  isolation: isolate;
}

/* soft light behind phones */
.om-android .om-android-tech::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(57, 107, 255, .24) 0%,
    rgba(57, 107, 255, .08) 34%,
    transparent 70%
  );
  transform: translate(-50%, -50%);
  filter: blur(8px);
  z-index: -3;
}

/* orbit rings */
.om-android .om-tech-orbit {
  position: absolute;
  left: 51%;
  top: 51%;
  border: 1px solid rgba(62, 137, 255, .22);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.om-android .om-tech-orbit-one {
  width: 390px;
  height: 390px;
}

.om-android .om-tech-orbit-two {
  width: 500px;
  height: 500px;
  border-color: rgba(111, 93, 255, .15);
}

.om-android .om-tech-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #43a6ff;
  box-shadow: 0 0 18px rgba(67, 166, 255, .85);
  z-index: 2;
}

.om-android .om-tech-dot-one { left: 29%; top: 27%; }
.om-android .om-tech-dot-two { right: 18%; top: 38%; }
.om-android .om-tech-dot-three { left: 39%; bottom: 14%; }
.om-android .om-tech-dot-four { right: 32%; bottom: 23%; }

/* phones */
.om-android .om-tech-phone {
  position: absolute;
  z-index: 4;
  transition:
    transform 420ms cubic-bezier(.2,.75,.2,1),
    filter 420ms ease;
  will-change: transform;
}

.om-android .om-tech-phone-shell {
  position: relative;
  width: 244px;
  height: 468px;
  padding: 7px;
  border: 1px solid rgba(255,255,255,.52);
  border-radius: 39px;
  background:
    linear-gradient(145deg, #f1f4fb 0%, #8c91a9 18%, #20283b 58%, #101728 100%);
  box-shadow:
    0 35px 75px rgba(0,0,0,.38),
    0 0 0 1px rgba(255,255,255,.08) inset;
}

.om-android .om-tech-phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 32px;
  background:
    linear-gradient(160deg, #111b2e 0%, #0b1221 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.07);
}

.om-android .om-tech-phone-back {
  left: 31%;
  top: 11%;
  z-index: 3;
  transform: rotate(-10deg) translate(-36px, 22px);
  filter: drop-shadow(0 28px 42px rgba(0,0,0,.28));
}

.om-android .om-tech-phone-front {
  left: 43%;
  top: 5%;
  z-index: 5;
  transform: rotate(7deg);
  filter: drop-shadow(0 30px 48px rgba(0,0,0,.42));
}

.om-android .om-tech-phone-front .om-tech-phone-shell {
  width: 258px;
  height: 490px;
}

.om-android .om-tech-hole {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 48px;
  height: 16px;
  border-radius: 0 0 12px 12px;
  background: #050a13;
  transform: translateX(-50%);
  z-index: 10;
}

.om-android .om-tech-status {
  display: flex;
  justify-content: space-between;
  padding: 16px 17px 0;
  color: #8fa0b8;
  font-size: 8px;
  line-height: 1;
  font-weight: 700;
}

.om-android .om-tech-phone-front .om-tech-status {
  color: #d9e2f2;
}

.om-android .om-tech-greeting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 28px 18px 0;
  color: #9aa9bf;
  font-size: 9px;
}

.om-android .om-tech-greeting b {
  color: #aebdff;
  font-size: 17px;
}

.om-android .om-tech-main-title {
  margin: 12px 18px 20px;
  color: #fff;
  font: 700 26px/1.02 "Space Grotesk", sans-serif;
  letter-spacing: -1.2px;
}

.om-android .om-tech-main-title em {
  color: #b7ff45;
  font-style: normal;
}

.om-android .om-tech-dashboard {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0 16px;
}

.om-android .om-tech-dashboard > div {
  position: relative;
  min-height: 66px;
  padding: 11px 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 12px;
  background: rgba(39, 53, 82, .78);
}

.om-android .om-tech-dashboard > div:nth-child(3) {
  background: linear-gradient(145deg, rgba(40,79,66,.88), rgba(26,51,48,.78));
}

.om-android .om-tech-dashboard b {
  display: block;
  color: #fff;
  font: 700 10px/1.2 "Space Grotesk", sans-serif;
}

.om-android .om-tech-dashboard small {
  display: block;
  margin-top: 4px;
  color: #91a0b7;
  font-size: 7px;
}

.om-android .om-tech-dashboard strong {
  position: absolute;
  right: 9px;
  bottom: 7px;
  color: #73a7ff;
  font-size: 16px;
}

.om-android .om-tech-phone-chart {
  position: relative;
  margin: 10px 16px 0;
  padding: 11px;
  border-radius: 13px;
  background: rgba(30, 42, 68, .9);
}

.om-android .om-tech-phone-chart-head {
  display: flex;
  justify-content: space-between;
  color: #eef4ff;
  font-size: 8px;
  font-weight: 700;
}

.om-android .om-tech-phone-chart-head small {
  color: #7889a5;
  font-size: 6px;
}

.om-android .om-tech-bars {
  display: flex;
  height: 73px;
  align-items: flex-end;
  gap: 5px;
  margin-top: 8px;
}

.om-android .om-tech-bars i {
  flex: 1;
  border-radius: 4px 4px 1px 1px;
  background: linear-gradient(180deg, #63a5ff, #5652ff);
}

.om-android .om-tech-bars i:nth-child(4),
.om-android .om-tech-bars i:nth-child(5),
.om-android .om-tech-bars i:nth-child(6) {
  background: linear-gradient(180deg, #8dff4d, #39c86e);
}

.om-android .om-tech-phone-chart > b {
  position: absolute;
  right: 11px;
  top: 37px;
  padding: 5px 6px;
  border-radius: 6px;
  color: #19233a;
  background: #fff;
  font-size: 7px;
}

.om-android .om-tech-nav {
  position: absolute;
  right: 13px;
  bottom: 12px;
  left: 13px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,.07);
  color: #91a2be;
  text-align: center;
  font-size: 11px;
}

.om-android .om-tech-nav small {
  display: block;
  margin-top: 2px;
  font-size: 5px;
}

.om-android .om-tech-phone-back .om-tech-screen-title,
.om-android .om-tech-phone-back .om-tech-back-title {
  margin: 18px 18px 14px;
  color: #eaf0ff;
  font: 700 19px/1.08 "Space Grotesk", sans-serif;
  letter-spacing: -.7px;
}

.om-android .om-tech-app-kicker {
  margin: 26px 18px 0;
  color: #7c91b1;
  font-size: 7px;
  letter-spacing: 1.2px;
  font-weight: 800;
}

.om-android .om-tech-chart {
  display: flex;
  height: 130px;
  align-items: flex-end;
  gap: 7px;
  margin: 0 18px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.om-android .om-tech-chart i {
  flex: 1;
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(180deg, #6caaff, #5a4cff);
}

.om-android .om-tech-growth {
  display: flex;
  justify-content: space-between;
  margin: 14px 18px;
  color: #8c9ab0;
  font-size: 7px;
}

.om-android .om-tech-growth strong {
  color: #7df38b;
  font-size: 10px;
}

/* floating badges */
.om-android .om-tech-badge {
  position: absolute;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 190px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px;
  background: rgba(27, 37, 58, .86);
  box-shadow: 0 18px 38px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
  transition:
    transform 420ms cubic-bezier(.2,.75,.2,1),
    border-color 250ms ease,
    background 250ms ease;
}

.om-android .om-tech-badge b {
  display: block;
  color: #fff;
  font: 700 13px/1.2 "Space Grotesk", sans-serif;
}

.om-android .om-tech-badge small {
  display: block;
  margin-top: 3px;
  color: #8f9db5;
  font-size: 10px;
  line-height: 1.25;
}

.om-android .om-tech-badge-native {
  top: 62px;
  left: 2%;
}

.om-android .om-tech-badge-play {
  top: 92px;
  right: 0;
}

.om-android .om-tech-badge-secure {
  bottom: 65px;
  left: 0;
}

.om-android .om-tech-badge-user {
  right: 4%;
  bottom: 46px;
}

.om-android .om-tech-badge-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 11px;
  background: rgba(255,255,255,.08);
}

.om-android .om-android-robot svg {
  width: 28px;
  height: 28px;
  fill: #56df7a;
}

.om-android .om-android-robot svg path:nth-of-type(2) {
  fill: none;
  stroke: #56df7a;
  stroke-width: 3;
  stroke-linecap: round;
}

.om-android .om-android-robot svg circle {
  fill: #0d1727;
}

.om-android .om-play-icon {
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,.96);
}

.om-android .om-play-icon::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #31a8ff;
  transform: translateX(2px);
}

.om-android .om-play-icon span {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #70df70;
  transform: translate(-1px, 0);
  opacity: .75;
}

.om-android .om-shield-icon {
  color: #78b7ff;
  background: rgba(52,124,255,.14);
  font-weight: 900;
}

.om-android .om-users-icon {
  color: #9aaeff;
  background: rgba(102,81,255,.16);
  font-size: 11px;
  letter-spacing: -2px;
}

/* desktop sizing refinements */
@media (min-width: 1200px) {
  .om-android .om-android-why .android-dark-grid {
    grid-template-columns: minmax(0, .94fr) minmax(560px, 1.06fr);
    gap: 38px;
  }
}

@media (max-width: 1100px) {
  .om-android .om-android-why .android-dark-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .om-android .om-android-tech {
    min-height: 560px;
  }
}

@media (max-width: 720px) {
  .om-android .om-android-why {
    padding: 68px 0 62px;
  }

  .om-android .om-android-why .android-dark-grid {
    gap: 12px;
    min-height: 0;
  }

  .om-android .om-android-why .android-dark h2 {
    font-size: 40px;
    letter-spacing: -2.4px;
  }

  .om-android .om-android-tech {
    min-height: 470px;
    margin-top: 10px;
  }

  .om-android .om-tech-orbit-one {
    width: 300px;
    height: 300px;
  }

  .om-android .om-tech-orbit-two {
    width: 390px;
    height: 390px;
  }

  .om-android .om-tech-phone-back {
    left: 25%;
    top: 13%;
    transform: rotate(-10deg) translate(-20px, 12px) scale(.76);
    transform-origin: center;
  }

  .om-android .om-tech-phone-front {
    left: 40%;
    top: 7%;
    transform: rotate(7deg) scale(.79);
    transform-origin: center;
  }

  .om-android .om-tech-badge {
    min-width: 155px;
    padding: 9px 10px;
  }

  .om-android .om-tech-badge b {
    font-size: 10px;
  }

  .om-android .om-tech-badge small {
    font-size: 8px;
  }

  .om-android .om-tech-badge-icon {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
  }

  .om-android .om-tech-badge-native {
    top: 42px;
    left: 0;
  }

  .om-android .om-tech-badge-play {
    top: 73px;
    right: 0;
  }

  .om-android .om-tech-badge-secure {
    bottom: 54px;
    left: 0;
  }

  .om-android .om-tech-badge-user {
    right: 0;
    bottom: 35px;
  }
}

@media (max-width: 430px) {
  .om-android .om-android-tech {
    min-height: 430px;
    transform: scale(.92);
    transform-origin: top center;
    margin-bottom: -30px;
  }

  .om-android .om-tech-badge {
    min-width: 142px;
  }

  .om-android .om-tech-phone-back {
    left: 20%;
  }

  .om-android .om-tech-phone-front {
    left: 35%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .om-android .om-tech-phone,
  .om-android .om-tech-badge {
    transition: none !important;
  }
}
