.bot-add-section{ padding:104px 0; background:#fff; border-top:1px solid #E3E6EF; border-bottom:1px solid #E3E6EF; font-family:'Inter',sans-serif; }
.bot-add-wrap{ max-width:1180px; margin:0 auto; padding:0 32px; }
@media (max-width:640px){ .bot-add-wrap{ padding:0 20px; } }
.bot-add-shead{ max-width:600px; margin-bottom:52px; }
.bot-add-kicker{ font-size:13px; font-weight:700; color:#2A54FF; text-transform:uppercase; letter-spacing:0.08em; margin-bottom:14px; }
.bot-add-section h2{ font-family:'Space Grotesk',sans-serif; font-size:36px; font-weight:700; line-height:1.15; color:#0B0D14; margin:0; letter-spacing:-0.02em; }
.bot-add-shead p{ margin-top:16px; font-size:16.5px; color:#5A5F72; line-height:1.6; }
.bot-add-grid{ display:grid; grid-template-columns:repeat(5, 1fr); gap:12px; }
@media (max-width:980px){ .bot-add-grid{ grid-template-columns:repeat(3, 1fr); gap:10px; } }
@media (max-width:640px){ .bot-add-grid{ grid-template-columns:repeat(2, 1fr); gap:8px; } }
@media (max-width:420px){ .bot-add-grid{ grid-template-columns:1fr; } }

.bot-add-card{ position:relative; border:1px solid #E3E6EF; border-radius:14px; padding:16px 14px 14px; background:#F6F7FA; overflow:hidden; display:flex; flex-direction:column; }
.bot-add-accentbar{ position:absolute; top:0; left:0; right:0; height:3px; }
.bot-add-icon{ width:30px; height:30px; border-radius:9px; display:flex; align-items:center; justify-content:center; margin-bottom:10px; }
.bot-add-card h3{ font-family:'Space Grotesk',sans-serif; font-size:13.5px; font-weight:700; margin:0 0 6px; color:#0B0D14; line-height:1.25; }
.bot-add-desc{ font-size:11.5px; color:#5A5F72; line-height:1.45; margin:0 0 12px; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
.bot-add-foot{ margin-top:auto; padding-top:10px; border-top:1px solid #E3E6EF; }
.bot-add-price{ font-family:'IBM Plex Mono',monospace; font-size:13px; font-weight:600; color:#0B0D14; }
.bot-add-price span{ font-size:10px; font-weight:500; color:#9297A8; font-family:'Inter'; }
.bot-add-ghost{ background:transparent; border:1.5px dashed #E3E6EF; align-items:center; justify-content:center; text-align:center; color:#9297A8; min-height:150px; gap:6px; padding:14px 12px; }
.bot-add-plus{ width:26px; height:26px; border-radius:50%; border:1.5px dashed #9297A8; display:flex; align-items:center; justify-content:center; margin-bottom:4px; }
.bot-add-ghost strong{ color:#5A5F72; font-size:12px; font-weight:600; display:block; margin-bottom:3px; }
.bot-add-ghost span{ font-size:10.5px; line-height:1.4; max-width:170px; }
