.v103-blog-page{
  --v103-purple:#4b1fb3;
  --v103-purple-dark:#35117f;
  --v103-navy:#07132f;
  --v103-text:#14203a;
  --v103-muted:#6b768d;
  --v103-line:#e8e3f2;
  --v103-soft:#f7f4ff;
  background:#f7f8fc;
  color:var(--v103-text);
}
.v103-blog-page .v60-topbar{height:88px;background:#fff}
.v103-blog-page .v60-nav-wrap{grid-template-columns:300px 1fr auto;gap:26px}
.v103-blog-page .v60-brand img{width:270px;max-height:66px}
.v103-blog-page .v60-main-nav{gap:34px}
.v103-blog-page .v60-main-nav a{font-size:13px}
.v103-blog-page .v60-btn{height:44px;min-width:104px;padding:0 18px;font-size:13px}
.v103-blog-page .container{width:min(calc(100% - 56px),1420px)}
.v103-blog{padding-bottom:72px}

.v103-hero{
  padding:34px 0 30px;
  background:linear-gradient(180deg,#fbfaff 0%,#f7f8fc 100%);
}
.v103-hero__inner{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr);
  gap:24px;
  align-items:stretch;
}
.v103-hero__copy,
.v103-featured{
  border:1px solid var(--v103-line);
  border-radius:25px;
  box-shadow:0 18px 45px rgba(50,31,95,.055);
}
.v103-hero__copy{
  padding:52px 54px;
  background:
    radial-gradient(circle at 92% 6%,rgba(112,72,220,.12),transparent 28%),
    linear-gradient(135deg,#fff 0%,#fbf9ff 100%);
}
.v103-eyebrow{
  display:inline-flex;
  color:var(--v103-purple);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
}
.v103-hero h1{
  max-width:790px;
  margin:13px 0 18px;
  color:var(--v103-navy);
  font-size:clamp(42px,4.6vw,67px);
  line-height:1.04;
  letter-spacing:-2.7px;
}
.v103-hero h1 span{color:var(--v103-purple)}
.v103-hero__copy>p{
  max-width:800px;
  margin:0;
  color:#59667d;
  font-size:17px;
  line-height:1.75;
}
.v103-topic-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:30px;
}
.v103-topic-row span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border:1px solid #e3dcf3;
  border-radius:999px;
  background:#fff;
  color:#4b3578;
  font-size:11px;
  font-weight:800;
}

.v103-featured{
  padding:30px;
  display:flex;
  flex-direction:column;
  background:linear-gradient(160deg,#4c1fad 0%,#321177 100%);
  color:#fff;
  position:relative;
  overflow:hidden;
}
.v103-featured:before{
  content:"";
  position:absolute;
  width:250px;height:250px;
  right:-95px;top:-100px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
}
.v103-featured__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  position:relative;
}
.v103-featured__top>span:last-child{font-size:11px;color:#ddd4f5}
.v103-featured__badge{
  display:inline-flex;
  min-height:29px;
  padding:0 10px;
  align-items:center;
  border-radius:999px;
  background:rgba(255,255,255,.11);
  color:#fff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.09em;
}
.v103-featured__visual{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:34px;
  position:relative;
}
.v103-featured__monogram{
  width:58px;height:58px;
  border-radius:16px;
  display:grid;place-items:center;
  background:#fff;
  color:var(--v103-purple);
  font-size:17px;
  font-weight:950;
  letter-spacing:-.5px;
}
.v103-featured__visual>span{
  color:#e2d9f9;
  font-size:11px;
  font-weight:850;
}
.v103-featured h2{
  margin:23px 0 11px;
  font-size:29px;
  line-height:1.17;
  letter-spacing:-1px;
  position:relative;
}
.v103-featured h2 a{color:#fff!important;text-decoration:none!important}
.v103-featured>p{
  margin:0;
  color:#ddd4f5;
  font-size:13px;
  line-height:1.7;
  position:relative;
}
.v103-featured__link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:auto;
  padding-top:28px;
  color:#fff!important;
  text-decoration:none!important;
  font-size:12px;
  font-weight:900;
  position:relative;
}

.v103-library{padding-top:48px}
.v103-section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:22px;
}
.v103-section-head h2,
.v103-path__copy h2,
.v103-cta h2{
  margin:7px 0 8px;
  color:var(--v103-navy);
  font-size:clamp(29px,3vw,42px);
  line-height:1.12;
  letter-spacing:-1.4px;
}
.v103-section-head p,.v103-path__copy>p{
  margin:0;
  color:var(--v103-muted);
  font-size:14px;
  line-height:1.65;
}
.v103-section-link{
  color:var(--v103-purple)!important;
  text-decoration:none!important;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}
.v103-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.v103-card{
  min-height:320px;
  padding:25px;
  display:flex;
  flex-direction:column;
  border:1px solid var(--v103-line);
  border-radius:19px;
  background:#fff;
  box-shadow:0 12px 34px rgba(34,25,70,.035);
  transition:.18s ease;
}
.v103-card:hover{
  transform:translateY(-2px);
  border-color:#d9cdef;
  box-shadow:0 16px 38px rgba(60,31,120,.075);
}
.v103-card__top{
  display:grid;
  grid-template-columns:44px 1fr auto;
  gap:11px;
  align-items:center;
}
.v103-card__icon{
  width:44px;height:44px;
  border-radius:12px;
  display:grid;place-items:center;
  background:#f0eaff;
  color:var(--v103-purple);
  font-size:12px;
  font-weight:950;
}
.v103-card__meta span{display:block;color:var(--v103-purple);font-size:10px;font-weight:900}
.v103-card__meta small{display:block;margin-top:3px;color:#8a94a8;font-size:10px}
.v103-card__number{
  font-size:11px;
  font-weight:900;
  color:#c1b8d4;
}
.v103-card h3{
  margin:22px 0 9px;
  color:var(--v103-navy);
  font-size:20px;
  line-height:1.25;
  letter-spacing:-.45px;
}
.v103-card h3 a{color:inherit!important;text-decoration:none!important}
.v103-card>p{
  margin:0;
  color:var(--v103-muted);
  font-size:13px;
  line-height:1.7;
}
.v103-card__read{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:auto;
  padding-top:24px;
  color:var(--v103-purple)!important;
  text-decoration:none!important;
  font-size:12px;
  font-weight:900;
}

.v103-path{
  margin-top:48px;
  padding:34px 36px!important;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:32px;
  align-items:center;
  border:1px solid var(--v103-line);
  border-radius:22px;
  background:linear-gradient(135deg,#fff 0%,#faf8ff 100%);
}
.v103-path__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.v103-path__steps a{
  min-height:112px;
  padding:16px;
  display:grid;
  grid-template-columns:38px 1fr;
  gap:11px;
  align-items:flex-start;
  border:1px solid #e5def1;
  border-radius:14px;
  background:#fff;
  text-decoration:none!important;
}
.v103-path__steps>a>span{
  width:35px;height:35px;
  border-radius:10px;
  display:grid;place-items:center;
  background:#efe9ff;
  color:var(--v103-purple);
  font-size:10px;
  font-weight:900;
}
.v103-path__steps b{
  display:block;
  margin-top:2px;
  color:var(--v103-navy);
  font-size:12px;
}
.v103-path__steps small{
  display:block;
  margin-top:5px;
  color:var(--v103-muted);
  font-size:10px;
  line-height:1.45;
}

.v103-cta{
  margin-top:48px;
  padding:34px 38px!important;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  border-radius:21px;
  background:linear-gradient(120deg,#351179,#5424bb);
  color:#fff;
  box-shadow:0 18px 38px rgba(58,20,132,.15);
}
.v103-cta .v103-eyebrow{color:#d9ccff}
.v103-cta h2{margin-bottom:7px;color:#fff;font-size:31px}
.v103-cta p{margin:0;color:#ddd4f5;font-size:13px}
.v103-cta__actions{display:flex;gap:10px;flex-shrink:0}
.v103-btn{
  min-height:47px;
  padding:0 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:11px;
  text-decoration:none!important;
  font-size:12px;
  font-weight:900;
}
.v103-btn--light{background:#fff;color:#351179!important}
.v103-btn--ghost{border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.08);color:#fff!important}
.v103-blog-page .ig-footer{margin-top:0}

@media(max-width:1180px){
  .v103-blog-page .v60-nav-wrap{grid-template-columns:250px 1fr auto}
  .v103-blog-page .v60-brand img{width:230px}
  .v103-blog-page .v60-main-nav{gap:20px}
  .v103-hero__inner{grid-template-columns:1fr .8fr}
  .v103-grid{grid-template-columns:repeat(2,1fr)}
  .v103-path{grid-template-columns:1fr}
}
@media(max-width:1020px){
  .v103-blog-page .v60-topbar{height:74px}
  .v103-blog-page .v75-header .v60-brand img{width:190px!important;max-width:190px}
  .v103-hero__inner{grid-template-columns:1fr}
  .v103-featured{min-height:420px}
}
@media(max-width:760px){
  .v103-blog-page .container{width:100%!important}
  .v103-blog{padding-bottom:48px}
  .v103-hero{padding-top:18px}
  .v103-hero__copy,.v103-featured{border-radius:19px}
  .v103-hero__copy{padding:28px 22px}
  .v103-hero h1{font-size:39px;letter-spacing:-1.7px}
  .v103-hero__copy>p{font-size:15px}
  .v103-featured{min-height:auto;padding:25px 21px}
  .v103-featured h2{font-size:24px}
  .v103-library{padding-top:38px}
  .v103-section-head{display:block}
  .v103-section-link{display:inline-flex;margin-top:14px}
  .v103-grid{grid-template-columns:1fr}
  .v103-card{min-height:280px}
  .v103-path{
    margin-left:14px!important;
    margin-right:14px!important;
    padding:27px 21px!important;
  }
  .v103-path__steps{grid-template-columns:1fr}
  .v103-path__steps a{min-height:auto}
  .v103-cta{
    margin-left:14px!important;
    margin-right:14px!important;
    padding:28px 22px!important;
    display:block;
  }
  .v103-cta h2{font-size:27px}
  .v103-cta__actions{margin-top:20px;display:grid}
}
@media(max-width:420px){
  .v103-hero h1{font-size:34px}
}
