.bots-page { overflow: hidden; }
.bots-hero { position: relative; min-height: 820px; padding-top: 170px; padding-bottom: 100px; overflow: hidden; }
.bots-hero::before { content: ""; position: absolute; width: 760px; height: 760px; right: -220px; top: 60px; background: radial-gradient(circle, rgba(59,130,246,.14), rgba(118,92,245,.06) 32%, transparent 72%); filter: blur(18px); pointer-events: none; }
.bots-hero-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(420px,.95fr); gap: 60px; align-items: center; }
.bots-hero-content { position: relative; z-index: 2; }
.bots-hero h1 { max-width: 760px; margin: 0 0 28px; font-size: clamp(48px, 5vw, 78px); line-height: .98; letter-spacing: -.065em; font-weight: 800; }
.bots-hero-description { max-width: 650px; margin: 0 0 34px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.bots-hero-actions { display: flex; align-items: center; gap: 24px; margin-bottom: 40px; }
.hero-link { color: var(--text); font-size: 12px; font-weight: 600; letter-spacing: .04em; opacity: .8; }
.bots-hero-note { display: flex; flex-wrap: wrap; gap: 18px; }
.bots-hero-note span { color: var(--muted-2); font-size: 10px; font-weight: 700; letter-spacing: .15em; }

.bots-visual { display: flex; align-items: center; justify-content: center; min-height: 530px; }
.bot-card { width: min(100%, 520px); border: 1px solid var(--border); border-radius: 24px; background: linear-gradient(180deg, rgba(17,22,31,.98), rgba(9,12,18,.95)); box-shadow: 0 25px 80px rgba(10,14,22,.65); overflow: hidden; }
.bot-header { display: flex; align-items: center; gap: 8px; height: 46px; padding: 0 18px; border-bottom: 1px solid var(--border); background: rgba(255,255,255,.02); }
.bot-dot { display: block; width: 10px; height: 10px; border-radius: 50%; background: #ff6a6a; }
.bot-dot:nth-child(2) { background: #f7c65d; }
.bot-dot:nth-child(3) { background: #4dcc7d; }
.bot-window { padding: 24px 18px; display: flex; flex-direction: column; gap: 14px; }
.bot-message { max-width: 75%; padding: 14px 16px; border: 1px solid var(--border); border-radius: 16px 16px 16px 4px; background: rgba(255,255,255,.02); color: var(--text); line-height: 1.6; }
.bot-message.user { align-self: flex-end; border-radius: 16px 16px 4px 16px; background: rgba(59,130,246,.12); border-color: rgba(59,130,246,.24); }

.bots-problem { background: rgba(10,14,22,.55); }
.bots-problem-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.bots-problem-copy { display: flex; flex-direction: column; gap: 20px; }
.bots-problem-copy p { color: var(--muted); line-height: 1.75; font-size: 14px; }

.bots-intro { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 48px; }
.bots-intro > p { max-width: 520px; color: var(--muted); line-height: 1.75; font-size: 14px; }
.bots-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.bots-card { min-height: 260px; padding: 28px 26px; border: 1px solid var(--border); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.02), rgba(255,255,255,.01)); position: relative; overflow: hidden; }
.bots-card:hover { transform: translateY(-8px); border-color: rgba(59,130,246,.24); background: var(--surface); }
.bots-card-number { color: #7ca8ff; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; margin-bottom: 26px; }
.bots-card h3 { font-size: 24px; letter-spacing: -.04em; margin-bottom: 14px; }
.bots-card p { color: var(--muted); line-height: 1.75; font-size: 14px; }

.bots-process { background: rgba(9,13,19,.72); }
.bots-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; margin-top: 56px; }
.bots-step { padding: 28px 22px 24px; border: 1px solid var(--border); border-radius: 18px; background: rgba(255,255,255,.018); }
.bots-number { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius: 50%; margin-bottom: 22px; background: rgba(59,130,246,.1); border: 1px solid rgba(59,130,246,.35); color: #7aa8ff; font-size: 11px; font-weight: 700; }
.bots-step h3 { margin-bottom: 10px; font-size: 20px; letter-spacing: -.03em; }
.bots-step p { color: var(--muted); line-height: 1.75; font-size: 14px; }

.bots-result { background: rgba(10,14,22,.6); }
.bots-result-header { margin-bottom: 42px; }
.bots-result-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.bots-result-card { padding: 30px 24px; border: 1px solid var(--border); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.02), rgba(255,255,255,.01)); }
.bots-result-card strong { display: block; margin-bottom: 12px; font-size: 18px; letter-spacing: -.03em; }
.bots-result-card p { color: var(--muted); line-height: 1.75; font-size: 14px; }

.bots-final { min-height: 650px; display: flex; align-items: center; text-align: center; position: relative; overflow: hidden; }
.bots-final::before { content: ""; position: absolute; width: 700px; height: 500px; left: 50%; top: 50%; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(59,130,246,.11), transparent 65%); }
.bots-final .final-content { position: relative; z-index: 2; width: 100%; }
.bots-final .final-content h2 { max-width: 850px; margin: auto; font-size: clamp(48px, 7vw, 82px); line-height: .94; letter-spacing: -.06em; }
.bots-final .final-content p { max-width: 480px; margin: 27px auto 35px; color: var(--muted); font-size: 13px; line-height: 1.7; }

@media (max-width: 980px) { .bots-hero-grid, .bots-problem-grid, .bots-intro { display: grid; grid-template-columns: 1fr; } .bots-grid, .bots-process-grid, .bots-result-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 640px) { .bots-hero { padding-top: 150px; } .bots-hero-actions { flex-direction: column; align-items: flex-start; } .bots-grid, .bots-process-grid, .bots-result-grid { grid-template-columns: 1fr; } }
