/*
Theme Name: Sochalit
Theme URI: https://sochalit.com/
Author: Sochalit
Description: Fast public-facing WordPress theme for Sochalit AI Front Office.
Version: 2.1.2
Requires at least: 6.2
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: sochalit
*/

:root{
  --brand:#6d4aff;
  --brand-dark:#4c2bd9;
  --brand-soft:#f1edff;
  --ink:#131722;
  --muted:#5f6675;
  --line:#e8e8f2;
  --panel:#f8f7ff;
  --success:#1f9d68;
  --warning:#ef8b2c;
  --shadow:0 18px 55px rgba(62,45,145,.10);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.6;
}
img,svg{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.container{width:min(1180px, calc(100% - 40px));margin:auto}
.site-header{
  position:sticky;top:0;z-index:20;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(232,232,242,.8)
}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{display:flex;align-items:center;gap:11px;font-weight:800;letter-spacing:.02em}
.logo-mark{
  width:36px;height:36px;border-radius:12px;
  background:linear-gradient(135deg,var(--brand),#9a7dff);
  color:#fff;display:grid;place-items:center;font-weight:900;
  box-shadow:0 10px 28px rgba(109,74,255,.28)
}
.logo small{display:block;font-weight:600;color:var(--muted);font-size:.68rem;letter-spacing:0}
.nav-links{display:flex;align-items:center;gap:24px;font-weight:650;font-size:.95rem}
.nav-links a:hover{color:var(--brand)}
.nav-actions{display:flex;gap:12px;align-items:center}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  border-radius:14px;padding:12px 18px;font-weight:750;border:1px solid transparent;
  transition:.2s ease;cursor:pointer
}
.btn-primary{background:var(--brand);color:#fff;box-shadow:0 12px 30px rgba(109,74,255,.24)}
.btn-primary:hover{background:var(--brand-dark);transform:translateY(-1px)}
.btn-secondary{border-color:var(--line);background:#fff}
.btn-secondary:hover{border-color:#cfc8ff;background:var(--brand-soft)}
.mobile-toggle{display:none;border:0;background:transparent;font-size:1.4rem}
.hero{
  padding:86px 0 72px;
  background:
    radial-gradient(circle at 73% 30%, rgba(109,74,255,.18), transparent 30%),
    linear-gradient(180deg,#fff 0%,#fbfaff 100%);
  overflow:hidden
}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:54px}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 12px;border-radius:999px;background:var(--brand-soft);
  color:var(--brand-dark);font-weight:800;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em
}
h1,h2,h3{line-height:1.13;margin:0 0 16px;letter-spacing:-.035em}
h1{font-size:clamp(2.65rem,6vw,5.25rem);max-width:760px}
h2{font-size:clamp(2rem,4vw,3.45rem)}
h3{font-size:1.2rem}
.gradient-text{
  background:linear-gradient(100deg,var(--brand-dark),#8e70ff);
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.lead{font-size:1.18rem;color:var(--muted);max-width:690px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.check-row{display:flex;flex-wrap:wrap;gap:15px 22px;margin-top:24px;color:#3d4351;font-weight:650;font-size:.95rem}
.check-row span:before{content:"✓";color:var(--brand);margin-right:7px;font-weight:900}
.hero-visual{
  position:relative;min-height:480px;border-radius:34px;
  background:linear-gradient(145deg,#f7f4ff,#fff);
  border:1px solid #ece8ff;box-shadow:var(--shadow);padding:28px
}
.channel-orbit{position:absolute;inset:35px;border:1.5px dashed #cfc6ff;border-radius:50%}
.core{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:116px;height:116px;border-radius:34px;background:#fff;
  display:grid;place-items:center;box-shadow:0 20px 55px rgba(75,50,180,.18);
  border:1px solid #eeeaff
}
.core .logo-mark{width:62px;height:62px;border-radius:20px;font-size:1.7rem}
.channel{
  position:absolute;background:#fff;border:1px solid #ece9fa;border-radius:16px;
  padding:12px 15px;box-shadow:0 12px 35px rgba(58,42,120,.10);
  font-weight:750;font-size:.9rem;min-width:120px;text-align:center
}
.ch1{top:24px;left:50%;transform:translateX(-50%)}
.ch2{top:42%;right:12px}
.ch3{bottom:28px;right:28%}
.ch4{bottom:45px;left:9%}
.ch5{top:39%;left:6px}
.chat-card{
  position:absolute;right:-10px;bottom:-22px;width:280px;background:#fff;border-radius:24px;
  border:1px solid #e9e5fb;box-shadow:0 20px 60px rgba(58,42,120,.14);overflow:hidden
}
.chat-head{padding:15px 16px;background:linear-gradient(135deg,var(--brand),#8c6cff);color:#fff}
.chat-body{padding:16px}
.bubble{padding:11px 13px;border-radius:14px;background:#f1f2f7;margin:8px 0;font-size:.9rem}
.bubble.user{background:var(--brand-soft);color:var(--brand-dark);margin-left:30px}
.section{padding:82px 0}
.section-soft{background:var(--panel)}
.section-head{max-width:760px;margin:0 auto 38px;text-align:center}
.kicker{color:var(--brand);font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:.82rem}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}
.card{
  border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:26px;
  box-shadow:0 10px 32px rgba(30,25,70,.04)
}
.card:hover{border-color:#d8d1ff}
.icon{
  width:48px;height:48px;border-radius:15px;background:var(--brand-soft);color:var(--brand);
  display:grid;place-items:center;font-weight:900;margin-bottom:18px;font-size:1.25rem
}
.card p{color:var(--muted);margin-bottom:0}
.card-link{display:inline-flex;margin-top:16px;color:var(--brand-dark);font-weight:800}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.stat{padding:22px;border-radius:18px;background:#fff;border:1px solid var(--line)}
.stat strong{font-size:2rem;display:block;letter-spacing:-.04em}
.stat span{color:var(--muted)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.workflow{display:grid;gap:14px}
.step{display:flex;gap:16px;align-items:flex-start}
.step-num{
  flex:0 0 36px;width:36px;height:36px;border-radius:12px;background:var(--brand);
  color:#fff;display:grid;place-items:center;font-weight:850
}
.step p{margin:3px 0 0;color:var(--muted)}
.banner{
  padding:42px;border-radius:30px;background:linear-gradient(135deg,#4d2cdc,#7e60ff);
  color:#fff;display:flex;justify-content:space-between;gap:30px;align-items:center
}
.banner p{margin:0;color:#e9e4ff;max-width:700px}
.banner .btn{background:#fff;color:var(--brand-dark)}
.page-hero{padding:72px 0 52px;background:linear-gradient(180deg,#fff,#faf9ff)}
.page-hero .lead{max-width:760px}
.tabs{display:flex;gap:10px;flex-wrap:wrap;margin:26px 0}
.pill{padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;font-weight:700}
.pill.active{background:var(--brand);color:#fff;border-color:var(--brand)}
.industry-card ul,.feature-list{padding-left:18px;color:var(--muted)}
.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}
.price-card{position:relative}
.price-card.popular{border:2px solid var(--brand);transform:translateY(-8px)}
.popular-tag{
  position:absolute;top:-14px;left:50%;transform:translateX(-50%);
  background:var(--brand);color:#fff;padding:7px 14px;border-radius:999px;font-size:.78rem;font-weight:800
}
.price{font-size:2.8rem;font-weight:900;letter-spacing:-.05em}
.price small{font-size:.95rem;color:var(--muted);font-weight:600}
.price-card ul{padding:0;list-style:none}
.price-card li{padding:8px 0;border-bottom:1px dashed #ebe9f5;color:#3f4553}
.price-card li:before{content:"✓";color:var(--success);font-weight:900;margin-right:8px}
.resource-card .meta{color:var(--brand);font-weight:800;font-size:.78rem;text-transform:uppercase}
.resource-card h3{margin-top:8px}
.article-list{display:grid;gap:14px}
.article-row{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}
.article-row span{color:var(--muted)}
.team-values{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.quote{
  padding:28px;border-left:4px solid var(--brand);background:var(--brand-soft);border-radius:0 18px 18px 0
}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
label{font-weight:750;font-size:.92rem}
input,select,textarea{
  width:100%;border:1px solid #dfe0ea;border-radius:13px;padding:13px 14px;margin-top:6px;background:#fff
}
textarea{min-height:140px;resize:vertical}
.form-full{grid-column:1/-1}
.faq{display:grid;gap:12px}
details{border:1px solid var(--line);border-radius:16px;padding:17px 20px;background:#fff}
summary{font-weight:800;cursor:pointer}
details p{color:var(--muted)}
.site-footer{background:#11131b;color:#fff;padding:58px 0 28px;margin-top:70px}
.footer-grid{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:34px}
.footer-grid h4{margin:0 0 14px}
.footer-grid a{display:block;color:#b8bdca;margin:8px 0}
.footer-grid p{color:#b8bdca}
.footer-bottom{border-top:1px solid #2b2e38;margin-top:36px;padding-top:22px;color:#9197a5;font-size:.9rem;display:flex;justify-content:space-between;gap:20px}
.notice{font-size:.87rem;color:var(--muted);background:#f6f7fa;border-radius:12px;padding:12px 14px}
@media(max-width:960px){
  .nav-links{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;border-bottom:1px solid var(--line)}
  .nav-links.open{display:flex}
  .mobile-toggle{display:block}
  .hero-grid,.split{grid-template-columns:1fr}
  .hero-visual{min-height:430px}
  .grid-3,.pricing{grid-template-columns:1fr 1fr}
  .team-values,.stats{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .container{width:min(100% - 26px,1180px)}
  .nav-actions .btn-secondary{display:none}
  .hero{padding-top:54px}
  .hero-visual{min-height:390px;padding:15px}
  .chat-card{width:235px;right:-4px}
  .grid-3,.grid-2,.pricing,.stats,.team-values,.form-grid{grid-template-columns:1fr}
  .form-full{grid-column:auto}
  .banner{align-items:flex-start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}
  .channel{min-width:100px;padding:9px;font-size:.78rem}
}


/* =========================================================
   SOCHALIT WEBSITE V2 — RESPONSIVE SYSTEM
   Desktop: 1280+
   Laptop: 1024–1279
   Tablet: 768–1023
   Mobile: 360–767
   Small mobile: 320–359
   ========================================================= */

:root{
  --content-wide:1180px;
  --content-readable:760px;
  --space-section:clamp(64px,8vw,104px);
}

html{-webkit-text-size-adjust:100%}
body{overflow-x:hidden}
main{min-height:55vh}
.container{width:min(var(--content-wide),calc(100% - 40px))}
.section{padding:var(--space-section) 0}
.page-hero{padding:clamp(56px,8vw,92px) 0 clamp(42px,6vw,68px)}
.page-hero h1{max-width:940px}
.page-hero .lead{max-width:780px}
.entry-content{width:min(900px,calc(100% - 40px));margin:64px auto}
.entry-content img{border-radius:20px}
.entry-content table{width:100%;border-collapse:collapse}
.entry-content th,.entry-content td{padding:14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}

.nav{min-height:76px;height:auto}
.nav-links{list-style:none;margin:0;padding:0}
.nav-links li{margin:0}
.nav-links .sub-menu{
  position:absolute;top:100%;left:50%;transform:translateX(-50%);
  min-width:280px;padding:12px;margin:14px 0 0;list-style:none;
  background:#fff;border:1px solid var(--line);border-radius:18px;
  box-shadow:var(--shadow);display:none
}
.nav-links li{position:relative}
.nav-links li:hover>.sub-menu,.nav-links li:focus-within>.sub-menu{display:block}
.nav-links .sub-menu a{display:block;padding:10px 12px;border-radius:10px}
.nav-links .sub-menu a:hover{background:var(--brand-soft)}

.v2-hero{
  padding:clamp(70px,9vw,118px) 0 clamp(66px,8vw,100px);
  background:radial-gradient(circle at 78% 28%,rgba(109,74,255,.19),transparent 32%),linear-gradient(180deg,#fff,#fbfaff);
  overflow:hidden
}
.v2-hero-grid{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(420px,.94fr);align-items:center;gap:clamp(38px,6vw,78px)}
.v2-hero h1{font-size:clamp(3rem,6.7vw,6.1rem);line-height:.99;letter-spacing:-.065em;margin:20px 0}
.v2-hero .lead{font-size:clamp(1.05rem,1.8vw,1.24rem)}
.v2-hero-art img{width:100%;height:auto}
.v2-proof{display:flex;gap:14px 24px;flex-wrap:wrap;margin-top:24px;font-weight:700;color:#414552}
.v2-proof span:before{content:"✓";margin-right:7px;color:var(--brand);font-weight:900}

.employee-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.employee-card{display:flex;flex-direction:column;min-height:100%}
.employee-card .card-link{margin-top:auto;padding-top:14px}
.employee-role{font-size:.76rem;text-transform:uppercase;letter-spacing:.07em;font-weight:850;color:var(--brand)}
.employee-status{display:inline-flex;align-items:center;gap:7px;font-size:.82rem;color:var(--success);font-weight:800;margin-bottom:12px}
.employee-status:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor}

.growth-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:30px}
.growth-card{position:relative;overflow:hidden}
.growth-card:after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;background:var(--brand-soft);right:-54px;bottom:-54px}
.growth-card>*{position:relative;z-index:1}

.trust-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.trust-item{padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff}
.trust-item strong{display:block;margin-bottom:5px}
.trust-item span{color:var(--muted);font-size:.92rem}

.pricing-v2{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}
.pricing-v2 .price-card{display:flex;flex-direction:column}
.pricing-v2 .price-card .btn{margin-top:auto}
.implementation-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.implementation-step{text-align:center;padding:26px}
.implementation-step .step-num{margin:0 auto 16px}

.responsive-media{width:100%;height:auto;max-width:100%}
.only-mobile{display:none}
.no-overflow{min-width:0}
.break-word{overflow-wrap:anywhere;word-break:break-word}

@media(max-width:1100px){
  .v2-hero-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);gap:42px}
  .nav-links{gap:18px;font-size:.9rem}
  .employee-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:960px){
  .nav{position:relative}
  .nav-links{
    display:none;position:absolute;top:76px;left:-20px;right:-20px;
    background:#fff;padding:16px 20px 24px;flex-direction:column;
    align-items:stretch;gap:4px;border-bottom:1px solid var(--line);
    box-shadow:0 18px 30px rgba(30,25,70,.08);max-height:calc(100vh - 76px);overflow:auto
  }
  .nav-links.open{display:flex}
  .nav-links>li>a{display:block;padding:11px 8px}
  .nav-links .sub-menu{
    position:static;transform:none;display:block;box-shadow:none;border:0;
    margin:0 0 4px 14px;padding:0;min-width:0
  }
  .nav-links .sub-menu a{padding:8px 10px;color:var(--muted)}
  .mobile-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px}
  .v2-hero-grid,.hero-grid,.split{grid-template-columns:1fr}
  .v2-hero-grid{gap:38px}
  .v2-hero-art{max-width:700px;margin:auto}
  .grid-3,.pricing,.pricing-v2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .implementation-steps{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:767px){
  .container,.entry-content{width:min(100% - 28px,var(--content-wide))}
  .nav{min-height:70px}
  .nav-links{top:70px}
  .logo small{font-size:.62rem}
  .nav-actions{gap:7px}
  .nav-actions .btn{padding:10px 12px}
  .nav-actions .btn-secondary{display:none}
  .v2-hero{padding:54px 0 62px}
  .v2-hero h1{font-size:clamp(2.55rem,13vw,4.25rem)}
  .hero-actions,.sc-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .hero-actions .btn,.sc-actions .btn{width:100%}
  .employee-grid,.growth-grid,.pricing-v2,.grid-3,.grid-2,.pricing,.stats,.team-values,.form-grid,.trust-strip{grid-template-columns:1fr}
  .banner{padding:30px 24px;align-items:flex-start;flex-direction:column}
  .banner .btn{width:100%}
  .page-hero{text-align:left}
  .section-head{text-align:left;margin-left:0}
  .price-card.popular{transform:none}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}
  .only-desktop{display:none!important}
  .only-mobile{display:block}
  .article-row{flex-direction:column;gap:3px}
  table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
}

@media(max-width:359px){
  .container,.entry-content{width:calc(100% - 20px)}
  .logo{gap:8px;font-size:.92rem}
  .logo-mark{width:32px;height:32px}
  .nav-actions .btn-primary{display:none}
  .v2-hero h1{font-size:2.45rem}
  .card{padding:21px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

@media print{
  .site-header,.site-footer,.btn,.mobile-toggle{display:none!important}
  body{color:#000;background:#fff}
  .section,.page-hero{padding:24px 0}
  .card{box-shadow:none}
}


/* =========================================================
   SOCHALIT WEBSITE v2.1 — AI EMPLOYEES
   ========================================================= */

.ai-employee-hero{
  padding:clamp(64px,8vw,104px) 0 clamp(52px,7vw,88px);
  background:
    radial-gradient(circle at 78% 28%,rgba(109,74,255,.18),transparent 32%),
    linear-gradient(180deg,#fff,#faf9ff);
}
.ai-employee-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(380px,.88fr);
  gap:clamp(38px,6vw,76px);
  align-items:center;
}
.ai-employee-hero h1{
  font-size:clamp(3rem,6.4vw,5.8rem);
  line-height:1;
  letter-spacing:-.06em;
  margin:18px 0;
}
.ai-employee-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:22px 0 0;
}
.ai-chip{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:8px 11px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  font-size:.84rem;
  font-weight:800;
  color:#424657;
}
.ai-chip:before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--brand);
}
.employee-profile{
  border:1px solid #e7e1ff;
  background:linear-gradient(145deg,#fff,#f7f4ff);
  border-radius:30px;
  padding:28px;
  box-shadow:var(--shadow);
}
.employee-profile-head{
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom:20px;
}
.employee-avatar{
  width:62px;
  height:62px;
  border-radius:20px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--brand),#9d85ff);
  color:#fff;
  font-size:1.65rem;
  font-weight:900;
  box-shadow:0 12px 32px rgba(109,74,255,.24);
}
.employee-profile small{
  color:var(--muted);
  display:block;
}
.employee-profile-list{
  display:grid;
  gap:11px;
}
.employee-profile-item{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:12px 0;
  border-bottom:1px dashed #e6e2f4;
}
.employee-profile-item span{color:var(--muted)}
.employee-profile-item strong{text-align:right}

.conversation-shell{
  border:1px solid var(--line);
  border-radius:26px;
  background:#fff;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.conversation-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:16px 18px;
  background:linear-gradient(135deg,#4f2fdb,#8165ff);
  color:#fff;
}
.conversation-head small{color:#e9e5ff}
.conversation-body{
  display:grid;
  gap:14px;
  padding:22px;
  background:#fbfbfe;
}
.chat-row{
  display:flex;
  gap:10px;
  align-items:flex-end;
}
.chat-row.ai{justify-content:flex-start}
.chat-row.customer{justify-content:flex-end}
.chat-avatar{
  width:34px;
  height:34px;
  flex:0 0 34px;
  border-radius:11px;
  display:grid;
  place-items:center;
  background:var(--brand-soft);
  color:var(--brand);
  font-weight:900;
}
.chat-row.customer .chat-avatar{order:2;background:#e9eefc;color:#3557aa}
.chat-bubble{
  max-width:min(76%,560px);
  padding:12px 14px;
  border-radius:17px;
  background:#fff;
  border:1px solid var(--line);
  color:#303442;
}
.chat-row.customer .chat-bubble{
  background:var(--brand);
  color:#fff;
  border-color:var(--brand);
}
.chat-time{
  display:block;
  margin-top:5px;
  font-size:.72rem;
  opacity:.72;
}
.conversation-footer{
  display:flex;
  gap:10px;
  padding:14px 16px;
  border-top:1px solid var(--line);
  background:#fff;
}
.fake-input{
  flex:1;
  padding:11px 13px;
  border:1px solid var(--line);
  border-radius:12px;
  color:#8b90a0;
  background:#fafafe;
}

.responsibility-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.responsibility-card{
  position:relative;
  min-height:100%;
}
.responsibility-card .step-num{margin-bottom:16px}

.guardrail-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.guardrail-good{border-left:4px solid var(--success)}
.guardrail-human{border-left:4px solid var(--brand)}

.employee-flow{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  align-items:stretch;
}
.flow-node{
  position:relative;
  padding:18px 14px;
  text-align:center;
  border:1px solid var(--line);
  border-radius:17px;
  background:#fff;
}
.flow-node:not(:last-child):after{
  content:"→";
  position:absolute;
  right:-13px;
  top:50%;
  transform:translateY(-50%);
  z-index:2;
  color:var(--brand);
  font-weight:900;
}
.flow-node strong{display:block;margin-bottom:4px}
.flow-node span{font-size:.84rem;color:var(--muted)}

.employee-links{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.employee-link-card{
  display:flex;
  align-items:center;
  gap:14px;
  padding:20px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
}
.employee-link-card:hover{
  border-color:#d1c8ff;
  background:var(--brand-soft);
}
.employee-link-card .icon{
  margin:0;
  flex:0 0 46px;
}

.ai-front-office-map{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.ai-front-office-map .card{
  min-height:100%;
}
.team-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--brand);
  font-weight:900;
  font-size:.8rem;
  text-transform:uppercase;
  letter-spacing:.065em;
}
.team-label:before{
  content:"";
  width:18px;
  height:2px;
  background:currentColor;
}

@media(max-width:1050px){
  .ai-employee-hero-grid{grid-template-columns:minmax(0,1fr) minmax(330px,.8fr)}
  .employee-flow{grid-template-columns:repeat(3,minmax(0,1fr))}
  .flow-node:nth-child(3):after{display:none}
}

@media(max-width:900px){
  .ai-employee-hero-grid{grid-template-columns:1fr}
  .employee-profile{max-width:680px}
  .responsibility-grid,.ai-front-office-map{grid-template-columns:repeat(2,minmax(0,1fr))}
  .employee-links{grid-template-columns:1fr}
}

@media(max-width:700px){
  .ai-employee-hero{padding:52px 0 60px}
  .ai-employee-hero h1{font-size:clamp(2.55rem,13vw,4rem)}
  .responsibility-grid,.guardrail-grid,.ai-front-office-map,.employee-flow{grid-template-columns:1fr}
  .flow-node:not(:last-child):after{
    content:"↓";
    top:auto;
    right:50%;
    bottom:-18px;
    transform:translateX(50%);
  }
  .flow-node:nth-child(3):after{display:block}
  .chat-bubble{max-width:86%}
  .conversation-body{padding:16px}
  .employee-profile-item{flex-direction:column;gap:2px}
  .employee-profile-item strong{text-align:left}
}


/* =========================================================
   v2.1.1 COMPONENT COMPATIBILITY FIX
   Imported v2 content uses sc-* names. The original theme
   design system uses unprefixed names. These aliases make
   both systems render identically.
   ========================================================= */

.sc-container{
  width:min(1180px,calc(100% - 40px));
  margin-left:auto;
  margin-right:auto;
}
.sc-section{padding:82px 0}
.sc-section-soft{background:var(--panel)}
.sc-section-head{max-width:760px;margin:0 auto 38px;text-align:center}
.sc-kicker{
  color:var(--brand);
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-size:.82rem
}
.sc-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:var(--brand-soft);
  color:var(--brand-dark);
  font-weight:800;
  font-size:.82rem;
  text-transform:uppercase;
  letter-spacing:.04em
}
.sc-lead{font-size:1.18rem;color:var(--muted);max-width:690px}
.sc-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}

.sc-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border-radius:14px;
  padding:12px 18px;
  font-weight:750;
  border:1px solid transparent;
  transition:.2s ease;
  cursor:pointer;
  text-decoration:none
}
.sc-btn-primary{
  background:var(--brand);
  color:#fff;
  box-shadow:0 12px 30px rgba(109,74,255,.24)
}
.sc-btn-primary:hover{background:var(--brand-dark);transform:translateY(-1px)}
.sc-btn-secondary{border-color:var(--line);background:#fff}
.sc-btn-secondary:hover{border-color:#cfc8ff;background:var(--brand-soft)}

.sc-card{
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#fff;
  padding:26px;
  box-shadow:0 10px 32px rgba(30,25,70,.04)
}
.sc-card:hover{border-color:#d8d1ff}
.sc-card p{color:var(--muted)}
.sc-icon{
  width:48px;
  height:48px;
  border-radius:15px;
  background:var(--brand-soft);
  color:var(--brand);
  display:grid;
  place-items:center;
  font-weight:900;
  margin-bottom:18px;
  font-size:1.25rem
}
.sc-card-link{
  display:inline-flex;
  margin-top:16px;
  color:var(--brand-dark);
  font-weight:800;
  text-decoration:none
}

.sc-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.sc-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
.sc-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:center}
.sc-workflow{display:grid;gap:14px}
.sc-step{display:flex;gap:16px;align-items:flex-start}
.sc-step-number{
  flex:0 0 36px;
  width:36px;
  height:36px;
  border-radius:12px;
  background:var(--brand);
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:850
}
.sc-step p{margin:3px 0 0;color:var(--muted)}
.sc-list{padding-left:20px;color:var(--muted)}
.sc-list li{margin:7px 0}

.sc-banner{
  padding:42px;
  border-radius:30px;
  background:linear-gradient(135deg,#4d2cdc,#7e60ff);
  color:#fff;
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:center
}
.sc-banner h2{color:#fff}
.sc-banner p{margin:0;color:#e9e4ff;max-width:700px}
.sc-banner .sc-btn{background:#fff;color:var(--brand-dark)}

.sc-faq{display:grid;gap:12px}
.sc-faq details{
  border:1px solid var(--line);
  border-radius:16px;
  padding:17px 20px;
  background:#fff
}
.sc-faq summary{font-weight:800;cursor:pointer}
.sc-faq details p{color:var(--muted)}

.sc-price-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  align-items:stretch
}
.sc-price-card{position:relative}
.sc-price-card.sc-popular{
  border:2px solid var(--brand);
  transform:translateY(-8px)
}
.sc-popular-label{
  position:absolute;
  top:-14px;
  left:50%;
  transform:translateX(-50%);
  background:var(--brand);
  color:#fff;
  padding:7px 14px;
  border-radius:999px;
  font-size:.78rem;
  font-weight:800
}
.sc-price{font-size:2.8rem;font-weight:900;letter-spacing:-.05em}
.sc-price small{font-size:.95rem;color:var(--muted);font-weight:600}
.sc-notice{
  font-size:.87rem;
  color:var(--muted);
  background:#f6f7fa;
  border-radius:12px;
  padding:12px 14px
}

.sc-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.sc-form-grid label{font-weight:750;font-size:.92rem}
.sc-form-grid input,
.sc-form-grid select,
.sc-form-grid textarea{
  width:100%;
  border:1px solid #dfe0ea;
  border-radius:13px;
  padding:13px 14px;
  margin-top:6px;
  background:#fff
}
.sc-form-grid textarea{min-height:140px;resize:vertical}
.sc-form-full{grid-column:1/-1}

.ai-employee-hero .sc-container,
.sc-section .sc-container{
  min-width:0
}
.ai-employee-hero-grid>div,
.sc-split>div,
.responsibility-grid>*,
.guardrail-grid>*,
.employee-flow>*{
  min-width:0
}

/* Correct heading and list spacing inside imported sections. */
.sc-section h2{font-size:clamp(2rem,4vw,3.45rem);line-height:1.13;margin:0 0 16px}
.sc-section h3{font-size:1.2rem;line-height:1.2;margin:0 0 12px}
.responsibility-card .sc-step-number{margin-bottom:16px}
.responsibility-card p{margin-bottom:0}

/* Visible keyboard focus. */
.sc-btn:focus-visible,
.employee-link-card:focus-visible,
.sc-faq summary:focus-visible{
  outline:3px solid rgba(109,74,255,.35);
  outline-offset:3px
}

@media(max-width:960px){
  .sc-split{grid-template-columns:1fr}
  .sc-grid-3,.sc-price-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:767px){
  .sc-container{width:min(100% - 28px,1180px)}
  .sc-section{padding:64px 0}
  .sc-section-head{text-align:left;margin-left:0}
  .sc-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .sc-actions .sc-btn{width:100%}
  .sc-grid-3,.sc-grid-2,.sc-price-grid,.sc-form-grid{grid-template-columns:1fr}
  .sc-form-full{grid-column:auto}
  .sc-banner{padding:30px 24px;align-items:flex-start;flex-direction:column}
  .sc-banner .sc-btn{width:100%}
  .sc-price-card.sc-popular{transform:none}
}

@media(max-width:359px){
  .sc-container{width:calc(100% - 20px)}
  .sc-card{padding:21px}
}


/* v2.1.2 — exact approved logo asset */
:root{
  --brand:#6D4AFF;
  --brand-hover:#5B38E6;
  --brand-dark:#4928C7;
  --brand-soft:#EEE9FF;
  --accent:#4F8BFF;
  --ink:#111827;
  --muted:#6B7280;
  --line:#E5E7EB;
  --background:#FAFAFC;
}
html,body,button,input,select,textarea{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.brand-logo-image{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  height:66px;
}
.brand-logo-image img{
  display:block;
  width:auto;
  height:62px;
  max-width:154px;
  object-fit:contain;
}
.btn-primary,.sc-btn-primary{background:var(--brand);color:#fff}
.btn-primary:hover,.sc-btn-primary:hover{background:var(--brand-hover)}
@media(max-width:767px){
  .brand-logo-image{height:58px}
  .brand-logo-image img{height:54px;max-width:132px}
}
@media(max-width:359px){
  .brand-logo-image img{height:48px;max-width:116px}
}
