/*
Theme Name: LamiOffice Coming Soon
Theme URI: https://lamioffice.com/
Author: LamiOffice
Description: Theme WordPress nhẹ cho trang LamiOffice đang hoàn thiện. Bản 1.1 tăng tương thích WordPress/PHP và tránh xung đột hàm với plugin.
Version: 1.1.0
Text Domain: lamioffice-coming-soon
*/

:root{
  --lo-ink:#4a321f;
  --lo-muted:#71665c;
  --lo-gold:#b88a37;
  --lo-line:rgba(184,138,55,.25);
}

*{box-sizing:border-box}
html,body{margin:0;min-height:100%}
body{
  min-height:100vh;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:var(--lo-ink);
  background:
    radial-gradient(circle at 8% 14%,rgba(242,214,143,.52),transparent 30%),
    radial-gradient(circle at 92% 84%,rgba(190,143,63,.33),transparent 28%),
    radial-gradient(circle at 74% 12%,rgba(255,255,255,.95),transparent 32%),
    linear-gradient(135deg,#faf6ed 0%,#fffdf8 52%,#eee3cf 100%);
  overflow-x:hidden;
}

.lo-stage{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:28px 22px 88px;
  position:relative;
}

.lo-card{
  width:min(770px,100%);
  padding:36px 52px 34px;
  text-align:center;
  border-radius:32px;
  background:linear-gradient(180deg,rgba(255,253,248,.95),rgba(252,247,238,.9));
  border:1px solid var(--lo-line);
  box-shadow:0 28px 70px rgba(86,61,24,.13),inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter:blur(16px);
}

.lo-logo{
  display:block;
  width:min(290px,70%);
  height:auto;
  margin:0 auto 6px;
  mix-blend-mode:multiply;
}

.lo-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 12px;
  margin-top:2px;
  border-radius:999px;
  border:1px solid var(--lo-line);
  background:rgba(255,255,255,.62);
  color:#7c591f;
  font-size:12px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.lo-badge::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:linear-gradient(135deg,#8d641e,#dcb65d);
  box-shadow:0 0 0 5px rgba(190,143,63,.08);
}

.lo-title{
  margin:22px auto 16px;
  max-width:650px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(40px,4.8vw,61px);
  line-height:1.03;
  letter-spacing:-.035em;
  font-weight:700;
  word-break:normal;
  overflow-wrap:normal;
  hyphens:none;
}

.lo-title-line{
  display:block;
  white-space:normal;
  word-break:keep-all;
}

.lo-lead{
  margin:0 auto;
  max-width:625px;
  color:var(--lo-muted);
  font-size:16px;
  line-height:1.65;
  font-weight:500;
}

.lo-chips{
  margin:22px auto 0;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:9px;
}

.lo-chip{
  padding:8px 13px;
  border-radius:999px;
  border:1px solid rgba(184,138,55,.2);
  background:rgba(255,255,255,.58);
  color:#67594a;
  font-size:13px;
  font-weight:700;
}

.lo-divider{
  width:min(520px,88%);
  height:1px;
  margin:24px auto 17px;
  background:linear-gradient(90deg,transparent,var(--lo-line),transparent);
}

.lo-contact{
  color:#74685c;
  font-size:14px;
  line-height:1.6;
}

.lo-contact strong{color:#493829}
.lo-contact a{
  color:#8b631f;
  font-weight:800;
  text-decoration:none;
  white-space:nowrap;
}

.lo-quick{
  position:fixed;
  right:24px;
  bottom:24px;
  display:flex;
  flex-direction:column;
  gap:13px;
  z-index:999;
}

.lo-glow-btn{
  position:relative;
  width:58px;
  height:58px;
  border-radius:50%;
  display:grid;
  place-items:center;
  text-decoration:none;
  isolation:isolate;
}

.lo-glow-btn::before{
  content:"";
  position:absolute;
  inset:-5px;
  border-radius:50%;
  padding:2px;
  background:conic-gradient(
    from 0deg,
    transparent 0deg,
    rgba(255,244,191,.15) 40deg,
    #fff3b2 95deg,
    #c99738 145deg,
    transparent 205deg,
    transparent 360deg
  );
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  animation:lo-ring 2.9s linear infinite;
  filter:drop-shadow(0 0 7px rgba(223,187,103,.7));
  z-index:-2;
}

.lo-glow-btn::after{
  content:"";
  position:absolute;
  inset:-11px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(230,194,112,.22),transparent 68%);
  animation:lo-pulse 2.2s ease-in-out infinite;
  z-index:-3;
}

.lo-btn-core{
  width:100%;
  height:100%;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.65);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 10px 24px rgba(66,46,18,.22);
  transition:transform .18s ease,filter .18s ease;
}

.lo-glow-btn:hover .lo-btn-core{
  transform:translateY(-2px) scale(1.03);
  filter:brightness(1.05);
}

.lo-zalo .lo-btn-core{
  color:#f7e9bd;
  font-size:12px;
  font-weight:900;
  background:
    radial-gradient(circle at 34% 28%,rgba(255,255,255,.14),transparent 30%),
    linear-gradient(145deg,#33250f,#8a641f 60%,#2d2110);
}

.lo-call .lo-btn-core{
  color:#fff8df;
  font-size:23px;
  background:
    radial-gradient(circle at 34% 28%,rgba(255,255,255,.28),transparent 32%),
    linear-gradient(145deg,#d9b45b,#8a6119);
}

.lo-footer-note{
  position:absolute;
  left:50%;
  bottom:24px;
  transform:translateX(-50%);
  font-size:12px;
  color:rgba(89,75,58,.52);
  white-space:nowrap;
}

@keyframes lo-ring{to{transform:rotate(360deg)}}
@keyframes lo-pulse{
  0%,100%{transform:scale(.96);opacity:.58}
  50%{transform:scale(1.08);opacity:1}
}

@media (max-width:720px){
  .lo-stage{padding:18px 14px 92px}
  .lo-card{padding:28px 18px 28px;border-radius:27px}
  .lo-logo{width:min(265px,82%)}
  .lo-title{
    font-size:clamp(36px,10vw,48px);
    margin-top:19px;
    letter-spacing:-.025em;
  }
  .lo-lead{font-size:15px;line-height:1.6}
  .lo-quick{right:14px;bottom:16px}
  .lo-glow-btn{width:54px;height:54px}
}

@media (prefers-reduced-motion:reduce){
  .lo-glow-btn::before,
  .lo-glow-btn::after{animation:none}
}
