.steps{position:relative;margin-top:32px}
.step-row{
  position:relative;
  grid-template-columns:52px minmax(0,1fr);
  gap:20px;
  padding:22px 0;
  border-bottom:1px solid var(--bd);
}
.step-row:first-child{padding-top:0}
.step-row:last-child{padding-bottom:0;border-bottom:0}
.step-row:not(:last-child)::before{
  content:'';
  position:absolute;
  left:21.5px;
  top:66px;
  bottom:-22px;
  width:1px;
  background:linear-gradient(180deg,rgba(139,92,246,.42),rgba(201,168,76,.26));
}
.step-row:first-child::before{top:44px}
.step-n-wrap{
  position:relative;
  z-index:1;
  width:44px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  flex-shrink:0;
}
.step-n{
  width:44px;
  height:44px;
  margin:0;
  border:1px solid rgba(139,92,246,.2);
  background:linear-gradient(145deg,#fff,rgba(139,92,246,.09));
  color:var(--ac);
  font-size:11px;
  font-weight:900;
  letter-spacing:.5px;
  box-shadow:0 7px 18px rgba(45,16,84,.07);
}
.step-content{min-width:0;padding-top:1px}
.step-meta{min-height:22px;display:flex;align-items:center;gap:6px;margin-bottom:7px}
.step-time,.step-free{margin:0}
.step-row h3{font-size:16px;font-weight:800;letter-spacing:-.25px;margin-bottom:6px}
.step-row p{font-size:13.5px;line-height:1.72}
.step-note{display:block;margin-top:4px;color:var(--text3);font-size:11.5px;line-height:1.65;word-break:keep-all}
.step-row.is-connection .step-n{
  color:#8B6914;
  border-color:rgba(201,168,76,.44);
  background:linear-gradient(145deg,#FFFDF7,rgba(201,168,76,.16));
  box-shadow:0 7px 20px rgba(201,168,76,.13);
}
.step-row.is-connection .step-time{
  color:#8B6914;
  border-color:var(--gold-bd);
  background:var(--gold-bg);
}
.step-verification{
  margin-top:18px;
  overflow:hidden;
  border:1px solid rgba(83,53,105,.13);
  border-radius:15px;
  background:rgba(255,255,255,.72);
  box-shadow:0 12px 30px rgba(58,32,78,.055);
}
.step-verification-summary{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
  min-height:54px;
  padding:12px 16px;
  color:#3f3148;
  cursor:pointer;
  list-style:none;
}
.step-verification-summary::-webkit-details-marker{display:none}
.step-verification-summary-copy{display:flex;min-width:0;align-items:center;gap:11px}
.step-verification-summary-copy small{flex:0 0 auto;color:#8e6d1d;font-size:8px;font-weight:900;letter-spacing:1.4px}
.step-verification-summary-copy strong{min-width:0;font-size:12px;font-weight:800;line-height:1.45;word-break:keep-all}
.step-verification-toggle{display:flex;width:26px;height:26px;align-items:center;justify-content:center;border:1px solid rgba(111,72,215,.18);border-radius:50%;color:#6f48d7;font-size:17px;font-weight:500;line-height:1;transition:transform .2s ease,background .2s ease}
.step-verification[open] .step-verification-summary{border-bottom:1px solid rgba(83,53,105,.09)}
.step-verification[open] .step-verification-toggle{transform:rotate(45deg);background:rgba(111,72,215,.06)}
.step-verification-body{display:grid;grid-template-columns:170px minmax(0,1fr)}
.step-verification-visual{position:relative;min-height:208px;margin:0;overflow:hidden;background:#eee5dd}
.step-verification-visual::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 72%,rgba(255,255,255,.24));pointer-events:none}
.step-verification-visual img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.82) contrast(1.02)}
.step-verification-copy{min-width:0;padding:18px 20px 17px}
.step-verification-kicker{display:block;margin-bottom:6px;color:#8e6d1d;font-size:8px;font-weight:900;letter-spacing:1.5px}
  .step-verification-copy>p{margin:0;color:#46364f;font-size:12px;font-weight:800;line-height:1.7;letter-spacing:-.15px;word-break:keep-all}
.step-verification-docs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;margin:12px 0;padding:0;list-style:none}
.step-verification-docs li{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:7px;padding:7px 8px;border:1px solid rgba(83,53,105,.09);border-radius:8px;background:rgba(248,245,252,.78)}
.step-verification-docs li>span{display:block;min-width:0}
.step-verification-docs strong{display:block;color:#47374f;font-size:9.5px;font-weight:800;line-height:1.4;word-break:keep-all}
.step-verification-docs small{display:block;margin-top:1px;color:#817486;font-size:8px;line-height:1.35}
.step-verification-docs i{display:flex;flex:0 0 17px;width:17px;height:17px;align-items:center;justify-content:center;border:1px solid rgba(187,145,38,.55);border-radius:50%;color:#a77d14;font-size:8px;font-style:normal;font-weight:850}
.step-verification-link{display:inline-flex;border-bottom:1px solid rgba(111,72,215,.22);color:#6f48d7;font-size:10px;font-weight:800;line-height:1.5;text-decoration:none}
@media(max-width:768px){
  body[data-page="process"]{overflow-x:clip}
}
@media(max-width:520px){
  .steps{margin-top:26px}
  .step-row{grid-template-columns:32px minmax(0,1fr);gap:10px;padding:19px 0}
  .step-row:first-child{padding-top:0}
  .step-row:not(:last-child)::before{left:15.5px;top:59px;bottom:-19px}
  .step-row:first-child::before{top:40px}
  .step-n-wrap{width:32px}
  .step-n{width:32px;height:32px;font-size:11px;box-shadow:none}
  .step-row h3{font-size:15px}
  .step-row p{font-size:14px;line-height:1.7}
  .step-verification{position:relative;z-index:2;width:100%;margin:15px 0 0;border-radius:13px}
  .step-verification-summary{min-height:52px;padding:11px 13px}
  .step-verification-summary-copy{gap:8px}
  .step-verification-summary-copy strong{font-size:14px;line-height:1.6}
  .step-verification-body{grid-template-columns:1fr}
  .step-verification-visual{min-height:0;aspect-ratio:3/2}
  .step-verification-visual::after{background:linear-gradient(180deg,transparent 68%,rgba(255,255,255,.16))}
  .step-verification-copy{padding:16px 10px 15px}
  .step-verification-copy>p{font-size:14px;line-height:1.75}
  .step-verification-docs{grid-template-columns:1fr;gap:5px;margin:11px 0}
  .step-verification-docs li{padding:9px 0;border:0;border-bottom:1px solid #e8e0ec;background:none;box-shadow:none;border-radius:0}
  .step-verification-docs strong{font-size:13px;line-height:1.65}
  .step-verification-docs small{font-size:13px;line-height:1.65}
}
.process-factor-story{
  position:relative;
  margin-top:32px;
  padding:30px 28px 28px;
  overflow:hidden;
  border:1px solid rgba(83,53,105,.12);
  border-radius:22px;
  background:
    radial-gradient(circle at 8% 0%,rgba(139,92,246,.09),transparent 34%),
    radial-gradient(circle at 94% 100%,rgba(201,168,76,.1),transparent 30%),
    rgba(255,255,255,.72);
  box-shadow:0 18px 48px rgba(58,32,78,.045);
}
.process-factor-head{text-align:center}
.process-factor-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:9px;
  color:#8e6d1d;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.35px;
}
.process-factor-kicker::before{
  content:'';
  width:17px;
  height:1px;
  background:rgba(201,168,76,.72);
}
.process-factor-head h2{
  margin:0;
  color:#2d2037;
  font-size:20px;
  font-weight:850;
  line-height:1.42;
  letter-spacing:-.5px;
}
.process-factor-head h2 em{color:#7c3aed;font-style:normal}
.process-factor-head p{
  margin:8px auto 0;
  max-width:500px;
  color:#75687f;
  font-size:12.5px;
  line-height:1.72;
  word-break:keep-all;
}
.process-factor-groups{display:grid;gap:0;margin-top:23px;border-top:1px solid rgba(83,53,105,.09)}
.process-factor-group{
  display:grid;
  grid-template-columns:92px minmax(0,1fr);
  align-items:start;
  gap:12px;
  padding:13px 0;
  border-bottom:1px solid rgba(83,53,105,.09);
}
.process-factor-group:last-child{padding-bottom:0;border-bottom:0}
.process-factor-label{
  display:flex;
  align-items:center;
  gap:7px;
  min-height:26px;
  color:#675a70;
  font-size:10.5px;
  font-weight:850;
}
.process-factor-label::before{
  content:'';
  flex:0 0 7px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#8b5cf6;
  box-shadow:0 0 0 4px rgba(139,92,246,.09);
}
.process-factor-group.is-profile .process-factor-label::before{background:#6680b8;box-shadow:0 0 0 4px rgba(102,128,184,.09)}
.process-factor-group.is-life .process-factor-label::before{background:#a77d14;box-shadow:0 0 0 4px rgba(167,125,20,.09)}
.process-factor-group.is-preference .process-factor-label::before{background:#a85c79;box-shadow:0 0 0 4px rgba(168,92,121,.09)}
.process-factor-pills{display:flex;flex-wrap:wrap;gap:6px}
.process-factor-pills span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:26px;
  padding:5px 10px;
  border:1px solid rgba(139,92,246,.2);
  border-radius:999px;
  background:rgba(139,92,246,.07);
  color:#7044c9;
  font-size:9.5px;
  font-weight:800;
  line-height:1.2;
  white-space:nowrap;
}
.process-factor-group.is-profile .process-factor-pills span{border-color:rgba(102,128,184,.22);background:rgba(102,128,184,.07);color:#536c9e}
.process-factor-group.is-life .process-factor-pills span{border-color:rgba(201,168,76,.28);background:rgba(201,168,76,.09);color:#816315}
.process-factor-group.is-preference .process-factor-pills span{border-color:rgba(168,92,121,.2);background:rgba(168,92,121,.065);color:#96506c}
.match-preview-sec{
  margin-top:20px;
  padding:30px 22px 32px;
  border:1px solid rgba(83,53,105,.12);
  border-radius:22px;
  background:
    radial-gradient(circle at 92% 4%,rgba(139,92,246,.08),transparent 31%),
    radial-gradient(circle at 6% 92%,rgba(201,168,76,.09),transparent 27%),
    linear-gradient(180deg,rgba(255,255,255,.82),rgba(251,248,255,.76));
  color:#2d2037;
  overflow:hidden;
  position:relative;
  box-shadow:0 18px 48px rgba(58,32,78,.045);
}
.match-preview-sec::before{
  content:'';
  position:absolute;
  top:0;
  left:50%;
  width:56px;
  height:2px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,rgba(139,92,246,.18),#c9a84c,rgba(139,92,246,.18));
  pointer-events:none;
}
.match-preview-head{position:relative;z-index:1;max-width:460px;margin:0 auto 20px;text-align:center}
.match-preview-label{
  display:inline-flex;align-items:center;justify-content:center;
  gap:7px;
  padding:0;
  border:0;
  border-radius:0;
  color:#8e6d1d;
  background:none;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.35px;
  text-transform:uppercase;
  margin-bottom:9px;
}
.match-preview-label::before{
  content:'';
  width:17px;
  height:1px;
  background:rgba(201,168,76,.72);
}
.match-preview-title{
  color:#2d2037;
  font-family:'Pretendard',sans-serif;
  font-size:20px;
  font-weight:850;
  line-height:1.42;
  letter-spacing:-.5px;
}
.match-preview-sub{
  margin:8px auto 0;
  font-size:12.5px;
  color:#75687f;
  line-height:1.7;
  word-break:keep-all;
}
.match-phone{
  position:relative;z-index:1;
  max-width:390px;
  margin:0 auto;
  padding:10px;
  border:1px solid rgba(54,24,77,.26);
  border-radius:28px;
  background:linear-gradient(155deg,#2a123f 0%,#3e1d5f 62%,#65408b 100%);
  box-shadow:0 22px 52px rgba(45,16,84,.2);
}
.match-phone-screen{
  border-radius:22px;
  background:#FFFDF8;
  color:#241735;
  overflow:hidden;
}
.match-phone-top{
  padding:13px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid rgba(139,92,246,.12);
  background:#fff;
}
.match-phone-brand{font-size:12px;font-weight:900;color:#7C3AED}
.match-phone-pill{font-size:10px;font-weight:900;color:#8B6914;background:rgba(201,168,76,.14);border:1px solid rgba(201,168,76,.28);border-radius:999px;padding:4px 8px}
.preview-profile-hero{
  padding:18px 18px 16px;
  background:linear-gradient(180deg,#FBF7FF 0%,#FFFDF8 100%);
  display:grid;
  grid-template-columns:74px minmax(0,1fr);
  gap:14px;
  align-items:center;
}
.preview-avatar{
  width:74px;
  height:74px;
  border-radius:24px;
  background:linear-gradient(145deg,#F3E8FF,#FFF7D6);
  border:1px solid rgba(139,92,246,.16);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 22px rgba(139,92,246,.12);
}
.preview-avatar-face{
  width:44px;
  height:44px;
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 28%,#B8A4D8 0 10px,transparent 11px),
    radial-gradient(ellipse at 50% 82%,#8B6FC2 0 22px,transparent 23px);
  opacity:.9;
}
.preview-profile-kicker{font-size:10px;font-weight:900;color:#8B5CF6;letter-spacing:1px;margin-bottom:5px}
.preview-profile-title{font-size:17px;font-weight:900;line-height:1.32;letter-spacing:-.3px;word-break:keep-all}
.preview-profile-meta{margin-top:5px;font-size:11.5px;color:#7A6B8F;line-height:1.5}
.preview-section{padding:14px 18px;border-top:1px solid rgba(139,92,246,.1)}
.preview-section-title{font-size:11px;font-weight:900;color:#7C3AED;margin-bottom:8px}
.preview-copy{font-size:12.5px;color:#4D425F;line-height:1.75;word-break:keep-all}
.preview-charms{display:grid;gap:7px}
.preview-charm{display:grid;grid-template-columns:20px minmax(0,1fr);gap:8px;align-items:start;font-size:12px;color:#4D425F;line-height:1.55}
.preview-charm b{
  display:flex;align-items:center;justify-content:center;
  width:20px;height:20px;border-radius:50%;
  background:rgba(139,92,246,.1);
  color:#7C3AED;
  font-size:10px;
}
.preview-tags{display:flex;flex-wrap:wrap;gap:6px}
.preview-tags span{font-size:10.5px;font-weight:800;color:#6D5614;background:rgba(201,168,76,.13);border:1px solid rgba(201,168,76,.24);border-radius:999px;padding:4px 8px}
.preview-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:14px 18px 18px}
.preview-actions span{display:flex;align-items:center;justify-content:center;min-height:38px;border-radius:12px;font-size:12px;font-weight:900}
.preview-actions .soft{border:1px solid rgba(139,92,246,.14);color:#7A6B8F;background:#fff}
.preview-actions .main{background:#7C3AED;color:#fff;box-shadow:0 8px 20px rgba(139,92,246,.22)}
.preview-more{
  position:relative;
  margin:0 18px 2px;
  padding:10px 0 12px;
  border-top:1px solid rgba(139,92,246,.1);
  text-align:center;
  color:#9B8AAD;
  font-size:11px;
  font-weight:900;
}
.preview-more::before{
  content:'';
  position:absolute;
  left:0;right:0;top:-38px;
  height:38px;
  background:linear-gradient(180deg,rgba(255,253,248,0),#FFFDF8 86%);
  pointer-events:none;
}
.match-preview-note{position:relative;z-index:1;margin:12px auto 0;max-width:390px;text-align:center;font-size:10.5px;color:#94879d;line-height:1.6;word-break:keep-all}
.process-closing-cta{margin-top:32px;padding:30px 20px 0;text-align:center;border-top:1px solid var(--bd)}
.process-closing-title{margin-bottom:8px;color:var(--text);font-size:16px;font-weight:800;letter-spacing:-.3px}
.process-closing-copy{margin-bottom:20px;color:var(--text2);font-size:13px;line-height:1.7}
.process-closing-link{display:inline-flex;align-items:center;justify-content:center;padding:13px 32px;background:var(--ac);color:#fff;border-radius:var(--rs);font-size:14px;font-weight:700;text-decoration:none}
@media(max-width:520px){
  .sec-title.process-page-title{width:100%;text-align:center}
  .process-factor-story{margin-top:28px;padding:25px 17px 22px;border-radius:19px}
  .process-factor-head h2{font-size:18px}
  .process-factor-head p{font-size:12px;line-height:1.65}
  .process-factor-groups{margin-top:19px}
  .process-factor-group{grid-template-columns:1fr;gap:7px;padding:12px 0}
  .process-factor-label{min-height:20px;font-size:10px}
  .process-factor-pills{gap:5px}
  .process-factor-pills span{min-height:25px;padding:5px 9px;font-size:9px}
  .match-preview-sec{margin-top:16px;margin-left:-4px;margin-right:-4px;padding:25px 14px 27px;border-radius:20px}
  .match-preview-head{margin-bottom:18px;padding:0 3px}
  .match-preview-title{font-size:18px}
  .match-phone{max-width:100%;border-radius:24px;padding:8px}
  .preview-profile-hero{grid-template-columns:64px minmax(0,1fr);gap:12px;padding:16px}
  .preview-avatar{width:64px;height:64px;border-radius:20px}
  .preview-profile-title{font-size:16px}
  .preview-section{padding:13px 16px}
  .preview-actions{padding:13px 16px 16px}
  .process-closing-cta{margin-top:26px;padding:26px 12px 0}
}

/* Calm process page: retain the five steps and all detail content. */
.process-calm .process-overview{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));list-style:none;max-width:680px;margin:28px auto 0;padding:12px 10px;background:none;border-radius:0}
.process-calm .process-overview li{position:relative;display:flex;flex-direction:column;align-items:center;gap:12px;min-width:0}
.process-calm .process-overview li:not(:last-child):after{content:'';position:absolute;top:21px;left:calc(50% + 22px);width:calc(100% - 44px);height:1px;background:#d6c8df}
.process-calm .process-overview span{display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:50%;background:#f3edf6;color:#886596;font:400 16px/1 'Gowun Batang',serif}
.process-calm .process-overview b{font-size:13px;font-weight:500;color:#716078;white-space:nowrap}
.process-calm .step-verification-summary .step-verification-summary-copy strong{font-family:inherit!important;font-size:inherit!important;font-weight:500!important;line-height:inherit!important;color:inherit!important}
.process-calm .step-verification-summary-copy{font-size:inherit!important;font-weight:inherit!important}
@media(max-width:600px){.process-calm .process-overview{margin-top:28px;padding:22px 5px}.process-calm .process-overview b{font-size:11px}.process-calm .process-overview span{width:36px;height:36px;font-size:16px}.process-calm .process-overview li:not(:last-child):after{top:17px;left:calc(50% + 18px);width:calc(100% - 36px)}}
.process-calm .step-content .step-meta .step-free{display:inline-flex!important;align-items:center;padding:4px 9px!important;border:1px solid #e5ddec!important;border-radius:5px!important;background:#f3edf7!important;line-height:1.5!important;color:#80668c!important}
.process-calm .steps .step-content h3{font-weight:700!important;letter-spacing:-.5px}
.process-calm{max-width:980px!important;padding:72px 24px 80px!important}
.process-calm>.ey{color:#876696!important;font-size:11px!important;letter-spacing:2px!important}
.process-calm>.sec-title{font-family:'Gowun Batang',serif!important;font-weight:400!important;font-size:34px!important;line-height:1.5!important;color:#3f2d49!important}
.process-calm>.sec-sub{font-size:15px!important;line-height:1.8!important;color:#796c80!important}
.process-calm .steps{margin:48px auto 0;max-width:800px}
.process-calm .step-row{display:grid!important;grid-template-columns:56px minmax(0,1fr)!important;gap:24px!important;padding:30px 0!important;border-bottom:1px solid #e4dae9!important;background:none!important;box-shadow:none!important}
.process-calm .step-row:before{display:none!important}
.process-calm .step-n-wrap{width:auto!important}
.process-calm .step-n{background:none!important;border:0!important;box-shadow:none!important;border-radius:0!important;color:#ab8e61!important;font:400 28px/1.4 'Gowun Batang',serif!important;width:auto!important;height:auto!important}
.process-calm .step-meta{gap:12px!important;margin-bottom:9px!important}
.process-calm .step-time,.process-calm .step-free{background:none!important;border:0!important;padding:0!important;box-shadow:none!important;border-radius:0!important;font-size:12px!important;color:#88728f!important;font-weight:500!important}
.process-calm .step-free{color:#655373!important}
.process-calm .step-content h3{font:400 23px/1.5 'Gowun Batang',serif!important;color:#493455!important;margin:0 0 12px!important}
.process-calm .step-content>p{font-size:15px!important;color:#65596c!important;line-height:1.85!important}
.process-calm .step-note{display:block;font-size:13px!important;color:#84758b!important;line-height:1.8!important;margin-top:7px!important}
.process-calm .step-verification,.process-calm .process-inline-detail{border:1px solid #e3d8e9!important;border-radius:6px!important;background:#fcf9fd!important;box-shadow:none!important;margin:18px 0 0!important;overflow:hidden}
.process-calm .step-verification-summary,.process-calm .process-inline-detail>summary{padding:17px 18px!important;color:#755786!important;font-size:14px!important;font-weight:500!important;border:0!important}
.process-calm .step-verification-summary small{display:none}
.process-calm .step-verification-toggle{background:none!important;border:0!important;box-shadow:none!important}
.process-calm .process-factor-story,.process-calm .match-preview-sec{background:none!important;border:0!important;box-shadow:none!important;margin:0!important;padding:20px!important}
.process-calm .process-factor-head h4,.process-calm .match-preview-title{font:400 22px/1.6 'Gowun Batang',serif!important;color:#493455!important}
.process-calm .process-factor-pills span{background:none!important;border:0!important;border-radius:0!important;font-size:13px!important;line-height:1.7!important;padding:2px 8px 2px 0!important;color:#766080!important}
.process-calm .process-factor-label{font-size:13px!important}
.process-calm .match-phone{box-shadow:none!important;border-radius:8px!important}
.process-calm .process-closing-cta{border:0!important;background:#f3edf7!important;border-radius:8px!important;margin-top:40px!important;padding:30px 22px!important}
.process-calm .process-closing-title{font:400 26px/1.5 'Gowun Batang',serif!important;color:#493455!important}
.process-calm .process-closing-link{background:#75508b!important;border-radius:6px!important;box-shadow:none!important;font-size:14px!important;min-height:48px}
@media(max-width:600px){.process-calm{padding:40px 20px 50px!important}.process-calm>.sec-title{font-size:27px!important}.process-calm>.sec-sub{font-size:14px!important}.process-calm .steps{margin-top:26px}.process-calm .step-row{grid-template-columns:30px minmax(0,1fr)!important;gap:12px!important;padding:25px 0!important}.process-calm .step-n{font-size:22px!important}.process-calm .step-content h3{font-size:20px!important}.process-calm .step-content>p{font-size:14px!important}.process-calm .step-meta{flex-wrap:wrap!important}.process-calm .step-verification-summary,.process-calm .process-inline-detail>summary{padding:14px 12px!important;font-size:13px!important}.process-calm .process-factor-story,.process-calm .match-preview-sec{padding:14px!important}.process-calm .process-factor-head h4,.process-calm .match-preview-title{font-size:19px!important}}
