:root{
  --offer-ink:#29162f;
  --offer-muted:#746779;
  --offer-plum:#53315f;
  --offer-violet:#8a5aa0;
  --offer-cream:#fffaf1;
  --offer-gold:#d1aa45;
  --offer-gold-soft:#f2dfa5;
  --offer-line:rgba(79,46,91,.13);
}

.offer-shell{
  max-width:1180px;
  margin:0 auto;
  padding:72px 24px 104px;
}
.offer-eyebrow{
  margin:0 0 14px;
  color:#80538e;
  font-size:10px;
  font-weight:900;
  letter-spacing:2.2px;
}
.offer-display{
  margin:0;
  color:var(--offer-ink);
  font-family:'Gowun Batang',serif;
  font-size:clamp(38px,5.2vw,66px);
  font-weight:700;
  line-height:1.22;
  letter-spacing:-3px;
  word-break:keep-all;
}
.offer-display em{
  color:#7b4c8b;
  font-style:normal;
}
.offer-lead{
  max-width:640px;
  margin:20px 0 0;
  color:var(--offer-muted);
  font-size:15px;
  line-height:1.85;
  word-break:keep-all;
}
.offer-intro{
  position:relative;
  overflow:hidden;
  padding:64px 62px;
  border:1px solid var(--offer-line);
  border-radius:28px;
  background:
    radial-gradient(circle at 92% 8%,rgba(220,193,233,.65),transparent 31%),
    radial-gradient(circle at 4% 100%,rgba(250,220,153,.35),transparent 30%),
    rgba(255,255,255,.74);
  box-shadow:0 25px 70px rgba(46,25,57,.08);
}
.offer-intro:after{
  content:'結';
  position:absolute;
  right:38px;
  bottom:-62px;
  color:rgba(89,50,102,.055);
  font-family:'Gowun Batang',serif;
  font-size:230px;
  font-weight:700;
  line-height:1;
}
.offer-intro>*{position:relative;z-index:1}
.offer-proof-row{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:30px;
}
.offer-proof-row span{
  display:inline-flex;
  min-height:38px;
  align-items:center;
  padding:8px 13px;
  border:1px solid rgba(89,50,102,.12);
  border-radius:999px;
  background:rgba(255,255,255,.67);
  color:#684f6e;
  font-size:11px;
  font-weight:800;
}

.offer-section{margin-top:72px}
.offer-section-head{
  display:block;
  max-width:720px;
  margin-right:auto;
  margin-left:auto;
  margin-bottom:27px;
  text-align:center;
}
.offer-section-head h1,
.offer-section-head h2{
  margin:0;
  color:var(--offer-ink);
  font-family:'Gowun Batang',serif;
  font-size:clamp(28px,3.3vw,42px);
  line-height:1.35;
  letter-spacing:-1.8px;
  word-break:keep-all;
}
.offer-section-head p{
  max-width:560px;
  margin:10px auto 0;
  color:var(--offer-muted);
  font-size:13px;
  line-height:1.7;
  text-align:center;
  word-break:keep-all;
}

.product-guide{
  padding:48px 40px 42px;
  border-radius:32px;
  background:
    radial-gradient(circle at 5% 5%,rgba(214,184,226,.24),transparent 25%),
    radial-gradient(circle at 95% 95%,rgba(241,216,151,.25),transparent 26%),
    #fbf6fb;
}
.product-guide.is-first{margin-top:0}
.product-guide .offer-section-head{margin-bottom:32px}
.product-guide .offer-eyebrow{
  color:#865493;
  font-size:13px;
  letter-spacing:.2px;
}

.plan-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
  max-width:1040px;
  margin:0 auto;
}
.plan-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(250px,.78fr) minmax(0,1.45fr);
  gap:32px;
  min-width:0;
  overflow:hidden;
  padding:34px;
  border:1px solid rgba(79,46,91,.11);
  border-radius:26px;
  background:rgba(255,255,255,.84);
  box-shadow:0 18px 52px rgba(60,34,70,.07);
  text-align:left;
}
.plan-card.is-active{
  color:var(--offer-ink);
  border-color:rgba(126,79,144,.19);
  background:
    radial-gradient(circle at 7% 16%,rgba(205,169,220,.28),transparent 31%),
    linear-gradient(135deg,#fff 20%,#f5edf8 100%);
}
.plan-card.is-active:before{
  content:'';
  position:absolute;
  inset:0 auto 0 0;
  width:5px;
  background:linear-gradient(180deg,#9c6baa,#d6af4c);
}
.plan-card.is-direction{
  border-color:rgba(188,148,53,.22);
  background:
    radial-gradient(circle at 94% 20%,rgba(240,214,148,.35),transparent 31%),
    linear-gradient(135deg,#fff 24%,#fff9ea 100%);
}
.plan-summary{
  display:flex;
  min-width:0;
  flex-direction:column;
  justify-content:center;
  padding:4px 4px 4px 2px;
}
.plan-for{
  margin:14px 0 0;
  color:#615665;
  font-size:14px;
  font-weight:750;
  line-height:1.55;
  word-break:keep-all;
}
.plan-badge{
  display:inline-flex;
  width:max-content;
  min-height:28px;
  align-items:center;
  padding:5px 10px;
  border-radius:999px;
  background:#f2e8f4;
  color:#784886;
  font-size:9px;
  font-weight:900;
  letter-spacing:.7px;
  align-self:flex-start;
}
.is-active .plan-badge{
  border:1px solid rgba(124,58,237,.17);
  background:#e8dcf7;
  color:#684078;
}
.is-direction .plan-badge{
  background:#efe1bd;
  color:#765718;
}
.plan-card h3{
  margin:7px 0 0;
  color:var(--offer-ink);
  font-family:'Gowun Batang',serif;
  font-size:28px;
  line-height:1.35;
  letter-spacing:-1.3px;
}
.plan-card.is-active h3{color:var(--offer-ink)}
.plan-price-label{
  margin:18px 0 0;
  color:#7c7080;
  font-size:11px;
  font-weight:800;
}
.plan-price{
  display:flex;
  align-items:baseline;
  gap:6px;
  margin:3px 0 0;
  color:var(--offer-ink);
  justify-content:flex-start;
}
.is-active .plan-price{color:var(--offer-ink)}
.plan-price strong{
  font-size:35px;
  font-weight:900;
  letter-spacing:-1.8px;
}
.plan-price span{font-size:11px;font-weight:800;opacity:.66}
.plan-detail{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:18px;
}
.plan-benefits{
  position:relative;
  flex:1;
  padding:21px 23px;
  border:1px solid rgba(79,46,91,.11);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(244,235,247,.78),rgba(255,255,255,.7));
}
.is-active .plan-benefits{background:linear-gradient(135deg,rgba(235,221,244,.84),rgba(255,255,255,.7))}
.is-direction .plan-benefits{background:linear-gradient(135deg,rgba(250,235,194,.62),rgba(255,255,255,.72))}
.plan-benefits-title{
  margin:0 0 15px;
  color:#76657b;
  font-size:10px;
  font-weight:900;
  letter-spacing:.7px;
}
.plan-connection{
  display:flex;
  min-height:0;
  align-items:baseline;
  justify-content:flex-end;
  gap:9px;
  margin:0;
  padding:10px 13px;
  border-radius:12px;
  background:#f8f1df;
  color:#7b601e;
  text-align:right;
  white-space:nowrap;
}
.plan-connection span{
  color:#7c7080;
  font-size:11px;
  font-weight:800;
}
.plan-connection strong{font-size:21px;font-weight:950;letter-spacing:-.8px}
.is-active .plan-connection{color:#795d18}
.plan-list{
  display:grid;
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
}
.plan-list li{
  position:relative;
  padding-left:21px;
  color:#5f5263;
  font-size:12.5px;
  font-weight:700;
  line-height:1.55;
  word-break:keep-all;
}
.plan-list li:before{
  content:'✦';
  position:absolute;
  left:0;
  top:0;
  color:#aa75b8;
  font-size:10px;
}
.is-active .plan-list li{color:#55485a}
.is-active .plan-list li:before{color:#9a6aaa}
.plan-included{
  display:flex;
  min-height:0;
  align-items:center;
  justify-content:flex-start;
  margin:0 0 13px;
  border:0;
  background:none;
  color:#5a4210;
  font-size:12px;
  font-weight:950;
  box-shadow:none;
}
.plan-included span{
  display:inline-flex;
  min-height:31px;
  align-items:center;
  padding:6px 11px;
  border-radius:999px;
  background:linear-gradient(135deg,#f7e8b8,#ead193);
  box-shadow:inset 0 0 0 1px rgba(169,126,28,.16);
}
.offer-button{
  display:flex;
  width:auto;
  min-width:250px;
  min-height:50px;
  align-items:center;
  justify-content:center;
  padding:13px 16px;
  border:1px solid rgba(87,51,99,.16);
  border-radius:15px;
  background:#fff;
  color:#53315f;
  font-size:13px;
  font-weight:900;
  line-height:1.4;
  text-align:center;
  text-decoration:none;
  margin-top:0;
  transition:transform .15s ease,box-shadow .15s ease;
}
.plan-footer{
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:flex-end;
  gap:22px;
}
.offer-button:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(63,34,74,.12)}
.is-active .offer-button{
  border:0;
  background:linear-gradient(135deg,#7c3aed,#9a68bb 56%,#c7a23e);
  color:#fff;
}
.is-direction .offer-button{
  border:0;
  background:#5b3565;
  color:#fff;
}

.connection-story{
  position:relative;
  overflow:hidden;
  padding:42px;
  border:0;
  border-radius:0;
  background:
    radial-gradient(circle at 10% 35%,rgba(199,165,218,.18),transparent 29%),
    radial-gradient(circle at 90% 38%,rgba(239,207,121,.2),transparent 29%);
  color:var(--offer-ink);
  box-shadow:none;
}
.connection-story.is-first{margin-top:0}
.connection-story-head{
  text-align:center;
}
.connection-story h1,
.connection-story h2{
  margin:7px 0 0;
  font-family:'Gowun Batang',serif;
  color:var(--offer-ink);
  font-size:clamp(32px,3.6vw,44px);
  line-height:1.35;
  letter-spacing:-2.2px;
}
.connection-flow{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  max-width:900px;
  margin:31px auto 0;
}
.connection-step{
  position:relative;
  min-width:0;
  padding:26px 28px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  text-align:center;
}
.connection-step:nth-child(odd){border-right:1px solid var(--offer-line)}
.connection-step:nth-child(-n+2){border-bottom:1px solid var(--offer-line)}
.connection-step.is-calendar{
  background:transparent;
}
.connection-step i{
  display:block;
  color:#81518e;
  font-size:9px;
  font-style:normal;
  font-weight:900;
  letter-spacing:1px;
}
.connection-step-art{
  position:relative;
  width:76px;
  height:64px;
  margin:0 auto 16px;
  border:1px solid rgba(105,64,119,.11);
  border-radius:18px;
  background:linear-gradient(145deg,#f0e6f4,#fff6dd);
}
.connection-step-art i{position:absolute;display:block}
.connection-step-art.is-profile i:first-child{
  left:17px;
  top:14px;
  width:22px;
  height:28px;
  border:2px solid #e9cf83;
  border-radius:6px;
}
.connection-step-art.is-profile i:first-child:before{
  content:'';
  position:absolute;
  left:6px;
  top:5px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#e9cf83;
}
.connection-step-art.is-profile i:last-child{
  right:14px;
  top:20px;
  width:17px;
  height:2px;
  border-radius:2px;
  background:#c99bd4;
  box-shadow:0 8px rgba(201,155,212,.65),0 16px rgba(201,155,212,.35);
}
.connection-step-art.is-mutual i{
  top:18px;
  width:27px;
  height:27px;
  border-radius:50%;
  background:linear-gradient(145deg,#d7a9df,#8d5799);
}
.connection-step-art.is-mutual i:first-child{left:14px}
.connection-step-art.is-mutual i:last-child{right:14px;background:linear-gradient(145deg,#f0d893,#bd9135)}
.connection-step-art.is-mutual:after{
  content:'✓';
  position:absolute;
  left:50%;
  top:22px;
  width:20px;
  height:20px;
  transform:translateX(-50%);
  border-radius:50%;
  background:#fff;
  color:#4b2c55;
  font-size:12px;
  font-weight:950;
  line-height:20px;
}
.connection-step-art.is-date:before{
  content:'';
  position:absolute;
  inset:13px 16px;
  border:2px solid #ead186;
  border-radius:7px;
  background:linear-gradient(to bottom,rgba(234,209,134,.24) 10px,transparent 10px);
}
.connection-step-art.is-date i{
  top:35px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#c38dcc;
}
.connection-step-art.is-date i:first-child{left:25px}
.connection-step-art.is-date i:nth-child(2){left:35px;background:#ead186}
.connection-step-art.is-date i:last-child{left:45px}
.connection-step-art.is-contact i:first-child{
  left:15px;
  right:15px;
  top:17px;
  height:31px;
  border:2px solid #dfc67c;
  border-radius:8px;
}
.connection-step-art.is-contact i:last-child{
  left:25px;
  top:28px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#c291cd;
  box-shadow:15px 0 0 -3px #dfc67c,24px 0 0 -3px #dfc67c;
}
.connection-step b{
  display:block;
  margin-top:11px;
  color:var(--offer-ink);
  font-size:14px;
}
.connection-step span{
  display:block;
  margin-top:6px;
  color:var(--offer-muted);
  font-size:11px;
  line-height:1.55;
}
.pricing-clarity{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
}
.pricing-clarity article{
  padding:25px;
  border-right:1px solid var(--offer-line);
  text-align:center;
}
.pricing-clarity article:last-child{border-right:0}
.pricing-clarity b{
  display:block;
  color:var(--offer-ink);
  font-size:14px;
}
.pricing-clarity span{
  display:block;
  margin-top:7px;
  color:var(--offer-muted);
  font-size:12px;
  line-height:1.65;
  word-break:keep-all;
}
.clarity-art{
  position:relative;
  width:64px;
  height:64px;
  margin:0 auto 16px;
  border-radius:50%;
  background:linear-gradient(145deg,#f0e2f2,#f7e9c6);
}
.clarity-art i{position:absolute;display:block}
.clarity-art.is-renew:before{
  content:'↺';
  position:absolute;
  inset:0;
  color:#83528f;
  font-family:Arial,sans-serif;
  font-size:31px;
  line-height:62px;
}
.clarity-art.is-renew:after{
  content:'×';
  position:absolute;
  right:7px;
  bottom:5px;
  width:20px;
  height:20px;
  border-radius:50%;
  background:#fff;
  color:#b27d2f;
  font-size:15px;
  font-weight:900;
  line-height:19px;
}
.clarity-art.is-both i{
  top:17px;
  width:25px;
  height:31px;
  border:2px solid #94619f;
  border-radius:8px;
}
.clarity-art.is-both i:first-child{left:10px}
.clarity-art.is-both i:last-child{right:10px;border-color:#bd9138}
.clarity-art.is-choice:before{
  content:'✓';
  position:absolute;
  left:17px;
  top:17px;
  width:30px;
  height:30px;
  border:2px solid #8e5b99;
  border-radius:50%;
  color:#8e5b99;
  font-size:18px;
  font-weight:950;
  line-height:27px;
}
.offer-legal-links{
  display:flex;
  justify-content:center;
  gap:12px;
  margin-top:24px;
}
.offer-legal-links a{
  display:inline-flex;
  min-height:44px;
  align-items:center;
  color:#74537c;
  font-size:11px;
  font-weight:800;
  text-decoration:none;
}

/* Profile direction product */
.direction-shell{padding-top:46px}
.direction-hero{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  gap:34px;
  overflow:hidden;
  padding:58px;
  border:1px solid rgba(226,197,116,.42);
  border-radius:30px;
  background:
    radial-gradient(circle at 5% 8%,rgba(170,100,190,.3),transparent 31%),
    radial-gradient(circle at 94% 90%,rgba(224,184,76,.19),transparent 30%),
    linear-gradient(145deg,#21112b,#45244f 58%,#190d21);
  color:#fff;
  box-shadow:0 32px 80px rgba(37,17,46,.24);
}
.direction-hero-copy{align-self:center}
.direction-hero .offer-eyebrow{color:#f0d685}
.direction-hero h1{
  margin:0;
  font-family:'Gowun Batang',serif;
  font-size:clamp(38px,4.8vw,60px);
  line-height:1.27;
  letter-spacing:-2.8px;
  word-break:keep-all;
}
.direction-hero h1 em{
  font-style:normal;
  background:linear-gradient(105deg,#fff 10%,#f7dfa2 58%,#e2b8ed);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.direction-hero-copy>p{
  max-width:570px;
  margin:20px 0 0;
  color:rgba(255,255,255,.68);
  font-size:14px;
  line-height:1.85;
  word-break:keep-all;
}
.direction-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}
.direction-hero-actions a,.direction-hero-actions button{
  display:inline-flex;
  min-height:50px;
  align-items:center;
  justify-content:center;
  border:0;
  padding:13px 20px;
  border-radius:15px;
  background:linear-gradient(135deg,#f5dfa0,#c9a33f);
  color:#291728;
  font-size:12px;
  font-weight:900;
  text-decoration:none;
  cursor:pointer;
}
.direction-hero-actions a.is-secondary{
  border:1px solid rgba(255,255,255,.17);
  background:rgba(255,255,255,.07);
  color:#fff;
}
.direction-portrait{
  position:relative;
  min-height:390px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:25px;
  background:
    linear-gradient(rgba(255,255,255,.045),rgba(255,255,255,.045)),
    radial-gradient(circle at 50% 37%,rgba(239,213,147,.24),transparent 27%);
}
.direction-portrait:before,
.direction-portrait:after{
  content:'';
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  border:1px solid rgba(245,221,154,.38);
}
.direction-portrait:before{
  top:66px;
  width:112px;
  height:112px;
  border-radius:50%;
  background:linear-gradient(145deg,rgba(232,206,218,.62),rgba(115,70,130,.82));
  box-shadow:0 0 0 17px rgba(255,255,255,.035),0 22px 45px rgba(9,3,13,.22);
}
.direction-portrait:after{
  top:208px;
  width:205px;
  height:128px;
  border-radius:105px 105px 24px 24px;
  background:linear-gradient(145deg,rgba(153,96,169,.7),rgba(71,37,81,.9));
}
.direction-portrait-card{
  position:absolute;
  z-index:2;
  padding:13px 15px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:rgba(36,17,43,.7);
  box-shadow:0 14px 30px rgba(8,3,11,.2);
  backdrop-filter:blur(10px);
}
.direction-portrait-card b{display:block;color:#f5dc96;font-size:9px;letter-spacing:1px}
.direction-portrait-card span{display:block;margin-top:5px;color:#fff;font-size:11px;font-weight:800}
.direction-portrait-card.is-photo{left:18px;top:32px}
.direction-portrait-card.is-copy{right:16px;top:164px}
.direction-portrait-card.is-active{left:25px;bottom:22px}

.direction-value-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.direction-value-grid article{
  padding:24px 20px;
  border:1px solid var(--offer-line);
  border-radius:20px;
  background:rgba(255,255,255,.74);
}
.direction-value-art{
  position:relative;
  height:75px;
  margin-bottom:18px;
  border-radius:15px;
  background:linear-gradient(145deg,#f3e9f4,#f7ebd0);
}
.direction-value-art:before,
.direction-value-art:after{content:'';position:absolute}
.direction-value-art.is-analysis:before{inset:18px 26px;border:1px solid #9e72aa;border-radius:50%}
.direction-value-art.is-analysis:after{content:'✦';left:50%;top:24px;transform:translateX(-50%);color:#866091}
.direction-value-art.is-photo:before{left:50%;top:17px;width:38px;height:44px;transform:translateX(-50%) rotate(-4deg);border:3px solid #fff;border-radius:7px;background:linear-gradient(145deg,#9f6aaa,#d4ad4c);box-shadow:-15px 4px 0 -2px #c7a9cc,15px 4px 0 -2px #e2cca0}
.direction-value-art.is-writing:before{left:23px;right:23px;top:22px;height:4px;border-radius:3px;background:#a779b2;box-shadow:0 12px #d4bd8c,0 24px #c8a7cf}
.direction-value-art.is-active:before{left:50%;top:16px;width:42px;height:42px;transform:translateX(-50%);border:1px solid #b18a31;border-radius:50%;box-shadow:0 0 0 8px rgba(177,138,49,.12)}
.direction-value-art.is-active:after{content:'30';left:50%;top:28px;transform:translateX(-50%);color:#76581d;font-size:12px;font-weight:900}
.direction-value-grid i{color:#9661a3;font-size:9px;font-style:normal;font-weight:900;letter-spacing:1px}
.direction-value-grid h3{margin:8px 0 7px;color:var(--offer-ink);font-size:14px}
.direction-value-grid p{margin:0;color:var(--offer-muted);font-size:11px;line-height:1.65;word-break:keep-all}

.direction-process{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  overflow:hidden;
  border:1px solid var(--offer-line);
  border-radius:24px;
  background:rgba(255,255,255,.73);
}
.direction-process article{
  position:relative;
  padding:28px 24px;
  border-right:1px solid var(--offer-line);
}
.direction-process article:last-child{border-right:0}
.direction-process strong{display:block;color:#b18a31;font-size:22px;font-weight:900}
.direction-process b{display:block;margin-top:14px;color:var(--offer-ink);font-size:13px}
.direction-process p{margin:7px 0 0;color:var(--offer-muted);font-size:11px;line-height:1.7;word-break:keep-all}

.direction-price-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:center;
  padding:37px 40px;
  border:1px solid rgba(191,153,59,.36);
  border-radius:24px;
  background:linear-gradient(145deg,#fffdf8,#f6edf7);
  box-shadow:0 18px 48px rgba(56,31,66,.07);
}
.direction-price-panel h2{margin:0;color:var(--offer-ink);font-family:'Gowun Batang',serif;font-size:31px;line-height:1.4;letter-spacing:-1.4px}
.direction-price-panel p{margin:10px 0 0;color:var(--offer-muted);font-size:12px;line-height:1.7}
.direction-price-box{text-align:right}
.direction-price-box strong{display:block;color:var(--offer-ink);font-size:38px;letter-spacing:-1.6px}
.direction-price-box span{display:block;margin-top:3px;color:#846722;font-size:11px;font-weight:850}
.direction-price-box a,.direction-price-box button{display:inline-flex;min-height:49px;align-items:center;justify-content:center;margin-top:15px;padding:12px 20px;border:0;border-radius:14px;background:#5b3565;color:#fff;font-family:'Pretendard',sans-serif;font-size:12px;font-weight:900;text-decoration:none;cursor:pointer}

@media(max-width:900px){
  .offer-intro{padding:48px 38px}
  .product-guide{padding:42px 28px 36px}
  .plan-card{grid-template-columns:minmax(210px,.72fr) minmax(0,1.28fr);gap:24px;padding:28px}
  .plan-footer{align-items:flex-end;flex-direction:column;gap:12px}
  .offer-button{width:100%;min-width:0}
  .connection-flow{grid-template-columns:1fr 1fr}
  .direction-hero{grid-template-columns:1fr;padding:42px}
  .direction-portrait{min-height:330px}
  .direction-value-grid{grid-template-columns:1fr 1fr}
  .direction-process{grid-template-columns:1fr 1fr}
  .direction-process article:nth-child(2){border-right:0}
  .direction-process article:nth-child(-n+2){border-bottom:1px solid var(--offer-line)}
}

@media(max-width:640px){
  .offer-shell{padding:32px 16px 76px}
  .offer-intro{padding:36px 22px;border-radius:22px}
  .offer-intro:after{right:-8px;bottom:-38px;font-size:150px}
  .offer-display{font-size:36px;line-height:1.3;letter-spacing:-2px}
  .offer-lead{font-size:13px;line-height:1.75}
  .offer-proof-row{gap:7px;margin-top:23px}
  .offer-proof-row span{min-height:34px;padding:7px 10px;font-size:9.5px}
  .offer-section{margin-top:52px}
  .offer-section-head{display:block;margin-bottom:20px}
  .offer-section-head h2{font-size:29px;letter-spacing:-1.3px}
  .offer-section-head h1{font-size:29px;letter-spacing:-1.3px}
  .offer-section-head p{margin-top:10px;text-align:center}
  .product-guide{
    margin-right:-16px;
    margin-left:-16px;
    padding:28px 16px 28px;
    border-radius:0;
  }
  .product-guide .offer-section-head{margin-bottom:20px}
  .product-guide .offer-eyebrow{font-size:12px}
  .product-guide .offer-section-head h1{font-size:28px;line-height:1.38}
  .plan-grid{gap:14px}
  .plan-card,.plan-card.is-direction{
    display:block;
    padding:23px 18px 18px;
    border:1px solid rgba(79,46,91,.11);
    border-radius:24px;
    text-align:center;
  }
  .plan-card.is-active:before{inset:0 0 auto;width:auto;height:4px}
  .plan-summary{align-items:center;padding:0}
  .plan-for{margin-top:12px;font-size:13px}
  .plan-badge{align-self:center}
  .plan-card h3{margin-top:5px;font-size:27px}
  .plan-price-label{margin-top:14px}
  .plan-price{justify-content:center;margin-top:2px}
  .plan-price strong{font-size:38px}
  .plan-detail{gap:13px;margin-top:18px}
  .plan-benefits{padding:17px 16px;text-align:left}
  .plan-benefits-title{text-align:left}
  .plan-footer{align-items:stretch;gap:11px}
  .plan-connection{justify-content:space-between;padding:11px 14px;text-align:left}
  .plan-connection strong{font-size:23px}
  .plan-included{justify-content:flex-start}
  .offer-button{min-height:54px;border-radius:14px;font-size:14px}
  .connection-story{padding:28px 0;border-radius:0}
  .connection-flow{grid-template-columns:1fr 1fr;gap:0}
  .connection-step{padding:22px 8px}
  .connection-step b{font-size:12px}
  .connection-step span{font-size:10px}
  .pricing-clarity{grid-template-columns:1fr}
  .pricing-clarity article{padding:21px;border-right:0;border-bottom:1px solid var(--offer-line)}
  .pricing-clarity article:last-child{border-bottom:0}
  .direction-shell{padding-top:20px}
  .direction-hero{padding:32px 21px;border-radius:22px}
  .direction-hero h1{font-size:36px;letter-spacing:-2px}
  .direction-hero-copy>p{font-size:12px}
  .direction-hero-actions{display:grid}
  .direction-hero-actions a,.direction-hero-actions button{width:100%}
  .direction-portrait{min-height:290px}
  .direction-portrait:before{top:48px;width:92px;height:92px}
  .direction-portrait:after{top:164px;width:170px;height:105px}
  .direction-portrait-card.is-copy{top:128px}
  .direction-value-grid{grid-template-columns:1fr 1fr;gap:8px}
  .direction-value-grid article{padding:17px 13px}
  .direction-value-art{height:62px}
  .direction-process{grid-template-columns:1fr}
  .direction-process article{padding:21px;border-right:0;border-bottom:1px solid var(--offer-line)!important}
  .direction-process article:last-child{border-bottom:0!important}
  .direction-price-panel{grid-template-columns:1fr;padding:27px 22px}
  .direction-price-panel h2{font-size:26px}
  .direction-price-box{text-align:left}
  .direction-price-box strong{font-size:34px}
  .direction-price-box a,.direction-price-box button{display:flex;width:100%}
}


@media(max-width:390px){
  .direction-value-grid{grid-template-columns:1fr}
}

/* Pricing catalog v2: one benefit group, one price rule, one action per plan */
.product-guide{
  padding:0;
  border-radius:0;
  background:none;
}
.product-guide .offer-section-head{margin-bottom:36px}
.product-guide .offer-eyebrow{font-size:11px;letter-spacing:1.2px}
.plan-grid{max-width:1060px;gap:22px}
.plan-card,
.plan-card.is-active,
.plan-card.is-direction{
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);
  gap:42px;
  overflow:hidden;
  padding:40px;
  border:1px solid rgba(75,45,84,.1);
  border-radius:28px;
  background:#fff;
  color:var(--offer-ink);
  box-shadow:0 18px 50px rgba(53,30,61,.07);
  text-align:left;
}
.plan-card.is-active{
  border-color:rgba(112,73,127,.2);
  background:linear-gradient(135deg,#f3ebf6,#e4d3eb);
  box-shadow:0 22px 55px rgba(88,53,100,.12);
}
.plan-card.is-direction{
  border-color:rgba(224,191,105,.48);
  background:
    radial-gradient(circle at 92% 8%,rgba(221,182,79,.19),transparent 30%),
    linear-gradient(145deg,#2b1632,#4b2854);
  color:#fff;
  box-shadow:0 25px 62px rgba(41,22,48,.2);
}
.plan-card.is-active:before{
  inset:0 auto 0 0;
  width:5px;
  height:auto;
  transform:none;
  background:linear-gradient(180deg,#8e5ba0,#c9a84c);
}
.plan-card.is-direction:before{
  content:'';
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,transparent,#e7c976,transparent);
}
.plan-summary{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding:0;
}
.plan-badge,
.is-active .plan-badge,
.is-direction .plan-badge{
  min-height:27px;
  align-self:flex-start;
  padding:5px 10px;
  border:0;
  background:#f0e7f2;
  color:#70437c;
}
.is-active .plan-badge{background:#d7c0df;color:#5d3668}
.is-direction .plan-badge{background:#e8cf89;color:#3a213d}
.plan-for{
  margin:16px 0 5px;
  color:#6f6273;
  font-size:13px;
  font-weight:700;
}
.is-active .plan-for{color:#624f67}
.is-direction .plan-for{color:rgba(255,255,255,.68)}
.plan-card h3,
.plan-card.is-active h3{
  margin:0;
  color:var(--offer-ink);
  font-size:29px;
}
.plan-card.is-direction h3{color:#fff}
.plan-hero-price{
  display:flex;
  align-items:baseline;
  gap:9px;
  margin:20px 0 0;
}
.plan-hero-price strong{
  color:var(--offer-ink);
  font-size:39px;
  font-weight:950;
  letter-spacing:-1.8px;
}
.plan-hero-price span{color:#847789;font-size:11px;font-weight:850}
.is-direction .plan-hero-price strong{color:#f7dea0}
.is-direction .plan-hero-price span{color:rgba(255,255,255,.57)}
.plan-body{display:flex;min-width:0;flex-direction:column;justify-content:center;gap:20px}
.plan-benefits,
.is-active .plan-benefits,
.is-direction .plan-benefits{
  padding:22px 24px;
  border:0;
  border-radius:16px;
  background:#f8f5f8;
}
.is-active .plan-benefits{background:rgba(255,255,255,.45)}
.is-direction .plan-benefits{background:rgba(255,255,255,.075)}
.plan-list{gap:11px}
.plan-list li,
.is-active .plan-list li{
  padding-left:22px;
  color:#554959;
  font-size:13px;
}
.is-direction .plan-list li{color:rgba(255,255,255,.82)}
.plan-list li:before,
.is-active .plan-list li:before{
  content:'✓';
  top:1px;
  color:#9a6aaa;
  font-size:11px;
  font-weight:950;
}
.is-direction .plan-list li:before{color:#e7ca79}
.plan-list li.plan-highlight{color:#7b5e17;font-weight:950}
.is-direction .plan-list li.plan-highlight{color:#f3d98f}
.plan-checkout{display:flex;align-items:center;justify-content:flex-end;gap:24px}
.plan-price-rule{
  display:flex;
  align-items:baseline;
  justify-content:flex-end;
  gap:10px;
  margin:0;
  color:#716674;
  font-size:12px;
  font-weight:750;
  white-space:nowrap;
}
.plan-price-rule i{color:#baaebd;font-size:15px;font-style:normal;font-weight:400}
.plan-price-rule b{color:var(--offer-ink);font-size:18px;font-weight:950;letter-spacing:-.6px}
.is-active .plan-price-rule{color:#614e66}
.is-direction .plan-price-rule{color:rgba(255,255,255,.6)}
.is-direction .plan-price-rule i{color:rgba(255,255,255,.32)}
.is-direction .plan-price-rule b{color:#f3d98f}
.plan-checkout .offer-button{width:260px;min-width:260px;margin:0}
.is-active .offer-button{background:#6d3f79;color:#fff}
.is-direction .offer-button{background:linear-gradient(135deg,#f2d98f,#caa33e);color:#301a35}

.connection-story{
  margin-top:92px;
  padding:52px 40px;
  border-top:1px solid rgba(91,55,105,.12);
  border-bottom:1px solid rgba(91,55,105,.12);
  border-radius:0;
  background:linear-gradient(90deg,rgba(245,237,247,.68),rgba(255,247,226,.64));
}
.connection-story h2{font-size:36px}
.connection-flow{
  grid-template-columns:repeat(4,minmax(0,1fr));
  max-width:920px;
  margin-top:32px;
}
.connection-step,
.connection-step:nth-child(odd),
.connection-step:nth-child(-n+2){
  position:relative;
  padding:14px 16px;
  border:0;
}
.connection-step:not(:last-child):after{
  content:'→';
  position:absolute;
  right:-6px;
  top:50%;
  color:#b8a9bb;
  font-size:17px;
  transform:translateY(-50%);
}
.connection-step i{color:#9b6aa7;font-size:10px}
.connection-step b{margin-top:8px;font-size:13px}

.pricing-summary{
  margin-top:56px;
  padding:30px 0 0;
  border-top:1px solid var(--offer-line);
}
.pricing-summary>.offer-eyebrow{text-align:center}
.pricing-summary-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  max-width:930px;
  margin:24px auto 0;
}
.pricing-summary-list p{
  margin:0;
  padding:4px 24px;
  border-right:1px solid var(--offer-line);
  text-align:center;
}
.pricing-summary-list p:last-child{border-right:0}
.pricing-summary-list b{display:block;color:var(--offer-ink);font-size:13px}
.pricing-summary-list span{display:block;margin-top:6px;color:var(--offer-muted);font-size:11px;line-height:1.55}

@media(max-width:900px){
  .plan-card,.plan-card.is-active,.plan-card.is-direction{grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);gap:28px;padding:32px}
  .plan-checkout{align-items:stretch;flex-direction:column;gap:13px}
  .plan-price-rule{justify-content:flex-start}
  .plan-checkout .offer-button{width:100%;min-width:0}
}

@media(max-width:640px){
  .product-guide{
    margin-right:0;
    margin-left:0;
    padding:0;
  }
  .product-guide .offer-section-head{margin-bottom:22px}
  .product-guide .offer-section-head h1{font-size:29px;line-height:1.38}
  .plan-grid{gap:16px}
  .plan-card,.plan-card.is-active,.plan-card.is-direction{
    display:block;
    padding:26px 21px 21px;
    border-radius:23px;
    text-align:left;
  }
  .plan-card.is-active:before{inset:0 0 auto;width:auto;height:4px}
  .plan-summary{align-items:flex-start}
  .plan-badge,.is-active .plan-badge,.is-direction .plan-badge{align-self:flex-start}
  .plan-for{margin-top:15px;font-size:12.5px}
  .plan-card h3,.plan-card.is-active h3{font-size:27px}
  .plan-hero-price{margin-top:16px}
  .plan-hero-price strong{font-size:37px}
  .plan-body{gap:15px;margin-top:20px}
  .plan-benefits,.is-active .plan-benefits,.is-direction .plan-benefits{padding:18px 17px}
  .plan-list{gap:10px}
  .plan-list li,.is-active .plan-list li{font-size:12.5px}
  .plan-checkout{gap:12px}
  .plan-price-rule{justify-content:center;gap:8px;font-size:11.5px;white-space:normal;text-align:center}
  .plan-price-rule b{font-size:17px}
  .plan-checkout .offer-button{min-height:52px;font-size:13px}
  .connection-story{
    margin:64px -16px 0;
    padding:38px 16px;
  }
  .connection-story h2{font-size:29px}
  .connection-flow{grid-template-columns:1fr 1fr;margin-top:24px}
  .connection-step,.connection-step:nth-child(odd),.connection-step:nth-child(-n+2){padding:17px 8px}
  .connection-step:nth-child(odd){border-right:1px solid var(--offer-line)}
  .connection-step:nth-child(-n+2){border-bottom:1px solid var(--offer-line)}
  .connection-step:after{display:none}
  .pricing-summary{margin-top:46px;padding-top:25px}
  .pricing-summary-list{grid-template-columns:1fr;margin-top:18px}
  .pricing-summary-list p{padding:16px 5px;border-right:0;border-bottom:1px solid var(--offer-line)}
  .pricing-summary-list p:last-child{border-bottom:0}
}

/* Pricing catalog v3: reference-style vertical hierarchy with one restrained palette */
.plan-grid{max-width:920px;gap:24px}
.plan-card,
.plan-card.is-active,
.plan-card.is-direction{
  display:block;
  padding:44px 48px 38px;
  border:1px solid rgba(77,47,87,.12);
  border-radius:28px;
  background:#fff;
  color:var(--offer-ink);
  box-shadow:0 16px 42px rgba(53,30,61,.065);
}
.plan-card.is-active{
  border-color:rgba(117,76,132,.24);
  background:linear-gradient(135deg,#fff,#f8f3fa);
  box-shadow:0 19px 48px rgba(75,44,86,.09);
}
.plan-card.is-direction{
  border-color:rgba(193,151,51,.34);
  background:linear-gradient(145deg,#fff,#fffaf0);
  color:var(--offer-ink);
  box-shadow:0 22px 52px rgba(95,68,27,.1);
}
.plan-card.is-active:before{inset:0 auto 0 0;width:4px;height:auto;background:#8a5a99}
.plan-card.is-direction:before{height:3px;background:linear-gradient(90deg,transparent,#d7ae48,transparent)}
.plan-summary{display:block;padding:0}
.plan-badge,
.is-active .plan-badge,
.is-direction .plan-badge{
  min-height:31px;
  padding:7px 12px;
  border-radius:10px;
  background:#f1e8f3;
  color:#74477f;
  font-size:10px;
  letter-spacing:.4px;
}
.is-active .plan-badge{background:#eadff0;color:#684074}
.is-direction .plan-badge{background:#f2e2b4;color:#6d5114}
.plan-for,
.is-active .plan-for,
.is-direction .plan-for{
  margin:22px 0 7px;
  color:#5e535f;
  font-size:16px;
  font-weight:700;
}
.plan-card h3,
.plan-card.is-active h3,
.plan-card.is-direction h3{
  margin:0;
  color:var(--offer-ink);
  font-family:inherit;
  font-size:34px;
  font-weight:950;
  letter-spacing:-1.6px;
}
.plan-benefits,
.is-active .plan-benefits,
.is-direction .plan-benefits{
  margin-top:34px;
  padding:28px 30px;
  border:1px solid rgba(78,49,87,.11);
  border-radius:16px;
  background:#fafafa;
}
.plan-list{gap:15px}
.plan-list li,
.is-active .plan-list li,
.is-direction .plan-list li{
  padding-left:29px;
  color:#615764;
  font-size:15px;
  font-weight:700;
}
.plan-list li:before,
.is-active .plan-list li:before,
.is-direction .plan-list li:before{
  content:'✓';
  top:-1px;
  width:20px;
  height:20px;
  border-radius:50%;
  background:#eee4f1;
  color:#80508e;
  font-size:11px;
  line-height:20px;
  text-align:center;
}
.plan-list li.plan-highlight,
.is-active .plan-list li.plan-highlight{color:#7b4688;font-weight:950}
.is-direction .plan-list li.plan-highlight{color:#8a681b;font-weight:950}
.is-direction .plan-list li:before{background:#f4e6be;color:#846319}
.plan-offer{
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  gap:30px;
  margin-top:30px;
}
.plan-offer-price{text-align:right}
.plan-offer-price>span{
  display:block;
  margin-bottom:4px;
  color:#7a6d7d;
  font-size:13px;
  font-weight:850;
}
.plan-offer-price del{
  display:inline-block;
  margin-right:9px;
  color:#9a929c;
  font-size:17px;
  font-weight:800;
}
.plan-offer-price strong{
  color:var(--offer-ink);
  font-size:38px;
  font-weight:950;
  letter-spacing:-1.8px;
}
.plan-offer-price strong small{margin-left:3px;font-size:16px;letter-spacing:-.4px}
.plan-offer-price.is-sale>span{color:#9b6f13}
.plan-offer-price.is-sale strong{color:#805d12}
.plan-offer .offer-button,
.is-active .plan-offer .offer-button,
.is-direction .plan-offer .offer-button{
  display:inline-flex;
  width:auto;
  min-width:0;
  min-height:44px;
  align-items:center;
  padding:8px 0;
  border:0;
  border-radius:0;
  background:none;
  box-shadow:none;
  color:#6d3f79;
  font-size:13px;
  text-decoration:underline;
  text-underline-offset:5px;
}
.is-direction .plan-offer .offer-button{color:#846319}
.plan-offer .offer-button:hover{transform:none;box-shadow:none}
.plan-common-price{
  margin:26px auto 0;
  color:#766b79;
  font-size:12px;
  text-align:center;
}
.plan-common-price span{margin-right:8px;color:#8d5a99;font-weight:900}
.plan-common-price b{color:var(--offer-ink);font-size:17px;font-weight:950}

.direction-price-promo{
  display:inline-flex!important;
  width:max-content;
  margin:0 0 5px auto!important;
  padding:5px 9px;
  border-radius:999px;
  background:#f3e3b7;
  color:#785a17!important;
  font-size:10px!important;
  font-weight:900!important;
}
.direction-price-box del{
  display:block;
  margin-bottom:3px;
  color:#9b8f9e;
  font-size:14px;
  font-weight:750;
}

@media(max-width:640px){
  .product-guide .offer-section-head{margin-bottom:24px}
  .plan-grid{gap:17px}
  .plan-card,.plan-card.is-active,.plan-card.is-direction{padding:27px 21px 23px;border-radius:22px}
  .plan-badge,.is-active .plan-badge,.is-direction .plan-badge{min-height:29px;padding:6px 10px}
  .plan-for,.is-active .plan-for,.is-direction .plan-for{margin-top:19px;font-size:14px}
  .plan-card h3,.plan-card.is-active h3,.plan-card.is-direction h3{font-size:29px}
  .plan-benefits,.is-active .plan-benefits,.is-direction .plan-benefits{margin-top:25px;padding:21px 18px}
  .plan-list{gap:13px}
  .plan-list li,.is-active .plan-list li,.is-direction .plan-list li{padding-left:27px;font-size:13px;line-height:1.55}
  .plan-offer{display:block;margin-top:24px}
  .plan-offer-price{text-align:right}
  .plan-offer-price>span{font-size:12px}
  .plan-offer-price del{font-size:15px}
  .plan-offer-price strong{font-size:34px}
  .plan-offer-price strong small{font-size:14px}
  .plan-offer .offer-button,.is-active .plan-offer .offer-button,.is-direction .plan-offer .offer-button{margin-top:12px;margin-left:auto;font-size:12.5px}
  .plan-common-price{max-width:310px;margin-top:23px;line-height:1.8}
  .plan-common-price span{display:block;margin:0}
  .direction-price-promo{margin-right:auto!important;margin-left:0!important}
  .direction-price-box del{text-align:left}
}

/* Pricing catalog v4: brand typography, hero plan emphasis and visual guidance */
.plan-card,
.plan-card.is-active,
.plan-card.is-direction{
  isolation:isolate;
  overflow:visible;
  background:
    radial-gradient(circle at 96% 4%,rgba(186,142,203,.08),transparent 27%),
    #fff;
}
.plan-card.is-active{
  border:1px solid rgba(111,65,127,.34);
  background:
    radial-gradient(circle at 91% 2%,rgba(221,191,231,.72),transparent 32%),
    radial-gradient(circle at 4% 96%,rgba(244,220,154,.22),transparent 26%),
    linear-gradient(135deg,#fff 8%,#f5ebf8 100%);
  box-shadow:0 28px 70px rgba(75,39,89,.15),0 0 0 6px rgba(124,78,141,.045);
}
.plan-card.is-active:before{
  inset:22px auto 22px 0;
  width:5px;
  height:auto;
  border-radius:0 9px 9px 0;
  background:linear-gradient(180deg,#71407f,#a66daf 68%,#d4ad4e);
}
.plan-card.is-direction{
  border-color:rgba(184,139,38,.35);
  background:
    radial-gradient(circle at 91% 4%,rgba(236,205,123,.38),transparent 31%),
    radial-gradient(circle at 8% 96%,rgba(197,160,212,.13),transparent 25%),
    linear-gradient(140deg,#fff 20%,#fff9e9 100%);
}
.plan-card.is-direction:before{
  height:4px;
  border-radius:28px 28px 0 0;
  background:linear-gradient(90deg,#9b6aa6,#e0bd5e 60%,transparent);
}
.plan-popular-badge{
  position:absolute;
  right:28px;
  top:-15px;
  z-index:3;
  display:inline-flex;
  min-height:30px;
  align-items:center;
  padding:6px 14px;
  border:3px solid #fff8df;
  border-radius:999px;
  background:linear-gradient(105deg,#4d2858 0%,#7f478c 58%,#b48155 100%);
  box-shadow:0 10px 24px rgba(77,42,89,.24),0 0 0 1px rgba(128,87,27,.08);
  color:#fff;
  font-size:9.5px;
  font-weight:900;
  letter-spacing:1px;
}
.plan-badge-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px;
}
.plan-badge.is-soft{
  border:1px solid rgba(116,71,127,.12);
  background:#fff;
  color:#7b687f;
}
.plan-badge.is-priority{
  border:1px solid rgba(190,145,38,.28);
  background:linear-gradient(135deg,#fff4ce,#ecd181);
  color:#61470f;
  box-shadow:0 5px 14px rgba(140,100,21,.09);
}
.plan-card h3,
.plan-card.is-active h3,
.plan-card.is-direction h3{
  font-family:'Gowun Batang',serif;
  font-size:36px;
  font-weight:700;
  line-height:1.32;
  letter-spacing:-1.7px;
}
.plan-card.is-active h3{color:#3b2144}
.plan-benefits,
.is-active .plan-benefits,
.is-direction .plan-benefits{
  border-color:rgba(81,47,92,.1);
  background:rgba(250,247,250,.88);
}
.is-active .plan-benefits{
  border-color:rgba(116,69,131,.15);
  background:rgba(255,255,255,.68);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}
.is-direction .plan-benefits{
  border-color:rgba(177,133,30,.16);
  background:rgba(255,253,247,.76);
}
.plan-offer{
  min-height:78px;
  padding-top:24px;
  border-top:1px solid rgba(79,46,91,.1);
}
.plan-offer-price>span{
  color:#7c6d7f;
  font-size:12px;
  letter-spacing:.15px;
}
.plan-offer-price strong{
  display:inline-block;
  color:#28152f;
  font-family:'Pretendard',sans-serif;
  font-size:44px;
  line-height:1;
  letter-spacing:-2.2px;
}
.is-active .plan-offer-price strong{color:#653773}
.plan-offer-price.is-sale strong{color:#765610}
.plan-offer-price.is-sale .sale-badge{
  display:inline-flex;
  width:max-content;
  min-height:27px;
  align-items:center;
  margin:0 0 9px auto;
  padding:5px 10px;
  border:1px solid rgba(171,126,24,.2);
  border-radius:999px;
  background:#f4e4b7;
  color:#755510;
  font-size:10px;
  font-weight:900;
}
.plan-offer-price del{font-size:15px}

.connection-story{
  margin-top:94px;
  padding:66px 46px 54px;
  border:1px solid rgba(91,55,105,.1);
  border-radius:30px;
  background:
    radial-gradient(circle at 6% 8%,rgba(210,175,224,.25),transparent 27%),
    radial-gradient(circle at 94% 90%,rgba(240,211,132,.24),transparent 27%),
    linear-gradient(145deg,#fff,#fbf7fc);
}
.connection-story h2{
  max-width:850px;
  margin:10px auto 0;
  font-size:38px;
}
.connection-story h2 em{color:#754581;font-style:normal}
.matching-factor-cloud{
  display:flex;
  max-width:790px;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  margin:30px auto 0;
}
.matching-factor-cloud span{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  margin:0;
  padding:7px 13px;
  border:1px solid rgba(104,63,117,.14);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  color:#6b5870;
  font-size:11px;
  font-weight:850;
}
.matching-factor-cloud span.is-more{
  border-color:rgba(186,143,39,.27);
  background:#f5e7bd;
  color:#715313;
}
.connection-flow{
  max-width:850px;
  margin-top:44px;
  border-top:1px solid rgba(83,49,95,.11);
}
.connection-step,
.connection-step:nth-child(odd),
.connection-step:nth-child(-n+2){
  padding:30px 15px 22px;
  border:0;
}
.connection-step:not(:last-child):after{right:-8px;color:#bdaec1}
.connection-icon{
  position:relative;
  display:grid!important;
  width:52px;
  height:52px;
  margin:0 auto 15px!important;
  place-items:center;
  border:1px solid rgba(112,68,126,.12);
  border-radius:17px;
  background:linear-gradient(145deg,#efe4f3,#fff6dc);
  color:#774985!important;
}
.connection-icon:before,
.connection-icon:after{content:'';position:absolute}
.connection-icon.is-profile:before{width:20px;height:25px;border:2px solid currentColor;border-radius:5px}
.connection-icon.is-profile:after{top:19px;width:5px;height:5px;border-radius:50%;background:currentColor;box-shadow:0 9px 0 -1px currentColor}
.connection-icon.is-heart:before{content:'♥';position:static;color:#84518e;font-size:23px;line-height:1}
.connection-icon.is-date:before{width:23px;height:22px;border:2px solid currentColor;border-radius:5px;background:linear-gradient(to bottom,rgba(119,73,133,.15) 7px,transparent 7px)}
.connection-icon.is-date:after{width:4px;height:4px;border-radius:50%;background:#c49c39;box-shadow:7px 0 #c49c39}
.connection-icon.is-link:before{width:20px;height:9px;border:2px solid currentColor;border-radius:999px;transform:rotate(-34deg)}
.connection-icon.is-link:after{width:20px;height:9px;border:2px solid #bc9334;border-radius:999px;transform:translate(8px,7px) rotate(-34deg)}
.connection-step i{font-size:9px;letter-spacing:1.2px}
.connection-step b{margin-top:7px;font-size:13px}

.pricing-summary{
  margin-top:70px;
  padding-top:36px;
}
.pricing-summary-list{max-width:880px;margin-top:28px}
.pricing-summary-list p{padding:0 28px}
.payment-icon{
  position:relative;
  display:grid;
  width:46px;
  height:46px;
  margin:0 auto 16px;
  place-items:center;
  border-radius:15px;
  background:#f1e8f3;
  color:#765082;
  font-style:normal;
}
.payment-icon:before{font-size:20px;font-weight:900;line-height:1}
.payment-icon.is-once:before{content:'↻'}
.payment-icon.is-once:after{content:'';position:absolute;width:25px;height:2px;background:#d19f32;transform:rotate(-45deg)}
.payment-icon.is-pair:before{content:'◐  ◑';font-size:13px;letter-spacing:-2px}
.payment-icon.is-choice:before{content:'✓';display:grid;width:24px;height:24px;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:14px}
.pricing-summary-list b{font-size:14px}
.pricing-summary-list span{font-size:11.5px}

@media(max-width:640px){
  .plan-card,.plan-card.is-active,.plan-card.is-direction{padding:28px 21px 22px}
  .plan-popular-badge{right:16px;top:-13px;min-height:28px;padding:5px 11px;border-width:2px}
  .plan-badge-row{gap:6px}
  .plan-badge,.is-active .plan-badge,.is-direction .plan-badge{min-height:27px;padding:5px 9px;font-size:9px}
  .plan-card h3,.plan-card.is-active h3,.plan-card.is-direction h3{font-size:30px;line-height:1.38}
  .plan-offer{min-height:0;padding-top:21px}
  .plan-offer-price strong{font-size:39px}
  .plan-offer-price.is-sale .sale-badge{margin-bottom:8px}
  .connection-story{margin:66px 0 0;padding:45px 20px 38px;border-radius:25px}
  .connection-story h2{font-size:27px;line-height:1.5;letter-spacing:-1.3px}
  .matching-factor-cloud{gap:6px;margin-top:24px}
  .matching-factor-cloud span{min-height:31px;padding:6px 10px;font-size:9.5px}
  .connection-flow{grid-template-columns:1fr 1fr;margin-top:32px}
  .connection-step,.connection-step:nth-child(odd),.connection-step:nth-child(-n+2){padding:24px 7px 20px}
  .connection-step:nth-child(odd){border-right:1px solid var(--offer-line)}
  .connection-step:nth-child(-n+2){border-bottom:1px solid var(--offer-line)}
  .connection-icon{width:46px;height:46px;margin-bottom:12px!important;border-radius:14px}
  .pricing-summary-list p{padding:21px 5px}
  .payment-icon{width:42px;height:42px;margin-bottom:13px;border-radius:14px}
}

/* Pricing catalog v5: denser product rhythm and distinct information sections */
.plan-grid{gap:21px}
.plan-card,
.plan-card.is-active,
.plan-card.is-direction{padding:37px 42px 32px}
.plan-for,
.is-active .plan-for,
.is-direction .plan-for{margin-top:18px}
.plan-card h3,
.plan-card.is-active h3,
.plan-card.is-direction h3{font-size:34px}
.plan-benefits,
.is-active .plan-benefits,
.is-direction .plan-benefits{margin-top:26px;padding:23px 26px}
.plan-list{gap:12px}
.plan-list li,
.is-active .plan-list li,
.is-direction .plan-list li{font-size:14px;line-height:1.55}
.plan-list li.plan-fee-detail{
  margin-top:3px;
  padding:10px 12px 10px 38px;
  border-radius:11px;
  background:linear-gradient(90deg,rgba(236,224,240,.85),rgba(248,243,249,.25));
  color:#51325a;
  font-weight:900;
}
.plan-list li.plan-fee-detail:before{
  left:10px;
  top:10px;
  background:#6e407a;
  color:#fff;
}
.is-active .plan-list li.plan-fee-detail{
  background:linear-gradient(90deg,rgba(229,210,235,.95),rgba(255,255,255,.2));
  color:#5c3268;
}
.is-direction .plan-list li.plan-fee-detail{
  background:linear-gradient(90deg,rgba(245,227,178,.92),rgba(255,252,242,.2));
  color:#735513;
}
.is-direction .plan-list li.plan-fee-detail:before{background:#b1872c;color:#fff}
.plan-badge.is-pass{
  border:1px solid rgba(91,48,104,.28);
  background:linear-gradient(135deg,#63366f,#8c5797);
  box-shadow:0 6px 16px rgba(77,42,89,.14);
  color:#fff;
}
.plan-offer{min-height:68px;margin-top:25px;padding-top:20px}
.plan-offer-price>span{margin-bottom:6px}
.plan-offer-price strong{font-size:42px}
.plan-offer-price.is-sale .sale-badge{margin-bottom:7px}
.plan-offer-price.is-sale{
  display:grid;
  grid-template-columns:auto auto;
  justify-content:end;
  align-items:center;
  gap:5px 9px;
}
.plan-offer-price.is-sale .sale-badge{margin:0}
.plan-offer-price.is-sale del{margin:0}
.plan-offer-price.is-sale strong{grid-column:1/-1;justify-self:end}

.connection-story h2{
  max-width:760px;
  font-size:32px;
  line-height:1.48;
  letter-spacing:-1.6px;
}
.matching-factor-cloud{max-width:930px;gap:9px;margin-top:32px}
.matching-factor-cloud span{
  min-height:39px;
  padding:9px 15px;
  border-color:rgba(104,63,117,.17);
  background:rgba(255,255,255,.88);
  box-shadow:0 6px 18px rgba(64,36,73,.045);
  color:#5d4763;
  font-size:12px;
}

.pricing-summary{
  max-width:980px;
  margin:76px auto 0;
  padding:0;
  border-top:0;
}
.pricing-summary-layout{
  display:grid;
  grid-template-columns:minmax(250px,.75fr) minmax(0,1.25fr);
  gap:54px;
  align-items:center;
  padding:44px 48px;
  border-top:1px solid var(--offer-line);
  border-bottom:1px solid var(--offer-line);
}
.pricing-summary-intro h2{
  margin:8px 0 0;
  color:var(--offer-ink);
  font-family:'Gowun Batang',serif;
  font-size:27px;
  font-weight:700;
  line-height:1.5;
  letter-spacing:-1.2px;
}
.payment-ticket{
  position:relative;
  display:grid;
  grid-template-columns:50px minmax(0,1fr) 48px;
  width:238px;
  min-height:88px;
  align-items:center;
  margin-top:24px;
  overflow:hidden;
  border:1px solid rgba(101,61,114,.2);
  border-radius:18px;
  background:
    radial-gradient(circle at 88% 18%,rgba(239,205,112,.35),transparent 28%),
    linear-gradient(125deg,#ead9f0 0 21%,#fffaf0 21% 100%);
  box-shadow:0 16px 36px rgba(69,38,80,.11),inset 0 1px 0 rgba(255,255,255,.85);
}
.payment-ticket:before,
.payment-ticket:after{
  content:'';
  position:absolute;
  left:43px;
  z-index:2;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#fbf8fc;
  box-shadow:0 0 0 1px rgba(101,61,114,.08);
}
.payment-ticket:before{top:-8px}
.payment-ticket:after{bottom:-8px}
.ticket-stub{
  display:grid;
  align-self:stretch;
  place-content:center;
  gap:3px;
  border-right:1px dashed rgba(94,55,105,.24);
  text-align:center;
}
.ticket-stub i{
  color:#70417c;
  font-family:'Gowun Batang',serif;
  font-size:19px;
  font-style:normal;
  font-weight:700;
  line-height:1;
}
.ticket-stub small{color:#896f8e;font-size:7px;font-weight:850;letter-spacing:1.4px}
.ticket-copy{
  display:flex;
  min-width:0;
  flex-direction:column;
  justify-content:center;
  padding:13px 10px 12px 15px;
}
.ticket-copy small{color:#9a7d58;font-size:6.5px;font-weight:900;letter-spacing:1.35px}
.ticket-copy strong{
  margin-top:3px;
  color:#4c2b55;
  font-size:15px;
  font-weight:950;
  letter-spacing:.5px;
  line-height:1.1;
}
.ticket-copy em{margin-top:5px;color:#8a788d;font-size:8px;font-style:normal;font-weight:650}
.ticket-seal{
  display:grid;
  width:32px;
  height:32px;
  place-items:center;
  justify-self:center;
  border:1px solid rgba(164,121,26,.2);
  border-radius:50%;
  background:linear-gradient(145deg,#fff7d7,#e8c662);
  box-shadow:0 6px 14px rgba(133,94,17,.14);
  color:#765510;
  font-size:15px;
}
.pricing-summary-list{
  display:block;
  max-width:none;
  margin:0;
}
.pricing-summary-list p,
.pricing-summary-list p:last-child{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:17px;
  align-items:center;
  margin:0;
  padding:17px 0;
  border-right:0;
  border-bottom:1px solid var(--offer-line);
  text-align:left;
}
.pricing-summary-list p:last-child{border-bottom:0}
.pricing-summary-list .payment-icon{margin:0}
.pricing-summary-list p>span{display:block;margin:0}
.pricing-summary-list b{font-size:14px}
.pricing-summary-list small{
  display:block;
  margin-top:5px;
  color:var(--offer-muted);
  font-size:11px;
  line-height:1.55;
}
.pricing-summary .offer-legal-links{margin-top:26px}

@media(max-width:640px){
  .product-guide .offer-section-head h1{font-size:28px;line-height:1.48}
  .plan-grid{gap:15px}
  .plan-card,.plan-card.is-active,.plan-card.is-direction{padding:25px 19px 21px}
  .plan-for,.is-active .plan-for,.is-direction .plan-for{margin-top:16px;font-size:13px}
  .plan-card h3,.plan-card.is-active h3,.plan-card.is-direction h3{font-size:28px}
  .plan-benefits,.is-active .plan-benefits,.is-direction .plan-benefits{margin-top:21px;padding:17px 15px}
  .plan-list{gap:10px}
  .plan-list li,.is-active .plan-list li,.is-direction .plan-list li{font-size:12.5px}
  .plan-list li.plan-fee-detail{padding:9px 9px 9px 35px}
  .plan-list li.plan-fee-detail:before{left:8px;top:9px}
  .plan-offer{margin-top:19px;padding-top:18px}
  .plan-offer-price strong{font-size:37px}
  .plan-offer-price.is-sale{margin-left:auto}
  .connection-story{padding:42px 17px 34px}
  .connection-story h2{font-size:24px;line-height:1.55;letter-spacing:-1.1px}
  .matching-factor-cloud{gap:7px;margin-top:25px}
  .matching-factor-cloud span{min-height:34px;padding:7px 11px;font-size:10px}
  .pricing-summary{margin-top:58px}
  .pricing-summary-layout{grid-template-columns:1fr;gap:24px;padding:32px 18px}
  .pricing-summary-intro{text-align:center}
  .pricing-summary-intro h2{font-size:24px}
  .payment-ticket{margin:20px auto 0}
  .pricing-summary-list p,.pricing-summary-list p:last-child{padding:15px 0}
  .pricing-summary .offer-legal-links{margin-top:22px}
}

/* Pricing catalog v6: expandable bundle detail and lighter factor badges */
.included-plan-detail:before{top:10px!important}
.included-plan-detail>span{display:block;padding-right:4px}
.included-details{
  margin:10px 0 0;
  padding-top:9px;
  border-top:1px solid rgba(125,92,25,.16);
}
.included-details summary{
  display:flex;
  min-height:32px;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:#735414;
  font-size:11px;
  font-weight:850;
  list-style:none;
  cursor:pointer;
}
.included-details summary::-webkit-details-marker{display:none}
.included-details summary:after{content:'＋';font-size:15px;font-weight:500}
.included-details[open] summary:after{content:'－'}
.included-details>div{padding:5px 0 2px}
.included-details p{
  position:relative;
  margin:0;
  padding:6px 0 6px 17px;
  color:#705f38;
  font-size:10.5px;
  font-weight:650;
  line-height:1.45;
}
.included-details p:before{content:'✓';position:absolute;left:0;top:6px;color:#9d7621;font-weight:900}
.direction-connection-pass{
  position:relative;
  overflow:hidden;
  margin-top:18px;
  padding:18px 19px 17px 68px;
  border:1px solid rgba(177,133,30,.28);
  border-radius:15px;
  background:linear-gradient(135deg,#fff8e6,#f3e1a9);
  box-shadow:0 10px 24px rgba(111,79,17,.08);
}
.direction-connection-pass:before{
  content:'結';
  position:absolute;
  left:18px;
  top:50%;
  display:grid;
  width:36px;
  height:36px;
  place-items:center;
  transform:translateY(-50%);
  border:1px solid rgba(145,105,17,.22);
  border-radius:50%;
  background:rgba(255,255,255,.7);
  color:#846319;
  font:700 15px 'Gowun Batang',serif;
}
.direction-connection-pass span,.direction-connection-pass strong,.direction-connection-pass small{display:block}
.direction-connection-pass span{color:#987321;font-size:8px;font-weight:950;letter-spacing:1.4px}
.direction-connection-pass strong{margin-top:4px;color:#513a0d;font-size:15px;font-weight:950;letter-spacing:-.3px}
.direction-connection-pass small{margin-top:4px;color:#7c683d;font-size:10.5px;line-height:1.5;word-break:keep-all}
.active-matching-current-state{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:2px 12px;margin-top:18px;padding:14px 16px;border:1px solid rgba(107,62,120,.18);border-radius:16px;background:rgba(255,255,255,.72);color:#573362}
.active-matching-current-state[hidden]{display:none}
.active-matching-current-state span{grid-row:1/3;display:grid;place-items:center;min-width:72px;min-height:44px;border-radius:12px;background:#6d3f79;color:#fff;font-size:8px;font-weight:950;letter-spacing:1px}
.active-matching-current-state strong{font-size:13px;font-weight:900}.active-matching-current-state small{color:#807084;font-size:10.5px}
.product-purchase-modal{position:fixed;inset:0;z-index:10020;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(29,18,35,.55);backdrop-filter:blur(8px)}
.product-purchase-modal[hidden]{display:none}
.product-purchase-card{position:relative;box-sizing:border-box;width:min(480px,100%);max-height:92dvh;overflow:auto;padding:26px;border:1px solid rgba(100,69,111,.13);border-radius:26px;background:#fffdfc;box-shadow:0 30px 90px rgba(38,22,46,.28);color:#2f2234}
.product-purchase-close{position:absolute;top:18px;right:18px;width:42px;height:42px;border:0;border-radius:50%;background:#f5f0f6;color:#7a667f;font-size:22px;line-height:1;cursor:pointer}
.product-purchase-eyebrow{display:block;padding-right:48px;color:#987ca1;font-size:9px;font-weight:900;letter-spacing:1.6px}
.product-purchase-card h2{margin:8px 48px 20px 0;font-family:'Pretendard',sans-serif;font-size:22px;font-weight:900;line-height:1.4;letter-spacing:-.5px}
.product-purchase-card h2:focus{outline:none}
.product-purchase-price{display:grid;grid-template-columns:1fr auto;align-items:end;padding:15px;border:1px solid #e9e1eb;border-radius:17px;background:#faf6fb}
.product-purchase-price span{color:#786a7c;font-size:11px;font-weight:800}.product-purchase-price strong{color:#543b5d;font-size:25px;font-weight:950;letter-spacing:-1px}.product-purchase-price small{grid-column:1/-1;margin-top:5px;color:#948797;font-size:10px;text-align:right}
.product-purchase-summary{display:grid;gap:7px;padding:16px 0 9px}.product-purchase-summary p{display:flex;align-items:center;gap:11px;margin:0;padding:8px 10px;border-radius:12px;background:#f7f4f7}.product-purchase-summary i{display:grid;place-items:center;flex:0 0 27px;height:27px;border-radius:50%;background:#eee8f0;color:#74537f;font-size:8px;font-style:normal;font-weight:950}.product-purchase-summary span{display:block}.product-purchase-summary b,.product-purchase-summary small{display:block}.product-purchase-summary b{font-size:12px}.product-purchase-summary small{margin-top:2px;color:#897d8d;font-size:10px;line-height:1.45}
.product-purchase-card.is-direction{background:#fffdfc}
.product-purchase-card.is-direction .product-purchase-summary .is-connection-pass{margin:0;padding:8px 10px;border:1px solid #e5dbe8;border-radius:12px;background:#faf6fb}
.product-purchase-card.is-direction .is-connection-pass i{background:#765282;color:#fff}
.direction-current-state{max-width:540px;background:rgba(255,255,255,.1);color:#fff}.direction-current-state small{color:rgba(255,255,255,.66)}
.product-purchase-legal{margin:4px 0 13px;border:1px solid #ebe4ec;border-radius:14px;background:#fff}
.product-purchase-legal summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px;box-sizing:border-box;padding:10px 14px;color:#6d5d71;font-size:11px;font-weight:800;cursor:pointer;list-style:none}
.product-purchase-legal summary::-webkit-details-marker{display:none}.product-purchase-legal summary:after{content:'+';display:grid;flex:0 0 22px;width:22px;height:22px;place-items:center;color:#9b8a9f;font-size:15px;font-weight:500;line-height:1}.product-purchase-legal[open] summary:after{content:'−'}
.product-purchase-legal[open] summary{padding-bottom:8px}
.product-purchase-legal[open] summary{border-bottom:1px solid #eee7ef;padding-bottom:10px}.product-purchase-legal p{display:grid;grid-template-columns:88px 1fr;gap:8px;margin:0;padding:6px 14px;color:#807184;font-size:10px;line-height:1.5}.product-purchase-legal p:first-of-type{padding-top:12px}
.product-purchase-legal p b{color:#55405b;font-size:10px}.product-purchase-legal>small{display:block;padding:7px 14px 13px;color:#948797;font-size:9px;line-height:1.5}
.product-purchase-confirm{display:flex;align-items:flex-start;gap:9px;margin-top:8px;padding:11px 12px;border:1px solid #e9e2ea;border-radius:13px;background:#fff;color:#716575;font-size:10.5px;line-height:1.55;cursor:pointer}.product-purchase-confirm input{flex:none;margin-top:2px;accent-color:#754180}.product-purchase-confirm a{color:#6d3f79;font-weight:850}.product-purchase-confirm span>b{color:#5e3967}
.product-purchase-submit{width:100%;min-height:50px;margin-top:14px;border:0;border-radius:15px;background:#573c61;box-shadow:0 9px 22px rgba(80,51,91,.17);color:#fff;font:900 14px 'Pretendard',sans-serif;cursor:pointer}.product-purchase-submit:disabled{background:#d6ced8;box-shadow:none;cursor:wait}.product-purchase-safe{margin:9px 0 0;color:#9a8d9d;font-size:9.5px;text-align:center}
.offer-button:disabled,.direction-v2-actions button:disabled,.direction-v2-price button:disabled{cursor:not-allowed;box-shadow:none;filter:saturate(.35);opacity:.72}.offer-payment-paused{margin:9px 0 0;color:#786b7b;font-size:11px;font-weight:650;line-height:1.55;text-align:center}
@media(max-width:640px){
  .direction-connection-pass{padding:17px 14px 16px 60px}
  .direction-connection-pass:before{left:14px}
  .active-matching-current-state{grid-template-columns:1fr;gap:4px;text-align:left}.active-matching-current-state span{grid-row:auto;width:max-content;min-width:0;min-height:0;padding:5px 8px}
  .product-purchase-modal{align-items:flex-end;padding:0}.product-purchase-card{width:100%;max-height:94dvh;padding:24px 18px 18px;border-radius:26px 26px 0 0}.product-purchase-card h2{font-size:20px}.product-purchase-price strong{font-size:23px}
}

.matching-kyeol-emblem{
  display:inline-flex;
  min-height:48px;
  align-items:center;
  gap:9px;
  margin-bottom:18px;
  padding:7px 14px 7px 8px;
  border:1px solid rgba(111,68,124,.14);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  box-shadow:0 10px 26px rgba(64,35,74,.07);
}
.matching-kyeol-emblem img{display:block;width:34px;height:34px}
.matching-kyeol-emblem span{color:#74517b;font-size:8px;font-weight:850;letter-spacing:1.4px}
.matching-factor-cloud span{font-weight:550}
.matching-factor-cloud span.is-kyeol{
  border-color:rgba(104,58,119,.24);
  background:linear-gradient(135deg,#eadcf0,#f8e8f1 62%,#fff1cb);
  box-shadow:0 7px 18px rgba(82,44,93,.08);
  color:#56325f;
  font-weight:700;
}
.connection-story{display:flex;flex-direction:column}

/* Final pricing hierarchy: brand-sized promise plus a clear paid-plan division. */
.product-guide .offer-section-head h1{
  font-size:clamp(28px,3.3vw,42px);
  line-height:1.42;
  letter-spacing:-1.8px;
}
.paid-plan-heading{
  margin:30px auto 18px;
  text-align:center;
}
.product-guide .offer-section-head .offer-eyebrow,
.paid-plan-heading .offer-eyebrow{
  margin-bottom:11px;
  color:#8a5795;
  font-size:10px;
  font-weight:850;
  letter-spacing:2.4px;
}
.paid-plan-heading h2{
  margin:0;
  color:var(--offer-ink);
  font-family:'Gowun Batang',serif;
  font-size:30px;
  font-weight:700;
  line-height:1.46;
  letter-spacing:-1.35px;
  word-break:keep-all;
}
@media(max-width:640px){
  .product-guide .offer-section-head h1{font-size:24px;line-height:1.5;letter-spacing:-1.05px}
  .paid-plan-heading{margin:24px auto 17px;padding:4px 8px 1px}
  .product-guide .offer-section-head .offer-eyebrow,
  .paid-plan-heading .offer-eyebrow{margin-bottom:9px;font-size:10px;letter-spacing:2.4px}
  .paid-plan-heading h2{font-size:23px;line-height:1.48;letter-spacing:-.9px}
}

/* Profile direction v2: composition-first product story */
.direction-v2-shell{padding-top:44px}
.direction-v2-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.82fr);gap:46px;align-items:center;min-height:610px;overflow:hidden;padding:64px 62px;border:1px solid rgba(217,180,87,.35);border-radius:32px;background:radial-gradient(circle at 5% 5%,rgba(175,105,190,.28),transparent 30%),radial-gradient(circle at 93% 91%,rgba(226,184,77,.2),transparent 32%),linear-gradient(140deg,#21112b,#43224c 60%,#1b0d22);box-shadow:0 32px 82px rgba(37,17,46,.24);color:#fff}
.direction-v2-hero:after{content:'結';position:absolute;right:-26px;bottom:-68px;color:rgba(255,255,255,.025);font:700 270px/1 'Gowun Batang',serif;pointer-events:none}
.direction-v2-hero-copy{position:relative;z-index:2}.direction-v2-hero .offer-eyebrow{color:#e9cf78}.direction-v2-hero h1{margin:13px 0 0;font:700 clamp(40px,4.9vw,59px)/1.28 'Gowun Batang',serif;letter-spacing:-2.6px;word-break:keep-all}.direction-v2-hero h1 em{background:linear-gradient(105deg,#fff,#f4dc91 58%,#dfb5e8);background-clip:text;-webkit-background-clip:text;color:transparent;font-style:normal}
.direction-v2-lead{max-width:560px;margin:20px 0 0;color:rgba(255,255,255,.7);font-size:14px;line-height:1.85;word-break:keep-all}.direction-v2-proof{display:flex;flex-wrap:wrap;gap:7px;margin-top:24px}.direction-v2-proof span{display:inline-flex;min-height:31px;align-items:center;padding:6px 10px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.07);color:rgba(255,255,255,.87);font-size:9.5px;font-weight:800}
.direction-v2-hero-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-width:520px;margin-top:24px}.direction-v2-hero-benefits>span{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:8px;min-height:50px;padding:8px 11px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.07)}.direction-v2-hero-benefits>span.is-premium{border-color:rgba(239,209,117,.34);background:linear-gradient(115deg,rgba(255,255,255,.1),rgba(226,187,75,.15))}.direction-v2-hero-benefits i{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:rgba(255,255,255,.12);color:#ecd47e;font:900 9px/1 'Gowun Batang',serif}.direction-v2-hero-benefits .is-premium i{background:linear-gradient(145deg,#f2d985,#bd8c2f);color:#321d35}.direction-v2-hero-benefits b{color:#fff;font-size:10px;font-weight:900;word-break:keep-all}
.direction-v2-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}.direction-v2-actions a,.direction-v2-actions button{display:inline-flex;min-width:150px;min-height:50px;align-items:center;justify-content:center;padding:12px 20px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(255,255,255,.07);color:#fff;font-size:12px;font-weight:900;text-decoration:none;cursor:pointer}.direction-v2-actions button{border:0;background:linear-gradient(125deg,#f3d98b,#c49a35);box-shadow:0 12px 28px rgba(12,5,16,.2);color:#2d1a30}
.direction-v2-hero-art{position:relative;z-index:2;min-height:420px;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:28px;background:#2b1233;box-shadow:inset 0 1px 0 rgba(255,255,255,.07)}.direction-v2-hero-art:after{content:'';position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 70px rgba(21,7,26,.3);pointer-events:none}.direction-v2-hero-art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 45%;filter:saturate(.94) contrast(1.02)}
.direction-v2-art-note{position:absolute;z-index:3;display:inline-flex;align-items:center;gap:7px;padding:10px 12px;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:rgba(30,14,37,.72);box-shadow:0 13px 28px rgba(7,3,10,.2);backdrop-filter:blur(8px);color:#fff;font-size:9.5px;font-weight:800}.direction-v2-art-note b{color:#efd77f;font-size:8px}.direction-v2-art-note.is-analysis{left:16px;top:24px}.direction-v2-art-note.is-writing{right:14px;top:162px}.direction-v2-art-note.is-active{left:22px;bottom:24px}
.direction-v2-package{margin-top:92px}.direction-v2-section-head{text-align:center}.direction-v2-section-head .offer-eyebrow{color:#855492}.direction-v2-section-head h2{margin:9px 0 0;color:var(--offer-ink);font:700 38px/1.42 'Gowun Batang',serif;letter-spacing:-1.9px;word-break:keep-all}.direction-v2-section-head h2 em{color:#7b4d88;font-style:normal}
.direction-v2-package-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin-top:37px}.direction-v2-package-grid article{position:relative;overflow:hidden;padding:27px 24px 25px;border:1px solid rgba(86,52,101,.11);border-radius:24px;background:linear-gradient(145deg,#fff,#faf6fb);box-shadow:0 16px 40px rgba(60,35,72,.06)}.direction-v2-package-grid article.is-match{border-color:rgba(185,141,36,.23);background:linear-gradient(145deg,#fffaf0,#f5eaf7)}
.direction-v2-package-art{position:relative;height:105px;margin-bottom:20px;border-radius:17px;background:linear-gradient(140deg,#eee1f2,#fbefd7)}.is-report .direction-v2-package-art span{position:absolute;inset:21px 37px;border:1px solid rgba(115,73,130,.32);border-radius:50%}.is-report .direction-v2-package-art i{position:absolute;left:50%;top:50%;width:8px;height:8px;transform:translate(-50%,-50%);border-radius:50%;background:#7c4e89;box-shadow:0 0 0 9px rgba(124,78,137,.1)}
.is-complete .direction-v2-package-art span,.is-complete .direction-v2-package-art i,.is-complete .direction-v2-package-art b{position:absolute;left:50%;top:50%;display:block;width:48px;height:64px;border:3px solid #fff;border-radius:10px;box-shadow:0 11px 23px rgba(64,38,74,.14)}.is-complete .direction-v2-package-art span{transform:translate(-86%,-50%) rotate(-8deg);background:#bd9ac4}.is-complete .direction-v2-package-art i{transform:translate(-14%,-50%) rotate(8deg);background:#dfc68f}.is-complete .direction-v2-package-art b{transform:translate(-50%,-50%);background:linear-gradient(145deg,#86598e,#c89e43)}
.is-match .direction-v2-package-art{display:flex;align-items:center;justify-content:center;gap:28px}.is-match .direction-v2-package-art:before{content:'';position:absolute;left:50%;top:50%;width:42px;height:2px;transform:translate(-50%,-50%);background:linear-gradient(90deg,#b986bf,#cba33f)}.is-match .direction-v2-package-art:after{content:'›';position:absolute;left:50%;top:50%;transform:translate(-50%,-53%);color:#9b6d9d;font-size:20px;font-weight:900}.is-match .direction-v2-package-art span,.is-match .direction-v2-package-art i{position:relative;z-index:1;display:grid;width:55px;height:55px;place-items:center;border-radius:50%;background:#fff;box-shadow:0 10px 22px rgba(74,42,84,.11);color:#754581;font-size:18px;font-style:normal;font-weight:950}.is-match .direction-v2-package-art i{background:linear-gradient(145deg,#f5dfa4,#cba43d);color:#5c4310;font-family:'Gowun Batang',serif}
.direction-v2-package-no{color:#905d9b;font-size:8px;font-weight:950;letter-spacing:1px}.direction-v2-package-grid h3{margin:8px 0 7px;color:var(--offer-ink);font-size:17px;font-weight:950;letter-spacing:-.45px}.direction-v2-package-grid article>p{margin:0;color:var(--offer-muted);font-size:11px;line-height:1.7;word-break:keep-all}.direction-v2-package-grid ul{display:grid;gap:7px;margin:16px 0 0;padding:14px 0 0;border-top:1px solid var(--offer-line);list-style:none}.direction-v2-package-grid li{position:relative;padding-left:15px;color:#544158;font-size:10.5px;font-weight:750;line-height:1.5}.direction-v2-package-grid li:before{content:'✓';position:absolute;left:0;color:#8a5995;font-size:9px;font-weight:950}
.direction-v2-process{margin-top:86px;padding:46px 48px;border-top:1px solid rgba(88,52,102,.13);border-bottom:1px solid rgba(88,52,102,.13)}.direction-v2-process .direction-v2-section-head{text-align:left}.direction-v2-process .direction-v2-section-head h2{font-size:29px}.direction-v2-process{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);gap:58px;align-items:center}.direction-v2-process ol{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:0;padding:0;list-style:none}.direction-v2-process li{display:grid;grid-template-columns:35px 1fr;gap:11px;align-items:start;min-height:94px;padding:17px;border-bottom:1px solid var(--offer-line)}.direction-v2-process li:nth-child(odd){border-right:1px solid var(--offer-line)}.direction-v2-process li:nth-child(n+3){border-bottom:0}.direction-v2-process li>span{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:#eee2f1;color:#7d4d89;font-size:8px;font-weight:950}.direction-v2-process li div{display:grid;gap:5px}.direction-v2-process li b{color:var(--offer-ink);font-size:12.5px}.direction-v2-process li small{color:var(--offer-muted);font-size:10.5px;line-height:1.55;word-break:keep-all}
.direction-v2-bonus{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);gap:48px;align-items:center;margin-top:78px;padding:42px 46px;border:1px solid rgba(114,70,130,.17);border-radius:28px;background:radial-gradient(circle at 0 0,rgba(178,116,188,.2),transparent 34%),linear-gradient(125deg,#2a1533,#4c2c50 62%,#654855);box-shadow:0 22px 54px rgba(43,23,52,.15);color:#fff}.direction-v2-bonus header .offer-eyebrow{color:#e5c96f}.direction-v2-bonus h2{margin:9px 0 0;font:700 28px/1.5 'Gowun Batang',serif;letter-spacing:-1.2px}.direction-v2-bonus h2 em{color:#f0d47d;font-style:normal}.direction-v2-bonus>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.direction-v2-bonus article{display:grid;grid-template-columns:48px minmax(0,1fr);gap:13px;align-items:center;min-height:112px;padding:18px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.07)}.direction-v2-bonus article>i{display:grid;width:45px;height:45px;place-items:center;border-radius:50%;background:linear-gradient(145deg,#f2dc92,#c69637);color:#3c263c;font:900 12px/1 'Gowun Batang',serif}.direction-v2-bonus article>span{display:grid;gap:3px}.direction-v2-bonus article small{color:#e7ca75;font-size:8px;font-weight:900}.direction-v2-bonus article b{font-size:13px;font-weight:950}.direction-v2-bonus article em{color:rgba(255,255,255,.65);font-size:9.5px;font-style:normal;line-height:1.5;word-break:keep-all}
.direction-v2-bonus-details{grid-column:1/-1;margin-top:4px;border-top:1px solid rgba(255,255,255,.12)}.direction-v2-bonus-details summary{position:relative;padding:13px 22px 2px 0;color:#f0d57d;font-size:9px;font-weight:900;cursor:pointer;list-style:none}.direction-v2-bonus-details summary::-webkit-details-marker{display:none}.direction-v2-bonus-details summary:after{content:'+';position:absolute;right:1px;top:10px;font-size:15px}.direction-v2-bonus-details[open] summary:after{content:'−'}.direction-v2-bonus-details ul{display:grid;gap:7px;margin:11px 0 0;padding:0;list-style:none}.direction-v2-bonus-details li{position:relative;padding-left:14px;color:rgba(255,255,255,.75);font-size:9px;line-height:1.5;word-break:keep-all}.direction-v2-bonus-details li:before{content:'✓';position:absolute;left:0;color:#e6ca73;font-weight:950}
.direction-v2-checkout{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:42px;align-items:center;margin-top:86px;padding:43px 48px;border:1px solid rgba(189,146,43,.28);border-radius:27px;background:radial-gradient(circle at 95% 0%,rgba(232,199,111,.31),transparent 31%),linear-gradient(145deg,#fffdf7,#f5ebf7);box-shadow:0 20px 50px rgba(59,33,70,.08)}.direction-v2-checkout .offer-eyebrow{color:#8b5a96}.direction-v2-checkout h2{margin:10px 0 0;color:var(--offer-ink);font:700 31px/1.45 'Gowun Batang',serif;letter-spacing:-1.35px}.direction-v2-checkout h2 em{color:#785085;font-style:normal}.direction-v2-included{display:flex;flex-wrap:wrap;gap:8px;margin-top:21px}.direction-v2-included span{display:inline-flex;min-height:42px;align-items:center;gap:9px;padding:7px 12px 7px 7px;border:1px solid rgba(111,67,125,.13);border-radius:999px;background:rgba(255,255,255,.77);color:#5f4765;font-size:10.5px;font-weight:850}.direction-v2-included i{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:#70417c;color:#fff;font-size:8px;font-style:normal;font-weight:950}.direction-v2-included span:last-child i{background:#d2ad4c;color:#4e380b;font-family:'Gowun Batang',serif}
.direction-v2-price{min-width:255px;text-align:right}.direction-v2-price>span{display:inline-flex;padding:5px 9px;border-radius:999px;background:#ead18b;color:#654a10;font-size:9px;font-weight:950}.direction-v2-price del{display:block;margin-top:10px;color:#9b8f9e;font-size:13px}.direction-v2-price strong{display:block;margin-top:2px;color:#2e1935;font-size:38px;font-weight:950;letter-spacing:-1.7px}.direction-v2-price small{display:block;margin-top:3px;color:#968a99;font-size:9px}.direction-v2-price button{width:100%;min-height:51px;margin-top:16px;border:0;border-radius:14px;background:linear-gradient(115deg,#61356d,#8b5596 60%,#c3983c);box-shadow:0 12px 25px rgba(81,43,91,.18);color:#fff;font-size:12px;font-weight:900;cursor:pointer}
@media(max-width:900px){.direction-v2-hero{grid-template-columns:1fr;padding:48px}.direction-v2-hero-art{min-height:380px}.direction-v2-package-grid{grid-template-columns:1fr 1fr}.direction-v2-package-grid article.is-match{grid-column:1/-1}.direction-v2-process{grid-template-columns:1fr;gap:25px}.direction-v2-process .direction-v2-section-head{text-align:center}.direction-v2-bonus{grid-template-columns:1fr;gap:25px}.direction-v2-checkout{grid-template-columns:1fr}.direction-v2-price{text-align:left}.direction-v2-price button{max-width:320px}}
@media(max-width:640px){.direction-v2-shell{padding-top:19px}.direction-v2-hero{gap:27px;min-height:0;padding:33px 21px 24px;border-radius:23px}.direction-v2-hero h1{font-size:34px;line-height:1.36;letter-spacing:-1.8px}.direction-v2-lead{margin-top:16px;font-size:12px;line-height:1.75}.direction-v2-proof{margin-top:19px}.direction-v2-hero-benefits{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}.direction-v2-hero-benefits>span{grid-template-columns:28px minmax(0,1fr);min-height:51px;padding:7px 8px}.direction-v2-hero-benefits i{width:27px;height:27px;font-size:8px}.direction-v2-hero-benefits b{font-size:9px;line-height:1.35}.direction-v2-actions{display:grid;margin-top:18px}.direction-v2-actions a,.direction-v2-actions button{width:100%}.direction-v2-hero-art{min-height:330px;border-radius:20px}.direction-v2-hero-art img{object-position:center 43%}.direction-v2-package{margin-top:52px}.direction-v2-section-head h2{font-size:24px;line-height:1.45}.direction-v2-package-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:22px}.direction-v2-package-grid article{padding:15px 12px;border-radius:18px}.direction-v2-package-grid article.is-match{grid-column:1/-1;display:grid;grid-template-columns:96px minmax(0,1fr);column-gap:13px;align-items:center}.direction-v2-package-grid article.is-match .direction-v2-package-art{grid-row:1/6;width:96px;height:108px;margin:0;gap:12px}.direction-v2-package-grid article.is-match .direction-v2-package-art:before{width:20px}.direction-v2-package-grid article.is-match .direction-v2-package-art span,.direction-v2-package-grid article.is-match .direction-v2-package-art i{width:40px;height:40px;font-size:13px}.direction-v2-package-grid article.is-match ul{width:100%}.direction-v2-package-art{height:68px;margin-bottom:13px}.direction-v2-package-grid h3{font-size:14px}.direction-v2-package-grid article>p{font-size:9px;line-height:1.6}.direction-v2-package-grid article>p br{display:none}.direction-v2-package-grid ul{gap:5px;margin-top:11px;padding-top:10px}.direction-v2-package-grid li{padding-left:12px;font-size:8.5px;line-height:1.45}.direction-v2-process{margin-top:52px;padding:31px 4px}.direction-v2-process .direction-v2-section-head h2{font-size:23px}.direction-v2-process ol{grid-template-columns:1fr}.direction-v2-process li{min-height:0;padding:15px 4px;border-right:0!important;border-bottom:1px solid var(--offer-line)!important}.direction-v2-process li:last-child{border-bottom:0!important}.direction-v2-bonus{gap:20px;margin-top:52px;padding:28px 18px;border-radius:22px}.direction-v2-bonus h2{font-size:23px}.direction-v2-bonus>div{grid-template-columns:1fr}.direction-v2-bonus article{min-height:94px;padding:14px}.direction-v2-bonus-details{margin-top:8px}.direction-v2-checkout{gap:19px;margin-top:14px;padding:27px 21px;border-radius:22px}.direction-v2-checkout h2{font-size:23px}.direction-v2-price{min-width:0}.direction-v2-price strong{font-size:35px}.direction-v2-price button{max-width:none}}
.connection-story-head{order:1}
.connection-story h2 span{display:block}
.matching-factor-cloud{order:2}
.connection-flow{order:3}
#active-matching-plan,
#connection-title,
#followup-step,
#payment-guide{scroll-margin-top:96px}
.connection-flow{grid-template-columns:repeat(5,minmax(0,1fr));max-width:1040px}
.connection-icon.is-feedback:before{
  content:'✓';
  display:grid;
  width:25px;
  height:20px;
  place-items:center;
  border:2px solid currentColor;
  border-radius:7px;
  color:#774985;
  font-size:12px;
  font-weight:900;
}
.connection-icon.is-feedback:after{
  bottom:10px;
  left:16px;
  width:7px;
  height:7px;
  border-bottom:2px solid #bc9334;
  border-left:2px solid #bc9334;
  transform:rotate(-36deg);
}
.connection-step b{line-height:1.45;word-break:keep-all}
.mobile-step-break{display:none}

@media(max-width:640px){
  #active-matching-plan,
  #connection-title,
  #followup-step,
  #payment-guide{scroll-margin-top:78px}
  .included-details summary{font-size:10.5px}
  .included-details p{font-size:10px}
  .matching-kyeol-emblem{min-height:44px;margin-bottom:15px}
  .matching-factor-cloud span{font-size:10px;font-weight:500}
  .matching-factor-cloud span.is-kyeol{font-weight:700}
  .payment-ticket{width:min(238px,100%)}
  .connection-story h2{font-size:22px;line-height:1.5}
  .connection-flow{order:2;grid-template-columns:1fr 1fr;max-width:100%;margin-top:27px}
  .matching-factor-cloud{order:3;margin-top:26px;padding-top:23px;border-top:1px solid var(--offer-line)}
  .matching-factor-cloud:before{
    content:'함께 살피는 핵심 요소';
    flex:0 0 100%;
    margin-bottom:5px;
    color:#806b85;
    font-size:9px;
    font-weight:800;
    letter-spacing:1.1px;
  }
  .connection-step,
  .connection-step:nth-child(odd),
  .connection-step:nth-child(-n+2){border:0!important}
  .connection-step:nth-child(odd):not(:last-child){border-right:1px solid var(--offer-line)!important}
  .connection-step:nth-child(-n+4){border-bottom:1px solid var(--offer-line)!important}
  .connection-step.is-followup{
    grid-column:1/-1;
    border-right:0!important;
    background:linear-gradient(90deg,rgba(238,225,242,.34),rgba(255,244,213,.3));
  }
}



@media(max-width:390px){
  .plan-badge-row{align-items:flex-start}
  .plan-badge,.is-active .plan-badge,.is-direction .plan-badge{white-space:normal;line-height:1.35;text-align:left}
  .matching-factor-cloud{gap:6px}
  .matching-factor-cloud span{padding:7px 10px}
}

/* Pricing catalog v7: compact five-step rail on mobile */
@media(max-width:640px){
  .connection-flow{
    grid-template-columns:repeat(5,minmax(0,1fr));
    width:100%;
    margin-top:22px;
    border-top:1px solid var(--offer-line);
    border-bottom:1px solid var(--offer-line);
  }
  .connection-step,
  .connection-step:nth-child(odd),
  .connection-step:nth-child(-n+2),
  .connection-step.is-followup{
    display:flex;
    min-height:112px;
    grid-column:auto;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    padding:14px 2px 12px;
    border:0!important;
    border-right:1px solid var(--offer-line)!important;
    background:transparent;
  }
  .connection-step:last-child,
  .connection-step.is-followup{border-right:0!important}
  .connection-step:after{display:none!important}
  .connection-icon{
    width:34px;
    height:34px;
    margin:0 auto 7px!important;
    border-radius:11px;
  }
  .connection-icon.is-profile:before{width:13px;height:17px;border-width:1.5px;border-radius:4px}
  .connection-icon.is-profile:after{top:13px;width:3px;height:3px;box-shadow:0 6px 0 -1px currentColor}
  .connection-icon.is-heart:before{font-size:17px}
  .connection-icon.is-date:before{width:16px;height:15px;border-width:1.5px;border-radius:4px;background:linear-gradient(to bottom,rgba(119,73,133,.15) 5px,transparent 5px)}
  .connection-icon.is-date:after{width:3px;height:3px;box-shadow:5px 0 #c49c39}
  .connection-icon.is-link:before,
  .connection-icon.is-link:after{width:14px;height:6px;border-width:1.5px}
  .connection-icon.is-link:after{transform:translate(6px,5px) rotate(-34deg)}
  .connection-icon.is-feedback:before{width:18px;height:15px;border-width:1.5px;border-radius:5px;font-size:9px}
  .connection-icon.is-feedback:after{display:none}
  .connection-step i{font-size:7.5px;line-height:1;letter-spacing:.7px}
  .connection-step b{
    width:100%;
    margin-top:7px;
    font-size:9px;
    line-height:1.35;
    letter-spacing:-.35px;
    word-break:keep-all;
  }
  .mobile-step-break{display:block}
  .connection-step.is-calendar b{line-height:1.55}
}

/* Product surfaces aligned to the main brand: quieter cards, editorial spacing. */
.plan-card,
.plan-card.is-active,
.plan-card.is-direction{
  border-radius:24px;
  box-shadow:0 12px 34px rgba(53,30,61,.055);
}
.plan-card.is-active{
  box-shadow:0 18px 46px rgba(75,39,89,.105),0 0 0 4px rgba(124,78,141,.035);
}
.plan-card.is-direction{
  box-shadow:0 15px 40px rgba(95,68,27,.075);
}
.plan-card.is-direction:before{border-radius:24px 24px 0 0}
.plan-benefits,
.is-active .plan-benefits,
.is-direction .plan-benefits{border-radius:14px}
.connection-story{border-radius:24px}
.product-purchase-card{
  border-radius:22px;
  box-shadow:0 22px 64px rgba(36,16,49,.25);
}
.direction-v2-hero{
  border-radius:24px;
  box-shadow:0 25px 66px rgba(37,17,46,.19);
}
.direction-v2-hero-art{border-radius:20px}
.direction-v2-package-grid article{
  border-radius:18px;
  box-shadow:0 11px 30px rgba(60,35,72,.045);
}
.direction-v2-bonus{
  border-radius:22px;
  box-shadow:0 17px 44px rgba(43,23,52,.12);
}
.direction-v2-checkout{
  border-radius:22px;
  box-shadow:0 14px 38px rgba(59,33,70,.06);
}
@media(max-width:640px){
  .plan-card,.plan-card.is-active,.plan-card.is-direction{border-radius:20px}
  .plan-card.is-direction:before{border-radius:20px 20px 0 0}
  .connection-story{border-radius:20px}
  .product-purchase-card{border-radius:20px}
  .direction-v2-hero{border-radius:21px}
  .direction-v2-hero-art{border-radius:18px}
  .direction-v2-package-grid article{border-radius:16px}
  .direction-v2-bonus,.direction-v2-checkout{border-radius:20px}
}

/* Pricing headings share one visual hierarchy. */
.product-guide .offer-section-head h1,
.paid-plan-heading h2{
  font-size:clamp(32px,3.3vw,42px);
  line-height:1.42;
  letter-spacing:-1.8px;
}
.direction-v2-package-grid h3{font-size:18px;line-height:1.42}
.direction-v2-package-grid article>p{font-size:12px;line-height:1.72}
.direction-v2-package-grid li{font-size:11px;line-height:1.55}

.direction-v2-editorial{
  position:relative;
  overflow:hidden;
  aspect-ratio:2.08/1;
  margin:74px 0 0;
  border:1px solid rgba(84,49,96,.13);
  border-radius:24px;
  background:#2b172f;
  box-shadow:0 18px 48px rgba(52,28,61,.1);
}
.direction-v2-editorial img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.84) contrast(1.01) brightness(1.025);
}
.direction-v2-editorial figcaption{
  position:absolute;
  right:24px;
  bottom:22px;
  max-width:420px;
  padding:13px 17px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px;
  background:rgba(35,18,39,.72);
  box-shadow:0 12px 28px rgba(20,9,24,.2);
  backdrop-filter:blur(10px);
  color:#fff;
}
.direction-v2-editorial figcaption span{
  display:block;
  color:#e7ca72;
  font-size:8px;
  font-weight:900;
  letter-spacing:1.7px;
}
.direction-v2-editorial figcaption b{
  display:block;
  margin-top:6px;
  font-size:15px;
  line-height:1.5;
  letter-spacing:-.35px;
  word-break:keep-all;
}

/* Keep the premium section within the main site's quieter navy-plum palette. */
.direction-v2-bonus{
  background:
    radial-gradient(circle at 0 0,rgba(167,118,183,.13),transparent 36%),
    linear-gradient(125deg,#24182e,#3c2a43 62%,#51414b);
}

@media(max-width:640px){
  .product-guide .offer-section-head h1,
  .paid-plan-heading h2{
    font-size:24px;
    line-height:1.5;
    letter-spacing:-1.05px;
  }
  .direction-v2-package-grid{
    grid-template-columns:1fr;
    gap:0;
    margin-top:24px;
    border-top:1px solid var(--offer-line);
  }
  .direction-v2-package-grid article,
  .direction-v2-package-grid article.is-match{
    display:grid;
    grid-template-columns:82px minmax(0,1fr);
    column-gap:15px;
    align-items:start;
    padding:20px 2px;
    border:0;
    border-bottom:1px solid var(--offer-line);
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }
  .direction-v2-package-grid article.is-match{grid-column:auto}
  .direction-v2-package-art,
  .direction-v2-package-grid article.is-match .direction-v2-package-art{
    grid-row:1/5;
    width:82px;
    height:96px;
    margin:0;
    border-radius:15px;
  }
  .direction-v2-package-grid article.is-match .direction-v2-package-art{gap:8px}
  .direction-v2-package-grid article.is-match .direction-v2-package-art span,
  .direction-v2-package-grid article.is-match .direction-v2-package-art i{
    width:32px;
    height:32px;
    font-size:11px;
  }
  .direction-v2-package-no{font-size:8px;line-height:1.3}
  .direction-v2-package-grid h3{margin:6px 0 5px;font-size:16px;line-height:1.35}
  .direction-v2-package-grid article>p{font-size:11px;line-height:1.62}
  .direction-v2-package-grid article>p br{display:none}
  .direction-v2-package-grid ul{gap:5px;margin-top:10px;padding-top:9px}
  .direction-v2-package-grid li{font-size:10px;line-height:1.48}
  .direction-v2-editorial{
    aspect-ratio:4/3;
    margin-top:48px;
    border-radius:18px;
  }
  .direction-v2-editorial img{object-position:52% center}
  .direction-v2-editorial figcaption{
    right:13px;
    bottom:13px;
    left:13px;
    padding:11px 13px;
    border-radius:12px;
  }
  .direction-v2-editorial figcaption b{font-size:12px}
  .direction-v2-hero-benefits b{font-size:10px;line-height:1.42}
  .direction-v2-process li b{font-size:13.5px}
  .direction-v2-process li small{font-size:11px;line-height:1.6}
}

/* Profile direction: quiet premium, with decoration secondary to the offer. */
.direction-v2-hero{
  min-height:540px;
  padding:56px 58px;
  border-color:rgba(93,61,105,.14);
  background:linear-gradient(135deg,#fcf8f4 0%,#f7f1f8 68%,#f8f3ed 100%);
  box-shadow:0 18px 52px rgba(48,29,56,.09);
  color:var(--offer-ink);
}
.direction-v2-hero:after{color:rgba(83,51,95,.025)}
.direction-v2-hero .offer-eyebrow{color:#865390}
.direction-v2-hero h1{font-size:clamp(36px,3.7vw,46px);letter-spacing:-1.8px}
.direction-v2-hero h1 em{
  background:none;
  color:#70477c;
  -webkit-text-fill-color:currentColor;
}
.direction-v2-lead{color:#746a77}
.direction-v2-hero-benefits{gap:8px;border:0}
.direction-v2-hero-benefits>span,
.direction-v2-hero-benefits>span.is-premium{
  min-height:54px;
  padding:9px 11px;
  border:1px solid rgba(93,61,105,.12);
  border-radius:12px;
  background:rgba(255,255,255,.66);
  box-shadow:none;
}
.direction-v2-hero-benefits>span.is-premium{border-color:rgba(181,137,40,.2);background:#fff9ed}
.direction-v2-hero-benefits i{background:#eee4f0;color:#73477e}
.direction-v2-hero-benefits .is-premium i{background:#f1dfaa;color:#5e4515}
.direction-v2-hero-benefits b{color:#35273a;font-size:11px}
.direction-v2-actions button{
  background:#684075;
  box-shadow:0 9px 21px rgba(72,39,83,.14);
  color:#fff;
}
.direction-v2-hero-art{
  min-height:370px;
  border-color:rgba(78,52,86,.13);
  background:#e9e0e6;
  box-shadow:none;
}
.direction-v2-hero-art:after{box-shadow:inset 0 0 34px rgba(35,21,40,.1)}
.direction-v2-hero-art img{filter:saturate(.78) contrast(1.01) brightness(1.04)}
.direction-v2-package-grid article,
.direction-v2-package-grid article.is-match{
  border-color:rgba(86,52,101,.1);
  background:#fffdfc;
  box-shadow:0 10px 27px rgba(60,35,72,.035);
}
.direction-v2-package-art{background:linear-gradient(140deg,#f0e7f2,#faf3e5)}
.direction-v2-bonus{
  border-color:rgba(93,61,105,.14);
  background:linear-gradient(135deg,#f7f0f8,#fffaf1);
  box-shadow:0 13px 36px rgba(43,23,52,.07);
  color:var(--offer-ink);
}
.direction-v2-bonus header .offer-eyebrow{color:#875593}
.direction-v2-bonus h2 em{color:#744c80}
.direction-v2-bonus article{
  border-color:rgba(89,57,101,.12);
  background:rgba(255,255,255,.6);
  box-shadow:none;
}
.direction-v2-bonus article>i{background:#ead59a;color:#594214}
.direction-v2-bonus article small{color:#8a618f}
.direction-v2-bonus article b{color:#342638}
.direction-v2-bonus article em{color:#776c79}
.direction-v2-bonus-details{border-top-color:rgba(89,57,101,.12)}
.direction-v2-bonus-details summary{color:#744c80}
.direction-v2-bonus-details li{color:#6f6472}
.direction-v2-bonus-details li:before{color:#98703b}
.direction-v2-checkout{
  border-color:rgba(93,61,105,.13);
  background:#fffdfb;
  box-shadow:0 12px 34px rgba(59,33,70,.055);
}
.direction-v2-price button{background:#684075;box-shadow:0 9px 21px rgba(72,39,83,.13)}

@media(max-width:640px){
  .direction-v2-hero{gap:22px;padding:29px 21px 21px}
  .direction-v2-hero h1{font-size:28px;line-height:1.43;letter-spacing:-1.15px}
  .direction-v2-hero-art{min-height:275px}
  .direction-v2-hero-benefits>span{min-height:49px}
  .direction-v2-hero-benefits b{font-size:10px}
}

/* Profile direction: lighter editorial flow below the offer summary. */
.direction-v2-editorial figcaption{
  top:28px;
  right:30px;
  bottom:auto;
  max-width:390px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
  color:#39263f;
  text-align:right;
}
.direction-v2-editorial figcaption b{
  margin:0;
  font:700 20px/1.55 'Gowun Batang',serif;
  letter-spacing:-.8px;
  text-shadow:none;
}
.direction-v2-editorial{box-shadow:none}
.direction-v2-process{
  display:block;
  margin-top:70px;
  padding:42px 10px;
}
.direction-v2-process .direction-v2-section-head{text-align:center}
.direction-v2-process ol{
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin-top:28px;
}
.direction-v2-process li,
.direction-v2-process li:nth-child(odd),
.direction-v2-process li:nth-child(n+3){
  min-height:76px;
  padding:12px 20px;
  border:0;
  border-right:1px solid var(--offer-line);
}
.direction-v2-process li:last-child{border-right:0}
.direction-v2-bonus{
  display:block;
  margin-top:62px;
  padding:48px 18px;
  border-width:1px 0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.direction-v2-bonus header{text-align:center}
.direction-v2-bonus>div{
  max-width:790px;
  margin:28px auto 0;
  gap:0;
}
.direction-v2-bonus article{
  min-height:96px;
  padding:10px 28px;
  border:0;
  border-radius:0;
  background:transparent;
}
.direction-v2-bonus article+article{border-left:1px solid var(--offer-line)}
.direction-v2-checkout{
  margin-top:58px;
  padding:34px 42px;
  border-radius:18px;
}
.direction-v2-checkout h2{font-size:28px}

@media(max-width:640px){
  .direction-v2-package-grid article,
  .direction-v2-package-grid article.is-match{
    grid-template-columns:72px minmax(0,1fr);
    column-gap:12px;
    padding:22px 12px;
  }
  .direction-v2-package-art,
  .direction-v2-package-grid article.is-match .direction-v2-package-art{
    width:72px;
    height:88px;
  }
  .direction-v2-package-grid article.is-match .direction-v2-package-art span,
  .direction-v2-package-grid article.is-match .direction-v2-package-art i{
    width:30px;
    height:30px;
    font-size:10px;
  }
  .direction-v2-package-grid h3{margin:7px 0 8px}
  .direction-v2-package-grid article>p{margin-bottom:2px;line-height:1.7}
  .direction-v2-package-grid ul{margin-top:12px;padding-top:11px}
  .direction-v2-editorial{aspect-ratio:1.65/1}
  .direction-v2-editorial img{object-position:right center}
  .direction-v2-editorial figcaption{
    top:14px;
    right:14px;
    bottom:auto;
    left:auto;
    max-width:150px;
    padding:0;
  }
  .direction-v2-editorial figcaption b{font-size:12px;line-height:1.55;letter-spacing:-.35px}
  .direction-v2-process{margin-top:48px;padding:34px 4px}
  .direction-v2-process ol{grid-template-columns:1fr;margin-top:22px}
  .direction-v2-process li,
  .direction-v2-process li:nth-child(odd),
  .direction-v2-process li:nth-child(n+3){
    min-height:0;
    padding:14px 4px;
    border:0;
    border-bottom:1px solid var(--offer-line);
  }
  .direction-v2-process li:last-child{border-bottom:0}
  .direction-v2-bonus{margin-top:46px;padding:34px 4px}
  .direction-v2-bonus>div{grid-template-columns:1fr;margin-top:21px}
  .direction-v2-bonus article{padding:17px 8px}
  .direction-v2-bonus article+article{border-top:1px solid var(--offer-line);border-left:0}
  .direction-v2-checkout{margin-top:34px;padding:28px 22px}
}

/* Pricing density v2: three benefits first, one price line, and unmistakable CTAs. */
.product-guide .plan-more-details{
  margin-top:10px;
  padding-top:9px;
  border-top:1px solid rgba(89,54,99,.12);
}
.product-guide .plan-more-details summary{
  display:flex;
  min-height:36px;
  align-items:center;
  justify-content:space-between;
  color:#70427c;
  font-size:11px;
  font-weight:900;
  cursor:pointer;
  list-style:none;
}
.product-guide .plan-more-details summary::-webkit-details-marker{display:none}
.product-guide .plan-more-details summary:after{content:'＋';font-size:14px;font-weight:500}
.product-guide .plan-more-details[open] summary:after{content:'－'}
.product-guide .plan-more-details ul{
  display:grid;
  gap:7px;
  margin:2px 0 0;
  padding:7px 0 1px;
  border-top:1px dashed rgba(89,54,99,.11);
  list-style:none;
}
.product-guide .plan-more-details li{
  position:relative;
  padding-left:16px;
  color:#6d6270;
  font-size:11.5px;
  font-weight:650;
  line-height:1.5;
}
.product-guide .plan-more-details li:before{
  content:'·';
  position:absolute;
  left:3px;
  color:#9c6aa8;
  font-weight:950;
}
.product-guide .is-direction-detail summary{color:#846319}
.product-guide .is-direction-detail li:before{color:#b48b2d}
.product-guide .plan-offer{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:20px;
}
.product-guide .plan-price-line{
  display:flex;
  min-width:0;
  align-items:center;
  gap:13px;
}
.product-guide .plan-price-line>span{display:flex;min-width:0;align-items:baseline;gap:7px}
.product-guide .plan-price-line small{
  color:#7c6f7e;
  font-size:10.5px;
  font-weight:850;
  white-space:nowrap;
}
.product-guide .plan-price-line strong{
  color:#2d1733;
  font-size:25px;
  font-weight:950;
  letter-spacing:-1px;
  white-space:nowrap;
}
.product-guide .plan-price-line>i{color:#bcaebe;font-size:15px;font-style:normal}
.product-guide .plan-price-line.is-sale small{display:flex;align-items:center;gap:6px}
.product-guide .plan-price-line.is-sale small b{
  padding:3px 6px;
  border-radius:999px;
  background:#f2dfa5;
  color:#725410;
  font-size:8px;
}
.product-guide .plan-price-line.is-sale del{color:#a196a2;font-size:11px;font-weight:750}
.product-guide .plan-price-line.is-sale strong{color:#765610}
.product-guide .plan-offer .offer-button,
.product-guide .is-active .plan-offer .offer-button,
.product-guide .is-direction .plan-offer .offer-button{
  min-width:190px;
  min-height:46px;
  justify-content:center;
  margin:0;
  padding:11px 17px;
  border:1px solid transparent;
  border-radius:13px;
  background:#684075;
  box-shadow:0 8px 20px rgba(72,39,83,.13);
  color:#fff;
  font-size:12px;
  text-decoration:none;
}
.product-guide .is-active .plan-offer .offer-button{background:#754384}
.product-guide .is-direction .plan-offer .offer-button{
  background:linear-gradient(135deg,#e7c970,#c49a35);
  color:#38233b;
}
.product-guide .plan-offer .offer-button:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(72,39,83,.17);
}

@media(max-width:640px){
  .product-guide .plan-more-details{margin-top:7px;padding-top:6px}
  .product-guide .plan-more-details summary{min-height:34px;font-size:10.5px}
  .product-guide .plan-more-details ul{gap:5px;padding-top:6px}
  .product-guide .plan-more-details li{font-size:10.5px;line-height:1.45}
  .product-guide .plan-offer{
    grid-template-columns:1fr;
    gap:9px;
  }
  .product-guide .plan-price-line{
    justify-content:flex-end;
    gap:8px;
  }
  .product-guide .plan-price-line>span{gap:5px}
  .product-guide .plan-price-line small{font-size:9px}
  .product-guide .plan-price-line strong{font-size:20px;letter-spacing:-.7px}
  .product-guide .plan-price-line>i{font-size:12px}
  .product-guide .plan-price-line.is-sale small{gap:4px}
  .product-guide .plan-price-line.is-sale small b{padding:2px 5px;font-size:7.5px}
  .product-guide .plan-price-line.is-sale del{font-size:9px}
  .product-guide .plan-offer .offer-button,
  .product-guide .is-active .plan-offer .offer-button,
  .product-guide .is-direction .plan-offer .offer-button{
    width:100%;
    min-width:0;
    min-height:44px;
    margin:0;
    padding:10px 13px;
    border-radius:11px;
    font-size:11.5px;
  }
}

/* Pricing editorial v3: align the catalog with the site's quiet aurora story pages. */
.product-guide .plan-card,
.product-guide .plan-card.is-active,
.product-guide .plan-card.is-direction{
  position:relative;
  overflow:hidden;
  padding:30px 36px 25px;
  border:1px solid rgba(92,58,104,.12);
  border-radius:23px;
  background:
    radial-gradient(circle at 96% 0,rgba(215,188,226,.16),transparent 30%),
    rgba(255,255,255,.78);
  box-shadow:0 14px 38px rgba(53,30,61,.055);
}
.product-guide .plan-card.is-active{
  border-color:rgba(120,75,137,.24);
  background:
    radial-gradient(circle at 94% 4%,rgba(211,172,226,.5),transparent 36%),
    radial-gradient(circle at 2% 100%,rgba(241,211,137,.16),transparent 29%),
    linear-gradient(135deg,rgba(255,255,255,.94),rgba(247,239,249,.92));
  box-shadow:0 18px 45px rgba(72,41,84,.09);
}
.product-guide .plan-card.is-direction{
  border-color:rgba(186,142,39,.28);
  background:
    radial-gradient(circle at 96% 4%,rgba(239,207,126,.3),transparent 34%),
    radial-gradient(circle at 3% 100%,rgba(207,173,221,.13),transparent 28%),
    linear-gradient(140deg,rgba(255,255,255,.96),rgba(255,250,237,.91));
}
.product-guide .plan-card.is-active:before{
  inset:24px auto 24px 0;
  width:3px;
  height:auto;
  border-radius:0 999px 999px 0;
  background:linear-gradient(180deg,#775084,#cda73d);
}
.product-guide .plan-card.is-direction:before{
  height:2px;
  background:linear-gradient(90deg,transparent,#d0a73f 32%,#a46dad 72%,transparent);
}
.product-guide .plan-summary{position:relative;z-index:1}
.product-guide .plan-badge,
.product-guide .is-active .plan-badge,
.product-guide .is-direction .plan-badge{
  min-height:25px;
  padding:4px 9px;
  border:1px solid rgba(108,67,120,.12);
  border-radius:999px;
  background:rgba(255,255,255,.66);
  color:#76517e;
  font-size:8.5px;
  letter-spacing:.5px;
}
.product-guide .plan-badge.is-priority{
  border-color:rgba(181,136,28,.23);
  background:rgba(248,233,190,.72);
  color:#745511;
  box-shadow:none;
}
.product-guide .plan-for,
.product-guide .is-active .plan-for,
.product-guide .is-direction .plan-for{
  margin:14px 0 5px;
  color:#756979;
  font-size:12px;
  font-weight:650;
}
.product-guide .plan-card h3,
.product-guide .plan-card.is-active h3,
.product-guide .plan-card.is-direction h3{
  color:#2c1932;
  font-family:'Gowun Batang',serif;
  font-size:30px;
  font-weight:700;
  letter-spacing:-1.25px;
}
.product-guide .plan-benefits,
.product-guide .is-active .plan-benefits,
.product-guide .is-direction .plan-benefits{
  margin-top:18px;
  padding:8px 0 0;
  border:0;
  border-top:1px solid rgba(89,54,99,.12);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.product-guide .plan-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:28px;
  row-gap:0;
}
.product-guide .plan-list li,
.product-guide .is-active .plan-list li,
.product-guide .is-direction .plan-list li{
  min-height:39px;
  align-content:center;
  padding:10px 4px 9px 19px;
  border-bottom:1px solid rgba(89,54,99,.085);
  color:#665b69;
  font-size:12px;
  font-weight:650;
  line-height:1.5;
}
.product-guide .plan-list li:before,
.product-guide .is-active .plan-list li:before,
.product-guide .is-direction .plan-list li:before{
  content:'✦';
  top:11px;
  width:auto;
  height:auto;
  border-radius:0;
  background:none;
  color:#9870a2;
  font-size:8px;
  line-height:1;
}
.product-guide .is-direction .plan-list li:before{color:#b58a26}
.product-guide .plan-list li.plan-highlight,
.product-guide .is-active .plan-list li.plan-highlight,
.product-guide .is-direction .plan-list li.plan-highlight{
  color:#4d3454;
  font-weight:800;
}
.product-guide .plan-offer{
  margin-top:15px;
  padding-top:15px;
  border-top:0;
}
.product-guide .plan-price-line small{color:#847887;font-weight:750}
.product-guide .plan-price-line strong{
  font-family:'Pretendard',sans-serif;
  font-size:23px;
  letter-spacing:-.85px;
}
.product-guide .plan-offer .offer-button,
.product-guide .is-active .plan-offer .offer-button,
.product-guide .is-direction .plan-offer .offer-button{
  min-width:190px;
  min-height:46px;
  border-radius:12px;
  background:linear-gradient(120deg,#5d3868,#7e5189);
  box-shadow:0 8px 18px rgba(69,39,78,.12);
  color:#fff;
}
.product-guide .is-active .plan-offer .offer-button{
  background:linear-gradient(120deg,#633a70,#8b5995);
}
.product-guide .is-direction .plan-offer .offer-button{
  border:1px solid rgba(176,132,28,.25);
  background:linear-gradient(120deg,#f1d681,#cfaa4b);
  box-shadow:0 8px 18px rgba(129,91,20,.1);
  color:#3a273c;
}
.product-guide .plan-popular-badge{
  border-width:2px;
  background:linear-gradient(105deg,#5c3567,#86528e 65%,#b58a38);
  box-shadow:0 8px 20px rgba(77,42,89,.17);
}

@media(max-width:640px){
  .product-guide .plan-card,
  .product-guide .plan-card.is-active,
  .product-guide .plan-card.is-direction{
    padding:21px 17px 17px;
    border-radius:19px;
  }
  .product-guide .plan-card.is-active:before{inset:19px auto 19px 0;width:2px}
  .product-guide .plan-card.is-direction:before{height:2px}
  .product-guide .plan-for,
  .product-guide .is-active .plan-for,
  .product-guide .is-direction .plan-for{margin-top:12px;font-size:11.5px}
  .product-guide .plan-card h3,
  .product-guide .plan-card.is-active h3,
  .product-guide .plan-card.is-direction h3{font-size:25px;line-height:1.38}
  .product-guide .plan-benefits,
  .product-guide .is-active .plan-benefits,
  .product-guide .is-direction .plan-benefits{margin-top:14px;padding-top:5px}
  .product-guide .plan-list{grid-template-columns:1fr}
  .product-guide .plan-list li,
  .product-guide .is-active .plan-list li,
  .product-guide .is-direction .plan-list li{
    min-height:32px;
    padding:7px 2px 6px 17px;
    font-size:11px;
    line-height:1.45;
  }
  .product-guide .plan-list li:before,
  .product-guide .is-active .plan-list li:before,
  .product-guide .is-direction .plan-list li:before{top:9px;font-size:7px}
  .product-guide .plan-list li:last-child{border-bottom:0}
  .product-guide .plan-offer{margin-top:10px;padding-top:10px}
  .product-guide .plan-price-line strong{font-size:19px}
  .product-guide .plan-offer .offer-button,
  .product-guide .is-active .plan-offer .offer-button,
  .product-guide .is-direction .plan-offer .offer-button{
    min-height:44px;
    border-radius:11px;
  }
}

/* Pricing density v1: keep the editorial hierarchy without oversized product cards. */
.product-guide .offer-section-head{margin-bottom:27px}
.product-guide .plan-grid{gap:16px}
.product-guide .plan-card,
.product-guide .plan-card.is-active,
.product-guide .plan-card.is-direction{
  gap:30px;
  padding:30px 34px 26px;
}
.product-guide .plan-for,
.product-guide .is-active .plan-for,
.product-guide .is-direction .plan-for{
  margin-top:13px;
  font-size:13px;
}
.product-guide .plan-card h3,
.product-guide .plan-card.is-active h3,
.product-guide .plan-card.is-direction h3{
  font-size:31px;
  line-height:1.34;
}
.product-guide .plan-benefits,
.product-guide .is-active .plan-benefits,
.product-guide .is-direction .plan-benefits{
  margin-top:18px;
  padding:17px 21px;
}
.product-guide .plan-list{gap:8px}
.product-guide .plan-list li,
.product-guide .is-active .plan-list li,
.product-guide .is-direction .plan-list li{
  font-size:13px;
  line-height:1.48;
}
.product-guide .plan-list li.plan-fee-detail{
  margin-top:1px;
  padding-top:8px;
  padding-bottom:8px;
}
.product-guide .plan-list li.plan-fee-detail:before{top:8px}
.product-guide .plan-offer{
  min-height:56px;
  margin-top:17px;
  padding-top:15px;
}
.product-guide .plan-offer-price strong{font-size:38px}
.product-guide .direction-connection-pass{
  margin-top:12px;
  padding-top:14px;
  padding-bottom:13px;
}
.product-guide .included-details{margin-top:7px;padding-top:7px}
.product-guide .paid-plan-heading{margin:24px auto 14px}

@media(max-width:640px){
  .product-guide .offer-section-head{margin-bottom:18px}
  .product-guide .plan-grid{gap:12px}
  .product-guide .plan-card,
  .product-guide .plan-card.is-active,
  .product-guide .plan-card.is-direction{
    padding:20px 16px 17px;
    border-radius:18px;
  }
  .product-guide .plan-popular-badge{
    right:13px;
    top:-11px;
    min-height:25px;
    padding:4px 9px;
    font-size:8px;
  }
  .product-guide .plan-badge-row{gap:5px}
  .product-guide .plan-badge,
  .product-guide .is-active .plan-badge,
  .product-guide .is-direction .plan-badge{
    min-height:24px;
    padding:4px 8px;
    font-size:8.5px;
  }
  .product-guide .plan-for,
  .product-guide .is-active .plan-for,
  .product-guide .is-direction .plan-for{
    margin-top:12px;
    font-size:12px;
  }
  .product-guide .plan-card h3,
  .product-guide .plan-card.is-active h3,
  .product-guide .plan-card.is-direction h3{
    margin-top:4px;
    font-size:25px;
    line-height:1.36;
  }
  .product-guide .plan-benefits,
  .product-guide .is-active .plan-benefits,
  .product-guide .is-direction .plan-benefits{
    margin-top:14px;
    padding:13px 13px;
    border-radius:13px;
  }
  .product-guide .plan-list{gap:7px}
  .product-guide .plan-list li,
  .product-guide .is-active .plan-list li,
  .product-guide .is-direction .plan-list li{
    padding-left:25px;
    font-size:11.5px;
    line-height:1.44;
  }
  .product-guide .plan-list li:before,
  .product-guide .is-active .plan-list li:before,
  .product-guide .is-direction .plan-list li:before{
    width:18px;
    height:18px;
    font-size:9px;
    line-height:18px;
  }
  .product-guide .plan-list li.plan-fee-detail{
    padding:8px 8px 8px 32px;
  }
  .product-guide .plan-list li.plan-fee-detail:before{left:7px;top:8px}
  .product-guide .plan-offer{
    min-height:0;
    margin-top:13px;
    padding-top:12px;
  }
  .product-guide .plan-offer-price>span{margin-bottom:3px;font-size:10.5px}
  .product-guide .plan-offer-price del{font-size:13px}
  .product-guide .plan-offer-price strong{font-size:31px;letter-spacing:-1.5px}
  .product-guide .plan-offer-price strong small{font-size:13px}
  .product-guide .plan-offer .offer-button,
  .product-guide .is-active .plan-offer .offer-button,
  .product-guide .is-direction .plan-offer .offer-button{
    min-height:44px;
    margin-top:6px;
    padding:8px 0;
    font-size:11.5px;
  }
  .product-guide .direction-connection-pass{
    margin-top:10px;
    padding:12px 10px 11px 54px;
  }
  .product-guide .direction-connection-pass:before{left:12px}
  .product-guide .direction-connection-pass strong{font-size:13px}
  .product-guide .direction-connection-pass small{font-size:9.5px}
  .product-guide .paid-plan-heading{margin:19px auto 12px;padding:0 6px}
}

/* Pricing editorial v4: in-card popularity badge and clear primary-versus-later pricing. */
.product-guide .plan-popular-badge{
  top:14px;
  right:18px;
  min-height:25px;
  padding:5px 10px;
  border:1px solid rgba(197,155,58,.35);
  background:linear-gradient(110deg,#664072,#87558f);
  box-shadow:0 7px 17px rgba(72,39,83,.14);
  color:#fff;
  font-size:8.5px;
  letter-spacing:.2px;
}
.product-guide .is-active .plan-badge-row{padding-right:76px}
.product-guide .plan-list li.is-included-benefit{
  color:#563160;
  font-weight:900;
}
.product-guide .plan-list li.is-included-benefit:before{color:#c09631}
.product-guide .plan-price-line.is-active-price{gap:18px}
.product-guide .plan-price-line .plan-main-price{gap:7px}
.product-guide .plan-price-line .plan-main-price strong{
  color:#5d3468;
  font-size:27px;
}
.product-guide .plan-price-line .plan-later-charge{
  display:grid;
  gap:2px;
  padding-left:17px;
  border-left:1px solid rgba(89,54,99,.14);
}
.product-guide .plan-price-line .plan-later-charge small{
  color:#827687;
  font-size:9.5px;
  line-height:1.25;
}
.product-guide .plan-price-line .plan-later-charge em{
  color:#6d6170;
  font-size:10.5px;
  font-style:normal;
  font-weight:750;
  line-height:1.35;
  white-space:nowrap;
}
.product-guide .plan-price-line.is-sale{justify-content:flex-start}

@media(max-width:640px){
  .product-guide .plan-popular-badge{
    top:14px;
    right:13px;
    min-height:23px;
    padding:4px 8px;
    font-size:8px;
  }
  .product-guide .is-active .plan-badge-row{padding-right:64px}
  .product-guide .plan-price-line.is-active-price{
    justify-content:space-between;
    gap:9px;
  }
  .product-guide .plan-price-line .plan-main-price{gap:5px}
  .product-guide .plan-price-line .plan-main-price strong{font-size:22px}
  .product-guide .plan-price-line .plan-later-charge{
    gap:1px;
    padding-left:9px;
    text-align:right;
  }
  .product-guide .plan-price-line .plan-later-charge small{font-size:8px}
  .product-guide .plan-price-line .plan-later-charge em{font-size:8.5px;white-space:normal}
  .product-guide .plan-price-line.is-sale{justify-content:flex-end}
}

/* Pricing editorial v5: marker emphasis, right-aligned primary price, quieter headings. */
.product-guide .offer-section-head h1,
.product-guide .paid-plan-heading h2{
  font-size:clamp(30px,3vw,37px);
  line-height:1.44;
  letter-spacing:-1.45px;
}
.product-guide .plan-list li.is-included-benefit strong{
  display:inline;
  padding:1px 2px 2px;
  background:linear-gradient(transparent 48%,rgba(232,205,114,.5) 48%,rgba(224,186,82,.34) 88%,transparent 88%);
  color:#4f2e57;
  font-weight:900;
  -webkit-box-decoration-break:clone;
  box-decoration-break:clone;
}
.product-guide .plan-price-line.is-active-price{
  display:grid;
  justify-items:end;
  justify-self:end;
  gap:3px;
}
.product-guide .plan-price-line.is-active-price .plan-main-price{justify-content:flex-end}
.product-guide .plan-price-line.is-active-price .plan-later-charge{
  display:block;
  padding:0;
  border:0;
  color:#7d7280;
  font-size:9px;
  font-style:normal;
  font-weight:650;
  line-height:1.35;
  text-align:right;
  white-space:nowrap;
}

@media(max-width:640px){
  .product-guide .offer-section-head h1,
  .product-guide .paid-plan-heading h2{
    font-size:21.5px;
    line-height:1.5;
    letter-spacing:-.8px;
  }
  .product-guide .plan-price-line.is-active-price{
    width:100%;
    justify-items:end;
  }
  .product-guide .plan-price-line.is-active-price .plan-main-price strong{font-size:23px}
  .product-guide .plan-price-line.is-active-price .plan-later-charge{
    font-size:8.5px;
    white-space:nowrap;
  }
}

/* Pricing editorial v6: align primary prices and clarify later connection charges. */
.product-guide .plan-price-line.is-standard-price,
.product-guide .plan-price-line.is-active-price{
  display:grid;
  width:auto;
  justify-items:start;
  justify-self:start;
  gap:3px;
}
.product-guide .plan-price-line.is-standard-price .plan-main-price,
.product-guide .plan-price-line.is-active-price .plan-main-price{
  justify-content:flex-start;
}
.product-guide .plan-price-line.is-standard-price .plan-main-price strong{
  color:#25162d;
  font-size:27px;
}
.product-guide .plan-price-line.is-standard-price .plan-later-charge,
.product-guide .plan-price-line.is-active-price .plan-later-charge{
  display:block;
  padding:0;
  border:0;
  color:#7d7280;
  font-size:9px;
  font-style:normal;
  font-weight:650;
  line-height:1.35;
  text-align:left;
  white-space:nowrap;
}

@media(max-width:640px){
  .product-guide .plan-price-line.is-standard-price,
  .product-guide .plan-price-line.is-active-price{
    width:auto;
    justify-items:start;
  }
  .product-guide .plan-price-line.is-standard-price .plan-main-price strong,
  .product-guide .plan-price-line.is-active-price .plan-main-price strong{
    font-size:23px;
  }
  .product-guide .plan-price-line.is-standard-price .plan-later-charge,
  .product-guide .plan-price-line.is-active-price .plan-later-charge{
    font-size:13px;
    text-align:left;
    white-space:normal;
  }
}

/* Mobile reading hierarchy: preserve every offer and condition. */
@media(max-width:768px){
  body .product-guide .plan-card{box-shadow:none;background:#fffdfd;border-color:#e5dce9;padding:24px 20px}
  body .product-guide .plan-benefits{background:none;box-shadow:none;border:0;padding-left:0;padding-right:0}
  body .product-guide .plan-list li{font-size:14px;line-height:1.75}
  body .product-guide .plan-list li strong{font-weight:600}
  body .product-guide .plan-list .plan-highlight strong{background:none;color:#69417d}
  body .product-guide .plan-badge{font-size:11px;line-height:1.5;box-shadow:none;background:#f5f0f7;color:#6b5276;border-color:transparent}
  body .product-guide .plan-for{font-size:13px;line-height:1.65}
  body .direction-v2-hero-benefits b{font-size:13px;line-height:1.65}
  body .direction-v2-hero-benefits span{box-shadow:none;background:transparent;border:0;border-bottom:1px solid #e7dfeb;border-radius:0}
  body .direction-v2-process li small,body .direction-v2-package-grid li{font-size:14px;line-height:1.75}
  body .direction-v2-process li b{font-size:15px;line-height:1.6}
  body .direction-v2-checkout{box-shadow:none}
}

/* Pricing editorial v7: quiet, text-led payment guidance. */
.product-guide + .pricing-summary,
.pricing-summary{
  max-width:920px;
  margin:58px auto 0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.pricing-summary .pricing-summary-layout{
  display:grid;
  grid-template-columns:minmax(235px,.78fr) minmax(0,1.22fr);
  gap:56px;
  align-items:start;
  padding:42px 34px 38px;
  border-top:1px solid rgba(89,54,99,.15);
  border-bottom:1px solid rgba(89,54,99,.15);
  background:
    radial-gradient(circle at 8% 12%,rgba(181,135,193,.09),transparent 35%),
    radial-gradient(circle at 92% 90%,rgba(225,190,91,.08),transparent 30%);
}
.pricing-summary .pricing-summary-intro{
  padding:2px 0 0;
  text-align:left;
}
.pricing-summary .pricing-summary-intro h2{
  margin:10px 0 0;
  font-size:26px;
  line-height:1.52;
  letter-spacing:-1.15px;
}
.pricing-summary .payment-ticket{display:none}
.pricing-summary .pricing-summary-list{
  display:block;
  margin:0;
}
.pricing-summary .pricing-summary-list p,
.pricing-summary .pricing-summary-list p:last-child{
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  gap:15px;
  align-items:start;
  margin:0;
  padding:15px 0;
  border:0;
  border-bottom:1px solid rgba(89,54,99,.11);
  text-align:left;
}
.pricing-summary .pricing-summary-list p:first-child{padding-top:2px}
.pricing-summary .pricing-summary-list p:last-child{
  padding-bottom:2px;
  border-bottom:0;
}
.pricing-summary .payment-rule-no{
  display:block;
  margin-top:2px;
  color:#a17aa9;
  font-size:8px;
  font-style:normal;
  font-weight:900;
  letter-spacing:1px;
  line-height:1.5;
}
.pricing-summary .pricing-summary-list p>span{display:block;margin:0}
.pricing-summary .pricing-summary-list b{
  color:#2d1d32;
  font-size:13px;
  font-weight:900;
}
.pricing-summary .pricing-summary-list small{
  display:block;
  margin-top:4px;
  color:#887b8b;
  font-size:10.5px;
  line-height:1.55;
}

@media(max-width:640px){
  .product-guide + .pricing-summary,
  .pricing-summary{
    margin-top:43px;
  }
  .pricing-summary .pricing-summary-layout{
    grid-template-columns:1fr;
    gap:25px;
    padding:30px 20px 27px;
  }
  .pricing-summary .pricing-summary-intro{text-align:left}
  .pricing-summary .pricing-summary-intro h2{
    font-size:21px;
    line-height:1.55;
    letter-spacing:-.75px;
  }
  .pricing-summary .pricing-summary-list p,
  .pricing-summary .pricing-summary-list p:last-child{
    grid-template-columns:27px minmax(0,1fr);
    gap:11px;
    padding:13px 0;
  }
  .pricing-summary .pricing-summary-list p:first-child{padding-top:0}
  .pricing-summary .pricing-summary-list p:last-child{padding-bottom:0}
  .pricing-summary .pricing-summary-list b{font-size:12px}
  .pricing-summary .pricing-summary-list small{font-size:9.5px}
}

/* Pricing editorial v8: one mobile price axis and a distinct popularity ribbon. */
.product-guide .plan-popular-badge{
  top:13px;
  right:-5px;
  min-height:28px;
  padding:7px 14px 7px 19px;
  border:0;
  border-radius:4px 0 0 4px;
  background:linear-gradient(115deg,#5b2f68,#85518e);
  box-shadow:0 9px 20px rgba(70,35,79,.22);
  clip-path:polygon(9px 0,100% 0,100% 100%,9px 100%,0 50%);
  color:#fff;
  font-size:9px;
  font-weight:950;
  letter-spacing:.15px;
}
.product-guide .plan-popular-badge:before{
  content:'✦';
  margin-right:5px;
  color:#f2d26f;
  font-size:8px;
}

@media(max-width:640px){
  .product-guide .plan-price-line.is-standard-price,
  .product-guide .plan-price-line.is-active-price{
    width:auto;
    margin-left:auto;
    justify-items:end;
    justify-self:end;
  }
  .product-guide .plan-price-line.is-standard-price .plan-main-price,
  .product-guide .plan-price-line.is-active-price .plan-main-price{
    justify-content:flex-end;
  }
  .product-guide .plan-price-line.is-standard-price .plan-later-charge,
  .product-guide .plan-price-line.is-active-price .plan-later-charge{
    text-align:right;
  }
  .product-guide .plan-popular-badge{
    top:12px;
    right:-4px;
    min-height:27px;
    padding:6px 12px 6px 17px;
    font-size:8.5px;
  }
}

/* Pricing editorial v9: direct profile consulting purchase path. */
.product-guide .pricing-plan-actions{
  display:grid;
  min-width:210px;
  gap:8px;
}
.product-guide .pricing-plan-actions .offer-button{
  width:100%;
  min-width:0;
}
.product-guide .is-direction .pricing-plan-actions .is-secondary-detail{
  border:1px solid rgba(154,112,23,.26);
  background:rgba(255,255,255,.72);
  box-shadow:none;
  color:#725712;
}
.product-guide .is-direction .pricing-plan-actions .is-primary-purchase{
  border:1px solid rgba(169,124,25,.3);
  background:linear-gradient(120deg,#efd477,#cda642);
  box-shadow:0 9px 19px rgba(129,91,20,.13);
  color:#39263b;
  font-weight:900;
  cursor:pointer;
}

@media(max-width:640px){
  .product-guide .pricing-plan-actions{
    width:100%;
    min-width:0;
    gap:7px;
  }
}

/* Pricing editorial v10: one payment story and one uninterrupted plan list. */
.product-guide .offer-section-head{
  margin-bottom:30px;
}
.product-guide .plan-grid{
  gap:20px;
}

@media(max-width:640px){
  .product-guide .offer-section-head{
    margin-bottom:20px;
  }
  .product-guide .plan-grid{
    gap:14px;
  }
}

/* Pricing current-pass v1: action first on desktop, purchase state stays actionable. */
@media(min-width:641px){
  .product-guide .plan-offer{
    grid-template-columns:minmax(190px,230px) minmax(0,1fr);
  }
  .product-guide .plan-offer>.offer-button,
  .product-guide .plan-offer>.pricing-plan-actions{
    grid-column:1;
    grid-row:1;
    width:100%;
    justify-self:start;
  }
  .product-guide .plan-offer>.plan-price-line{
    grid-column:2;
    grid-row:1;
    justify-self:end;
    justify-content:flex-end;
    text-align:right;
  }
  .product-guide .plan-price-line.is-standard-price,
  .product-guide .plan-price-line.is-active-price{
    justify-self:end;
    justify-items:end;
  }
  .product-guide .plan-price-line.is-standard-price .plan-main-price,
  .product-guide .plan-price-line.is-active-price .plan-main-price{
    justify-content:flex-end;
  }
  .product-guide .plan-price-line.is-standard-price .plan-later-charge,
  .product-guide .plan-price-line.is-active-price .plan-later-charge{
    text-align:right;
  }
}
.product-guide .plan-offer .offer-button.is-current-product,
.product-guide .is-active .plan-offer .offer-button.is-current-product,
.product-guide .is-direction .plan-offer .offer-button.is-current-product{
  border-color:rgba(100,58,113,.24);
  background:#fff;
  box-shadow:none;
  color:#684075;
}
.product-guide .active-matching-current-state{
  grid-template-columns:auto minmax(0,1fr);
}
.product-guide .active-matching-current-state strong,
.product-guide .active-matching-current-state small{
  min-width:0;
}
.product-guide .direction-current-state{
  max-width:none;
  background:rgba(255,255,255,.72);
  color:#573362;
}
.product-guide .direction-current-state small{
  color:#807084;
}
.product-guide .plan-later-charge.is-discounted-connection del{
  color:var(--text3);
  font-size:inherit;
  font-weight:600;
}
.product-guide .plan-later-charge.is-discounted-connection b{
  margin:0 3px;
  color:var(--gold);
  font-size:inherit;
  font-weight:900;
}
.product-guide .plan-later-charge.is-discounted-connection strong{
  color:var(--text);
  font-size:inherit;
  font-weight:750;
}

/* Mobile UX pass: price first, readable benefits, and one unmistakable primary action. */
@media(max-width:768px){
  .product-guide .plan-card,
  .product-guide .plan-card.is-active,
  .product-guide .plan-card.is-direction{
    padding:25px 20px 22px;
  }
  .product-guide .plan-card h3,
  .product-guide .plan-card.is-active h3,
  .product-guide .plan-card.is-direction h3{
    margin-top:3px;
    font-size:28px;
    line-height:1.35;
  }
  .product-guide .plan-badge,
  .product-guide .is-active .plan-badge,
  .product-guide .is-direction .plan-badge{
    min-height:30px;
    padding:6px 10px;
    font-size:10.5px;
  }
  .product-guide .plan-popular-badge{
    min-height:30px;
    font-size:10px;
  }
  .product-guide .plan-benefits,
  .product-guide .is-active .plan-benefits,
  .product-guide .is-direction .plan-benefits{
    margin-top:20px;
    padding-top:18px;
    padding-bottom:18px;
    border-top:1px solid rgba(89,54,99,.1);
    border-bottom:1px solid rgba(89,54,99,.1);
  }
  .product-guide .plan-offer{
    grid-template-columns:1fr;
    align-items:stretch;
    gap:13px;
    margin-top:18px;
    padding-top:0;
    border-top:0;
  }
  .product-guide .plan-price-line,
  .product-guide .plan-price-line.is-standard-price,
  .product-guide .plan-price-line.is-active-price,
  .product-guide .plan-price-line.is-sale{
    width:100%;
    margin:0;
    justify-content:flex-start;
    justify-items:start;
    justify-self:stretch;
    text-align:left;
  }
  .product-guide .plan-price-line.is-standard-price .plan-main-price,
  .product-guide .plan-price-line.is-active-price .plan-main-price{
    justify-content:flex-start;
  }
  .product-guide .plan-price-line small,
  .product-guide .plan-price-line .plan-main-price small{
    font-size:11px;
  }
  .product-guide .plan-price-line.is-sale small b{font-size:9.5px}
  .product-guide .plan-price-line.is-sale del{font-size:11px}
  .product-guide .plan-price-line strong,
  .product-guide .plan-price-line.is-standard-price .plan-main-price strong,
  .product-guide .plan-price-line.is-active-price .plan-main-price strong{
    font-size:30px;
    letter-spacing:-1.2px;
  }
  .product-guide .plan-price-line.is-standard-price .plan-later-charge,
  .product-guide .plan-price-line.is-active-price .plan-later-charge{
    font-size:11.5px;
    line-height:1.5;
    text-align:left;
  }
  .product-guide .plan-offer .offer-button,
  .product-guide .is-active .plan-offer .offer-button,
  .product-guide .is-direction .plan-offer .offer-button{
    min-height:50px;
    padding:12px 15px;
    font-size:13.5px;
  }
  .product-guide .pricing-plan-actions{
    display:flex;
    flex-direction:column;
    gap:4px;
  }
  .product-guide .is-direction .pricing-plan-actions .is-primary-purchase{
    order:1;
    min-height:52px;
  }
  .product-guide .is-direction .pricing-plan-actions .is-secondary-detail{
    order:2;
    min-height:44px;
    border:0;
    background:transparent;
    box-shadow:none;
    color:#725712;
    font-size:12px;
    text-decoration:underline;
    text-underline-offset:4px;
  }
}

/* Pricing: free entry, optional active plan, then consulting. */
.calm-pricing .plan-card{border-radius:6px!important;box-shadow:none!important}
.calm-pricing .plan-card:before{display:none!important}
.calm-pricing .plan-benefits{border:0!important;background:none!important;padding:0!important;box-shadow:none!important;border-radius:0!important;min-height:0!important}
.calm-pricing .plan-list{display:block!important;min-height:0!important}
.calm-pricing .plan-list li{position:relative;padding:0 0 0 23px!important;border:0!important;background:none!important;box-shadow:none!important;margin:10px 0!important;min-height:0!important;text-align:left!important;font-size:14px!important;font-weight:400!important;line-height:1.85!important;color:#706077!important}
.calm-pricing .plan-list strong{font-weight:500!important}
.calm-pricing .plan-badge{background:none!important;border:0!important;padding:0!important}
.calm-pricing .offer-button{background:#eee8f1!important;color:#624573!important;box-shadow:none!important;border:0!important}
.calm-pricing .is-active .offer-button,.calm-pricing .is-primary-purchase{background:#75508b!important;color:#fff!important}
.calm-pricing .is-direction .is-secondary-detail{background:none!important;color:#795889!important}
.calm-pricing .plan-main-price strong,.calm-pricing .is-sale>span>strong{color:#493455!important}
.calm-pricing .consult-included li>span{flex:0 0 30px;white-space:nowrap}
.calm-pricing .plan-popular-badge:before{display:none!important}
.calm-pricing .plan-popular-badge{background:none!important;box-shadow:none!important;clip-path:none!important;white-space:nowrap;line-height:1.6;padding:3px 2px 5px!important}
.calm-pricing .offer-section-head{text-align:left!important}
.calm-pricing .plan-price-line{height:102px!important}
.calm-pricing .is-direction .plan-price-line{height:auto!important}
.calm-pricing .plan-offer{padding-top:20px!important}
.calm-pricing .plan-card:not(.is-direction) .plan-offer{display:block!important;position:static!important}
.calm-pricing .plan-card:not(.is-direction) .offer-button{position:static!important;width:100%!important;transform:none!important}
.calm-pricing .plan-card:not(.is-direction) .offer-button{margin-top:20px!important}
.calm-pricing .plan-price-line{position:static!important;text-align:left!important;float:none!important}
.calm-pricing .plan-card{min-height:0!important;padding:30px!important}
.calm-pricing .plan-summary{padding:0!important;margin:0!important}
.calm-pricing .plan-summary h3{font-family:'Gowun Batang',serif!important;font-size:25px!important}
.calm-pricing .plan-list strong{background:none!important}
.calm-pricing .plan-benefits{margin:0 0 18px!important}
.calm-pricing .plan-for{min-height:50px!important}
.calm-pricing .is-direction .plan-for{min-height:0!important}
.calm-pricing .is-direction .plan-summary h3{font-size:30px!important}
.calm-pricing .offer-section-head{margin-left:0!important;max-width:none!important}
.calm-pricing .offer-section-head>*{margin-left:0!important;margin-right:0!important;width:auto!important;max-width:none!important;text-align:left!important}
.calm-pricing .plan-card{gap:0!important}
.calm-pricing .plan-summary,.calm-pricing .plan-benefits{height:auto!important;justify-content:flex-start!important}
.calm-pricing .plan-price-line>*{text-align:left!important;align-items:flex-start!important;justify-content:flex-start!important}
.calm-pricing .plan-price-line .plan-later-charge{text-align:left!important}
.calm-pricing .pricing-plan-actions{display:flex!important;flex-direction:column!important;flex:0 0 260px!important}
.calm-pricing .is-direction .plan-offer>.plan-price-line{flex:1!important}
@media(max-width:600px){.calm-pricing .pricing-plan-actions{flex-basis:auto!important}}
.calm-pricing .plan-card{border-width:1px!important}
.calm-pricing .plan-summary{min-height:0!important}
.calm-pricing .plan-for{font-weight:400!important}
.calm-pricing .plan-summary h3{font-weight:400!important}
.calm-pricing .plan-price-line{margin:0!important}
.calm-pricing .offer-section-head>p:last-child{text-align:left!important;font-weight:400!important}
.calm-pricing .offer-eyebrow{text-align:left!important}
@media(min-width:769px){
  .calm-pricing .offer-section-head{margin-left:auto!important;margin-right:auto!important;text-align:center!important}
  .calm-pricing .offer-section-head>*{margin-left:auto!important;margin-right:auto!important;text-align:center!important}
  .calm-pricing .offer-section-head>p:last-child,.calm-pricing .offer-section-head .offer-eyebrow{text-align:center!important}
}
@media(max-width:600px){.calm-pricing .plan-benefits{flex:none!important}.calm-pricing .plan-card{gap:0!important;height:auto!important}.calm-pricing .plan-offer{margin-top:0!important;flex:none!important}.calm-pricing .plan-summary{flex:none!important}}
.calm-pricing .offer-section-head{text-align:left;margin-bottom:36px}
.calm-pricing #pricing-title{font:400 38px/1.5 'Gowun Batang',serif}
.calm-pricing .offer-section-head>p:last-child{font-size:15px;line-height:1.85;color:#796c80}
.calm-pricing .plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.calm-pricing .plan-card{padding:30px;border:1px solid #e7deeb;border-radius:6px;background:#fffdfa;box-shadow:none;display:flex;flex-direction:column;transform:none;position:relative}
.calm-pricing .plan-card.is-active{background:linear-gradient(145deg,#f5eff8,#eee5f4)}
.calm-pricing .plan-summary{display:flex;flex-direction:column}
.calm-pricing .plan-badge-row{order:0;min-height:20px;margin-bottom:10px}
.calm-pricing .plan-badge{background:none;border:0;padding:0;font-size:11px;color:#89649e}
.calm-pricing .plan-summary h3{order:1;font:400 25px/1.5 'Gowun Batang',serif;margin:0 0 10px}
.calm-pricing .plan-for{order:2;font-size:14px;line-height:1.8;min-height:50px;margin:0 0 17px;color:#796c80}
.calm-pricing .plan-benefits{flex:1;margin:0;padding:0}
.calm-pricing .plan-list{padding:0;margin:0 0 22px;list-style:none}
.calm-pricing .plan-list li{font-size:13px;line-height:1.85;margin:7px 0;padding:0;background:none;border:0;box-shadow:none;color:#786482}
.calm-pricing .plan-list li:before{content:'✓'!important;display:block!important;position:absolute!important;left:0!important;top:0!important;width:16px!important;height:auto!important;transform:none!important;background:none!important;border:0!important;box-shadow:none!important;color:#9b80aa!important;font-size:13px!important;line-height:1.99!important;font-weight:400!important}
.calm-pricing .plan-list strong{font-weight:500;color:#68447c}
.calm-pricing .plan-list strong{font-size:inherit!important;line-height:inherit!important}
.calm-pricing .is-active .plan-list li:nth-child(2) strong{font-weight:600!important;color:#674879!important}
.calm-pricing .plan-offer{margin-top:auto;border-top:1px solid #e3d8e7;padding-top:20px}
.calm-pricing .plan-price-line{min-height:88px;background:none;padding:0;border:0;display:block}
.calm-pricing .plan-main-price{display:flex;flex-direction:column;gap:4px}
.calm-pricing .plan-main-price strong{font-size:34px;line-height:1.3;color:#493455}
.calm-pricing .plan-main-price small{font-size:12px}
.calm-pricing .plan-later-charge{display:block;margin-top:8px;font-size:12px;line-height:1.7}
.calm-pricing .offer-button{border-radius:6px;box-shadow:none;margin-top:18px;min-height:48px;font-size:14px;background:#eee8f1;color:#624573;border:0}
.calm-pricing .is-active .offer-button,.calm-pricing .is-primary-purchase{background:#75508b;color:white}
.calm-pricing .plan-popular-badge{position:absolute;top:26px;right:25px;left:auto;transform:none;background:none;color:#78558f;border:0;border-bottom:1px solid #b99acb;border-radius:0;box-shadow:none;font-size:10px;padding:0 0 4px}
.calm-pricing .pricing-comparison{grid-column:1/-1;font-size:12px;color:#88778e;line-height:1.85}
.calm-pricing .pricing-comparison p{font-size:13px;line-height:1.85;margin:10px 0}
.calm-pricing .pricing-comparison summary{cursor:pointer;color:#6a507b;padding:10px 0}
.calm-pricing .plan-card.is-direction{grid-column:1/-1;display:grid;grid-template-columns:1fr 1.3fr;gap:25px 35px;background:linear-gradient(120deg,#faf6ef,#f5eef8);border-color:#dfd0df;border-radius:8px;margin-top:12px;padding:34px}
.calm-pricing .is-direction .plan-summary h3{font-size:32px}
.calm-pricing .is-direction .plan-for{min-height:0}
.calm-pricing .consult-included{list-style:none;padding:0;margin:0}
.calm-pricing .consult-included li{display:flex;gap:17px;padding:13px 0}
.calm-pricing .consult-included li>span{font:400 25px 'Gowun Batang',serif;color:#ad8d52}
.calm-pricing .consult-included strong{font-size:17px;font-weight:600;color:#694777}
.calm-pricing .consult-included p{font-size:12px;line-height:1.8;margin:6px 0 0;color:#84708e}
.calm-pricing .consult-included li:last-child{border-top:1px solid #e4d8df;margin-top:7px}
.calm-pricing .is-direction .plan-offer{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%}
.calm-pricing .is-direction .plan-price-line{min-height:0}
.calm-pricing .is-direction .pricing-plan-actions{min-width:230px}
.calm-pricing .is-direction .is-secondary-detail{background:none;min-height:0;padding:5px;margin:0;text-decoration:underline;font-size:12px}
.calm-pricing .is-active:after,.calm-pricing .is-direction:after{content:'';position:absolute;inset:-1px;padding:1.5px;border-radius:inherit;pointer-events:none;background:linear-gradient(115deg,#d3c2df 10%,#bfa1d2 30%,#f9f1de 45%,#c3a56e 50%,#e7dcef 62%,#d3c2df 85%);background-size:300% 300%;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:pricing-border-glow 11s ease-in-out infinite}
.calm-pricing .is-direction:after{animation-delay:-5s}
.product-purchase-notice{margin:16px 0;padding:12px 14px;border:1px solid #e5b8b8;border-radius:10px;background:#fff5f5;color:#9b2626;font-size:13px;line-height:1.65;overflow-wrap:anywhere}
.product-purchase-notice[hidden]{display:none}
@keyframes pricing-border-glow{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}
@media(prefers-reduced-motion:reduce){.calm-pricing .is-active:after,.calm-pricing .is-direction:after{animation:none}}
@media(max-width:600px){.calm-pricing .plan-grid{grid-template-columns:1fr;gap:16px}.calm-pricing #pricing-title{font-size:29px}.calm-pricing .plan-card,.calm-pricing .plan-card.is-direction{padding:25px}.calm-pricing .plan-for{min-height:0}.calm-pricing .plan-summary h3{font-size:23px}.calm-pricing .plan-card.is-direction{grid-template-columns:1fr;gap:14px}.calm-pricing .is-direction .plan-summary h3{font-size:28px}.calm-pricing .is-direction .plan-offer{display:block}.calm-pricing .consult-included strong{font-size:16px}.calm-pricing .plan-popular-badge{top:24px;right:20px}.calm-pricing .is-direction .pricing-plan-actions{width:100%}}
