:root{--bg:#080615;--bg2:#0f0a24;--panel:#15102b;--panel2:#1d1538;--line:rgba(255,255,255,.11);--text:#fff;--muted:#b8b2cc;--pink:#ff4fc8;--violet:#8b5cff;--cyan:#62e8ff;--shadow:0 24px 70px rgba(2,0,14,.42);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.65 'Be Vietnam Pro',Arial,sans-serif;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 15% 10%,rgba(255,79,200,.09),transparent 27%),radial-gradient(circle at 85% 30%,rgba(98,232,255,.07),transparent 25%);z-index:-1}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.wrap{width:min(1220px,calc(100% - 40px));margin:auto}.header{position:sticky;top:0;z-index:50;background:rgba(8,6,21,.78);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:900;letter-spacing:-.04em}.brand img{width:44px;height:44px;object-fit:cover;border-radius:50%;box-shadow:0 0 24px rgba(255,79,200,.32)}.brand span{background:linear-gradient(90deg,#fff 20%,#ffb7ec 70%,var(--cyan));-webkit-background-clip:text;color:transparent}.links{display:flex;align-items:center;gap:6px}.links a{padding:10px 15px;color:#d9d4e7;font-size:14px;font-weight:700;border-radius:999px;transition:.22s}.links a:hover,.links a.active{color:#fff;background:rgba(255,255,255,.09)}.links .social-link{margin-left:8px;color:#fff;background:linear-gradient(100deg,var(--pink),var(--violet));box-shadow:0 8px 24px rgba(139,92,255,.24)}.nav-toggle{display:none;border:1px solid var(--line);background:var(--panel);color:#fff;border-radius:12px;width:44px;height:44px}.hero{min-height:720px;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#080615 0%,#13092b 55%,#071927 100%)}.hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,black,transparent)}.hero-glow{position:absolute;width:680px;height:680px;border-radius:50%;right:-120px;top:-100px;background:radial-gradient(circle,rgba(255,79,200,.25),rgba(139,92,255,.12) 42%,transparent 68%);filter:blur(10px)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;padding:70px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#ff98df;font-size:12px;font-weight:900;letter-spacing:.18em}.eyebrow:before{content:"";width:28px;height:2px;background:linear-gradient(90deg,var(--pink),var(--cyan))}.hero h1,.page-hero h1{font-size:clamp(52px,7vw,88px);line-height:1.02;letter-spacing:-.065em;margin:17px 0 22px}.hero h1 em{font-style:normal;background:linear-gradient(90deg,#ff63cf,#9f7bff 48%,#69e9ff);-webkit-background-clip:text;color:transparent}.hero-copy>p{max-width:670px;color:var(--muted);font-size:18px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:50px;border:0;border-radius:14px;padding:13px 20px;font-weight:800;cursor:pointer;background:linear-gradient(100deg,var(--pink),var(--violet));color:#fff;box-shadow:0 12px 34px rgba(139,92,255,.25);transition:transform .2s,box-shadow .2s}.btn:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(139,92,255,.34)}.btn.secondary{background:rgba(255,255,255,.07);border:1px solid var(--line);box-shadow:none}.btn.light{background:#fff;color:#160b2c}.hero-stats{display:flex;gap:36px;margin-top:50px}.hero-stats div{display:flex;flex-direction:column}.hero-stats strong{font-size:20px}.hero-stats span{font-size:12px;color:var(--muted)}.hero-visual{position:relative;min-height:530px;display:grid;place-items:center}.visual-ring{position:absolute;width:430px;height:430px;border-radius:50%;border:1px solid rgba(255,255,255,.18);box-shadow:0 0 0 40px rgba(255,255,255,.025),0 0 0 80px rgba(255,255,255,.018),inset 0 0 80px rgba(255,79,200,.15)}.hero-character{position:relative;width:min(420px,90%);filter:drop-shadow(0 28px 45px rgba(0,0,0,.5));animation:float 5s ease-in-out infinite}@keyframes float{50%{transform:translateY(-12px)}}.floating-card{position:absolute;display:flex;align-items:center;gap:10px;padding:12px 16px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(20,12,45,.78);backdrop-filter:blur(14px);box-shadow:var(--shadow);font-size:13px}.floating-card span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--pink),var(--violet))}.fc-one{left:-10px;top:28%}.fc-two{right:-12px;bottom:20%}.feature-strip{position:relative;z-index:4;margin-top:-42px}.feature-strip-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-strip a{position:relative;overflow:hidden;height:190px;border-radius:20px;border:1px solid var(--line);box-shadow:var(--shadow)}.feature-strip img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.feature-strip a:hover img{transform:scale(1.05)}.feature-strip a:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(5,3,15,.92))}.feature-strip span{position:absolute;z-index:2;left:20px;bottom:18px;display:flex;flex-direction:column}.feature-strip small{color:#ff87dc;font-weight:900;letter-spacing:.13em}.feature-strip b{font-size:20px}.section{padding:95px 0}.latest-section{background:linear-gradient(180deg,transparent,rgba(255,255,255,.018))}.section-title{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.section-title h2{margin:8px 0 0;font-size:clamp(34px,4vw,52px);line-height:1.1;letter-spacing:-.045em}.section-title p{margin:8px 0 0}.text-link{font-weight:800;color:#ffc5ee}.muted{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.card{display:flex;flex-direction:column;background:linear-gradient(180deg,var(--panel2),var(--panel));border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .25s,border-color .25s}.card:hover{transform:translateY(-6px);border-color:rgba(255,117,214,.45)}.card>img{width:100%;aspect-ratio:16/10;object-fit:cover;background:#0c0d1c}.card-body{display:flex;flex:1;flex-direction:column;padding:20px}.card h3{margin:0 0 10px;font-size:21px;line-height:1.35;letter-spacing:-.025em}.card p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card .actions{margin-top:auto;padding-top:12px}.badge{align-self:flex-start;display:inline-flex;padding:6px 10px;border-radius:999px;background:rgba(98,232,255,.1);border:1px solid rgba(98,232,255,.18);color:var(--cyan);font-size:11px;font-weight:900;letter-spacing:.05em;margin-bottom:12px}.meta{display:flex;gap:10px;flex-wrap:wrap;color:#958eaa;font-size:13px}.empty,.status{grid-column:1/-1;padding:34px;border:1px dashed rgba(255,255,255,.18);border-radius:18px;color:var(--muted);text-align:center;background:rgba(255,255,255,.025)}.cta{padding:25px 0 95px}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:52px;border-radius:30px;background:radial-gradient(circle at 80% 20%,rgba(98,232,255,.22),transparent 35%),linear-gradient(120deg,#b72d98,#5d42d6 58%,#126b80);box-shadow:var(--shadow)}.cta h2{font-size:clamp(36px,5vw,60px);line-height:1.06;letter-spacing:-.05em;margin:12px 0}.cta p{margin:0;color:#eee6fa}.page-hero{padding:100px 0 85px;position:relative;overflow:hidden;border-bottom:1px solid var(--line)}.page-hero:after{content:"";position:absolute;width:540px;height:540px;right:-80px;top:-230px;border-radius:50%;background:radial-gradient(circle,rgba(255,79,200,.28),transparent 66%)}.page-hero h1{font-size:clamp(48px,7vw,76px);max-width:850px}.page-hero p{color:var(--muted);font-size:18px}.wiki-hero{background:linear-gradient(120deg,#080615,#102039)}.blog-hero{background:linear-gradient(120deg,#080615,#26102c)}.toolbar-shell{position:sticky;top:98px;z-index:12;display:grid;grid-template-columns:1fr 260px;gap:12px;margin-bottom:30px;padding:12px;border:1px solid var(--line);border-radius:18px;background:rgba(15,10,36,.86);backdrop-filter:blur(18px);box-shadow:0 15px 40px rgba(0,0,0,.25)}.search-wrap{position:relative}.search-wrap span{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:24px;color:#aaa2bd}.search-wrap .field{padding-left:48px}.field{width:100%;height:52px;background:#0c091b;border:1px solid rgba(255,255,255,.12);color:#fff;border-radius:12px;padding:0 15px;outline:none}.field:focus{border-color:var(--pink);box-shadow:0 0 0 3px rgba(255,79,200,.1)}select.field{cursor:pointer}.wiki-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.wiki-card{display:flex;flex-direction:column;background:linear-gradient(180deg,var(--panel2),var(--panel));border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow);transition:.25s}.wiki-card:hover{transform:translateY(-5px);border-color:rgba(98,232,255,.42)}.wiki-card img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#0c0d1c}.wiki-card .card-body{padding:16px}.wiki-card h3{margin:0 0 8px;line-height:1.35}.wiki-card .btn{margin-top:auto;width:100%;min-height:44px;padding:10px}.post-back{padding:28px 0 0;color:#d9d2e8}.article{width:min(900px,calc(100% - 40px));margin:35px auto 90px;background:linear-gradient(180deg,var(--panel2),var(--panel));border:1px solid var(--line);border-radius:28px;padding:clamp(24px,6vw,64px);box-shadow:var(--shadow)}.article h1{font-size:clamp(38px,6vw,64px);line-height:1.12;letter-spacing:-.05em;margin:12px 0}.article-cover{width:100%;max-height:560px;object-fit:cover;border-radius:20px;margin:28px 0}.article-content{font-size:18px;line-height:1.85}.footer{border-top:1px solid var(--line);padding:55px 0 22px;background:#06040e}.footer-grid{display:flex;justify-content:space-between;gap:30px}.footer-brand img{width:54px;height:54px}.footer p{color:var(--muted)}.footer-links{display:flex;align-items:center;gap:22px;flex-wrap:wrap;color:#c7c1d5;font-weight:700}.copyright{margin-top:35px;padding-top:20px;border-top:1px solid var(--line);color:#746f84;font-size:13px}.admin-shell{display:grid;grid-template-columns:240px 1fr;min-height:calc(100vh - 82px)}.sidebar{border-right:1px solid var(--line);padding:24px;background:#0c0e1e}.sidebar button{width:100%;text-align:left;margin-bottom:8px}.admin-main{padding:32px}.panel{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:24px;margin-bottom:20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid .full{grid-column:1/-1}.drop{border:2px dashed var(--line);border-radius:16px;padding:30px;text-align:center}.preview{overflow:auto;max-height:420px;border:1px solid var(--line);border-radius:12px}.preview table{border-collapse:collapse;width:100%;min-width:900px}.preview th,.preview td{padding:10px;border-bottom:1px solid var(--line);text-align:left;font-size:13px}.preview th{position:sticky;top:0;background:#202346}.notice{padding:12px 14px;border-radius:12px;margin:12px 0}.notice.ok{background:rgba(84,228,154,.13);color:#54e49a}.notice.err{background:rgba(255,107,127,.13);color:#ff6b7f}.hidden{display:none!important}@media(max-width:980px){.hero{min-height:auto}.hero-grid{grid-template-columns:1fr;padding:80px 0 115px}.hero-copy{text-align:center}.hero-copy>p{margin-left:auto;margin-right:auto}.hero-copy .actions,.hero-stats{justify-content:center}.hero-visual{display:none}.feature-strip-grid{grid-template-columns:1fr 1fr}.feature-strip a:last-child{grid-column:1/-1}.grid{grid-template-columns:repeat(2,1fr)}.wiki-grid{grid-template-columns:repeat(3,1fr)}.cta-inner{padding:38px}.admin-shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--line)}}@media(max-width:760px){.wrap{width:min(100% - 28px,1220px)}.nav{height:72px}.brand img{width:40px;height:40px}.nav-toggle{display:block}.links{display:none;position:absolute;top:72px;left:14px;right:14px;flex-direction:column;align-items:stretch;padding:12px;border:1px solid var(--line);border-radius:16px;background:rgba(12,8,28,.98);box-shadow:var(--shadow)}.links.open{display:flex}.links a{text-align:center}.links .social-link{margin-left:0}.hero-grid{padding:65px 0 100px}.hero h1{font-size:clamp(45px,15vw,65px)}.hero-stats{gap:18px}.feature-strip{margin-top:-25px}.feature-strip-grid{grid-template-columns:1fr}.feature-strip a,.feature-strip a:last-child{grid-column:auto;height:165px}.section{padding:70px 0}.section-title{align-items:flex-start;flex-direction:column}.grid,.wiki-grid{grid-template-columns:1fr}.toolbar-shell{top:84px;grid-template-columns:1fr}.page-hero{padding:70px 0 60px}.page-hero h1{font-size:clamp(43px,13vw,60px)}.cta{padding-bottom:70px}.cta-inner{align-items:flex-start;flex-direction:column;padding:30px;border-radius:24px}.cta h2{font-size:40px}.footer-grid{flex-direction:column}.footer-links{gap:14px}.article{width:calc(100% - 28px);margin-bottom:65px}.admin-main{padding:18px}.form-grid{grid-template-columns:1fr}}@media(max-width:480px){.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hero-stats span{font-size:10px}.btn{width:100%}.card .actions .btn{width:auto;flex:1}.toolbar-shell{padding:9px}.footer-links{flex-direction:column;align-items:flex-start}}

/* =========================================================
   MINA AUDITION — GIAI ĐOẠN 1: HEADER + HERO
   Chỉ tác động tới thanh điều hướng và phần đầu trang chủ.
   ========================================================= */

.header{
  background:rgba(5,7,25,.9);
  border-bottom:1px solid rgba(103,129,255,.16);
  box-shadow:0 8px 35px rgba(0,0,0,.18);
}

.nav{
  min-height:86px;
  height:auto;
  padding:12px 0;
}

.brand{
  flex:0 0 auto;
  gap:12px;
  font-size:20px;
  letter-spacing:-.035em;
}

.brand img{
  width:52px;
  height:52px;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:
    0 0 22px rgba(255,79,200,.38),
    0 0 44px rgba(72,97,255,.18);
}

.links{
  margin-left:auto;
  margin-right:8px;
  gap:2px;
}

.links a{
  position:relative;
  padding:11px 13px;
  color:#dcdff4;
  font-size:12px;
  letter-spacing:.025em;
  white-space:nowrap;
  background:transparent;
}

.links a::after{
  content:"";
  position:absolute;
  left:13px;
  right:13px;
  bottom:5px;
  height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,var(--pink),var(--cyan));
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .25s ease;
}

.links a:hover,
.links a.active{
  color:#fff;
  background:transparent;
}

.links a:hover::after,
.links a.active::after{
  transform:scaleX(1);
}

.follow-btn{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:44px;
  padding:10px 18px;
  border:1px solid rgba(84,194,255,.8);
  border-radius:999px;
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
  background:linear-gradient(100deg,rgba(118,52,255,.3),rgba(22,153,255,.16));
  box-shadow:
    0 0 0 1px rgba(173,84,255,.2) inset,
    0 0 20px rgba(46,147,255,.42),
    0 0 35px rgba(180,54,255,.2);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.follow-btn span{
  color:#ff9cea;
  text-shadow:0 0 14px rgba(255,92,211,.9);
}

.follow-btn:hover{
  transform:translateY(-2px);
  border-color:#fff;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.24) inset,
    0 0 25px rgba(46,147,255,.55),
    0 0 45px rgba(180,54,255,.32);
}

body[data-page="home"] .hero{
  min-height:600px;
  isolation:isolate;
  background:
    linear-gradient(90deg,rgba(3,7,29,.98) 0%,rgba(5,8,31,.92) 38%,rgba(8,9,38,.48) 66%,rgba(4,10,29,.78) 100%),
    radial-gradient(circle at 75% 40%,rgba(100,42,255,.26),transparent 34%),
    linear-gradient(135deg,#05071c 0%,#0c123c 55%,#030a1d 100%);
}

body[data-page="home"] .hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(circle at 76% 34%,rgba(254,64,204,.18),transparent 25%),
    radial-gradient(circle at 85% 70%,rgba(0,205,255,.15),transparent 28%);
}

body[data-page="home"] .hero::after{
  z-index:-1;
  opacity:.55;
  background-image:
    linear-gradient(rgba(91,121,255,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(91,121,255,.055) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(to right,black 0%,rgba(0,0,0,.8) 48%,transparent 100%);
}

.hero-backdrop{
  position:absolute;
  inset:0;
  z-index:-3;
  background:
    linear-gradient(180deg,rgba(3,5,22,.16),rgba(3,5,22,.82)),
    url("/assets/images/mina-hero-bg.jpg") center/cover no-repeat;
  opacity:.52;
}

.hero-grid-lines{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(115deg,transparent 0 72%,rgba(58,197,255,.08) 72.2%,transparent 72.7%),
    linear-gradient(65deg,transparent 0 78%,rgba(255,69,206,.08) 78.2%,transparent 78.7%);
}

.hero-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(8px);
  pointer-events:none;
}

.hero-orb-one{
  width:340px;
  height:340px;
  top:8%;
  right:9%;
  background:radial-gradient(circle,rgba(140,64,255,.22),transparent 68%);
}

.hero-orb-two{
  width:260px;
  height:260px;
  right:34%;
  bottom:2%;
  background:radial-gradient(circle,rgba(29,207,255,.14),transparent 68%);
}

body[data-page="home"] .hero-grid{
  min-height:600px;
  grid-template-columns:minmax(0,1.03fr) minmax(420px,.97fr);
  gap:18px;
  padding:35px 0 25px;
  align-items:center;
}

body[data-page="home"] .hero-copy{
  position:relative;
  z-index:4;
  max-width:670px;
}

.hero-script{
  display:block;
  width:max-content;
  margin-bottom:10px;
  font-family:"Pacifico",cursive;
  font-size:clamp(28px,3vw,43px);
  line-height:1;
  color:#8cdcff;
  text-shadow:
    0 0 12px rgba(92,201,255,.9),
    0 0 28px rgba(128,58,255,.6);
  transform:rotate(-3deg);
}

body[data-page="home"] .eyebrow{
  margin-top:10px;
  color:#ff9ce3;
  letter-spacing:.2em;
}

.hero-brand-title{
  display:flex;
  flex-direction:column;
  width:max-content;
  margin:14px 0 8px;
  line-height:.86;
  filter:drop-shadow(0 0 18px rgba(85,167,255,.26));
}

.hero-brand-title > span{
  font-size:clamp(72px,8.3vw,118px);
  font-weight:900;
  font-style:italic;
  letter-spacing:-.075em;
  color:#fff;
  -webkit-text-stroke:2px rgba(118,191,255,.95);
  text-shadow:
    0 4px 0 #5666e8,
    0 9px 0 #363aa8,
    0 0 18px rgba(67,179,255,.85),
    0 0 42px rgba(138,65,255,.55);
}

.hero-brand-title > small{
  margin-top:18px;
  margin-left:8px;
  font-size:clamp(34px,4.3vw,62px);
  font-weight:900;
  font-style:italic;
  letter-spacing:-.045em;
  color:#f8fbff;
  text-shadow:
    0 4px 0 #3d48aa,
    0 0 20px rgba(101,194,255,.55);
}

body[data-page="home"] .hero h1{
  margin:14px 0 10px;
  font-size:clamp(34px,4.3vw,58px);
  line-height:1.05;
  letter-spacing:-.055em;
}

body[data-page="home"] .hero h1 em{
  filter:drop-shadow(0 0 16px rgba(163,84,255,.32));
}

body[data-page="home"] .hero-copy > p{
  max-width:610px;
  margin:0;
  color:#d1d4e6;
  font-size:16px;
  line-height:1.75;
}

.hero-tags{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:24px;
  padding:10px 17px;
  border:1px solid rgba(113,93,255,.55);
  border-radius:10px;
  color:#f8f5ff;
  background:linear-gradient(90deg,rgba(64,33,144,.58),rgba(20,82,151,.38));
  box-shadow:
    0 0 0 1px rgba(255,255,255,.05) inset,
    0 0 22px rgba(75,115,255,.18);
  font-size:13px;
}

.hero-tags > span{
  color:#9fe9ff;
  font-size:18px;
}

.hero-tags b{
  font-weight:800;
  letter-spacing:.035em;
}

.hero-tags i{
  color:#c4b8ff;
  font-style:normal;
}

body[data-page="home"] .actions{
  margin-top:27px;
}

.hero-primary{
  min-width:230px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:10px;
  background:linear-gradient(100deg,#e63dce 0%,#8b45ff 50%,#159cff 100%);
  box-shadow:
    0 10px 30px rgba(75,93,255,.28),
    0 0 22px rgba(216,56,255,.22);
}

.hero-secondary{
  min-width:190px;
  border-radius:10px;
  background:rgba(8,12,40,.62);
  border-color:rgba(108,149,255,.32);
}

body[data-page="home"] .hero-visual{
  min-height:500px;
  align-self:center;
  overflow:visible;
}

.hero-neon-ring{
  position:absolute;
  width:min(520px,90%);
  aspect-ratio:1;
  border-radius:50%;
  border:1px solid rgba(117,149,255,.22);
  background:
    radial-gradient(circle,transparent 45%,rgba(112,56,255,.08) 46%,transparent 66%);
  box-shadow:
    0 0 0 36px rgba(94,63,255,.025),
    0 0 0 78px rgba(42,164,255,.018),
    inset 0 0 90px rgba(181,51,255,.1);
}

body[data-page="home"] .hero-character{
  position:absolute;
  z-index:3;
  right:-1%;
  bottom:-3%;
  width:min(600px,102%);
  max-height:560px;
  object-fit:contain;
  object-position:center bottom;
  animation:heroFloat 5.2s ease-in-out infinite;
  filter:
    drop-shadow(0 30px 48px rgba(0,0,0,.5))
    drop-shadow(0 0 18px rgba(78,151,255,.2));
}

body[data-page="home"] .hero-character-fallback{
  position:relative;
  right:auto;
  bottom:auto;
  width:min(430px,76%);
  max-height:none;
  border-radius:50%;
}

@keyframes heroFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-12px)}
}

.hero-light-beam{
  position:absolute;
  z-index:1;
  width:4px;
  height:220px;
  border-radius:999px;
  filter:blur(1px);
  opacity:.48;
}

.hero-light-beam-one{
  right:15%;
  top:4%;
  background:linear-gradient(#13cfff,transparent);
  transform:rotate(34deg);
  box-shadow:0 0 18px #13cfff;
}

.hero-light-beam-two{
  left:12%;
  top:12%;
  background:linear-gradient(#fa3bd8,transparent);
  transform:rotate(-36deg);
  box-shadow:0 0 18px #fa3bd8;
}

body[data-page="home"] .floating-card{
  z-index:6;
  background:rgba(8,12,39,.76);
  border-color:rgba(110,136,255,.3);
}

body[data-page="home"] .fc-one{
  left:-3%;
  top:35%;
}

body[data-page="home"] .fc-two{
  right:-2%;
  bottom:16%;
}

.hero-scroll-hint{
  position:absolute;
  left:50%;
  bottom:18px;
  width:28px;
  height:45px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  transform:translateX(-50%);
  opacity:.7;
}

.hero-scroll-hint span{
  position:absolute;
  top:8px;
  left:50%;
  width:4px;
  height:8px;
  border-radius:99px;
  background:#fff;
  transform:translateX(-50%);
  animation:scrollDot 1.8s ease-in-out infinite;
}

@keyframes scrollDot{
  0%{opacity:0;transform:translate(-50%,0)}
  30%{opacity:1}
  100%{opacity:0;transform:translate(-50%,17px)}
}

@media(max-width:1120px){
  .links a{padding-left:9px;padding-right:9px;font-size:11px}
  .follow-btn{padding-left:14px;padding-right:14px}
  body[data-page="home"] .hero-grid{
    grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);
  }
  body[data-page="home"] .hero-character{
    right:-8%;
    width:min(590px,112%);
  }
}

@media(max-width:980px){
  .nav{flex-wrap:wrap}
  .follow-btn{margin-left:auto}
  body[data-page="home"] .hero-grid{
    min-height:auto;
    grid-template-columns:1fr;
    padding:76px 0 105px;
  }
  body[data-page="home"] .hero-copy{
    max-width:760px;
    margin:auto;
    text-align:center;
  }
  .hero-script,
  .hero-brand-title{
    margin-left:auto;
    margin-right:auto;
  }
  .hero-tags{
    margin-left:auto;
    margin-right:auto;
  }
  body[data-page="home"] .hero-copy .actions{
    justify-content:center;
  }
  body[data-page="home"] .hero-visual{
    display:grid;
    min-height:520px;
    width:min(620px,100%);
    margin:-20px auto 0;
  }
  body[data-page="home"] .hero-character{
    left:50%;
    right:auto;
    width:min(600px,100%);
    transform:translateX(-50%);
    animation:heroFloatTablet 5.2s ease-in-out infinite;
  }
  @keyframes heroFloatTablet{
    0%,100%{transform:translate(-50%,0)}
    50%{transform:translate(-50%,-12px)}
  }
}

@media(max-width:760px){
  .nav{
    min-height:72px;
    padding:9px 0;
  }
  .brand img{
    width:43px;
    height:43px;
  }
  .brand span{
    font-size:17px;
  }
  .follow-btn{
    display:none;
  }
  .links{
    margin:0;
  }
  .links a{
    padding:12px 14px;
    font-size:12px;
  }
  .links a::after{
    display:none;
  }
  .links a:hover,
  .links a.active{
    background:rgba(255,255,255,.07);
  }
  body[data-page="home"] .hero{
    min-height:auto;
  }
  body[data-page="home"] .hero-grid{
    padding:58px 0 84px;
  }
  .hero-script{
    font-size:30px;
  }
  .hero-brand-title > span{
    font-size:clamp(62px,21vw,88px);
    -webkit-text-stroke:1px rgba(118,191,255,.95);
  }
  .hero-brand-title > small{
    margin-top:14px;
    font-size:clamp(30px,11vw,44px);
  }
  body[data-page="home"] .hero h1{
    font-size:clamp(34px,10.6vw,48px);
  }
  body[data-page="home"] .hero-copy > p{
    font-size:15px;
  }
  .hero-tags{
    gap:7px;
    padding:9px 12px;
    font-size:11px;
  }
  body[data-page="home"] .hero-visual{
    min-height:410px;
    margin-top:0;
  }
  body[data-page="home"] .hero-character{
    width:min(480px,108%);
  }
  body[data-page="home"] .floating-card{
    display:none;
  }
  .hero-scroll-hint{
    display:none;
  }
}

@media(max-width:480px){
  .hero-tags{
    display:flex;
    width:100%;
    justify-content:center;
    flex-wrap:wrap;
  }
  .hero-primary,
  .hero-secondary{
    width:100%;
    min-width:0;
  }
  body[data-page="home"] .hero-visual{
    min-height:330px;
  }
}

/* =========================================================
   FIX CHỒNG CHÉO HERO VÀ FEATURE STRIP
   Dán toàn bộ đoạn này ở CUỐI file app.css
========================================================= */

/* 1. Hero tự giãn đúng theo nội dung */
body[data-page="home"] .hero {
  position: relative;
  display: block;
  width: 100%;

  height: auto !important;
  min-height: 600px;

  margin: 0;
  padding: 0;

  overflow: hidden;
  isolation: isolate;
}

/* 2. Giữ toàn bộ nội dung Hero trong luồng bố cục */
body[data-page="home"] .hero-grid {
  position: relative;
  z-index: 2;

  width: min(1220px, calc(100% - 40px));
  min-height: 600px;

  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 45px;

  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  align-items: center;
  gap: 18px;
}

/* 3. Không để hình ảnh hoặc hiệu ứng làm thay đổi chiều cao */
body[data-page="home"] .hero-glow,
body[data-page="home"] .hero-grid-lines,
body[data-page="home"] .hero-orb {
  pointer-events: none;
}

/* 4. FIX CHÍNH:
   Bỏ margin âm đang kéo phần thẻ lên trên Hero */
body[data-page="home"] .feature-strip {
  position: relative !important;
  z-index: 5;

  display: block;
  clear: both;

  width: 100%;
  height: auto;

  margin-top: 0 !important;
  padding: 28px 0 34px;

  transform: none !important;
  top: auto !important;
  bottom: auto !important;

  background: #080615;
}

/* 5. Ba thẻ nằm hoàn toàn bên dưới Hero */
body[data-page="home"] .feature-strip-grid {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;

  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
}

/* 6. Ổn định kích thước thẻ */
body[data-page="home"] .feature-strip-grid > a {
  position: relative;
  display: block;

  width: 100%;
  height: 190px;

  margin: 0;
  overflow: hidden;

  border-radius: 20px;
}

/* 7. Ảnh không tràn khỏi thẻ */
body[data-page="home"] .feature-strip-grid > a > img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

/* 8. Phần bài viết tiếp theo không bị kéo lên */
body[data-page="home"] .latest-section {
  position: relative;
  z-index: 1;

  clear: both;
  margin-top: 0 !important;
  padding-top: 75px;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 980px) {
  body[data-page="home"] .hero {
    min-height: auto;
  }

  body[data-page="home"] .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;

    padding-top: 65px;
    padding-bottom: 70px;
  }

  body[data-page="home"] .feature-strip {
    margin-top: 0 !important;
    padding-top: 24px;
  }

  body[data-page="home"] .feature-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home"] .feature-strip-grid > a:last-child {
    grid-column: 1 / -1;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 760px) {
  body[data-page="home"] .hero-grid {
    width: min(100% - 28px, 1220px);

    padding-top: 48px;
    padding-bottom: 55px;
  }

  body[data-page="home"] .feature-strip {
    margin-top: 0 !important;
    padding: 20px 0 28px;
  }

  body[data-page="home"] .feature-strip-grid {
    width: min(100% - 28px, 1220px);
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body[data-page="home"] .feature-strip-grid > a,
  body[data-page="home"] .feature-strip-grid > a:last-child {
    grid-column: auto;
    height: 165px;
  }

  body[data-page="home"] .latest-section {
    padding-top: 55px;
  }
}

/* =========================================================
   MOBILE NHỎ
========================================================= */

@media (max-width: 480px) {
  body[data-page="home"] .hero-grid {
    padding-top: 38px;
    padding-bottom: 45px;
  }

  body[data-page="home"] .feature-strip {
    padding-top: 16px;
  }

  body[data-page="home"] .feature-strip-grid > a {
    height: 150px;
  }
}
/* =========================================================
   MINA AUDITION — HERO COMPACT FINAL
   Giảm khoảng cách trên/dưới, giữ đầy đủ nội dung
   ========================================================= */

@media (min-width: 992px) {

    .hero {
        box-sizing: border-box !important;

        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;

        padding-top: 14px !important;
        padding-bottom: 14px !important;

        overflow: hidden !important;
    }

    .hero-inner,
    .hero .container {
        box-sizing: border-box !important;

        height: 610px !important;
        min-height: 0 !important;
        max-height: 610px !important;

        display: flex !important;
        align-items: flex-start !important;

        padding-top: 34px !important;
        padding-bottom: 20px !important;
    }

    /* Cột nội dung bên trái */
    .hero-copy,
    .hero-content {
        margin: 0 !important;
        padding: 0 !important;

        align-self: flex-start !important;
    }

    /* Thu khoảng cách giữa các thành phần */
    .hero-copy > *,
    .hero-content > * {
        margin-top: 0;
    }

    .hero-eyebrow,
    .hero-kicker,
    .hero-subtitle {
        margin-bottom: 10px !important;
    }

    .hero h1 {
        margin-top: 0 !important;
        margin-bottom: 8px !important;
        line-height: 0.96 !important;
    }

    .hero p {
        margin-top: 10px !important;
        margin-bottom: 14px !important;
        line-height: 1.55 !important;
    }

    .hero-tags,
    .hero-badges {
        margin-top: 10px !important;
        margin-bottom: 14px !important;
    }

    .hero-buttons,
    .hero-actions {
        margin-top: 12px !important;
        margin-bottom: 0 !important;
    }

    /* Cột hình bên phải */
    .hero-visual {
        height: 560px !important;
        min-height: 0 !important;
        max-height: 560px !important;

        margin: 0 !important;
        padding: 0 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        overflow: hidden !important;
    }

    .hero-visual img,
    .hero-image,
    .hero-logo {
        width: auto !important;
        height: auto !important;

        max-width: 100% !important;
        max-height: 455px !important;

        object-fit: contain !important;
    }

    /* Icon cuộn sát đáy hơn */
    .hero-scroll,
    .scroll-indicator,
    .scroll-down {
        bottom: 8px !important;
    }
}

/* Laptop màn hình thấp như ảnh của bạn */
@media (min-width: 992px) and (max-height: 900px) {

    .hero {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .hero-inner,
    .hero .container {
        height: 570px !important;
        max-height: 570px !important;

        padding-top: 26px !important;
        padding-bottom: 14px !important;
    }

    .hero-visual {
        height: 530px !important;
        max-height: 530px !important;
    }

    .hero-visual img,
    .hero-image,
    .hero-logo {
        max-height: 425px !important;
    }

    .hero h1 {
        margin-bottom: 6px !important;
    }

    .hero p {
        margin-top: 8px !important;
        margin-bottom: 12px !important;
    }

    .hero-tags,
    .hero-badges {
        margin-top: 8px !important;
        margin-bottom: 12px !important;
    }

    .hero-buttons,
    .hero-actions {
        margin-top: 10px !important;
    }
}

/* Tablet và mobile */
@media (max-width: 991px) {

    .hero {
        box-sizing: border-box !important;

        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;

        padding: 40px 0 32px !important;
        overflow: hidden !important;
    }

    .hero-inner,
    .hero .container {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;

        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .hero-visual {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;

        margin-top: 24px !important;
    }

    .hero-visual img,
    .hero-image,
    .hero-logo {
        width: 100% !important;
        height: auto !important;
        max-height: 360px !important;
        object-fit: contain !important;
    }
}

/* =========================================================
   MINA AUDITION — HERO BRAND TITLE INLINE
   - Xóa dòng phụ "MINA AUDITION • D8 TEAM" trong index.html
   - Đặt AUDITION ngang hàng bên phải MINA
   - AUDITION có kích thước xấp xỉ 1/3 MINA
   - Không thay đổi các phần Hero còn lại
   ========================================================= */

body[data-page="home"] .hero-brand-title{
  display:flex !important;
  flex-direction:row !important;
  align-items:flex-end !important;
  flex-wrap:nowrap !important;
  gap:18px !important;
  width:max-content !important;
  margin:14px 0 8px !important;
  line-height:.86 !important;
}

body[data-page="home"] .hero-brand-title > span{
  flex:0 0 auto !important;
  white-space:nowrap !important;
}

body[data-page="home"] .hero-brand-title > small{
  flex:0 0 auto !important;
  margin:0 0 12px 0 !important;
  font-size:clamp(24px,2.55vw,38px) !important;
  line-height:1 !important;
  letter-spacing:-.035em !important;
  white-space:nowrap !important;
}

/* Tablet */
@media(max-width:980px){
  body[data-page="home"] .hero-brand-title{
    margin-left:auto !important;
    margin-right:auto !important;
    justify-content:center !important;
    gap:14px !important;
  }

  body[data-page="home"] .hero-brand-title > small{
    margin-bottom:9px !important;
    font-size:clamp(22px,4.5vw,34px) !important;
  }
}

/* Mobile */
@media(max-width:760px){
  body[data-page="home"] .hero-brand-title{
    gap:10px !important;
  }

  body[data-page="home"] .hero-brand-title > small{
    margin-top:0 !important;
    margin-bottom:7px !important;
    margin-left:0 !important;
    font-size:clamp(18px,6vw,28px) !important;
  }
}

/* Mobile nhỏ: cho phép xuống dòng nếu màn hình quá hẹp */
@media(max-width:420px){
  body[data-page="home"] .hero-brand-title{
    flex-wrap:wrap !important;
    row-gap:8px !important;
  }

  body[data-page="home"] .hero-brand-title > small{
    width:100% !important;
    margin-bottom:0 !important;
    text-align:center !important;
  }
}


/* =========================================================
   MINA ADMIN — SMART LINK V1
   ========================================================= */
.admin-section{min-width:0}.admin-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.form-grid label{display:grid;gap:7px;font-weight:700}.check-row{display:flex!important;align-items:center;gap:10px!important;align-self:end;min-height:48px}.check-row input{width:18px;height:18px}.table-actions{display:flex;gap:7px;flex-wrap:wrap}.btn.mini{padding:7px 10px;font-size:12px}.btn.danger{background:#8f2945;border-color:#b13b5c}.badge-off{opacity:.6}.preview code{display:inline-block;max-width:320px;overflow-wrap:anywhere;color:#c6b8ff}.metric-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.metric-card{padding:18px;border:1px solid #34385f;border-radius:18px;background:#11132b}.metric-card span{display:block;color:#9da3bf;font-size:13px;margin-bottom:8px}.metric-card b{font-size:23px;color:#fff}.section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.preview small{color:#9399b3}.preview table{min-width:850px}
@media(max-width:1050px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.metric-grid{grid-template-columns:1fr}.section-title{display:block}.section-title>.btn{margin-top:12px}.admin-shell{display:block}.sidebar{position:static;width:auto}.preview{overflow:auto}}

/* ======================================================================
   MINA AUDITION — HERO FINAL V3
   Mục tiêu:
   1) Hero nằm gọn trong khung website, không tràn sát mép trình duyệt.
   2) Hỗ trợ cả cấu trúc mới .mina-home-hero và cấu trúc Enterprise .hero.
   3) Không kéo các thẻ tính năng chồng lên banner.
   4) Responsive ổn định cho desktop, tablet và mobile.
   ====================================================================== */

:root{
  --mina-hero-max:1280px;
  --mina-hero-gap:24px;
  --mina-hero-radius:26px;
}

html,body{
  max-width:100%;
  overflow-x:hidden !important;
}

/* ---------- CẤU TRÚC HERO MỚI TRONG INDEX.HTML ---------- */
.mina-home-hero{
  position:relative;
  width:min(var(--mina-hero-max),calc(100% - 48px)) !important;
  max-width:var(--mina-hero-max) !important;
  margin:24px auto 0 !important;
  padding:0 !important;
  overflow:visible !important;
}

.mina-home-hero__frame{
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);
  align-items:center;
  min-height:610px;
  overflow:hidden;
  border:1px solid rgba(183,143,255,.2);
  border-radius:var(--mina-hero-radius);
  background:#0a0715;
  box-shadow:0 30px 80px rgba(0,0,0,.46),0 0 0 1px rgba(255,255,255,.025) inset;
}

.mina-home-hero__background{
  position:absolute;
  inset:0;
  z-index:-5;
  background:
    linear-gradient(90deg,rgba(5,4,18,.98) 0%,rgba(8,5,24,.91) 34%,rgba(8,6,28,.46) 62%,rgba(5,4,18,.18) 100%),
    url('/assets/images/mina-hero-bg.jpg') center/cover no-repeat,
    radial-gradient(circle at 75% 35%,#33216d 0%,#120b2d 42%,#070511 100%);
}

.mina-home-hero__overlay{
  position:absolute;
  inset:0;
  z-index:-4;
  background:
    linear-gradient(180deg,rgba(4,3,12,.05) 45%,rgba(4,3,12,.72) 100%),
    radial-gradient(circle at 78% 34%,rgba(220,63,255,.20),transparent 28%),
    radial-gradient(circle at 82% 78%,rgba(36,188,255,.16),transparent 30%);
  pointer-events:none;
}

.mina-home-hero__glow{
  position:absolute;
  z-index:-3;
  border-radius:50%;
  filter:blur(80px);
  pointer-events:none;
}
.mina-home-hero__glow--pink{width:360px;height:360px;left:-120px;top:-130px;background:rgba(255,55,205,.22)}
.mina-home-hero__glow--blue{width:420px;height:420px;right:8%;bottom:-240px;background:rgba(39,188,255,.17)}

.mina-home-hero__content{
  position:relative;
  z-index:4;
  width:min(100%,650px);
  padding:58px 20px 64px 64px;
}

.mina-home-hero__script{
  width:max-content;
  margin:0 0 7px;
  color:#9cecff;
  font-family:'Pacifico',cursive;
  font-size:clamp(24px,2.4vw,36px);
  line-height:1.1;
  text-shadow:0 0 12px rgba(89,215,255,.78),0 0 28px rgba(116,64,255,.5);
  transform:rotate(-2deg);
}

.mina-home-hero__brand{
  display:flex;
  align-items:flex-end;
  flex-wrap:nowrap;
  gap:14px;
  width:max-content;
  max-width:100%;
  margin:7px 0 13px;
  line-height:.9;
}

.mina-home-hero__mina{
  color:#fff;
  font-family:'Barlow Condensed',sans-serif;
  font-size:clamp(62px,6.6vw,96px);
  font-weight:800;
  font-style:italic;
  letter-spacing:-.055em;
  white-space:nowrap;
  -webkit-text-stroke:1px rgba(144,209,255,.7);
  text-shadow:0 4px 0 #5561d4,0 0 20px rgba(83,187,255,.65);
}

.mina-home-hero__audition{
  margin-bottom:10px;
  color:#fff;
  font-family:'Barlow Condensed',sans-serif;
  font-size:clamp(22px,2.4vw,35px);
  font-weight:800;
  font-style:italic;
  letter-spacing:-.03em;
  white-space:nowrap;
  text-shadow:0 3px 0 #38449f,0 0 14px rgba(82,180,255,.42);
}

.mina-home-hero__title{
  margin:0 0 16px !important;
  color:#fff;
  font-size:clamp(38px,4.2vw,62px) !important;
  font-weight:900;
  line-height:1.02 !important;
  letter-spacing:-.052em !important;
}
.mina-home-hero__title span{
  display:block;
  color:transparent;
  background:linear-gradient(90deg,#ff48c6 0%,#9e66ff 48%,#59d7ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}

.mina-home-hero__description{
  max-width:570px;
  margin:0;
  color:#c7c2d5;
  font-size:15px;
  line-height:1.72;
}

.mina-home-hero__tag{
  display:inline-flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  margin-top:22px;
  padding:10px 14px;
  border:1px solid rgba(98,168,255,.42);
  border-radius:9px;
  color:#f3efff;
  background:linear-gradient(90deg,rgba(93,42,184,.4),rgba(20,92,159,.3));
  box-shadow:0 0 20px rgba(87,109,255,.14) inset;
  font-size:11px;
  font-weight:850;
  letter-spacing:.035em;
}
.mina-home-hero__tag i{color:#9eeaff}
.mina-home-hero__tag b{color:#a69dbd}

.mina-home-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:23px;
}
.mina-home-hero__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-height:52px;
  padding:0 22px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  color:#fff !important;
  font-size:14px;
  font-weight:850;
  text-decoration:none !important;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.mina-home-hero__button:hover{transform:translateY(-2px)}
.mina-home-hero__button--primary{
  background:linear-gradient(100deg,#ef3cc8 0%,#9850ff 52%,#24afff 100%);
  box-shadow:0 14px 34px rgba(145,64,240,.3);
}
.mina-home-hero__button--secondary{
  background:rgba(13,10,29,.74);
  backdrop-filter:blur(10px);
}

.mina-home-hero__visual{
  position:relative;
  z-index:2;
  align-self:stretch;
  min-height:610px;
  overflow:hidden;
}
.mina-home-hero__visual::after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:34%;
  background:linear-gradient(transparent,rgba(7,5,17,.36));
  pointer-events:none;
}
.mina-home-hero__visual-ring{
  position:absolute;
  top:50%;
  left:50%;
  width:min(470px,90%);
  aspect-ratio:1;
  border:1px solid rgba(151,144,255,.18);
  border-radius:50%;
  box-shadow:0 0 0 38px rgba(120,74,255,.025),0 0 0 76px rgba(55,182,255,.018),inset 0 0 90px rgba(191,57,255,.12);
  transform:translate(-50%,-50%);
}
.mina-home-hero__visual img{
  position:absolute;
  right:-2%;
  bottom:-5%;
  z-index:2;
  width:min(610px,112%);
  max-width:none;
  max-height:650px;
  object-fit:contain;
  object-position:center bottom;
  filter:drop-shadow(0 28px 44px rgba(0,0,0,.52)) drop-shadow(0 0 20px rgba(99,135,255,.18));
}

/* ---------- CẤU TRÚC ENTERPRISE ĐANG HIỂN THỊ TRÊN PRODUCTION ---------- */
body[data-page='home'] .hero,
body.home .hero,
main > .hero:first-child{
  position:relative !important;
  width:min(var(--mina-hero-max),calc(100% - 48px)) !important;
  max-width:var(--mina-hero-max) !important;
  min-height:600px !important;
  height:auto !important;
  margin:24px auto 0 !important;
  border:1px solid rgba(183,143,255,.18) !important;
  border-radius:var(--mina-hero-radius) !important;
  overflow:hidden !important;
  box-shadow:0 30px 80px rgba(0,0,0,.42) !important;
}

body[data-page='home'] .hero .wrap,
body[data-page='home'] .hero-grid,
body.home .hero .wrap,
body.home .hero-grid{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding-left:64px !important;
  padding-right:64px !important;
}

body[data-page='home'] .feature-strip,
body.home .feature-strip{
  width:min(var(--mina-hero-max),calc(100% - 48px)) !important;
  max-width:var(--mina-hero-max) !important;
  margin:18px auto 0 !important;
  padding:0 !important;
  transform:none !important;
  top:auto !important;
}
body[data-page='home'] .feature-strip-grid,
body.home .feature-strip-grid{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
}

/* ---------- RESPONSIVE ---------- */
@media(max-width:980px){
  :root{--mina-hero-gap:18px}
  .mina-home-hero,
  body[data-page='home'] .hero,
  body.home .hero,
  main > .hero:first-child{
    width:calc(100% - 32px) !important;
    margin-top:16px !important;
  }
  .mina-home-hero__frame{grid-template-columns:1fr;min-height:auto}
  .mina-home-hero__content{width:100%;padding:56px 44px 24px;text-align:center}
  .mina-home-hero__script,.mina-home-hero__brand{margin-left:auto;margin-right:auto}
  .mina-home-hero__description{margin-left:auto;margin-right:auto}
  .mina-home-hero__tag{justify-content:center}
  .mina-home-hero__actions{justify-content:center}
  .mina-home-hero__visual{min-height:430px}
  .mina-home-hero__visual img{left:50%;right:auto;width:min(560px,100%);transform:translateX(-50%)}
  body[data-page='home'] .hero .wrap,
  body[data-page='home'] .hero-grid,
  body.home .hero .wrap,
  body.home .hero-grid{padding-left:36px !important;padding-right:36px !important}
  body[data-page='home'] .feature-strip,
  body.home .feature-strip{width:calc(100% - 32px) !important}
}

@media(max-width:600px){
  .mina-home-hero,
  body[data-page='home'] .hero,
  body.home .hero,
  main > .hero:first-child{
    width:calc(100% - 20px) !important;
    margin-top:10px !important;
    border-radius:18px !important;
  }
  .mina-home-hero__frame{border-radius:18px}
  .mina-home-hero__content{padding:42px 20px 20px}
  .mina-home-hero__brand{gap:8px}
  .mina-home-hero__mina{font-size:clamp(55px,18vw,75px)}
  .mina-home-hero__audition{margin-bottom:7px;font-size:clamp(18px,6vw,26px)}
  .mina-home-hero__title{font-size:clamp(37px,11vw,48px) !important}
  .mina-home-hero__description{font-size:14px}
  .mina-home-hero__actions{display:grid;grid-template-columns:1fr;width:100%}
  .mina-home-hero__button{width:100%}
  .mina-home-hero__visual{min-height:330px}
  .mina-home-hero__visual img{width:min(450px,112%);bottom:-3%}
  body[data-page='home'] .hero .wrap,
  body[data-page='home'] .hero-grid,
  body.home .hero .wrap,
  body.home .hero-grid{padding-left:20px !important;padding-right:20px !important}
  body[data-page='home'] .feature-strip,
  body.home .feature-strip{width:calc(100% - 20px) !important}
}
