.yai-home-content{
  max-width:1180px;
  margin:0 auto;
  padding:56px 22px 70px;
  color:#1f2937;
  font-family:inherit;
}

.yai-home-content *{
  box-sizing:border-box;
}

.yai-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:#eef4ff;
  color:#1d4ed8;
  font-size:14px;
  font-weight:700;
  margin-bottom:18px;
}

.yai-home-content h2{
  font-size:clamp(30px,4vw,48px);
  line-height:1.08;
  margin:0 0 18px;
  color:#111827;
  letter-spacing:-0.04em;
}

.yai-home-content h3{
  font-size:clamp(22px,3vw,30px);
  line-height:1.15;
  margin:0 0 14px;
  color:#111827;
  letter-spacing:-0.025em;
}

.yai-home-content p{
  font-size:18px;
  line-height:1.75;
  margin:0 0 20px;
  color:#374151;
}

.yai-home-content a{
  color:#0f5bd8;
  font-weight:700;
  text-decoration:none;
}

.yai-home-content a:hover{
  text-decoration:underline;
}

.yai-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);
  gap:34px;
  align-items:center;
  margin-bottom:48px;
}

.yai-intro-card{
  background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);
  border:1px solid #dbeafe;
  border-radius:28px;
  padding:32px;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
}

.yai-quote-box{
  background:linear-gradient(135deg,#0f172a 0%,#1d4ed8 100%);
  color:#ffffff;
  border-radius:30px;
  padding:32px;
  box-shadow:0 24px 55px rgba(37,99,235,.25);
  position:relative;
  overflow:hidden;
}

.yai-quote-box:before{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  right:-55px;
  top:-55px;
}

.yai-quote-box h3,
.yai-quote-box p{
  color:#ffffff;
  position:relative;
  z-index:1;
}

.yai-price{
  position:relative;
  z-index:1;
  display:flex;
  align-items:flex-end;
  gap:8px;
  margin:18px 0 10px;
}

.yai-price strong{
  font-size:56px;
  line-height:1;
  letter-spacing:-0.06em;
}

.yai-price span{
  font-size:20px;
  opacity:.9;
  margin-bottom:6px;
}

.yai-btn-row{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:24px;
}

.yai-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:13px 20px;
  border-radius:999px;
  font-weight:800;
  text-decoration:none !important;
  transition:transform .18s ease, box-shadow .18s ease;
}

.yai-btn:hover{
  transform:translateY(-2px);
  text-decoration:none !important;
}

.yai-btn-primary{
  background:#e11d48;
  color:#ffffff !important;
  box-shadow:0 12px 24px rgba(225,29,72,.25);
}

.yai-btn-secondary{
  background:#ffffff;
  color:#1d4ed8 !important;
  box-shadow:0 12px 24px rgba(15,23,42,.08);
}

.yai-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin:34px 0 54px;
}

.yai-card{
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:24px;
  padding:26px;
  box-shadow:0 14px 34px rgba(15,23,42,.07);
}

.yai-card-icon{
  width:46px;
  height:46px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eef4ff;
  color:#1d4ed8;
  font-size:24px;
  margin-bottom:16px;
}

.yai-card h3{
  font-size:22px;
  margin-bottom:10px;
}

.yai-card p{
  font-size:16.5px;
  line-height:1.65;
  margin-bottom:0;
}

.yai-section{
  margin:58px 0;
}

.yai-soft-section{
  background:linear-gradient(135deg,#f8fafc 0%,#eff6ff 100%);
  border:1px solid #dbeafe;
  border-radius:30px;
  padding:34px;
  margin:58px 0;
}

.yai-list-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:24px;
}

.yai-list-card{
  display:flex;
  gap:14px;
  align-items:flex-start;
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:22px;
  padding:20px;
  box-shadow:0 10px 24px rgba(15,23,42,.05);
}

.yai-check{
  width:28px;
  height:28px;
  flex:0 0 28px;
  border-radius:999px;
  background:#dcfce7;
  color:#15803d;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}

.yai-list-card strong{
  display:block;
  font-size:17px;
  color:#111827;
  margin-bottom:5px;
}

.yai-list-card span{
  display:block;
  font-size:15.5px;
  line-height:1.55;
  color:#4b5563;
}

.yai-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  box-shadow:0 14px 34px rgba(15,23,42,.07);
  margin-top:24px;
  border:1px solid #e5e7eb;
}

.yai-table{
  width:100%;
  border-collapse:collapse;
  background:#ffffff;
  min-width:760px;
}

.yai-table th{
  background:#0f172a;
  color:#ffffff;
  text-align:left;
  padding:18px;
  font-size:15px;
}

.yai-table td{
  padding:18px;
  border-bottom:1px solid #e5e7eb;
  font-size:16px;
  line-height:1.55;
  vertical-align:top;
}

.yai-table tr:last-child td{
  border-bottom:none;
}

.yai-highlight{
  background:#fff7ed;
  border:1px solid #fed7aa;
  border-radius:26px;
  padding:28px;
  margin:44px 0;
}

.yai-highlight h3{
  color:#9a3412;
}

.yai-final-cta{
  background:linear-gradient(135deg,#111827 0%,#1e40af 55%,#dc2626 100%);
  border-radius:34px;
  padding:40px;
  color:#ffffff;
  margin-top:60px;
  box-shadow:0 26px 65px rgba(15,23,42,.22);
}

.yai-final-cta h2,
.yai-final-cta p{
  color:#ffffff;
}

.yai-final-cta p{
  max-width:780px;
}

@media(max-width:900px){
  .yai-intro-grid,
  .yai-card-grid,
  .yai-list-cards{
    grid-template-columns:1fr;
  }

  .yai-home-content{
  width:100% !important;
  max-width:100% !important;
  padding:42px 14px 56px !important;
}

.yai-intro-card,
.yai-quote-box,
.yai-card,
.yai-soft-section,
.yai-highlight,
.yai-final-cta{
  padding-left:20px !important;
  padding-right:20px !important;
}

  .yai-price strong{
    font-size:46px;
  }
}