
/* ============================================================
   AURUMX AI — CSS V2
   Premium Global Trading / Cyber-Luxury Theme
   ============================================================ */

:root{
  --bg-0:#01040a;
  --bg-1:#04111f;
  --bg-2:#071a2e;
  --panel:rgba(5,15,27,.78);
  --panel-strong:rgba(6,18,33,.92);
  --panel-soft:rgba(12,27,47,.58);

  --text:#f7fbff;
  --muted:#8fa7bf;
  --muted-2:#667d95;

  --gold:#f2b84b;
  --gold-hi:#ffe29a;
  --gold-deep:#b9781c;

  --blue:#2c91ff;
  --cyan:#53dcff;
  --violet:#7b5cff;

  --green:#24dc98;
  --red:#ff5f6d;
  --amber:#ffcf62;

  --line:rgba(110,171,230,.18);
  --line-soft:rgba(255,255,255,.06);
  --line-gold:rgba(242,184,75,.30);

  --r-sm:10px;
  --r-md:14px;
  --r-lg:20px;

  --shadow-1:0 12px 36px rgba(0,0,0,.28);
  --shadow-2:0 24px 80px rgba(0,0,0,.52);
  --glow-blue:0 0 28px rgba(44,145,255,.16);
  --glow-gold:0 0 28px rgba(242,184,75,.14);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}

body{
  margin:0;
  min-height:100vh;
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,"Segoe UI","Noto Sans Khmer",Arial,sans-serif;
  line-height:1.55;
  background:
    radial-gradient(circle at 15% 8%,rgba(44,145,255,.18),transparent 24%),
    radial-gradient(circle at 82% 12%,rgba(123,92,255,.14),transparent 24%),
    radial-gradient(circle at 65% 75%,rgba(242,184,75,.10),transparent 26%),
    linear-gradient(135deg,#01040a 0%,#04101d 42%,#02060d 100%);
  overflow-x:hidden;
  position:relative;
}

/* animated global/cyber atmosphere */
body::before{
  content:"";
  position:fixed;
  inset:-18%;
  pointer-events:none;
  z-index:-3;
  background:
    conic-gradient(
      from 0deg at 50% 50%,
      transparent 0deg,
      rgba(44,145,255,.10) 38deg,
      transparent 82deg,
      rgba(242,184,75,.07) 145deg,
      transparent 215deg,
      rgba(83,220,255,.07) 280deg,
      transparent 360deg
    );
  filter:blur(32px);
  animation:aurumxRotate 34s linear infinite;
}

body::after{
  content:"";
  position:fixed;
  width:980px;
  height:980px;
  right:-420px;
  top:-420px;
  border-radius:50%;
  pointer-events:none;
  z-index:-2;
  border:1px solid rgba(83,220,255,.12);
  box-shadow:
    0 0 80px rgba(44,145,255,.13),
    inset 0 0 100px rgba(123,92,255,.08);
  animation:aurumxPulse 9s ease-in-out infinite;
}

@keyframes aurumxRotate{to{transform:rotate(360deg)}}
@keyframes aurumxPulse{
  0%,100%{transform:scale(1);opacity:.72}
  50%{transform:scale(1.06);opacity:1}
}
@keyframes floatUp{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-7px)}
}
@keyframes shimmer{
  0%{background-position:-220% 0}
  100%{background-position:220% 0}
}

a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
img{max-width:100%}
.container{width:min(1240px,calc(100% - 32px));margin:auto}

/* ---------- top nav ---------- */
.topbar{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(1,7,14,.72);
  backdrop-filter:blur(20px) saturate(150%);
  border-bottom:1px solid rgba(255,255,255,.055);
  box-shadow:0 10px 30px rgba(0,0,0,.12);
}
.nav{
  min-height:72px;
  display:flex;
  align-items:center;
  gap:22px;
}
.logo{
  width:170px;
  display:block;
  filter:drop-shadow(0 0 12px rgba(242,184,75,.08));
}
.navlinks{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:24px;
  color:#aebed0;
  font-size:14px;
}
.navlinks a{
  position:relative;
  transition:.2s ease;
}
.navlinks a::after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:-7px;
  height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,var(--blue),var(--cyan));
  transition:.22s ease;
}
.navlinks a:hover{color:#fff}
.navlinks a:hover::after{right:0}
.nav-actions{display:flex;gap:8px}

/* ---------- buttons ---------- */
.btn{
  min-height:44px;
  padding:0 17px;
  border:1px solid var(--line);
  border-radius:11px;
  color:var(--text);
  background:linear-gradient(180deg,rgba(12,29,50,.88),rgba(5,15,27,.92));
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.btn:hover{
  transform:translateY(-1px);
  border-color:rgba(83,220,255,.34);
  box-shadow:0 10px 26px rgba(44,145,255,.11);
}
.btn:active{transform:translateY(0)}
.btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}

.btn-primary{
  color:#171008;
  font-weight:850;
  border-color:rgba(255,222,151,.62);
  margin-top: 10px;
  margin-bottom: 10px;
  background:
    linear-gradient(110deg,#b9781c 0%,#f4bd55 35%,#ffe39b 52%,#eaa93c 72%,#b9781c 100%);
  background-size:220% 100%;
  box-shadow:0 10px 30px rgba(242,184,75,.20),inset 0 1px rgba(255,255,255,.45);
  animation:shimmer 7s linear infinite;
}
.btn-blue{
  border-color:rgba(83,220,255,.42);
  background:linear-gradient(135deg,#126ed6,#269cff);
  box-shadow:0 10px 26px rgba(44,145,255,.18);
}

/* ---------- landing ---------- */
.hero{
  padding:72px 0 48px;
  position:relative;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:20px;
  align-items:center;
}
.eyebrow{
  font-size:11px;
  letter-spacing:2.3px;
  text-transform:uppercase;
  color:#8edfff;
  font-weight:850;
}
h1{
  margin:12px 0 18px;
  max-width:760px;
  font-size:clamp(44px,6vw,78px);
  line-height:1.01;
  letter-spacing:-3px;
}
.gold{
  background:linear-gradient(100deg,#fff1bb,#f6bd56,#c98525);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hero p{
  max-width:670px;
  color:#a5b6c9;
  font-size:17px;
}
.hero-actions{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  margin-top:25px;
}

/* richer hero */
.hero-visual{
  min-height:520px;
  position:relative;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(242,184,75,.26);
  background:
    radial-gradient(circle at 49% 45%,rgba(242,184,75,.20),transparent 18%),
    radial-gradient(circle at 52% 42%,rgba(44,145,255,.28),transparent 37%),
    radial-gradient(circle at 25% 72%,rgba(123,92,255,.18),transparent 28%),
    linear-gradient(180deg,rgba(8,27,48,.90),rgba(2,9,17,.96));
  box-shadow:
    var(--shadow-2),
    inset 0 0 90px rgba(44,145,255,.08),
    0 0 38px rgba(44,145,255,.08);
}
.hero-visual::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(83,220,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(83,220,255,.04) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,transparent,black 25%,black 75%,transparent);
}
.hero-visual::after{
  content:"";
  position:absolute;
  width:560px;
  height:140px;
  left:50%;
  bottom:-50px;
  transform:translateX(-50%);
  border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(242,184,75,.36),rgba(44,145,255,.12) 38%,transparent 72%);
  filter:blur(20px);
}
.orbit{
  position:absolute;
  inset:7%;
  border:1px solid rgba(83,220,255,.18);
  border-radius:50%;
  transform:rotate(-18deg);
  box-shadow:0 0 30px rgba(44,145,255,.08);
}
.orbit:nth-child(2){
  inset:19%;
  transform:rotate(26deg);
  border-color:rgba(242,184,75,.22);
}
.planet{
  width:300px;
  height:300px;
  position:absolute;
  left:50%;
  top:47%;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:
    radial-gradient(circle at 31% 28%,rgba(255,229,155,.44),transparent 8%),
    radial-gradient(circle at 60% 28%,rgba(83,220,255,.55),transparent 12%),
    radial-gradient(circle at 43% 57%,rgba(242,184,75,.30),transparent 11%),
    radial-gradient(circle at 50% 50%,#163967,#0a1c33 52%,#020711 73%);
  box-shadow:
    0 0 0 1px rgba(83,220,255,.22),
    0 0 70px rgba(44,145,255,.32),
    0 0 130px rgba(242,184,75,.15);
  animation:floatUp 7s ease-in-out infinite;
}
.ax-hero{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  z-index:4;
  font-size:132px;
  font-weight:950;
  letter-spacing:-20px;
  text-shadow:0 0 32px rgba(242,184,75,.18);
}
.ax-hero .a{
  color:#efb54a;
  filter:drop-shadow(0 0 18px rgba(242,184,75,.20));
}
.ax-hero .x{
  color:#309eff;
  filter:drop-shadow(0 0 18px rgba(44,145,255,.24));
}
.spark{
  position:absolute;
  width:3px;
  height:3px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 12px #80dcff,0 0 22px rgba(83,220,255,.5);
}
.spark.s1{left:13%;top:16%}
.spark.s2{right:15%;top:22%}
.spark.s3{left:17%;bottom:17%}
.spark.s4{right:22%;bottom:12%}

.stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  margin-top:18px;
}
.stat{
  padding:15px 16px;
  border:1px solid var(--line);
  border-radius:13px;
  background:linear-gradient(180deg,rgba(9,26,45,.66),rgba(5,14,25,.62));
  box-shadow:inset 0 1px rgba(255,255,255,.02);
}
.stat b{display:block;font-size:22px}
.stat small{color:var(--muted)}

/* ---------- sections/cards ---------- */
.section{padding:44px 0}
.section h2{font-size:31px;letter-spacing:-.8px;margin:0 0 7px}
.section-copy{color:var(--muted);margin:0 0 18px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.card{
  min-width:0;
  padding:16px;
  border:1px solid var(--line);
  border-radius:var(--r-md);
  background:
    linear-gradient(180deg,rgba(12,30,51,.80),rgba(5,15,27,.87));
  box-shadow:var(--shadow-1),inset 0 1px rgba(255,255,255,.025);
  backdrop-filter:blur(14px);
}
.card:hover{
  border-color:rgba(83,220,255,.24);
  box-shadow:0 14px 42px rgba(0,0,0,.28),0 0 22px rgba(44,145,255,.06);
}
.card h3{margin:8px 0 5px;font-size:16px}
.card p{margin:0;color:var(--muted);font-size:14px}
.icon{font-size:23px}

/* ---------- auth ---------- */
.auth-shell{
  min-height:100vh;
  display:grid;
  grid-template-columns:1.06fr .94fr;
}
.auth-art{
  position:relative;
  overflow:hidden;
  padding:36px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:
    radial-gradient(circle at 58% 36%,rgba(44,145,255,.32),transparent 32%),
    radial-gradient(circle at 38% 66%,rgba(242,184,75,.15),transparent 23%),
    linear-gradient(145deg,#01040a,#07172a 52%,#02060d);
}
.auth-art::before{
  content:"";
  position:absolute;
  width:620px;
  height:620px;
  right:-220px;
  top:50px;
  border-radius:50%;
  border:1px solid rgba(83,220,255,.13);
  box-shadow:0 0 80px rgba(44,145,255,.16);
}
.auth-art::after{
  content:"";
  position:absolute;
  left:-150px;
  bottom:-180px;
  width:540px;
  height:540px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(242,184,75,.16),transparent 60%);
}
.auth-art h2{
  position:relative;
  margin:0;
  max-width:700px;
  font-size:clamp(40px,5vw,68px);
  line-height:1.02;
  letter-spacing:-2px;
}
.auth-art p{position:relative;max-width:560px;color:#9eb2c7}
.auth-panel{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:28px 18px;
  background:rgba(1,7,14,.44);
  backdrop-filter:blur(14px);
}
.auth-card{
  width:min(540px,100%);
  padding:22px;
  border-radius:20px;
  border:1px solid rgba(114,175,230,.16);
  background:
    linear-gradient(180deg,rgba(7,20,35,.91),rgba(3,11,20,.94));
  box-shadow:
    0 30px 90px rgba(0,0,0,.52),
    0 0 44px rgba(44,145,255,.07),
    inset 0 1px rgba(255,255,255,.03);
}
.auth-head{text-align:center;margin-bottom:18px}
.auth-head .logo{margin:auto}
.auth-head h1{font-size:29px;letter-spacing:-.7px;margin:14px 0 4px}

.form{display:grid;gap:10px}
.field{display:grid;gap:6px}
.field label{font-size:13px;color:#c8d5e3}
.field input,
.field select,
.field textarea{
  width:100%;
  min-height:46px;
  border-radius:10px;
  border:1px solid rgba(116,167,219,.22);
  color:#fff;
  background:linear-gradient(180deg,#071625,#061220);
  padding:0 13px;
  outline:none;
  transition:.18s ease;
}
.field input::placeholder{color:#657d95}
.field input:focus,
.field select:focus,
.field textarea:focus{
  border-color:rgba(83,220,255,.50);
  box-shadow:0 0 0 3px rgba(44,145,255,.09),0 0 18px rgba(44,145,255,.06);
}
.two{display:grid;grid-template-columns:1fr 1fr;gap:8px}

.input-wrap{position:relative}
.input-wrap input{padding-right:46px}
.eye{
  position:absolute;
  right:5px;
  top:5px;
  width:36px;
  height:36px;
  border:0;
  border-radius:8px;
  color:#99aabd;
  background:transparent;
  cursor:pointer;
}
.eye:hover{background:rgba(83,220,255,.06);color:#fff}

.phone-row{display:grid;grid-template-columns:132px 1fr;gap:8px}
.phone-prefix{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 8px;
  border:1px solid rgba(116,167,219,.22);
  border-radius:10px;
  background:linear-gradient(180deg,#071625,#061220);
  color:#dce8f6;
  font-size:13px;
}

/* country picker */
.country-picker{position:relative}
.country-button{
  width:100%;
  min-height:46px;
  border-radius:10px;
  border:1px solid rgba(116,167,219,.22);
  background:linear-gradient(180deg,#071625,#061220);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 12px;
  cursor:pointer;
}
.country-button:hover{border-color:rgba(83,220,255,.38)}
.country-popover{
  display:none;
  position:absolute;
  z-index:200;
  left:0;
  right:0;
  top:calc(100% + 6px);
  border-radius:13px;
  border:1px solid rgba(83,220,255,.22);
  background:rgba(4,15,27,.98);
  box-shadow:0 22px 70px rgba(0,0,0,.58),0 0 26px rgba(44,145,255,.08);
  overflow:hidden;
}
.country-picker.open .country-popover{display:block}
.country-search{
  padding:9px;
  border-bottom:1px solid var(--line-soft);
  position:sticky;
  top:0;
  background:rgba(4,15,27,.98);
}
.country-search input{min-height:40px}
.country-menu{
  max-height:300px;
  overflow:auto;
  padding:5px;
}
.country-menu::-webkit-scrollbar{width:7px}
.country-menu::-webkit-scrollbar-thumb{background:#183755;border-radius:99px}
.country-row{
  width:100%;
  min-height:40px;
  padding:0 9px;
  border:0;
  border-radius:8px;
  background:transparent;
  color:#eaf3fc;
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
}
.country-row:hover{
  background:linear-gradient(90deg,rgba(44,145,255,.12),rgba(242,184,75,.05));
}
.country-name{display:flex;align-items:center;gap:9px}
.flag{font-size:18px}
.dial{color:#8ea4ba}

.divider{
  display:flex;
  align-items:center;
  gap:10px;
  margin:6px 0;
  color:#61758b;
  font-size:11px;
}
.divider::before,.divider::after{content:"";height:1px;background:var(--line-soft);flex:1}
.socials{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.help{font-size:12px;color:var(--muted)}
.link{color:#63d8ff}
.strength{
  height:5px;
  border-radius:99px;
  overflow:hidden;
  background:#0c2135;
}
.strength::before{
  content:"";
  display:block;
  width:var(--strength,0%);
  height:100%;
  border-radius:99px;
  background:linear-gradient(90deg,var(--red),var(--amber),var(--green));
  transition:.25s ease;
}

/* ---------- dashboard ---------- */
.app{
  min-height:100vh;
  display:grid;
  grid-template-columns:248px 1fr;
}
.sidebar{
  position:sticky;
  top:0;
  height:100vh;
  padding:13px;
  border-right:1px solid rgba(255,255,255,.055);
  background:
    radial-gradient(circle at 50% 0%,rgba(44,145,255,.10),transparent 24%),
    rgba(2,9,17,.88);
  backdrop-filter:blur(18px);
}
.side-logo{padding:8px 8px 18px}
.side-section{
  margin:14px 8px 6px;
  color:#61768c;
  font-size:10px;
  letter-spacing:1.7px;
}
.side-link{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 11px;
  border-radius:9px;
  color:#9eb1c6;
  font-size:14px;
  transition:.18s ease;
}
.side-link:hover{
  color:#fff;
  background:rgba(44,145,255,.07);
}
.side-link.active{
  color:#fff;
  background:linear-gradient(90deg,rgba(44,145,255,.22),rgba(44,145,255,.06));
  box-shadow:inset 3px 0 #2e9cff,0 0 24px rgba(44,145,255,.07);
}
.upgrade{
  margin-top:18px;
  padding:13px;
  border-radius:13px;
  border:1px solid var(--line-gold);
  background:
    radial-gradient(circle at 20% 0%,rgba(242,184,75,.15),transparent 35%),
    linear-gradient(180deg,rgba(27,26,23,.62),rgba(6,17,29,.78));
}

.main{padding:14px;min-width:0}
.appbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:8px;
}
.search{
  width:min(360px,38vw);
  min-height:42px;
  border-radius:10px;
  border:1px solid var(--line);
  background:#081625;
  color:#fff;
  padding:0 13px;
  outline:none;
}
.search:focus{border-color:rgba(83,220,255,.45)}

.dash-top{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
}
.metric{
  padding:14px;
  border:1px solid var(--line);
  border-radius:13px;
  background:
    radial-gradient(circle at 0% 0%,rgba(44,145,255,.08),transparent 36%),
    linear-gradient(180deg,rgba(10,29,49,.82),rgba(5,15,26,.88));
  box-shadow:inset 0 1px rgba(255,255,255,.025);
}
.metric small{color:var(--muted)}
.metric strong{display:block;font-size:22px;margin:4px 0}
.up{color:var(--green)}

.dashboard-grid{
  display:grid;
  grid-template-columns:1fr 330px;
  gap:8px;
  margin-top:8px;
}
.chart-card{min-height:520px}
.chart-toolbar{
  display:flex;
  align-items:center;
  gap:5px;
  flex-wrap:wrap;
  margin-bottom:10px;
}
.tf{
  padding:5px 8px;
  border-radius:7px;
  color:#9fb0c2;
  font-size:12px;
}
.tf:hover{background:rgba(44,145,255,.08);color:#fff}
.tf.active{
  color:#fff;
  background:linear-gradient(180deg,rgba(44,145,255,.22),rgba(44,145,255,.10));
  box-shadow:inset 0 0 0 1px rgba(83,220,255,.15);
}

.chart{
  position:relative;
  overflow:hidden;
  height:430px;
  border-radius:12px;
  border:1px solid rgba(90,145,196,.15);
  background:
    linear-gradient(rgba(93,156,214,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(93,156,214,.055) 1px,transparent 1px),
    radial-gradient(circle at 48% 45%,rgba(44,145,255,.04),transparent 42%),
    #05101b;
  background-size:44px 44px,44px 44px,auto,auto;
  box-shadow:inset 0 0 50px rgba(44,145,255,.03);
}
.chart-state{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  text-align:center;
  color:#718aa3;
}

.watch-row{
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:8px;
  padding:9px 0;
  border-bottom:1px solid rgba(255,255,255,.05);
  font-size:13px;
}
.watch-row:last-child{border-bottom:0}

.profile-grid{
  display:grid;
  grid-template-columns:300px 1fr;
  gap:8px;
}
.avatar{
  width:96px;
  height:96px;
  border-radius:50%;
  border:1px solid var(--line);
  background:linear-gradient(145deg,#10243c,#07111f);
  box-shadow:0 0 25px rgba(44,145,255,.08);
  overflow:hidden;
  display:grid;
  place-items:center;
  font-size:28px;
}
.avatar img{width:100%;height:100%;object-fit:cover}

.mobile-nav{display:none}
.footer{
  padding:30px 0 44px;
  text-align:center;
  color:#647a91;
  font-size:12px;
}

/* ---------- responsive ---------- */
@media(max-width:1040px){
  .hero-grid{grid-template-columns:1fr}
  .hero-visual{min-height:450px}
  .auth-shell{grid-template-columns:1fr}
  .auth-art{display:none}
  .dash-top{grid-template-columns:1fr 1fr}
  .dashboard-grid{grid-template-columns:1fr}
  .app{grid-template-columns:1fr}
  .sidebar{display:none}
  .main{padding-bottom:84px}
  .mobile-nav{
    position:fixed;
    left:8px;right:8px;bottom:8px;
    z-index:120;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    padding:7px;
    border:1px solid var(--line);
    border-radius:15px;
    background:rgba(3,13,23,.92);
    backdrop-filter:blur(18px);
    box-shadow:0 18px 50px rgba(0,0,0,.38);
  }
  .mobile-nav a{text-align:center;font-size:11px;color:#9fb0c3}
  .mobile-nav b{display:block;font-size:18px;color:var(--gold)}
}

@media(max-width:700px){
  .container{width:min(100% - 20px,1240px)}
  .nav{min-height:64px}
  .navlinks{display:none}
  .nav-actions .btn:first-child{display:none}
  .logo{width:146px}
  .hero{padding-top:44px}
  h1{font-size:46px;letter-spacing:-2px}
  .hero-visual{min-height:380px}
  .planet{width:215px;height:215px}
  .ax-hero{font-size:96px}
  .stats,.grid-3,.dash-top,.profile-grid,.two,.socials{grid-template-columns:1fr}
  .auth-panel{padding:14px}
  .auth-card{padding:17px}
  .phone-row{grid-template-columns:116px 1fr}
  .search{display:none}
}

@media(max-width:460px){
  h1{font-size:40px}
  .hero p{font-size:15px}
  .hero-visual{min-height:340px}
  .planet{width:190px;height:190px}
  .ax-hero{font-size:84px}
  .btn{min-height:43px}
}
