:root{
  --sb-ink:#4b3f72;
  --sb-ink2:#7a7095;
  --sb-vi:#8f7aff;
  --sb-vi-d:#7559ec;
  --sb-light:#bba8ff;
  --sb-mint:#73e0d4;
  --sb-mint-d:#1f7d72;
  --sb-warm:#f5b67a;
  --sb-warm-d:#8a5a22;
  --sb-vi-100:#ece6ff;
  --sb-lav:#efeaff;
  --sb-vi-50:#f7f5ff;
  --sb-border:#e7e1fb;
  --sb-cream:#fbf8f2;
  --sb-white:#fff;
}

html,body{overflow-x:hidden}
body{
  color:var(--sb-ink);
  font-family:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  letter-spacing:0;
}

h1,h2,h3,h4,.site-name a:before{
  color:var(--sb-ink);
  font-family:"Fraunces",Georgia,serif;
  font-weight:500;
  letter-spacing:0;
}

a{color:var(--sb-vi-d)}

.header-top,
.header-bottom,
.navigation-wrapper,
.overall-wrapper .header{
  background:#fff;
}
.header-in{
  border-bottom:1px solid rgba(231,225,251,.75);
}
.site-name{
  min-width:0;
}
.site-name a{
  display:flex!important;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  text-decoration:none!important;
}
.site-name img{display:none!important}
.site-name a:before{
  content:"Second Brain v praxi";
  color:var(--sb-vi-d);
  font-size:20px;
  font-weight:600;
  line-height:1.05;
  white-space:nowrap;
}
.site-name a:after{
  content:"systémy pro klidnější hlavu";
  display:block;
  margin-top:3px;
  color:var(--sb-vi);
  font-family:"Manrope",sans-serif;
  font-size:11px;
  font-weight:700;
  white-space:nowrap;
}

#navigation .menu-level-1>li>a,
.navigation-in>ul>li>a{
  color:var(--sb-ink2)!important;
  font-family:"Manrope",sans-serif;
  font-weight:600;
}

.homepage-products-heading-1,
.homepage-products-heading-2,
#products-1,
#products-2,
.in-index .welcome-wrapper,
.in-index h1.sr-only,
.in-index #carousel,
.in-index .benefit-banners-full-width,
.in-index .benefitBanner{
  display:none!important;
}

.in-index #content-wrapper{margin-top:0}
.in-index .content-wrapper-in{display:block}
.in-index .content,
.in-index #content{padding:0!important}

.sbvp-home,
.sbvp-home *{box-sizing:border-box}
.sbvp-home{
  width:100%;
  max-width:1240px;
  margin:0 auto;
  overflow:hidden;
  border-left:1px solid var(--sb-border);
  border-right:1px solid var(--sb-border);
  background:var(--sb-vi-50);
  color:var(--sb-ink);
  font-family:"Manrope",system-ui,sans-serif;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}

.sbvp-hero{
  position:relative;
  overflow:hidden;
  padding:62px 24px 66px;
  border-bottom:1px solid var(--sb-border);
  background:
    radial-gradient(120% 90% at 88% 6%,#ddd2ff 0%,rgba(221,210,255,0) 55%),
    radial-gradient(90% 70% at 4% 100%,#fce6cf 0%,rgba(252,230,207,0) 50%),
    var(--sb-vi-50);
  text-align:center;
}
.sbvp-hero:before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.45;
  background-image:radial-gradient(var(--sb-border) .8px,transparent .8px);
  background-size:18px 18px;
  mask-image:radial-gradient(80% 80% at 50% 40%,#000,transparent);
}
.sbvp-hero__in{
  position:relative;
  max-width:680px;
  margin:0 auto;
}
.sbvp-pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-bottom:20px;
  padding:7px 15px;
  border-radius:999px;
  background:rgba(236,230,255,.82);
  color:var(--sb-ink);
  font-size:13px;
  font-weight:600;
}
.sbvp-pill i{
  color:var(--sb-vi-d);
  font-size:14px;
}
.sbvp-hero h1{
  max-width:600px;
  margin:0 auto;
  color:var(--sb-ink);
  font-size:56px;
  font-weight:500;
  line-height:1.07;
  letter-spacing:-.01em;
}
.sbvp-hero h1 em{
  color:var(--sb-vi-d);
  font-style:italic;
}
.sbvp-lead{
  max-width:460px;
  margin:18px auto 0;
  color:var(--sb-ink2);
  font-size:19px;
  font-weight:400;
  line-height:1.55;
}
.sbvp-cta-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
  margin-top:30px;
}
.sbvp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:52px;
  padding:14px 26px;
  border-radius:999px;
  font-size:16px;
  font-weight:600;
  line-height:1.2;
  text-decoration:none!important;
}
.sbvp-btn--primary{
  background:var(--sb-vi-d);
  color:#fff!important;
  box-shadow:0 12px 30px rgba(117,89,236,.18);
}
.sbvp-btn--secondary{
  border:1.4px solid var(--sb-border);
  background:rgba(255,255,255,.55);
  color:var(--sb-ink)!important;
}
.sbvp-proof{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:22px;
  margin-top:26px;
  color:var(--sb-ink2);
  font-size:14px;
}
.sbvp-proof b{color:var(--sb-vi-d);font-weight:700}
.sbvp-proof i{color:#d9a441}

.sbvp-benefits{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  border-bottom:1px solid var(--sb-border);
  background:var(--sb-border);
}
.sbvp-benefit{
  padding:34px 22px;
  background:var(--sb-white);
  text-align:center;
}
.sbvp-benefit__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  margin:0 auto 16px;
  border-radius:14px;
  background:var(--sb-lav);
  color:var(--sb-vi-d);
}
.sbvp-benefit:nth-child(2) .sbvp-benefit__icon{background:#eafaf7;color:var(--sb-mint-d)}
.sbvp-benefit:nth-child(4) .sbvp-benefit__icon{background:#fdf0e1;color:var(--sb-warm-d)}
.sbvp-benefit__icon i{font-size:24px}
.sbvp-benefit strong{
  display:block;
  margin-bottom:5px;
  color:var(--sb-ink);
  font-family:"Fraunces",Georgia,serif;
  font-size:18px;
  font-weight:500;
  line-height:1.2;
}
.sbvp-benefit span{
  display:block;
  color:var(--sb-ink2);
  font-size:13px;
  line-height:1.5;
}

.sbvp-section{
  padding:44px 30px;
  background:#fff;
}
.sbvp-section--tight{padding-top:0}
.sbvp-section-head{
  max-width:560px;
  margin:0 auto 30px;
  text-align:center;
}
.sbvp-kick{
  margin-bottom:9px;
  color:var(--sb-vi);
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.sbvp-section h2{
  margin:0;
  color:var(--sb-ink);
  font-size:28px;
  line-height:1.15;
}
.sbvp-section-head p{
  margin:12px auto 0;
  color:var(--sb-ink2);
  font-size:16px;
  line-height:1.65;
}

.sbvp-course{
  display:grid;
  grid-template-columns:1.3fr .9fr;
  max-width:1000px;
  margin:0 auto;
  overflow:hidden;
  border:1.5px solid var(--sb-light);
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 40px rgba(117,89,236,.1);
}
.sbvp-course__text{padding:32px}
.sbvp-step-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:16px;
  padding:6px 13px;
  border-radius:999px;
  background:var(--sb-vi-d);
  color:#fff;
  font-size:12px;
  font-weight:700;
}
.sbvp-step-label b,
.sbvp-step b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  border-radius:999px;
  background:var(--sb-warm);
  color:var(--sb-warm-d);
  font-weight:700;
}
.sbvp-course h3{
  margin:0 0 12px;
  color:var(--sb-ink);
  font-size:24px;
  line-height:1.15;
}
.sbvp-course p{
  margin:0 0 22px;
  color:var(--sb-ink2);
  font-size:15px;
  line-height:1.65;
}
.sbvp-price{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:10px;
  margin-bottom:22px;
}
.sbvp-price strong{
  color:var(--sb-ink);
  font-family:"Fraunces",Georgia,serif;
  font-size:26px;
  font-weight:600;
}
.sbvp-price s{color:var(--sb-ink2);font-size:15px}
.sbvp-price em{
  padding:2px 9px;
  border-radius:999px;
  background:var(--sb-vi-100);
  color:var(--sb-vi-d);
  font-size:12px;
  font-style:normal;
  font-weight:700;
}
.sbvp-launch{display:flex;align-items:center;gap:9px;margin-bottom:16px}
.sbvp-launch__pill{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:999px;background:var(--sb-warm);color:var(--sb-warm-d);font-size:11.5px;font-weight:700}
.sbvp-launch__note{color:var(--sb-ink2);font-size:12px}
.sbvp-launch__gift{display:flex;align-items:center;gap:6px;margin:11px 0 0!important;color:var(--sb-mint-d);font-size:12px}
.sbvp-course .sbvp-btn{
  min-height:0;
  padding:13px 22px;
  font-size:15px;
}
.sbvp-course__steps{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:14px;
  padding:32px 28px;
  background:linear-gradient(160deg,#7559ec,#4b3f72);
}
.sbvp-step{
  display:flex;
  align-items:center;
  gap:14px;
  color:#fff;
}
.sbvp-step strong{display:block;font-size:15px;font-weight:600}
.sbvp-step span{display:block;color:#d6ccff;font-size:12.5px}

.sbvp-next-label{
  display:flex;
  align-items:center;
  gap:14px;
  max-width:620px;
  margin:0 auto 24px;
  color:var(--sb-ink2);
}
.sbvp-next-label:before,
.sbvp-next-label:after{
  content:"";
  flex:1;
  height:1px;
  background:var(--sb-border);
}
.sbvp-next-label span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  white-space:nowrap;
  font-size:13px;
  font-weight:600;
}
.sbvp-next-label i{color:var(--sb-light)}
.sbvp-products{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  max-width:680px;
  margin:0 auto;
}
.sbvp-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid var(--sb-border);
  border-radius:16px;
  background:#fff;
  transition:transform .2s,box-shadow .2s;
}
.sbvp-card:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 30px rgba(117,89,236,.12);
}
.sbvp-card__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  padding:20px 20px 0;
}
.sbvp-card__num{
  display:flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  border-radius:9px;
  background:var(--sb-lav);
  color:var(--sb-vi-d);
  font-family:"Fraunces",Georgia,serif;
  font-size:15px;
  font-weight:600;
}
.sbvp-card__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:12px;
  color:#fff;
}
.sbvp-card__icon--ai{background:linear-gradient(140deg,#8fe6dc,#2fae9f)}
.sbvp-card__icon--consult{background:linear-gradient(140deg,#f7c89a,#e89a55)}
.sbvp-card__icon i{font-size:21px}
.sbvp-card__body{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:14px 20px 20px;
}
.sbvp-card__tag{
  margin-bottom:5px;
  color:var(--sb-vi);
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.sbvp-card h3{
  margin:0 0 7px;
  color:var(--sb-ink);
  font-size:18px;
  line-height:1.2;
}
.sbvp-card p{
  margin:0 0 14px;
  color:var(--sb-ink2);
  font-size:13.5px;
  line-height:1.55;
}
.sbvp-when{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  gap:6px;
  margin-bottom:14px;
  padding:4px 10px;
  border-radius:999px;
  background:#eafaf7;
  color:var(--sb-mint-d);
  font-size:11.5px;
  font-weight:600;
}
.sbvp-card__link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:auto;
  color:var(--sb-vi-d)!important;
  font-size:14px;
  font-weight:600;
  text-decoration:none!important;
}

.sbvp-how{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  max-width:920px;
  margin:0 auto;
  overflow:hidden;
  border:1px solid var(--sb-border);
  border-radius:18px;
  background:var(--sb-border);
}
.sbvp-how__item{
  padding:28px 24px 30px;
  background:#fff;
}
.sbvp-how__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  margin-bottom:18px;
  border-radius:14px;
  background:var(--sb-lav);
  color:var(--sb-vi-d);
}
.sbvp-how__item:nth-child(2) .sbvp-how__icon{background:#eafaf7;color:var(--sb-mint-d)}
.sbvp-how__item:nth-child(3) .sbvp-how__icon{background:#fdf0e1;color:var(--sb-warm-d)}
.sbvp-how__icon i{font-size:25px}
.sbvp-how__item strong{
  display:block;
  margin-bottom:8px;
  color:var(--sb-ink);
  font-family:"Fraunces",Georgia,serif;
  font-size:20px;
  font-weight:500;
  line-height:1.2;
}
.sbvp-how__item p{
  margin:0;
  color:var(--sb-ink2);
  font-size:14px;
  line-height:1.65;
}
.sbvp-final{
  max-width:920px;
  margin:22px auto 0;
  padding:34px 30px;
  border:1px solid var(--sb-border);
  border-radius:18px;
  background:
    radial-gradient(90% 140% at 0 100%,rgba(252,230,207,.75),transparent 42%),
    radial-gradient(90% 130% at 100% 0,rgba(221,210,255,.8),transparent 46%),
    var(--sb-vi-50);
  text-align:center;
}
.sbvp-final h2{
  max-width:560px;
  margin:0 auto;
  font-size:26px;
}
.sbvp-final p{
  max-width:560px;
  margin:12px auto 0;
  color:var(--sb-ink2);
  font-size:15px;
  line-height:1.65;
}
.sbvp-final .sbvp-btn{
  min-height:0;
  margin-top:20px;
  padding:14px 26px;
  font-size:16px;
}

.sbvp-newsletter{
  padding:48px 30px;
  background:var(--sb-cream);
  text-align:center;
}
.sbvp-newsletter__in{
  max-width:560px;
  margin:0 auto;
}
.sbvp-newsletter h2{font-size:26px}
.sbvp-newsletter p{
  margin:12px auto 0;
  max-width:440px;
  color:var(--sb-ink2);
  font-size:15px;
  line-height:1.6;
}
.sbvp-news__form{
  display:flex;
  gap:10px;
  max-width:440px;
  margin:22px auto 0;
}
.sbvp-news__form .sbvp-hp-field{display:none!important}
.sbvp-news__form input{
  flex:1;
  min-width:0;
  padding:13px 18px;
  border:1px solid var(--sb-border);
  border-radius:999px;
  background:#fff;
  color:var(--sb-ink);
  font-family:"Manrope",sans-serif;
  font-size:15px;
}
.sbvp-news__form input:focus{outline:none;border-color:var(--sb-vi)}
.sbvp-news__form .sbvp-btn{min-height:0;padding:13px 24px;font-size:15px;white-space:nowrap}
.sbvp-news__note{margin-top:12px!important;color:var(--sb-ink2);font-size:12.5px}

.sbvp-product-description{
  color:var(--sb-ink);
  font-family:"Manrope",system-ui,sans-serif;
  line-height:1.65;
}
.sbvp-product-description *{box-sizing:border-box}
.sbvp-product-description section{
  margin:0 0 24px;
}
.sbvp-product-description h2{
  margin:0 0 14px;
  color:var(--sb-ink);
  font-family:"Fraunces",Georgia,serif;
  font-size:30px;
  font-weight:500;
  line-height:1.18;
}
.sbvp-product-description p,
.sbvp-product-description li{
  color:var(--sb-ink2);
  font-size:16px;
}
.sbvp-product-description ul,
.sbvp-product-description ol{
  margin:0;
  padding-left:22px;
}
.sbvp-product-description li+li{margin-top:8px}
.sbvp-pd-hero{
  padding:28px;
  border:1px solid var(--sb-border);
  border-radius:18px;
  background:
    radial-gradient(85% 110% at 100% 0,rgba(221,210,255,.8),transparent 45%),
    radial-gradient(85% 110% at 0 100%,rgba(252,230,207,.72),transparent 42%),
    var(--sb-vi-50);
}
.sbvp-pd-kick{
  margin:0 0 8px!important;
  color:var(--sb-vi)!important;
  font-size:12px!important;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.sbvp-pd-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.sbvp-pd-grid div,
.sbvp-pd-note{
  padding:20px;
  border:1px solid var(--sb-border);
  border-radius:16px;
  background:#fff;
}
.sbvp-pd-grid strong,
.sbvp-pd-note strong{
  display:block;
  margin-bottom:7px;
  color:var(--sb-ink);
  font-family:"Fraunces",Georgia,serif;
  font-size:21px;
  font-weight:500;
}
.sbvp-pd-grid span{
  display:block;
  color:var(--sb-ink2);
  font-size:15px;
}
.sbvp-pd-note{
  background:#fbf8f2;
}
.sbvp-pd-note p{
  margin:0;
}

@media(max-width:991px){
  .sbvp-home{border-left:0;border-right:0}
  .sbvp-hero{padding:52px 18px 56px}
  .sbvp-pill{margin-bottom:18px;padding:6px 14px;font-size:12.5px}
  .sbvp-hero h1{font-size:44px}
  .sbvp-lead{margin-top:16px;font-size:17px}
  .sbvp-cta-row{gap:12px;margin-top:26px}
  .sbvp-btn{min-height:50px;padding:13px 24px;font-size:15px}
  .sbvp-proof{gap:16px;margin-top:22px;font-size:13px}
  .sbvp-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sbvp-course{grid-template-columns:1fr}
  .sbvp-how{grid-template-columns:1fr}
}

@media(max-width:600px){
  .site-name{max-width:185px}
  .site-name a:before{font-size:16px}
  .site-name a:after{font-size:9.5px}
  .navigation-buttons,
  .header-cart,
  .header-icons{gap:10px}
  .sbvp-hero{padding:46px 16px 52px}
  .sbvp-pill{font-size:12px}
  .sbvp-pill i{font-size:13px}
  .sbvp-hero h1{font-size:33px}
  .sbvp-lead{font-size:16px;line-height:1.55}
  .sbvp-cta-row .sbvp-btn{width:100%;max-width:360px}
  .sbvp-benefits{grid-template-columns:1fr}
  .sbvp-benefit{padding:28px 22px}
  .sbvp-benefit__icon{width:48px;height:48px;margin-bottom:14px}
  .sbvp-benefit__icon i{font-size:22px}
  .sbvp-benefit strong{font-size:17px}
  .sbvp-section{padding:36px 18px}
  .sbvp-section--tight{padding-top:0}
  .sbvp-section h2{font-size:23px}
  .sbvp-section-head p{font-size:14.5px}
  .sbvp-course__text,
  .sbvp-course__steps{padding:24px}
  .sbvp-course h3{font-size:21px}
  .sbvp-next-label span{font-size:12px;white-space:normal;text-align:center}
  .sbvp-products{grid-template-columns:1fr}
  .sbvp-how__item{padding:24px 22px}
  .sbvp-final{padding:26px 20px}
  .sbvp-final h2{font-size:23px}
  .sbvp-newsletter{padding:38px 18px}
  .sbvp-newsletter h2{font-size:23px}
  .sbvp-news__form{flex-direction:column}
  .sbvp-news__form .sbvp-btn{width:100%}
  .sbvp-pd-hero{padding:22px}
  .sbvp-pd-grid{grid-template-columns:1fr}
  .sbvp-product-description h2{font-size:26px}
}

body:has(.sbvp-about) .content>h1{display:none}
body:has(.sbvp-about) .content,
body:has(.sbvp-about) #content{padding:0!important}
.sbvp-about,
.sbvp-about *{box-sizing:border-box}
.sbvp-about{
  max-width:1240px;
  margin:0 auto;
  overflow:hidden;
  border-left:1px solid var(--sb-border);
  border-right:1px solid var(--sb-border);
  background:var(--sb-vi-50);
  color:var(--sb-ink);
  font-family:"Manrope",system-ui,sans-serif;
  line-height:1.6;
}
.sbvp-about h1,
.sbvp-about h2,
.sbvp-about h3{
  margin:0;
  color:var(--sb-ink);
  font-family:"Fraunces",Georgia,serif;
  font-weight:500;
  letter-spacing:0;
  line-height:1.12;
}
.sbvp-about p{margin:0;color:var(--sb-ink2)}
.sbvp-about-kick{
  margin-bottom:10px!important;
  color:var(--sb-vi)!important;
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.sbvp-about-hero{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr);
  gap:32px;
  align-items:center;
  padding:58px 34px 62px;
  background:
    radial-gradient(120% 90% at 88% 6%,#ddd2ff 0%,rgba(221,210,255,0) 55%),
    radial-gradient(90% 70% at 4% 100%,#fce6cf 0%,rgba(252,230,207,0) 50%),
    var(--sb-vi-50);
}
.sbvp-about-hero h1{max-width:650px;font-size:48px}
.sbvp-about-hero__text>p:not(.sbvp-about-kick){
  max-width:610px;
  margin-top:18px;
  font-size:18px;
  line-height:1.65;
}
.sbvp-about-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.sbvp-about-map{
  position:relative;
  padding:22px;
  border:1px solid var(--sb-border);
  border-radius:20px;
  background:rgba(255,255,255,.74);
  box-shadow:0 18px 45px rgba(117,89,236,.12);
}
.sbvp-about-map:before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:20px;
  background-image:radial-gradient(var(--sb-border) .8px,transparent .8px);
  background-size:18px 18px;
  opacity:.6;
  pointer-events:none;
}
.sbvp-about-map>*{position:relative}
.sbvp-about-map__head{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  color:var(--sb-vi-d);
  font-family:"Fraunces",Georgia,serif;
  font-size:22px;
  font-weight:600;
}
.sbvp-about-map__head i{
  display:flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:12px;
  background:var(--sb-vi-d);
  color:#fff;
}
.sbvp-about-folder{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:10px;
  padding:13px 14px;
  border:1px solid var(--sb-border);
  border-radius:14px;
  background:#fff;
  color:var(--sb-ink);
  font-weight:700;
}
.sbvp-about-folder i{color:var(--sb-vi-d);font-size:19px}
.sbvp-about-section{padding:48px 30px;background:#fff}
.sbvp-about-section__head{max-width:690px;margin:0 auto;text-align:center}
.sbvp-about-section h2,
.sbvp-about-founders h2,
.sbvp-about-method h2,
.sbvp-about-final h2{font-size:31px}
.sbvp-about-section__head p:not(.sbvp-about-kick){
  margin-top:14px;
  font-size:16px;
  line-height:1.7;
}
.sbvp-about-beliefs{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  border-top:1px solid var(--sb-border);
  border-bottom:1px solid var(--sb-border);
  background:var(--sb-border);
}
.sbvp-about-beliefs article{padding:34px 28px;background:#fff}
.sbvp-about-beliefs h2{margin-top:18px;font-size:23px}
.sbvp-about-beliefs p{margin-top:10px;font-size:15px;line-height:1.65}
.sbvp-about-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:54px;
  height:54px;
  border-radius:15px;
  background:var(--sb-lav);
  color:var(--sb-vi-d);
}
.sbvp-about-icon--mint{background:#eafaf7;color:var(--sb-mint-d)}
.sbvp-about-icon--warm{background:#fdf0e1;color:var(--sb-warm-d)}
.sbvp-about-icon i{font-size:25px}
.sbvp-about-founders{padding:50px 30px;background:var(--sb-vi-50)}
.sbvp-about-people{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  max-width:860px;
  margin:30px auto 0;
}
.sbvp-about-people article{
  display:grid;
  grid-template-columns:70px 1fr;
  gap:18px;
  align-items:start;
  padding:24px;
  border:1px solid var(--sb-border);
  border-radius:18px;
  background:#fff;
}
.sbvp-about-avatar{
  display:flex;
  align-items:center;
  justify-content:center;
  width:66px;
  height:66px;
  border-radius:18px;
  background:linear-gradient(140deg,#a594ff,#7559ec);
  color:#fff;
  font-family:"Fraunces",Georgia,serif;
  font-size:30px;
  font-weight:600;
}
.sbvp-about-avatar--dark{background:linear-gradient(140deg,#8fe6dc,#2fae9f)}
.sbvp-about-people h3{font-size:24px}
.sbvp-about-people p{grid-column:2;margin-top:-6px;font-size:15px;line-height:1.65}
.sbvp-about-method{
  display:grid;
  grid-template-columns:1fr .95fr;
  gap:30px;
  align-items:center;
  padding:50px 34px;
  background:#fff;
}
.sbvp-about-method p:not(.sbvp-about-kick){margin-top:14px;font-size:16px;line-height:1.7}
.sbvp-about-method ol{display:grid;gap:12px;margin:0;padding:0;list-style:none}
.sbvp-about-method li{
  display:flex;
  align-items:center;
  gap:12px;
  padding:16px 18px;
  border:1px solid var(--sb-border);
  border-radius:15px;
  background:var(--sb-vi-50);
  color:var(--sb-ink);
  font-weight:700;
}
.sbvp-about-method li span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border-radius:999px;
  background:var(--sb-warm);
  color:var(--sb-warm-d);
}
.sbvp-about-final{
  margin:0;
  padding:48px 30px;
  background:linear-gradient(135deg,#7559ec,#4b3f72);
  text-align:center;
}
.sbvp-about-final .sbvp-about-kick{color:#d9d0ff!important}
.sbvp-about-final h2{max-width:720px;margin:0 auto;color:#fff}
.sbvp-about-final p{
  max-width:620px;
  margin:14px auto 24px;
  color:#d9d0ff;
  font-size:16px;
  line-height:1.7;
}
.sbvp-about-final .sbvp-btn--primary{
  background:#fff;
  color:var(--sb-vi-d)!important;
  box-shadow:none;
}

@media(max-width:820px){
  .sbvp-about{border-left:0;border-right:0}
  .sbvp-about-hero{grid-template-columns:1fr;padding:42px 20px}
  .sbvp-about-hero h1{font-size:34px}
  .sbvp-about-hero__text>p:not(.sbvp-about-kick){font-size:16px}
  .sbvp-about-beliefs{grid-template-columns:1fr}
  .sbvp-about-people{grid-template-columns:1fr}
  .sbvp-about-people article{grid-template-columns:58px 1fr}
  .sbvp-about-avatar{width:58px;height:58px}
  .sbvp-about-people p{grid-column:1 / -1;margin-top:0}
  .sbvp-about-method{grid-template-columns:1fr;padding:40px 20px}
  .sbvp-about-section h2,
  .sbvp-about-founders h2,
  .sbvp-about-method h2,
  .sbvp-about-final h2{font-size:26px}
  .sbvp-about-actions .sbvp-btn{width:100%}
}
