/*
Theme Name: Edmond Industries
Theme URI: https://example.com/edmond-industries
Author: Edmond Industries
Author URI: https://example.com
Description: A sleek, responsive WordPress theme for a mobile application development company.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: edmond-industries
Tags: custom-logo, custom-menu, featured-images, responsive-layout, one-column, business
*/

:root {
  --bg: #07111f;
  --bg-soft: #0d1b2f;
  --card: #10223a;
  --text: #f7fbff;
  --muted: #a8b7cc;
  --brand: #3dd6ff;
  --brand-2: #8a5cff;
  --accent: #20e3b2;
  --border: rgba(255,255,255,.1);
  --shadow: 0 24px 70px rgba(0,0,0,.35);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, rgba(61,214,255,.18), transparent 32%), var(--bg);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.container { width: min(100% - 32px, var(--max)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(7,17,31,.78);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: -.03em;
  font-size: 1.25rem;
}
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #fff;
  box-shadow: 0 10px 30px rgba(61,214,255,.25);
}
.nav-menu { display: flex; align-items: center; gap: 22px; list-style: none; margin: 0; padding: 0; }
.nav-menu a { color: var(--muted); font-weight: 650; }
.nav-menu a:hover { color: var(--text); }
.menu-toggle { display: none; background: none; border: 1px solid var(--border); color: var(--text); border-radius: 12px; padding: 9px 12px; }

.btn,
.wp-block-button__link,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 800;
  color: #05101c;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  cursor: pointer;
  box-shadow: 0 16px 38px rgba(32,227,178,.22);
}
.btn.secondary { background: rgba(255,255,255,.08); color: var(--text); border: 1px solid var(--border); box-shadow: none; }

.hero { padding: 88px 0 70px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.eyebrow { color: var(--accent); text-transform: uppercase; letter-spacing: .14em; font-weight: 850; font-size: .78rem; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; margin: 0 0 18px; }
h1 { font-size: clamp(2.8rem, 7vw, 5.9rem); }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { font-size: 1.35rem; }
p { color: var(--muted); margin: 0 0 22px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 42px; }
.metric { padding: 18px; border: 1px solid var(--border); border-radius: 18px; background: rgba(255,255,255,.045); }
.metric strong { display: block; font-size: 1.55rem; }
.metric span { color: var(--muted); font-size: .9rem; }

.phone-stage { position: relative; min-height: 570px; display: grid; place-items: center; }
.phone {
  width: min(330px, 78vw);
  aspect-ratio: 9/18.5;
  border-radius: 46px;
  padding: 16px;
  background: linear-gradient(145deg, #19263d, #060b13);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: var(--shadow);
  transform: rotate(4deg);
}
.phone-screen { height: 100%; border-radius: 34px; background: linear-gradient(180deg, #111f35, #07111f); overflow: hidden; padding: 20px; border: 1px solid rgba(255,255,255,.08); }
.app-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 26px; }
.app-dot { width: 44px; height: 44px; border-radius: 14px; background: linear-gradient(135deg, var(--brand), var(--brand-2)); }
.app-card { padding: 18px; border-radius: 24px; background: rgba(255,255,255,.08); border: 1px solid var(--border); margin-bottom: 14px; }
.app-chart { height: 120px; border-radius: 20px; background: linear-gradient(135deg, rgba(61,214,255,.22), rgba(138,92,255,.25)); margin-top: 16px; }
.float-card { position: absolute; padding: 16px 18px; border-radius: 18px; background: rgba(16,34,58,.82); border: 1px solid var(--border); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.float-card.one { left: 0; top: 110px; }
.float-card.two { right: 0; bottom: 115px; }

.section { padding: 82px 0; }
.section-head { max-width: 720px; margin-bottom: 36px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { padding: 28px; border-radius: var(--radius); background: rgba(255,255,255,.055); border: 1px solid var(--border); box-shadow: 0 10px 40px rgba(0,0,0,.12); }
.icon { width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; margin-bottom: 18px; background: linear-gradient(135deg, rgba(61,214,255,.22), rgba(138,92,255,.22)); color: var(--brand); font-size: 1.5rem; }
.process { counter-reset: step; display: grid; gap: 18px; }
.process-item { counter-increment: step; display: grid; grid-template-columns: 62px 1fr; gap: 20px; align-items: start; padding: 24px; border-radius: var(--radius); background: rgba(255,255,255,.045); border: 1px solid var(--border); }
.process-item:before { content: counter(step, decimal-leading-zero); width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(135deg, var(--brand), var(--brand-2)); font-weight: 900; }
.cta { padding: 58px; border-radius: 34px; background: linear-gradient(135deg, rgba(61,214,255,.18), rgba(138,92,255,.2)); border: 1px solid var(--border); display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }

.app-showcase-section { background: #ffffff; color: #1b2430; }
.app-showcase-section p { color: #6e7782; }
.app-showcase { display: grid; grid-template-columns: 1.08fr .92fr; gap: 62px; align-items: center; }
.app-slider { position: relative; overflow: hidden; border-radius: 0; background: #000; box-shadow: 0 24px 60px rgba(0,0,0,.14); }
.app-slider-track { display: flex; width: 300%; animation: edmondSlider 15s infinite; }
.app-slider-track img { width: 33.333%; flex: 0 0 33.333%; aspect-ratio: 1.18 / 1; object-fit: cover; display: block; }
.app-slider-dots { position: absolute; left: 0; right: 0; bottom: 18px; display: flex; justify-content: center; gap: 8px; }
.app-slider-dots span { width: 9px; height: 9px; border-radius: 999px; background: rgba(255,255,255,.55); border: 1px solid rgba(0,0,0,.2); }
.app-showcase-copy { max-width: 590px; }
.app-icon { width: 70px; height: 70px; border-radius: 13px; background: #171626; color: #23f7f7; display: grid; place-items: center; font-size: 2rem; font-weight: 900; line-height: .85; margin-bottom: 30px; box-shadow: inset 0 -8px 0 rgba(255,255,255,.03); }
.app-icon span { display: block; color: #fff; font-size: .78rem; text-transform: uppercase; font-style: italic; letter-spacing: -.04em; }
.app-showcase-copy h2 { color: #555b66; font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 24px; }
.app-showcase-copy h2 span { color: #1db4d2; }
.play-store-btn { display: inline-flex; align-items: center; gap: 14px; margin-top: 34px; margin-left: clamp(0px, 25%, 180px); background: #050505; color: #fff; border-radius: 7px; padding: 8px 18px 9px 12px; min-width: 230px; font-weight: 500; line-height: 1; }
.play-store-btn small { display: block; font-size: .72rem; letter-spacing: .04em; margin-bottom: 4px; }
.play-store-btn span:last-child { font-size: 1.6rem; }
.play-triangle { width: 39px; height: 39px; display: inline-block; background: linear-gradient(135deg, #00f0ff 0 34%, #00df72 34% 50%, #ffdd35 50% 68%, #ff3967 68%); clip-path: polygon(0 0, 100% 50%, 0 100%); }
@keyframes edmondSlider {
  0%, 27% { transform: translateX(0); }
  33%, 60% { transform: translateX(-33.333%); }
  66%, 93% { transform: translateX(-66.666%); }
  100% { transform: translateX(0); }
}

@media (max-width: 850px) {
  .app-showcase { grid-template-columns: 1fr; gap: 34px; }
  .play-store-btn { margin-left: 0; }
}

.site-footer { padding: 44px 0; border-top: 1px solid var(--border); color: var(--muted); }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.entry-content { padding: 72px 0; }
.entry-content a { color: var(--brand); }
input, textarea { width: 100%; background: rgba(255,255,255,.07); color: var(--text); border: 1px solid var(--border); border-radius: 16px; padding: 14px 16px; }

@media (max-width: 850px) {
  .menu-toggle { display: inline-flex; }
  .nav-menu { display: none; position: absolute; left: 16px; right: 16px; top: 76px; flex-direction: column; align-items: flex-start; padding: 18px; border-radius: 18px; background: #0a1728; border: 1px solid var(--border); }
  .nav-menu.open { display: flex; }
  .hero-grid, .grid-3, .cta { grid-template-columns: 1fr; }
  .phone-stage { min-height: 480px; }
  .float-card { display: none; }
  .metrics { grid-template-columns: 1fr; }
  .section { padding: 58px 0; }
  .cta { padding: 32px; }
}

.contact-section { background: rgba(255,255,255,.025); }
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 24px; align-items: stretch; }
.contact-card { padding: 34px; border-radius: var(--radius); background: rgba(255,255,255,.055); border: 1px solid var(--border); box-shadow: 0 16px 48px rgba(0,0,0,.16); }
.contact-info h2 { margin-top: 8px; }
.contact-details { display: grid; gap: 10px; margin-top: 28px; }
.contact-details p { margin: 0; }
.contact-details a { color: var(--brand); font-weight: 750; }
.contact-form { display: grid; gap: 12px; }
.contact-form label { color: var(--text); font-weight: 750; font-size: .92rem; }
.contact-form textarea { resize: vertical; min-height: 150px; }
.form-success { margin-bottom: 18px; padding: 14px 16px; border-radius: 16px; color: #04130f; background: linear-gradient(135deg, var(--brand), var(--accent)); font-weight: 800; }
.privacy-content { max-width: 900px; }
.privacy-content h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.privacy-content h2 { margin-top: 42px; font-size: clamp(1.6rem, 3vw, 2.3rem); }
.privacy-content ul { color: var(--muted); }
.privacy-content li { margin-bottom: 10px; }

@media (max-width: 850px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { padding: 26px; }
}
