/* GÖRSELLİ ANA SAYFA */
.hero-visual{position:relative;min-height:420px;display:grid;place-items:center}
.hero-dashboard{position:relative;z-index:2;width:min(390px,100%);padding:38px;border:1px solid rgba(255,255,255,.2);border-radius:30px;background:rgba(255,255,255,.1);backdrop-filter:blur(14px);box-shadow:0 30px 70px rgba(0,0,0,.25)}
.hero-dashboard span{color:#8de9ff;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.hero-dashboard strong{display:block;margin:16px 0 30px;color:#fff;font-family:"Playfair Display",serif;font-size:38px;line-height:1.15}
.hero-bars{display:flex;align-items:flex-end;gap:12px;height:95px}
.hero-bars i{flex:1;border-radius:10px 10px 4px 4px;background:linear-gradient(#45d7ff,#176ee5)}
.hero-bars i:nth-child(1){height:38%}.hero-bars i:nth-child(2){height:62%}.hero-bars i:nth-child(3){height:78%}.hero-bars i:nth-child(4){height:100%}
.hero-orbit{position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%}.orbit-one{width:380px;height:380px}.orbit-two{width:510px;height:510px}
.home-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.home-service-card{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 12px 35px rgba(6,26,56,.08);transition:.25s}
.home-service-card:hover{transform:translateY(-6px);box-shadow:0 22px 52px rgba(6,26,56,.14)}
.home-service-card img{width:100%;height:210px;object-fit:cover}
.home-service-card>div{padding:25px}.home-service-card span{display:grid;width:44px;height:44px;place-items:center;border-radius:13px;background:#eaf2ff;color:#176ee5;font-weight:900}.home-service-card h3{margin:18px 0 8px;font-size:22px}.home-service-card p{margin:0;color:var(--muted)}
.ai-showcase{min-height:470px;padding:42px;border-radius:30px;background:radial-gradient(circle at 70% 20%,rgba(69,215,255,.28),transparent 30%),linear-gradient(145deg,#031126,#0d3978);color:#fff;display:flex;flex-direction:column;justify-content:center}
.ai-showcase h2{font-family:"Playfair Display",serif;font-size:42px;line-height:1.15}.ai-chip{color:#8de9ff;font-weight:900}.ai-nodes{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.ai-nodes span{padding:9px 14px;border:1px solid rgba(255,255,255,.25);border-radius:30px;background:rgba(255,255,255,.08)}
/* CHATBOT */
.chat-launcher{position:fixed;right:22px;bottom:78px;z-index:50;display:flex;align-items:center;gap:9px;border:0;border-radius:30px;padding:10px 16px 10px 10px;background:#071a38;color:#fff;box-shadow:0 15px 35px rgba(0,0,0,.25);cursor:pointer}.chat-launcher span{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;background:#176ee5;font-weight:900}.chat-panel{position:fixed;right:22px;bottom:132px;z-index:60;width:min(390px,calc(100vw - 30px));height:540px;display:none;flex-direction:column;border:1px solid #dbe4ef;border-radius:22px;background:#fff;box-shadow:0 25px 70px rgba(0,0,0,.25);overflow:hidden}.chat-panel.open{display:flex}.chat-head{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;background:linear-gradient(135deg,#031126,#0d3978);color:#fff}.chat-head strong,.chat-head span{display:block}.chat-head span{font-size:11px;color:#cbd8ea}.chat-head button{border:0;background:transparent;color:#fff;font-size:26px;cursor:pointer}.chat-messages{flex:1;overflow:auto;padding:18px;background:#f5f7fb}.chat-bubble{max-width:88%;margin:0 0 12px;padding:12px 14px;border-radius:15px;white-space:pre-wrap}.chat-bubble.bot{background:#fff;color:#24344f;border:1px solid #dfe6ef}.chat-bubble.user{margin-left:auto;background:#176ee5;color:#fff}.chat-form{display:flex;gap:8px;padding:12px;border-top:1px solid #e5eaf1}.chat-form textarea{min-height:52px;max-height:90px;resize:none}.chat-form button{border:0;border-radius:11px;padding:0 15px;background:#176ee5;color:#fff;font-weight:800}.chat-note{padding:0 14px 10px;color:#7a879a}
@media(max-width:900px){.home-service-grid{grid-template-columns:1fr 1fr}.hero-visual{min-height:340px}.orbit-two{width:400px;height:400px}}
@media(max-width:580px){.home-service-grid{grid-template-columns:1fr}.home-service-card img{height:220px}.hero-orbit{display:none}.chat-launcher strong{display:none}.chat-panel{right:15px;bottom:125px;height:520px}}
