:root{
  --page:#fbfaff;
  --panel:#ffffff;
  --text:#1d2029;
  --muted:#68707f;
  --soft:#f3efff;
  --line:#ece8f6;
  --purple:#8c6ff1;
  --purple-deep:#7255df;
  --green:#7bbf96;
  --amber:#efbd68;
  --shadow:0 24px 70px rgba(108,89,170,.12);
  --soft-shadow:0 14px 38px rgba(116,100,170,.08);
  --max:1840px;
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  color:var(--text);
  font-family:"Inter","Pretendard","SF Pro Display","Noto Sans KR",sans-serif;
  line-height:1.65;
  background:
    linear-gradient(180deg,#f3f0ff 0%,#fbfaff 42%,#fff 100%);
  overflow-x:hidden;
}

a{
  color:inherit;
  text-decoration:none;
}

button{
  font:inherit;
}

.topbar{
  position:sticky;
  top:0;
  z-index:20;
  padding:20px 30px 0;
}

.topbar-inner{
  width:min(100%,var(--max));
  min-height:86px;
  margin:0 auto;
  padding:0 42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  border:1px solid rgba(255,255,255,.9);
  border-radius:18px 18px 0 0;
  background:rgba(255,255,255,.86);
  box-shadow:0 8px 30px rgba(116,100,170,.08);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.logo{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:max-content;
}

.logo-mark{
  width:38px;
  height:38px;
  flex:0 0 38px;
  display:block;
}

.logo-copy{
  display:flex;
  flex-direction:column;
  gap:1px;
  font-weight:900;
  line-height:1.2;
}

.logo-title{
  font-size:22px;
}

.logo-sub{
  display:block;
  color:#5f6572;
  font-size:17px;
  font-weight:700;
}

.nav-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:62px;
  font-size:16px;
  font-weight:800;
}

.nav-links a{
  transition:color .2s ease;
}

.nav-links a:hover{
  color:var(--purple-deep);
}

.topbar-actions{
  display:flex;
  align-items:center;
  gap:20px;
}

.nav-cta,
.btn-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:58px;
  padding:0 30px;
  border-radius:999px;
  color:#fff;
  font-size:17px;
  font-weight:850;
  background:linear-gradient(135deg,#9b80f6 0%,#7658e7 100%);
  box-shadow:0 14px 28px rgba(117,88,231,.24);
  transition:transform .2s ease,box-shadow .2s ease;
}

.nav-cta:hover,
.btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 34px rgba(117,88,231,.28);
}

.menu-button{
  width:40px;
  height:40px;
  padding:0;
  display:none;
  flex-direction:column;
  justify-content:center;
  gap:6px;
  border:0;
  background:transparent;
  cursor:pointer;
}

.menu-button span{
  display:block;
  width:28px;
  height:2px;
  border-radius:999px;
  background:#171923;
}

.logout-toast{
  width:max-content;
  max-width:calc(100vw - 40px);
  margin:16px auto 0;
  padding:10px 16px;
  border-radius:999px;
  color:#5f4bd6;
  background:#fff;
  box-shadow:var(--soft-shadow);
}

.page{
  width:min(100%,var(--max));
  margin:0 auto;
  padding:0 30px 72px;
}

.hero{
  position:relative;
  min-height:730px;
  display:grid;
  grid-template-columns:minmax(430px,.82fr) minmax(560px,1.18fr);
  align-items:center;
  gap:30px;
  overflow:hidden;
  padding:88px 118px 96px;
  border:1px solid rgba(255,255,255,.85);
  border-top:0;
  border-radius:0 0 18px 18px;
  background:
    radial-gradient(circle at 78% 20%,rgba(255,219,190,.56),transparent 10%),
    radial-gradient(circle at 78% 72%,rgba(166,143,255,.25),transparent 24%),
    linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 42%,rgba(248,245,255,.78) 100%);
  box-shadow:var(--shadow);
}

.hero::before,
.hero::after{
  content:"";
  position:absolute;
  pointer-events:none;
}

.hero::before{
  right:-8%;
  bottom:-18%;
  width:62%;
  height:42%;
  background:
    radial-gradient(ellipse at center,rgba(139,112,238,.22),transparent 64%);
}

.hero::after{
  right:-4%;
  bottom:10%;
  width:56%;
  height:34%;
  border-radius:50%;
  border-top:1px solid rgba(228,187,93,.36);
  transform:rotate(-8deg);
}

.hero-copy{
  position:relative;
  z-index:2;
  max-width:580px;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  margin-bottom:28px;
  padding:0 18px;
  border-radius:999px;
  color:#755be8;
  font-size:17px;
  font-weight:850;
  background:#f0ebff;
}

.hero h1{
  margin:0;
  font-size:62px;
  line-height:1.18;
  font-weight:950;
  word-break:keep-all;
}

.hero h1 span{
  color:#7860e9;
}

.hero p{
  margin:30px 0 0;
  max-width:560px;
  color:#626a79;
  font-size:20px;
  line-height:1.9;
  word-break:keep-all;
}

.hero-actions{
  margin-top:34px;
  display:flex;
  align-items:center;
  gap:22px;
  flex-wrap:wrap;
}

.btn-primary{
  min-width:286px;
}

.btn-secondary{
  min-height:58px;
  min-width:190px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 26px;
  border:1px solid #e2deec;
  border-radius:999px;
  color:#171923;
  background:rgba(255,255,255,.72);
  font-size:17px;
  font-weight:850;
  box-shadow:0 10px 28px rgba(105,92,148,.07);
  transition:transform .2s ease,background .2s ease;
}

.btn-secondary:hover{
  transform:translateY(-2px);
  background:#fff;
}

.trust-row{
  margin-top:48px;
  display:flex;
  align-items:center;
  gap:28px;
  flex-wrap:wrap;
}

.trust-row span{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0 18px;
  border-radius:999px;
  color:#505766;
  background:rgba(255,255,255,.78);
  box-shadow:0 10px 26px rgba(116,100,170,.08);
  font-size:14px;
  font-weight:750;
}

.trust-row span::before{
  content:"";
  width:18px;
  height:18px;
  border-radius:6px;
  background:linear-gradient(135deg,#a990ff,#7559e6);
  opacity:.86;
}

.hero-visual{
  position:relative;
  z-index:1;
  min-height:520px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.hero-sun,
.hero-mountain,
.hero-cloud{
  position:absolute;
  pointer-events:none;
}

.hero-sun{
  top:62px;
  right:8%;
  width:92px;
  height:92px;
  border-radius:50%;
  background:radial-gradient(circle,#ffe2c9 0%,rgba(255,226,201,.72) 58%,rgba(255,226,201,0) 72%);
}

.hero-mountain{
  bottom:54px;
  border-radius:42% 58% 0 0;
  transform:rotate(45deg);
  background:linear-gradient(135deg,rgba(132,113,226,.26),rgba(186,174,246,.08));
}

.mountain-one{
  right:8%;
  width:280px;
  height:280px;
}

.mountain-two{
  right:38%;
  bottom:26px;
  width:230px;
  height:230px;
  opacity:.66;
}

.hero-cloud{
  width:120px;
  height:32px;
  border-radius:999px;
  background:rgba(255,255,255,.84);
  box-shadow:
    28px -10px 0 4px rgba(255,255,255,.76),
    58px 0 0 -2px rgba(255,255,255,.68);
}

.cloud-one{
  right:3%;
  top:190px;
}

.cloud-two{
  left:4%;
  bottom:136px;
  transform:scale(.82);
}

.saju-wheel{
  position:relative;
  width:min(460px,78%);
  aspect-ratio:1;
  border-radius:50%;
  background:rgba(255,255,255,.38);
  box-shadow:
    inset 0 0 0 2px rgba(255,255,255,.72),
    0 24px 90px rgba(124,102,204,.12);
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
}

.wheel-ring{
  position:absolute;
  inset:0;
  border-radius:50%;
  border:1px solid rgba(142,125,210,.2);
}

.wheel-ring.outer{
  inset:1%;
  border-width:2px;
}

.wheel-ring.middle{
  inset:20%;
}

.wheel-ring.inner{
  inset:34%;
  background:rgba(255,255,255,.22);
}

.wheel-lines{
  position:absolute;
  inset:22%;
  border-radius:50%;
  background:
    linear-gradient(90deg,transparent 49.5%,rgba(128,111,202,.22) 50%,transparent 50.5%),
    linear-gradient(18deg,transparent 49.5%,rgba(128,111,202,.18) 50%,transparent 50.5%),
    linear-gradient(-54deg,transparent 49.5%,rgba(128,111,202,.18) 50%,transparent 50.5%);
}

.wheel-center{
  position:absolute;
  inset:38%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  color:#1d2130;
  background:rgba(255,255,255,.42);
  text-align:center;
}

.wheel-center strong{
  font-size:40px;
  line-height:1;
  font-weight:950;
}

.wheel-center span{
  margin-top:8px;
  font-size:15px;
  font-weight:800;
}

.element-orb{
  position:absolute;
  width:80px;
  height:80px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(255,255,255,.74);
  box-shadow:0 12px 36px rgba(117,99,182,.1);
}

.element-orb b{
  font-size:32px;
  line-height:1;
  font-weight:950;
}

.element-orb span{
  margin-top:5px;
  font-size:13px;
  font-weight:850;
}

.element-orb.wood{
  top:9%;
  left:50%;
  color:#16805f;
  transform:translateX(-50%);
  background:#e9f7ef;
}

.element-orb.fire{
  top:33%;
  right:10%;
  color:#c24f3c;
  background:#fff0ea;
}

.element-orb.earth{
  right:21%;
  bottom:11%;
  color:#a66b25;
  background:#fff4dd;
}

.element-orb.metal{
  left:21%;
  bottom:11%;
  color:#a66b25;
  background:#fff4dd;
}

.element-orb.water{
  top:33%;
  left:10%;
  color:#1f5da9;
  background:#eef4ff;
}

.feature-strip{
  position:relative;
  z-index:3;
  width:min(860px,48vw);
  min-height:170px;
  margin:-170px 140px 0 auto;
  padding:28px 26px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(255,255,255,.92);
  border-radius:22px;
  background:rgba(255,255,255,.82);
  box-shadow:var(--soft-shadow);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.feature-item{
  position:relative;
  min-width:0;
  padding:0 20px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.feature-item + .feature-item{
  border-left:1px solid #e6e1f1;
}

.feature-icon,
.service-icon,
.cta-icon{
  width:56px;
  height:56px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#7d61ef;
  background:linear-gradient(135deg,#f6f3ff,#eee9ff);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}

.feature-icon::before{
  content:"";
  display:block;
}

.feature-icon.yin::before{
  width:24px;
  height:24px;
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 28%,#fff 0 3px,transparent 4px),
    radial-gradient(circle at 50% 72%,#866af0 0 3px,transparent 4px),
    linear-gradient(90deg,#866af0 0 50%,#fff 50% 100%);
  border:2px solid #866af0;
}

.feature-icon.flower::before{
  width:30px;
  height:30px;
  background:
    radial-gradient(ellipse at 50% 14%,#866af0 0 20%,transparent 22%),
    radial-gradient(ellipse at 86% 50%,#866af0 0 20%,transparent 22%),
    radial-gradient(ellipse at 50% 86%,#866af0 0 20%,transparent 22%),
    radial-gradient(ellipse at 14% 50%,#866af0 0 20%,transparent 22%),
    radial-gradient(circle at center,#fff 0 14%,transparent 16%);
}

.feature-icon.user::before{
  width:24px;
  height:24px;
  border-radius:50% 50% 42% 42%;
  background:
    radial-gradient(circle at 50% 28%,transparent 0 6px,#866af0 7px 9px,transparent 10px),
    radial-gradient(ellipse at 50% 88%,#866af0 0 12px,transparent 13px);
}

.feature-icon.chart::before{
  width:26px;
  height:28px;
  border-radius:4px;
  background:
    linear-gradient(to top,#866af0 0 46%,transparent 46%) left bottom / 6px 100% no-repeat,
    linear-gradient(to top,#866af0 0 72%,transparent 72%) center bottom / 6px 100% no-repeat,
    linear-gradient(to top,#866af0 0 94%,transparent 94%) right bottom / 6px 100% no-repeat;
}

.feature-item strong{
  margin-top:16px;
  font-size:18px;
  line-height:1.25;
  font-weight:900;
}

.feature-item small{
  margin-top:6px;
  color:#6d7481;
  font-size:14px;
  line-height:1.45;
  word-break:keep-all;
}

.services-section{
  padding:70px 118px 0;
  display:grid;
  grid-template-columns:320px 1fr;
  gap:62px;
  align-items:start;
}

.section-copy{
  padding-top:38px;
}

.section-copy span{
  color:#7c61ed;
  font-size:17px;
  font-weight:900;
}

.section-copy h2{
  margin:18px 0 18px;
  font-size:38px;
  line-height:1.28;
  font-weight:950;
  word-break:keep-all;
}

.section-copy p{
  margin:0;
  color:#6a7280;
  font-size:18px;
}

.service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.service-card{
  min-height:300px;
  padding:50px 30px 32px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  border:1px solid #eeeaf5;
  border-radius:14px;
  background:rgba(255,255,255,.9);
  box-shadow:var(--soft-shadow);
  transition:transform .2s ease,box-shadow .2s ease;
}

.service-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 48px rgba(116,100,170,.14);
}

.service-icon{
  color:#866af0;
  font-size:24px;
  font-style:normal;
  font-weight:900;
}

.service-icon.green{
  color:#5da87a;
  background:linear-gradient(135deg,#eef9f0,#e1f1e6);
}

.service-icon.violet{
  color:#8067ec;
  background:linear-gradient(135deg,#f4f1ff,#ebe6ff);
}

.service-icon.amber{
  color:#e3a84c;
  background:linear-gradient(135deg,#fff5e5,#fdf0d7);
}

.service-card h3{
  margin:26px 0 12px;
  font-size:22px;
  line-height:1.3;
  font-weight:950;
}

.service-card p{
  margin:0;
  color:#68707f;
  font-size:16px;
  line-height:1.75;
  word-break:keep-all;
}

.service-card em{
  margin-top:auto;
  padding-top:22px;
  color:#775ce8;
  font-size:15px;
  font-style:normal;
  font-weight:850;
}

.bottom-cta{
  margin:70px 118px 0;
  padding:30px 34px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:26px;
  border:1px solid rgba(255,255,255,.92);
  border-radius:24px;
  background:linear-gradient(135deg,#f3efff,#fbf9ff 62%,#f0ebff);
  box-shadow:var(--soft-shadow);
}

.cta-icon{
  color:#fff;
  background:linear-gradient(135deg,#9d80ff,#7256e2);
  overflow:hidden;
}

.cta-icon img{
  width:34px;
  height:34px;
  filter:brightness(0) invert(1);
}

.bottom-cta h2{
  margin:0;
  font-size:24px;
  line-height:1.25;
  font-weight:950;
}

.bottom-cta p{
  margin:6px 0 0;
  color:#68707f;
  font-size:17px;
}

.bottom-cta a{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:linear-gradient(135deg,#9d80ff,#7256e2);
  font-size:54px;
  line-height:.8;
  box-shadow:0 14px 30px rgba(117,88,231,.24);
}

.footer{
  margin:48px 0 0;
  padding-bottom:30px;
  text-align:center;
  color:#858b98;
  font-size:14px;
}

.footer-links{
  margin-bottom:10px;
  display:flex;
  justify-content:center;
  gap:22px;
  flex-wrap:wrap;
}

.footer-business{
  max-width:1080px;
  margin:12px auto 0;
  display:flex;
  justify-content:center;
  gap:4px 12px;
  flex-wrap:wrap;
  color:#a09baa;
  font-size:11px;
  line-height:1.7;
}

@media (max-width:1280px){
  .nav-links{
    gap:34px;
  }

  .hero{
    grid-template-columns:.85fr 1.15fr;
    padding:76px 74px 90px;
  }

  .hero h1{
    font-size:52px;
  }

  .feature-strip{
    width:min(760px,56vw);
    margin-right:74px;
  }

  .services-section{
    padding-inline:74px;
    grid-template-columns:1fr;
  }

  .section-copy{
    padding-top:0;
  }

  .service-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

  .bottom-cta{
    margin-inline:74px;
  }
}

@media (max-width:1024px){
  .topbar{
    padding:14px 18px 0;
  }

  .topbar-inner{
    min-height:76px;
    padding:0 26px;
  }

  .nav-links{
    display:none;
  }

  .menu-button{
    display:flex;
  }

  .page{
    padding-inline:18px;
  }

  .hero{
    min-height:650px;
    grid-template-columns:1fr;
    padding:70px 44px 260px;
    background:
      radial-gradient(circle at 78% 74%,rgba(166,143,255,.25),transparent 26%),
      linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.88) 48%,rgba(248,245,255,.78) 100%);
  }

  .hero-copy{
    max-width:620px;
  }

  .hero-visual{
    position:absolute;
    right:0;
    bottom:0;
    width:100%;
    min-height:330px;
    justify-content:flex-end;
    padding-right:34px;
    opacity:.94;
  }

  .saju-wheel{
    width:min(350px,62vw);
  }

  .feature-strip{
    width:auto;
    margin:-112px 34px 0;
  }

  .services-section{
    padding:64px 34px 0;
  }

  .service-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .bottom-cta{
    margin-inline:34px;
  }
}

@media (max-width:720px){
  body{
    background:
      linear-gradient(180deg,#f4f1ff 0%,#fbfaff 28%,#fff 100%);
  }

  .topbar{
    padding:0;
    background:rgba(255,255,255,.86);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
  }

  .topbar-inner{
    width:100%;
    min-height:96px;
    padding:18px 24px;
    gap:12px;
    border:0;
    border-radius:0;
    box-shadow:0 8px 28px rgba(116,100,170,.08);
  }

  .logo{
    gap:12px;
  }

  .logo-mark{
    width:34px;
    height:34px;
    flex-basis:34px;
  }

  .logo-title{
    font-size:20px;
  }

  .logo-sub{
    display:block;
  }

  .nav-cta{
    min-height:48px;
    padding:0 14px;
    font-size:13px;
  }

  .topbar-actions{
    gap:10px;
  }

  .menu-button{
    width:32px;
  }

  .menu-button span{
    width:25px;
  }

  .page{
    max-width:430px;
    padding:0 0 34px;
  }

  .hero{
    min-height:544px;
    padding:34px 31px 238px;
    border:0;
    border-radius:0;
    box-shadow:none;
    background:
      radial-gradient(circle at 78% 78%,rgba(166,143,255,.22),transparent 26%),
      linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.86) 52%,rgba(248,245,255,.78) 100%);
  }

  .hero-visual{
    right:0;
    bottom:0;
    min-height:238px;
    padding-right:0;
    justify-content:center;
    overflow:hidden;
  }

  .saju-wheel{
    width:245px;
    transform:translate(74px,24px);
  }

  .hero-sun{
    top:18px;
    right:28px;
    width:58px;
    height:58px;
  }

  .mountain-one{
    right:-48px;
    bottom:14px;
    width:190px;
    height:190px;
  }

  .mountain-two{
    right:120px;
    bottom:6px;
    width:154px;
    height:154px;
  }

  .cloud-one{
    top:102px;
    right:-10px;
    transform:scale(.56);
  }

  .cloud-two{
    left:18px;
    bottom:54px;
    transform:scale(.54);
  }

  .element-orb{
    width:48px;
    height:48px;
  }

  .element-orb b{
    font-size:20px;
  }

  .element-orb span{
    margin-top:1px;
    font-size:10px;
  }

  .wheel-center strong{
    font-size:24px;
  }

  .wheel-center span{
    margin-top:4px;
    font-size:10px;
  }

  .eyebrow{
    min-height:34px;
    margin-bottom:24px;
    padding:0 12px;
    font-size:15px;
  }

  .hero h1{
    font-size:34px;
    line-height:1.26;
  }

  .hero p{
    margin-top:22px;
    font-size:17px;
    line-height:1.78;
  }

  .hero-actions{
    margin-top:24px;
    flex-direction:column;
    align-items:stretch;
    gap:12px;
    max-width:300px;
  }

  .btn-primary,
  .btn-secondary{
    width:100%;
    min-width:0;
    min-height:56px;
    font-size:16px;
  }

  .trust-row{
    display:none;
  }

  .feature-strip{
    min-height:112px;
    margin:0 31px 0;
    padding:18px 10px;
    grid-template-columns:repeat(4,1fr);
    border-radius:18px;
    transform:translateY(-28px);
  }

  .feature-item{
    padding:0 7px;
  }

  .feature-icon{
    width:42px;
    height:42px;
  }

  .feature-icon::before{
    transform:scale(.82);
  }

  .feature-icon.chart::before{
    transform:scale(.78);
  }

  .feature-item strong{
    margin-top:10px;
    font-size:14px;
  }

  .feature-item small{
    margin-top:4px;
    font-size:12px;
  }

  .services-section{
    padding:42px 31px 0;
    display:block;
  }

  .section-copy{
    margin-bottom:24px;
  }

  .section-copy span{
    font-size:15px;
  }

  .section-copy h2{
    margin:12px 0 12px;
    font-size:30px;
    line-height:1.32;
  }

  .section-copy p{
    font-size:16px;
  }

  .service-grid{
    display:flex;
    flex-direction:column;
    gap:12px;
  }

  .service-card{
    min-height:0;
    padding:18px 18px;
    display:grid;
    grid-template-columns:58px 1fr auto;
    grid-template-rows:auto auto;
    column-gap:16px;
    align-items:center;
    border-radius:16px;
  }

  .service-icon{
    width:52px;
    height:52px;
    grid-row:1 / 3;
    font-size:22px;
  }

  .service-card h3{
    margin:0;
    font-size:18px;
  }

  .service-card p{
    margin-top:4px;
    font-size:14px;
    line-height:1.55;
  }

  .service-card em{
    grid-column:3;
    grid-row:1 / 3;
    padding:0;
    color:#707684;
    font-size:0;
  }

  .service-card em::before{
    content:">";
    font-size:38px;
    line-height:1;
  }

  .bottom-cta{
    margin:32px 31px 0;
    padding:18px 16px;
    grid-template-columns:52px 1fr 52px;
    gap:12px;
    border-radius:18px;
  }

  .cta-icon,
  .bottom-cta a{
    width:48px;
    height:48px;
  }

  .bottom-cta h2{
    font-size:17px;
  }

  .bottom-cta p{
    font-size:13px;
    line-height:1.45;
  }

  .bottom-cta a{
    font-size:42px;
  }

  .footer{
    padding-inline:28px;
    font-size:12px;
  }

  .footer-business{
    gap:2px 8px;
    font-size:10px;
    line-height:1.65;
  }
}

@media (max-width:390px){
  .topbar-inner{
    padding-inline:18px;
  }

  .nav-cta{
    display:none;
  }

  .hero{
    padding-inline:24px;
  }

  .feature-strip,
  .bottom-cta{
    margin-left:24px;
    margin-right:24px;
  }

  .services-section{
    padding-left:24px;
    padding-right:24px;
  }
}

/* Shared topbar for internal pages */
.fate-topbar.topbar{
  position:sticky;
  top:0;
  z-index:80;
  width:100%;
  padding:14px 18px 0;
  border:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}

.fate-topbar .topbar-inner{
  width:min(100%,var(--max));
  min-height:78px;
  margin:0 auto;
  padding:0 34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  border:1px solid rgba(255,255,255,.9);
  border-radius:18px;
  background:rgba(255,255,255,.88);
  box-shadow:0 8px 30px rgba(116,100,170,.08);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.fate-topbar .logo{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:max-content;
}

.fate-topbar .logo-mark{
  width:38px;
  height:38px;
  flex:0 0 38px;
  display:block;
  border-radius:0;
  background:none;
  box-shadow:none;
}

.fate-topbar .logo-copy{
  display:flex;
  flex-direction:column;
  gap:1px;
  line-height:1.2;
  font-weight:900;
}

.fate-topbar .logo-title{
  color:#1d2029;
  font-size:21px;
  font-weight:900;
}

.fate-topbar .logo-sub{
  display:block;
  color:#68707f;
  font-size:14px;
  font-weight:750;
}

.fate-topbar .nav-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:38px;
  color:#1d2029;
  font-size:15px;
  font-weight:800;
}

.fate-topbar .topbar-actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.fate-topbar .nav-cta,
.fate-topbar .fate-logout{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  border-radius:999px;
  font-size:14px;
  font-weight:850;
}

.fate-topbar .nav-cta{
  color:#fff;
  background:linear-gradient(135deg,#9b80f6,#7658e7);
  box-shadow:0 12px 24px rgba(117,88,231,.18);
}

.fate-topbar .fate-logout{
  color:#625d70;
  background:#f4f1ff;
}

.fate-topbar .menu-button{
  width:36px;
  height:36px;
  padding:0;
  display:none;
  flex-direction:column;
  justify-content:center;
  gap:6px;
  border:0;
  background:transparent;
  cursor:pointer;
}

.fate-topbar .menu-button span{
  display:block;
  width:25px;
  height:2px;
  border-radius:999px;
  background:#171923;
}

@media (max-width:1024px){
  .fate-topbar .nav-links{
    display:none;
  }

  .fate-topbar .menu-button{
    display:flex;
  }
}

@media (max-width:720px){
  .fate-topbar.topbar{
    padding:0;
    background:rgba(255,255,255,.88);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
  }

  .fate-topbar .topbar-inner{
    width:100%;
    min-height:84px;
    padding:0 20px;
    gap:12px;
    border:0;
    border-radius:0;
    box-shadow:0 8px 28px rgba(116,100,170,.08);
  }

  .fate-topbar .logo{
    gap:12px;
  }

  .fate-topbar .logo-mark{
    width:34px;
    height:34px;
    flex-basis:34px;
  }

  .fate-topbar .logo-title{
    font-size:19px;
  }

  .fate-topbar .logo-sub{
    font-size:13px;
  }

  .fate-topbar .nav-cta,
  .fate-topbar .fate-logout{
    min-height:44px;
    padding:0 13px;
    font-size:13px;
  }
}

@media (max-width:430px){
  .fate-topbar .nav-cta{
    display:none;
  }
}

/* Mobile navigation dialog */
body.mobile-menu-open{
  overflow:hidden;
}

.mobile-nav-overlay{
  position:fixed;
  inset:0;
  z-index:200;
  display:flex;
  justify-content:flex-end;
  padding:14px;
  background:rgba(28,24,42,.28);
  opacity:0;
  transition:opacity .18s ease;
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
}

.mobile-nav-overlay.is-open{
  opacity:1;
}

.mobile-nav-panel{
  width:min(88vw,360px);
  height:max-content;
  max-height:calc(100vh - 28px);
  overflow:auto;
  padding:20px;
  border:1px solid rgba(255,255,255,.92);
  border-radius:22px;
  background:rgba(255,255,255,.96);
  box-shadow:0 24px 70px rgba(66,52,118,.20);
  transform:translateX(18px);
  transition:transform .18s ease;
}

.mobile-nav-overlay.is-open .mobile-nav-panel{
  transform:translateX(0);
}

.mobile-nav-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding-bottom:14px;
  border-bottom:1px solid #ece8f6;
}

.mobile-nav-head strong{
  color:#1d2029;
  font-size:18px;
  font-weight:900;
}

.mobile-nav-close{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  padding:0;
  border:0;
  border-radius:50%;
  color:#5f6572;
  background:#f4f1ff;
  font-size:26px;
  line-height:1;
  cursor:pointer;
}

.mobile-nav-links{
  display:flex;
  flex-direction:column;
  padding:12px 0;
}

.mobile-nav-links a{
  min-height:52px;
  display:flex;
  align-items:center;
  padding:0 10px;
  border-bottom:1px solid #f0edf6;
  color:#252936;
  font-size:16px;
  font-weight:800;
}

.mobile-nav-actions{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding-top:14px;
}

.mobile-nav-action{
  min-height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 16px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,#9b80f6,#7658e7);
  box-shadow:0 12px 24px rgba(117,88,231,.18);
  font-size:15px;
  font-weight:850;
}

.mobile-nav-action.fate-logout{
  color:#625d70;
  background:#f4f1ff;
  box-shadow:none;
}

/* MBTI quick test */
.mbti-page{
  width:min(100%,980px);
  margin:0 auto;
  padding:54px 20px 80px;
}

.mbti-hero{
  text-align:center;
  margin:0 auto 28px;
}

.mbti-hero h1{
  margin:0;
  color:#1d2029;
  font-size:46px;
  line-height:1.24;
  font-weight:950;
  word-break:keep-all;
}

.mbti-hero p{
  max-width:720px;
  margin:20px auto 0;
  color:#68707f;
  font-size:18px;
  line-height:1.8;
  word-break:keep-all;
}

.mbti-test-card,
.mbti-result{
  border:1px solid rgba(255,255,255,.92);
  border-radius:24px;
  background:rgba(255,255,255,.88);
  box-shadow:var(--soft-shadow);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.mbti-test-card{
  padding:28px;
}

.mbti-progress{
  height:10px;
  margin-bottom:24px;
  overflow:hidden;
  border-radius:999px;
  background:#eee9ff;
}

.mbti-progress-bar{
  width:0;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(135deg,#9b80f6,#7658e7);
  transition:width .2s ease;
}

.mbti-form{
  display:grid;
  gap:16px;
}

.mbti-question{
  padding:20px;
  border:1px solid #eeeaf5;
  border-radius:18px;
  background:#fff;
}

.mbti-q-head{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-bottom:14px;
}

.mbti-q-head span{
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#7658e7;
  background:#f0ebff;
  font-size:13px;
  font-weight:900;
}

.mbti-q-head strong{
  color:#1d2029;
  font-size:20px;
  line-height:1.45;
  font-weight:900;
  word-break:keep-all;
}

.mbti-question label{
  min-height:58px;
  margin-top:10px;
  padding:14px 16px;
  display:flex;
  align-items:center;
  gap:12px;
  border:1px solid #ece8f6;
  border-radius:14px;
  color:#4f5766;
  background:#fbfaff;
  cursor:pointer;
  transition:border-color .18s ease,background .18s ease,transform .18s ease;
}

.mbti-question label:hover{
  transform:translateY(-1px);
  border-color:#cfc4ff;
  background:#f7f4ff;
}

.mbti-question input{
  width:18px;
  height:18px;
  accent-color:#7658e7;
}

.mbti-question label:has(input:checked){
  border-color:#9b80f6;
  background:#f0ebff;
  color:#1d2029;
}

.mbti-submit{
  min-height:62px;
  margin-top:8px;
  border:0;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,#9b80f6,#7658e7);
  box-shadow:0 14px 28px rgba(117,88,231,.22);
  font-size:18px;
  font-weight:900;
  cursor:pointer;
}

.mbti-result{
  padding:38px 30px;
  text-align:center;
}

.mbti-result[hidden]{
  display:none;
}

.mbti-result-label{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  padding:0 14px;
  border-radius:999px;
  color:#7658e7;
  background:#f0ebff;
  font-size:14px;
  font-weight:900;
}

.mbti-result h2{
  margin:16px 0 10px;
  color:#1d2029;
  font-size:64px;
  line-height:1;
  font-weight:950;
}

.mbti-result p{
  max-width:640px;
  margin:0 auto;
  color:#68707f;
  font-size:18px;
  line-height:1.8;
  word-break:keep-all;
}

.mbti-score-grid{
  margin:28px auto;
  max-width:640px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}

.mbti-score-grid div{
  padding:16px 10px;
  border:1px solid #eeeaf5;
  border-radius:16px;
  background:#fff;
}

.mbti-score-grid span{
  display:block;
  color:#7b8190;
  font-size:13px;
  font-weight:800;
}

.mbti-score-grid strong{
  display:block;
  margin-top:6px;
  color:#1d2029;
  font-size:20px;
}

.mbti-disclaimer{
  padding:16px 18px;
  border-radius:16px;
  background:#fbf8f1;
  font-size:15px !important;
}

.mbti-result-actions{
  margin-top:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}

.mbti-result-actions .btn-secondary{
  border:1px solid #e2deec;
  cursor:pointer;
}

@media (max-width:720px){
  .mbti-page{
    padding:34px 18px 54px;
  }

  .mbti-hero h1{
    font-size:32px;
  }

  .mbti-hero p{
    font-size:16px;
  }

  .mbti-test-card{
    padding:18px;
    border-radius:20px;
  }

  .mbti-question{
    padding:16px;
  }

  .mbti-q-head strong{
    font-size:17px;
  }

  .mbti-question label{
    align-items:flex-start;
    font-size:14px;
    line-height:1.55;
  }

  .mbti-result{
    padding:30px 18px;
  }

  .mbti-result h2{
    font-size:52px;
  }

  .mbti-score-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .mbti-result-actions{
    align-items:stretch;
    flex-direction:column;
  }
}

/* MBTI quick test - refined quiz experience */
.mbti-page{
  width:min(1080px,calc(100% - 32px));
  padding:34px 0 84px;
}

.mbti-hero{
  position:relative;
  overflow:hidden;
  margin:0 0 20px;
  padding:42px 34px;
  text-align:left;
  border:1px solid rgba(255,255,255,.82);
  border-radius:30px;
  background:
    radial-gradient(circle at top right,rgba(140,111,241,.14),transparent 34%),
    radial-gradient(circle at left bottom,rgba(239,189,104,.10),transparent 22%),
    rgba(255,255,255,.74);
  box-shadow:0 20px 50px rgba(70,60,120,.10);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.mbti-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.22),transparent 34%);
  pointer-events:none;
}

.mbti-hero > *{
  position:relative;
  z-index:1;
}

.mbti-hero .eyebrow{
  margin-bottom:18px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(255,255,255,.86);
  box-shadow:0 8px 24px rgba(70,60,120,.08);
}

.mbti-hero h1{
  max-width:760px;
  font-size:clamp(34px,5vw,64px);
  line-height:1.08;
  letter-spacing:0;
}

.mbti-hero h1 br{
  display:none;
}

.mbti-hero p{
  max-width:760px;
  margin:20px 0 0;
  font-size:17px;
}

.mbti-test-card{
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}

.mbti-test-top{
  margin-bottom:20px;
  padding:24px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border:1px solid rgba(255,255,255,.82);
  border-radius:24px;
  background:rgba(255,255,255,.74);
  box-shadow:0 8px 24px rgba(70,60,120,.08);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.mbti-progress-meta{
  color:#68707f;
  font-size:15px;
  font-weight:800;
  white-space:nowrap;
}

.mbti-progress-meta span{
  color:#7658e7;
}

.mbti-progress{
  flex:1;
  max-width:520px;
  height:10px;
  margin:0;
  background:rgba(140,111,241,.10);
}

.mbti-form{
  gap:18px;
}

.mbti-question{
  padding:24px 22px;
  border:1px solid rgba(255,255,255,.82);
  border-radius:22px;
  background:rgba(255,255,255,.88);
  box-shadow:0 8px 24px rgba(70,60,120,.08);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.mbti-q-head{
  margin-bottom:16px;
}

.mbti-q-head span{
  border:1px solid rgba(140,111,241,.12);
}

.mbti-q-head strong{
  margin-top:2px;
  font-size:18px;
  line-height:1.65;
  font-weight:850;
}

.mbti-question label{
  position:relative;
  min-height:auto;
  margin-top:12px;
  padding:15px 16px 15px 44px;
  border-color:rgba(140,111,241,.10);
  border-radius:16px;
  background:rgba(255,255,255,.82);
  box-shadow:none;
  color:#313645;
  font-size:16px;
  line-height:1.75;
}

.mbti-question label::before{
  content:"";
  position:absolute;
  left:16px;
  top:22px;
  width:14px;
  height:14px;
  border-radius:999px;
  background:rgba(140,111,241,.22);
  border:1px solid rgba(140,111,241,.28);
  transition:.2s ease;
}

.mbti-question label:hover{
  transform:translateY(-1px);
  border-color:rgba(140,111,241,.22);
  background:rgba(255,255,255,.95);
  box-shadow:0 8px 18px rgba(70,60,120,.06);
}

.mbti-question input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.mbti-question label:has(input:checked){
  border-color:rgba(140,111,241,.36);
  background:linear-gradient(180deg,rgba(248,244,255,.96),rgba(255,255,255,.96));
  box-shadow:0 10px 20px rgba(140,111,241,.08);
}

.mbti-question label:has(input:checked)::before{
  background:linear-gradient(135deg,#9b80f6,#7658e7);
  border-color:transparent;
  box-shadow:0 0 0 4px rgba(140,111,241,.10);
}

.mbti-validation{
  display:none;
  padding:14px 16px;
  border-radius:16px;
  color:#b42323;
  background:#fff4f4;
  border:1px solid rgba(212,52,52,.10);
  font-size:15px;
  line-height:1.7;
}

.mbti-validation.show{
  display:block;
}

.mbti-validation ul{
  margin:8px 0 0;
  padding-left:18px;
}

.mbti-footer{
  position:sticky;
  bottom:18px;
  z-index:10;
  margin-top:8px;
}

.mbti-footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px 14px 12px 18px;
  border:1px solid rgba(255,255,255,.86);
  border-radius:999px;
  background:rgba(255,255,255,.88);
  box-shadow:0 16px 36px rgba(70,60,120,.10);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.mbti-footer-tip{
  color:#68707f;
  font-size:14px;
  line-height:1.55;
}

.mbti-submit{
  width:auto;
  min-height:48px;
  margin:0;
  padding:0 22px;
  font-size:15px;
}

.mbti-result{
  margin-top:20px;
  background:rgba(255,255,255,.88);
  box-shadow:0 20px 50px rgba(70,60,120,.10);
}

@media (max-width:720px){
  .mbti-page{
    width:min(100% - 28px,640px);
    padding:22px 0 64px;
  }

  .mbti-hero{
    padding:28px 20px;
    border-radius:24px;
  }

  .mbti-hero h1{
    font-size:31px;
  }

  .mbti-test-top{
    padding:20px 16px;
    align-items:flex-start;
    flex-direction:column;
    border-radius:22px;
  }

  .mbti-progress{
    width:100%;
    max-width:none;
  }

  .mbti-question{
    padding:20px 16px;
  }

  .mbti-q-head strong{
    font-size:16px;
  }

  .mbti-question label{
    padding:14px 14px 14px 42px;
    font-size:14px;
  }

  .mbti-footer-inner{
    align-items:flex-start;
    flex-direction:column;
    border-radius:24px;
  }

  .mbti-submit{
    width:100%;
  }
}