/*
Theme Name: AsetProperty Coming Soon
Theme URI: https://asetproperty.com/
Author: AsetProperty
Description: Premium responsive animated coming-soon landing page for collecting Aset Property launch notification emails.
Version: 6.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: asetproperty-coming-soon
*/

:root {
  --ap-bg: #010504;
  --ap-bg-2: #020a07;
  --ap-text: #f4f7f5;
  --ap-muted: #bac4bf;
  --ap-green: #55b26f;
  --ap-green-soft: #79c889;
  --ap-green-bright: #56f28d;
  --ap-border: rgba(255,255,255,.16);
  --ap-line: rgba(92,255,148,.16);
  --ap-rx: 0deg;
  --ap-ry: 0deg;
  --ap-dx: 0px;
  --ap-dy: 0px;
}

* { box-sizing: border-box; }
html { background: var(--ap-bg); }
html, body { margin: 0; min-height: 100%; }
body {
  color: var(--ap-text);
  background: var(--ap-bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
button, input { font: inherit; }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

.ap-coming-soon {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 68%, rgba(40,154,84,.13), transparent 28%),
    radial-gradient(ellipse at 15% 73%, rgba(41,145,78,.07), transparent 28%),
    radial-gradient(ellipse at 85% 73%, rgba(41,145,78,.07), transparent 28%),
    linear-gradient(180deg, #010302 0%, #020806 42%, #020805 72%, #010403 100%);
}

.ap-coming-soon::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  opacity: .34;
  background-image:
    linear-gradient(rgba(255,255,255,.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.012) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.18) 30%, #000 100%);
}

.ap-noise {
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
  opacity: .028;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}

.ap-ambient {
  position: fixed;
  width: 44vw;
  height: 44vw;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  z-index: -3;
  opacity: .08;
  background: #29e773;
}
.ap-ambient-one { left: -28vw; top: 43vh; }
.ap-ambient-two { right: -30vw; top: 38vh; }

.ap-shell {
  width: min(1260px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.ap-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.055);
  position: relative;
}
.ap-header::after {
  content: "";
  position: absolute;
  width: min(230px, 31vw);
  height: 1px;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(88,255,146,.8), transparent);
  box-shadow: 0 0 10px rgba(80,255,139,.66);
  animation: apLinePulse 3.4s ease-in-out infinite;
}

.ap-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  text-decoration: none;
  letter-spacing: -.025em;
}
.ap-brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: brightness(1.22) saturate(1.08) drop-shadow(0 0 12px rgba(85,212,122,.17));
}
.ap-brand-word { font-size: 17px; font-weight: 300; }
.ap-brand-word strong { font-weight: 680; }

.ap-hero {
  position: relative;
  text-align: center;
  padding: 64px 0 0;
}
.ap-copy { position: relative; z-index: 18; }
.ap-title {
  margin: 0;
  font-size: clamp(66px, 7.25vw, 108px);
  line-height: .92;
  letter-spacing: -.052em;
  font-weight: 780;
  color: #f7faf8;
  text-shadow:
    0 12px 42px rgba(0,0,0,.46),
    0 0 34px rgba(102,255,159,.055);
}
.ap-subtitle {
  max-width: 730px;
  margin: 28px auto 0;
  color: #c6cfca;
  font-size: clamp(17px, 1.48vw, 20px);
  line-height: 1.58;
  font-weight: 350;
}

.ap-form-wrap {
  width: min(690px, 100%);
  margin: 34px auto 0;
  position: relative;
  z-index: 22;
}
.ap-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 162px;
  gap: 12px;
}
.ap-input-wrap { position: relative; }
.ap-input-icon {
  position: absolute;
  left: 19px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  color: #ced7d2;
  opacity: .78;
  pointer-events: none;
}
.ap-input {
  width: 100%;
  height: 62px;
  padding: 0 20px 0 52px;
  border-radius: 15px;
  border: 1px solid var(--ap-border);
  outline: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.060), rgba(255,255,255,.033)),
    rgba(5,14,11,.46);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 15px 46px rgba(0,0,0,.19);
  transition: .25s ease;
}
.ap-input::placeholder { color: #919d97; }
.ap-input:focus {
  border-color: rgba(92,237,144,.66);
  background: rgba(255,255,255,.057);
  box-shadow: 0 0 0 4px rgba(73,196,115,.07), 0 0 36px rgba(74,231,130,.09);
}
.ap-submit {
  height: 62px;
  border: 1px solid rgba(108,249,158,.42);
  border-radius: 15px;
  padding: 0 25px;
  color: #fff;
  font-weight: 730;
  cursor: pointer;
  background:
    linear-gradient(120deg, #4dac69 0%, #2d8054 52%, #256747 100%);
  box-shadow:
    0 12px 34px rgba(28,132,72,.23),
    0 0 28px rgba(69,229,126,.08),
    inset 0 1px 0 rgba(255,255,255,.17);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.ap-submit:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 16px 40px rgba(31,154,82,.28), 0 0 32px rgba(75,235,134,.13);
}
.ap-submit:active { transform: translateY(0); }
.ap-submit[disabled] { cursor: wait; opacity: .72; }
.ap-hp { position: absolute !important; left: -99999px !important; width: 1px !important; height: 1px !important; }

.ap-note {
  min-height: 23px;
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #aeb9b3;
  font-size: 13px;
}
.ap-note svg { color: #58e78b; flex: 0 0 auto; }
.ap-form-status {
  min-height: 21px;
  margin: 8px 0 -5px;
  font-size: 13px;
  font-weight: 560;
}
.ap-form-status:empty { visibility: hidden; }
.ap-form-status.is-success { color: #74e89b; }
.ap-form-status.is-error { color: #ff9d9d; }

.ap-stage {
  position: relative;
  height: clamp(440px, 39vw, 545px);
  margin: 12px auto 0;
  overflow: visible;
  perspective: 1050px;
  transform-style: preserve-3d;
  isolation: isolate;
}
.ap-stage::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  width: 75%;
  height: 68%;
  transform: translate(-50%,-50%);
  background: radial-gradient(ellipse, rgba(40,196,93,.13) 0%, rgba(28,113,62,.05) 38%, transparent 70%);
  filter: blur(18px);
  pointer-events: none;
}
.ap-stage-canvas {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  z-index: 2;
  opacity: .8;
  pointer-events: none;
}
.ap-stage-halo {
  position: absolute;
  left: 50%;
  bottom: 54px;
  width: 620px;
  height: 220px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(38,191,88,.24), rgba(11,55,31,.065) 42%, transparent 70%);
  filter: blur(24px);
  z-index: 1;
}

.ap-dot-field {
  position: absolute;
  top: 20%;
  width: 31%;
  height: 54%;
  z-index: 3;
  opacity: .53;
  filter: drop-shadow(0 0 13px rgba(68,232,127,.16));
  background-image:
    radial-gradient(circle, rgba(106,241,153,.78) 0 1px, transparent 1.55px),
    radial-gradient(circle, rgba(72,147,100,.45) 0 1px, transparent 1.45px);
  background-position: 0 0, 7px 7px;
  background-size: 14px 14px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0 34%, rgba(0,0,0,.8) 46%, transparent 72%);
  mask-image: radial-gradient(ellipse at center, #000 0 34%, rgba(0,0,0,.8) 46%, transparent 72%);
  animation: apDotDrift 8s ease-in-out infinite alternate;
}
.ap-dot-left { left: -16%; transform: rotate(13deg); }
.ap-dot-right { right: -16%; transform: rotate(-13deg); animation-delay: -3s; }

.ap-scan {
  position: absolute;
  width: 34%;
  height: 1px;
  top: 43%;
  z-index: 4;
  opacity: .35;
  background: linear-gradient(90deg, transparent, rgba(80,239,137,.7), transparent);
  box-shadow: 0 0 12px rgba(75,235,132,.3);
}
.ap-scan-one { left: 4%; transform: rotate(12deg); }
.ap-scan-two { right: 4%; transform: rotate(-12deg); }

.ap-city {
  position: absolute;
  left: 50%;
  bottom: 61px;
  width: min(760px, 74%);
  height: 205px;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 7px;
  opacity: .46;
  filter: drop-shadow(0 0 11px rgba(68,206,115,.08));
}
.ap-building {
  position: relative;
  width: clamp(29px, 4.2vw, 58px);
  height: var(--h);
  min-height: 54px;
  border: 1px solid rgba(90,232,141,.16);
  border-bottom-color: rgba(90,232,141,.26);
  background:
    repeating-linear-gradient(90deg, transparent 0 11px, rgba(100,238,151,.075) 11px 12px),
    repeating-linear-gradient(0deg, transparent 0 12px, rgba(100,238,151,.07) 12px 13px),
    linear-gradient(180deg, rgba(28,91,57,.055), rgba(22,73,45,.13));
}
.ap-building::after {
  content: "";
  position: absolute;
  left: 50%; top: -12px;
  width: 1px; height: 12px;
  background: linear-gradient(to top, rgba(83,234,137,.22), transparent);
}

.ap-ground-grid {
  position: absolute;
  left: 50%;
  bottom: 14px;
  width: min(900px, 88%);
  height: 170px;
  transform: translateX(-50%) perspective(560px) rotateX(67deg);
  transform-origin: 50% 100%;
  z-index: 4;
  opacity: .26;
  background-image:
    linear-gradient(rgba(78,212,127,.23) 1px, transparent 1px),
    linear-gradient(90deg, rgba(78,212,127,.17) 1px, transparent 1px);
  background-size: 38px 30px;
  mask-image: radial-gradient(ellipse at center, #000 18%, rgba(0,0,0,.62) 50%, transparent 76%);
}

.ap-orbit {
  position: absolute;
  left: 50%;
  bottom: 50px;
  border: 1px solid rgba(89,240,143,.22);
  border-radius: 50%;
  transform: translateX(-50%) rotateX(69deg);
  z-index: 8;
  box-shadow: inset 0 0 18px rgba(52,215,112,.05), 0 0 12px rgba(52,215,112,.04);
}
.ap-orbit-1 { width: 600px; height: 185px; animation: apOrbit 9s linear infinite; }
.ap-orbit-2 { width: 470px; height: 142px; opacity: .65; animation: apOrbit 12s linear infinite reverse; }
.ap-orbit-3 { width: 330px; height: 100px; opacity: .5; }

.ap-platform {
  position: absolute;
  left: 50%;
  bottom: 43px;
  width: min(470px, 47%);
  height: 75px;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 9;
  background:
    radial-gradient(ellipse at 50% 26%, rgba(104,255,157,.18), transparent 39%),
    linear-gradient(180deg, rgba(46,124,77,.24), rgba(4,20,13,.76));
  border: 1px solid rgba(100,246,151,.19);
  box-shadow:
    inset 0 8px 24px rgba(103,247,151,.05),
    0 24px 48px rgba(0,0,0,.5),
    0 0 34px rgba(43,202,102,.08);
}
.ap-platform::before,
.ap-platform::after {
  content: "";
  position: absolute;
  inset: 10px 8%;
  border-radius: 50%;
  border: 1px solid rgba(86,234,137,.17);
}
.ap-platform::after { inset: 19px 20%; opacity: .55; }

.ap-lens-flare {
  position: absolute;
  left: 50%;
  bottom: 72px;
  width: 9px; height: 9px;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 17;
  background: #cbffe0;
  box-shadow:
    0 0 6px 2px #85ffaf,
    0 0 24px 8px rgba(76,255,138,.82),
    0 0 68px 18px rgba(60,222,118,.29),
    -98px 0 58px rgba(44,199,102,.08),
    98px 0 58px rgba(44,199,102,.08);
  animation: apFlare 3s ease-in-out infinite;
}
.ap-lens-flare::before {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 200px; height: 1px;
  transform: translate(-50%,-50%);
  background: linear-gradient(90deg, transparent, rgba(130,255,174,.48), #d7ffe5, rgba(130,255,174,.48), transparent);
  filter: blur(.3px);
}

.ap-logo-scene {
  position: absolute;
  left: 50%;
  top: 45%;
  width: min(390px, 38vw);
  aspect-ratio: 1.08 / 1;
  transform-style: preserve-3d;
  transform: translate3d(-50%, -50%, 70px) rotateX(var(--ap-rx)) rotateY(var(--ap-ry));
  transition: transform .16s ease-out;
  z-index: 15;
  will-change: transform;
}
.ap-logo-float {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  animation: apLogoFloat 5.2s ease-in-out infinite;
}
.ap-hero-logo {
  position: absolute;
  left: 50%; top: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translate(-50%,-50%);
  pointer-events: none;
  user-select: none;
}
.ap-logo-main {
  filter:
    brightness(1.15)
    saturate(1.18)
    drop-shadow(0 14px 20px rgba(0,0,0,.42))
    drop-shadow(0 0 20px rgba(60,219,115,.13));
}
.ap-logo-glow {
  transform: translate(-50%,-50%) scale(1.035);
  filter: blur(22px) brightness(1.28) saturate(1.8);
  opacity: .29;
  mix-blend-mode: screen;
}
.ap-logo-reflection {
  position: absolute;
  left: 50%;
  bottom: -84px;
  width: min(360px, 36vw);
  transform: translateX(-50%) scaleY(-.34);
  transform-origin: 50% 0;
  z-index: 6;
  opacity: .075;
  filter: blur(2px) saturate(1.2);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.6), transparent 68%);
}

.ap-footer {
  min-height: 58px;
  padding: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #87948e;
  font-size: 12px;
  text-align: center;
  position: relative;
  z-index: 20;
}
.ap-footer-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #54e888;
  box-shadow: 0 0 8px rgba(84,232,136,.55);
}

@keyframes apLinePulse {
  0%,100% { opacity: .48; transform: translateX(-50%) scaleX(.72); }
  50% { opacity: 1; transform: translateX(-50%) scaleX(1.05); }
}
@keyframes apLogoFloat {
  0%,100% { transform: translateY(4px) rotateZ(-.15deg); }
  50% { transform: translateY(-8px) rotateZ(.15deg); }
}
@keyframes apFlare {
  0%,100% { opacity: .72; transform: translateX(-50%) scale(.86); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.12); }
}
@keyframes apOrbit {
  from { filter: hue-rotate(0deg); }
  50% { opacity: .8; }
  to { filter: hue-rotate(12deg); }
}
@keyframes apDotDrift {
  from { background-position: 0 0, 7px 7px; opacity: .38; }
  to { background-position: 12px -5px, 19px 2px; opacity: .58; }
}

@media (max-width: 900px) {
  .ap-shell { width: min(100% - 34px, 760px); }
  .ap-header { min-height: 75px; }
  .ap-brand img { width: 31px; height: 31px; }
  .ap-brand-word { font-size: 16px; }
  .ap-hero { padding-top: 54px; }
  .ap-title { font-size: clamp(58px, 11vw, 84px); }
  .ap-subtitle { max-width: 650px; }
  .ap-stage { height: 475px; margin-top: 5px; }
  .ap-logo-scene { width: min(360px, 50vw); top: 46%; }
  .ap-city { width: 88%; }
  .ap-dot-field { width: 36%; }
  .ap-dot-left { left: -19%; }
  .ap-dot-right { right: -19%; }
}

@media (max-width: 640px) {
  .ap-shell { width: min(100% - 28px, 520px); }
  .ap-header {
    min-height: 70px;
    justify-content: center;
  }
  .ap-header::after { width: 150px; }
  .ap-brand img { width: 30px; height: 30px; }
  .ap-brand-word { font-size: 16px; }

  .ap-hero { padding-top: 48px; }
  .ap-title {
    font-size: clamp(46px, 15.5vw, 70px);
    line-height: .94;
    letter-spacing: -.055em;
    white-space: nowrap;
  }
  .ap-subtitle {
    margin-top: 23px;
    max-width: 430px;
    font-size: 15.5px;
    line-height: 1.56;
  }
  .ap-form-wrap { margin-top: 30px; }
  .ap-form {
    grid-template-columns: 1fr;
    gap: 11px;
  }
  .ap-input,
  .ap-submit { height: 58px; border-radius: 14px; }
  .ap-submit { width: 100%; }
  .ap-note {
    align-items: flex-start;
    max-width: 330px;
    margin: 14px auto 0;
    line-height: 1.45;
  }
  .ap-note svg { margin-top: 1px; }

  .ap-stage {
    height: 415px;
    margin-top: -2px;
  }
  .ap-stage-halo { width: 420px; bottom: 44px; }
  .ap-dot-field {
    top: 24%;
    width: 45%;
    height: 48%;
    background-size: 12px 12px;
    opacity: .43;
  }
  .ap-dot-left { left: -24%; }
  .ap-dot-right { right: -24%; }
  .ap-scan { width: 29%; top: 46%; }
  .ap-city {
    bottom: 53px;
    width: 116%;
    height: 150px;
    gap: 4px;
  }
  .ap-building { width: 28px; min-height: 46px; }
  .ap-ground-grid { bottom: 7px; width: 115%; height: 125px; }
  .ap-orbit { bottom: 46px; }
  .ap-orbit-1 { width: 410px; height: 128px; }
  .ap-orbit-2 { width: 320px; height: 98px; }
  .ap-orbit-3 { width: 230px; height: 70px; }
  .ap-platform {
    bottom: 40px;
    width: 285px;
    height: 58px;
  }
  .ap-lens-flare { bottom: 61px; }
  .ap-logo-scene {
    top: 44%;
    width: min(300px, 76vw);
  }
  .ap-logo-reflection {
    width: 275px;
    bottom: -56px;
  }
  .ap-footer {
    max-width: 350px;
    margin: -2px auto 0;
    padding-bottom: max(24px, env(safe-area-inset-bottom));
    line-height: 1.45;
  }
}

@media (max-width: 390px) {
  .ap-shell { width: calc(100% - 22px); }
  .ap-hero { padding-top: 42px; }
  .ap-title { font-size: 45px; }
  .ap-subtitle { font-size: 14.5px; }
  .ap-stage { height: 385px; }
  .ap-logo-scene { width: min(275px, 79vw); }
  .ap-note { font-size: 12.5px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
  .ap-logo-scene { transition: none; }
}
