/* Murat Çalı Dijital Ofis v2.4.0 - premium responsive frontend */
:root{
  --mcdo-primary:#0f172a;
  --mcdo-primary-2:#1e293b;
  --mcdo-accent:#ff7a1a;
  --mcdo-accent-2:#ff9d45;
  --mcdo-bg:#f8fafc;
  --mcdo-card:#ffffff;
  --mcdo-muted:#64748b;
  --mcdo-border:#e5e7eb;
  --mcdo-soft:#fff7ed;
  --mcdo-radius:24px;
}
.mcdo-widget,.mcdo-full-panel{font-family:inherit;color:var(--mcdo-primary);box-sizing:border-box;line-height:1.45}
.mcdo-widget *,.mcdo-full-panel *{box-sizing:border-box}
.mcdo-widget button,.mcdo-full-panel button,.mcdo-widget input,.mcdo-widget textarea{font:inherit}

/* Floating premium office button */
.mcdo-widget button.mcdo-bubble{
  all:unset;
  position:fixed!important;
  right:22px!important;
  bottom:22px!important;
  z-index:99998!important;
  border:0!important;
  outline:0!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#111827,#1e293b 58%,#334155)!important;
  color:#fff!important;
  padding:8px 16px 8px 8px!important;
  box-shadow:0 24px 70px rgba(15,23,42,.34),0 0 0 1px rgba(255,255,255,.10) inset!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-height:68px!important;
  cursor:pointer!important;
  user-select:none!important;
  text-decoration:none!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
  transition:transform .2s ease,box-shadow .2s ease!important;
}
.mcdo-widget button.mcdo-bubble:hover{transform:translateY(-3px)!important;box-shadow:0 30px 80px rgba(15,23,42,.44),0 0 0 1px rgba(255,255,255,.15) inset!important}
.mcdo-bubble-avatar{width:54px;height:54px;border-radius:50%;overflow:hidden;background:#fff;display:grid;place-items:center;flex:0 0 54px;border:0!important;box-shadow:0 10px 28px rgba(0,0,0,.22),0 0 0 3px rgba(255,255,255,.86)}
.mcdo-bubble-avatar img{width:100%;height:100%;object-fit:cover;display:block;border:0!important;outline:0!important;box-shadow:none!important}
.mcdo-bubble-dot{width:18px;height:18px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 8px rgba(34,197,94,.16)}
.mcdo-bubble-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.15;min-width:0}
.mcdo-bubble-text strong{font-size:14px;font-weight:950;color:#fff;white-space:nowrap;letter-spacing:-.01em}
.mcdo-bubble-text small{font-size:11px;opacity:.76;font-weight:700;margin-top:4px;color:#fff}
.mcdo-bubble-pulse{position:absolute;right:8px;top:8px;width:11px;height:11px;background:#22c55e;border-radius:50%;box-shadow:0 0 0 0 rgba(34,197,94,.62);animation:mcdoPulse 1.8s infinite}
@keyframes mcdoPulse{70%{box-shadow:0 0 0 12px rgba(34,197,94,0)}100%{box-shadow:0 0 0 0 rgba(34,197,94,0)}}

/* Chat panel */
.mcdo-panel{position:fixed;right:22px;bottom:104px;width:420px;max-width:calc(100vw - 28px);height:690px;max-height:calc(100vh - 128px);background:rgba(255,255,255,.96);border-radius:28px;box-shadow:0 34px 100px rgba(15,23,42,.32);z-index:99999;overflow:hidden;display:none;border:1px solid rgba(15,23,42,.08);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.mcdo-panel.is-open{display:flex;flex-direction:column;animation:mcdoPanelIn .18s ease-out}
@keyframes mcdoPanelIn{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}
.mcdo-embedded .mcdo-panel{position:relative;right:auto;bottom:auto;width:100%;max-width:900px;height:740px;max-height:none;display:flex;margin:0 auto;box-shadow:0 22px 62px rgba(15,23,42,.12);border-radius:26px}
.mcdo-header{background:linear-gradient(135deg,var(--mcdo-primary),#1e293b 55%,#334155);color:#fff;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:16px;position:relative;overflow:hidden}
.mcdo-header:after{content:"";position:absolute;right:-70px;top:-80px;width:190px;height:190px;background:radial-gradient(circle,rgba(255,122,26,.18),transparent 65%)}
.mcdo-header-agent{position:relative;z-index:2;display:flex;align-items:center;gap:12px;min-width:0}
.mcdo-header-avatar{width:46px;height:46px;border-radius:50%;overflow:hidden;background:#fff;display:grid;place-items:center;flex:0 0 46px;border:0;box-shadow:0 10px 26px rgba(0,0,0,.20),0 0 0 2px rgba(255,255,255,.78)}
.mcdo-header-avatar img{width:100%;height:100%;object-fit:cover;display:block}.mcdo-header-avatar span{color:var(--mcdo-primary);font-weight:950}
.mcdo-header strong{display:block;font-size:16px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff}
.mcdo-header small{display:flex;align-items:center;gap:7px;opacity:.88;margin-top:5px;font-size:12px;color:#fff}.mcdo-status-dot{width:8px;height:8px;border-radius:50%;display:inline-block;background:#22c55e;flex:0 0 auto}.mcdo-status-busy{background:#f59e0b}.mcdo-status-meeting{background:#60a5fa}.mcdo-status-offline{background:#9ca3af}
.mcdo-close{position:relative;z-index:2;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);color:#fff;border-radius:999px;width:34px;height:34px;font-size:25px;line-height:1;cursor:pointer;display:grid;place-items:center}.mcdo-body{flex:1;background:linear-gradient(180deg,#f8fafc 0%,#f4f5f7 100%);overflow:hidden;display:flex;flex-direction:column;position:relative}.mcdo-office-tag{align-self:center;margin:12px 0 0;background:rgba(15,23,42,.06);border:1px solid rgba(15,23,42,.08);border-radius:999px;padding:6px 12px;font-size:11px;font-weight:900;color:#475569}.mcdo-messages{padding:14px 16px 10px;overflow-y:auto;flex:1;scrollbar-width:thin}.mcdo-msg{max-width:86%;margin:0 0 12px;padding:12px 13px;border-radius:18px;font-size:14px;line-height:1.45;box-shadow:0 10px 24px rgba(15,23,42,.07);word-wrap:break-word}.mcdo-msg-name{font-size:10px;text-transform:uppercase;letter-spacing:.06em;opacity:.58;margin-bottom:5px;font-weight:900}.mcdo-msg-agent{background:#fff;border-top-left-radius:6px;border:1px solid rgba(15,23,42,.05)}.mcdo-msg-system{background:#eef2ff;border-radius:14px;color:#3730a3;max-width:100%;text-align:center}.mcdo-msg-visitor{margin-left:auto;background:linear-gradient(135deg,var(--mcdo-primary),#273449);color:#fff;border-top-right-radius:6px}.mcdo-msg small{display:block;margin-top:7px;opacity:.58;font-size:11px}.mcdo-attachment{display:inline-block;margin-top:9px;color:inherit;text-decoration:underline;font-weight:900}.mcdo-quick-actions{display:flex;gap:7px;padding:0 14px 14px;overflow-x:auto;flex-wrap:wrap}.mcdo-quick-actions button{background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:8px 11px;font-size:12px;cursor:pointer;white-space:nowrap;color:#334155;box-shadow:0 3px 12px rgba(15,23,42,.04);transition:all .16s ease}.mcdo-quick-actions button:hover{border-color:var(--mcdo-accent);color:var(--mcdo-accent);transform:translateY(-1px)}.mcdo-contact-card{background:#fff;margin:0 14px 13px;padding:14px;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 10px 26px rgba(15,23,42,.06)}.mcdo-contact-card p{margin:0 0 8px;font-size:13px;color:#334155}.mcdo-contact-card input{width:100%;border:1px solid #e5e7eb;border-radius:12px;padding:10px 11px;margin:5px 0;font-size:13px;background:#fff;color:#0f172a}.mcdo-contact-card button{background:var(--mcdo-primary);color:#fff;border:0;border-radius:12px;padding:10px 13px;font-weight:900;margin-top:5px;cursor:pointer}.mcdo-compose{border-top:1px solid #e5e7eb;background:#fff;padding:12px}.mcdo-input{width:100%;resize:none;border:1px solid #e5e7eb;border-radius:17px;padding:13px 14px;font-size:14px;outline:0;background:#fff;transition:box-shadow .15s,border-color .15s;color:#0f172a}.mcdo-input:focus{border-color:var(--mcdo-accent);box-shadow:0 0 0 4px rgba(255,122,26,.13)}.mcdo-compose-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:9px}.mcdo-file-label{font-size:12px;color:#374151;cursor:pointer;background:#f3f4f6;border-radius:999px;padding:8px 10px;max-width:180px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mcdo-file-label input{display:none}.mcdo-file-name{opacity:.78}.mcdo-whatsapp{font-size:12px;background:#dcfce7;color:#166534;border-radius:999px;padding:8px 10px;text-decoration:none;font-weight:900}.mcdo-send{margin-left:auto;border:0!important;border-radius:999px!important;background:linear-gradient(135deg,var(--mcdo-accent),var(--mcdo-accent-2))!important;color:#fff!important;font-weight:950!important;padding:10px 18px!important;cursor:pointer!important;box-shadow:0 8px 20px rgba(255,122,26,.24)!important}.mcdo-send:disabled{opacity:.55;cursor:not-allowed}.mcdo-note{background:#fff8eb;color:#6b4e16;border-top:1px solid #fdecc8;font-size:11px;line-height:1.35;padding:9px 12px}.mcdo-embedded .mcdo-note{font-size:12px}.mcdo-panel-link{display:inline-flex;align-items:center;border:1px solid rgba(255,122,26,.34);color:#9a3412;background:#fff7ed;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:900;text-decoration:none;white-space:nowrap;box-shadow:0 3px 12px rgba(15,23,42,.04)}.mcdo-panel-link:hover{background:var(--mcdo-accent);color:#fff;text-decoration:none}

/* Full digital office panel */
.mcdo-full-panel{max-width:1240px;margin:0 auto;padding:34px 18px 64px}.mcdo-full-panel a{text-decoration:none}.mcdo-full-hero{display:grid;grid-template-columns:minmax(0,1.35fr) 360px;gap:24px;align-items:stretch;background:radial-gradient(circle at 12% 10%,rgba(255,122,26,.16),transparent 34%),linear-gradient(135deg,#0f172a,#1e293b 60%,#334155);color:#fff;border-radius:34px;padding:42px;box-shadow:0 24px 80px rgba(15,23,42,.22);overflow:hidden;position:relative}.mcdo-full-hero:after{content:"";position:absolute;right:-110px;top:-120px;width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.13),transparent 65%)}.mcdo-full-kicker{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:8px 12px;font-weight:950;font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:#fff}.mcdo-full-hero h1{color:#fff;font-size:clamp(34px,5vw,66px);line-height:.98;margin:18px 0 18px;font-weight:950;letter-spacing:-.055em}.mcdo-full-hero p{font-size:17px;line-height:1.65;color:rgba(255,255,255,.78);max-width:820px;margin:0}.mcdo-full-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.mcdo-full-primary,.mcdo-full-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:16px;padding:14px 18px;font-weight:950;text-decoration:none;line-height:1.1;border:0;cursor:pointer}.mcdo-full-primary{background:linear-gradient(135deg,var(--mcdo-accent),var(--mcdo-accent-2));color:#fff;box-shadow:0 14px 28px rgba(255,122,26,.22)}.mcdo-full-secondary{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);color:#fff}.mcdo-full-primary:hover,.mcdo-full-secondary:hover{transform:translateY(-1px);filter:saturate(1.05)}.mcdo-full-status-card{position:relative;z-index:2;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.17);border-radius:26px;padding:24px;box-shadow:inset 0 1px 0 rgba(255,255,255,.12);backdrop-filter:blur(12px);display:flex;flex-direction:column;justify-content:center}.mcdo-full-status-card .mcdo-status-dot{width:13px;height:13px;margin-bottom:14px}.mcdo-full-status-card strong{font-size:23px;color:#fff}.mcdo-full-status-card small{display:block;color:rgba(255,255,255,.76);margin:7px 0 14px}.mcdo-full-status-card p{font-size:14px;color:rgba(255,255,255,.72);line-height:1.55}.mcdo-rules-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:20px 0}.mcdo-rules-strip div{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:18px;box-shadow:0 14px 34px rgba(15,23,42,.06)}.mcdo-rules-strip strong{display:block;font-size:15px;margin-bottom:6px;color:#0f172a}.mcdo-rules-strip span{display:block;color:#64748b;line-height:1.45;font-size:13px}.mcdo-section-head{max-width:840px;margin-bottom:18px}.mcdo-section-head span,.mcdo-panel-chat-info span{display:inline-block;color:var(--mcdo-accent);font-weight:950;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.mcdo-section-head h2,.mcdo-panel-chat-info h2{font-size:clamp(28px,4vw,42px);line-height:1.04;margin:9px 0 10px;letter-spacing:-.04em;color:#0f172a}.mcdo-section-head p,.mcdo-panel-chat-info p{color:#64748b;line-height:1.65;margin:0}

/* Command center fixed: no overlapping text */
.mcdo-command-center{margin:28px 0 34px;padding:28px;border-radius:30px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(15,23,42,.08);box-shadow:0 22px 70px rgba(15,23,42,.08)}.mcdo-command-head{margin-bottom:18px}.mcdo-command-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.mcdo-command-grid button.mcdo-command-card{all:unset;box-sizing:border-box!important;width:100%!important;min-height:138px!important;border:1px solid rgba(15,23,42,.10)!important;background:#fff!important;border-radius:22px!important;padding:20px!important;box-shadow:0 14px 35px rgba(15,23,42,.06)!important;cursor:pointer!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;grid-template-rows:auto auto!important;column-gap:14px!important;row-gap:5px!important;align-content:center!important;text-align:left!important;color:#0f172a!important;white-space:normal!important;overflow:hidden!important}.mcdo-command-grid button.mcdo-command-card:hover{transform:translateY(-4px)!important;border-color:rgba(255,122,26,.42)!important;box-shadow:0 24px 55px rgba(15,23,42,.10)!important}.mcdo-command-card span{grid-row:1/3!important;width:46px!important;height:46px!important;border-radius:16px!important;background:#fff4ed!important;display:grid!important;place-items:center!important;font-size:22px!important;line-height:1!important;align-self:center!important;justify-self:start!important}.mcdo-command-card strong{display:block!important;font-size:17px!important;color:#0f172a!important;line-height:1.22!important;font-weight:950!important;letter-spacing:-.02em!important;min-width:0!important;white-space:normal!important;overflow-wrap:break-word!important;margin:0!important}.mcdo-command-card small{display:block!important;color:#64748b!important;font-size:13px!important;line-height:1.4!important;min-width:0!important;white-space:normal!important;overflow-wrap:break-word!important;margin:0!important}

/* Habit and popular section */
.mcdo-habit-section{display:grid;grid-template-columns:1.05fr .95fr;gap:22px;margin:0 0 34px}.mcdo-habit-main,.mcdo-popular-list{border-radius:30px;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 20px 60px rgba(15,23,42,.08);padding:30px}.mcdo-habit-main{background:radial-gradient(circle at 10% 0%,rgba(255,122,26,.16),transparent 28%),linear-gradient(135deg,#111827,#1f2937);color:#fff}.mcdo-habit-main h2{color:#fff;font-size:36px;line-height:1.05;margin:16px 0 14px;letter-spacing:-.04em}.mcdo-habit-main p{color:rgba(255,255,255,.76);font-size:16px;line-height:1.65;margin:0}.mcdo-process-mini{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.mcdo-process-mini span{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:999px;padding:8px 11px;font-size:12px;font-weight:950}.mcdo-popular-list strong{display:block;font-size:20px;margin:0 0 14px;color:#0f172a}.mcdo-popular-item{width:100%;border:1px solid #e5e7eb;background:#fff;border-radius:16px;padding:13px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 0;font-weight:900;text-align:left;color:#334155;cursor:pointer;transition:.16s ease;line-height:1.25}.mcdo-popular-item:hover{border-color:rgba(255,122,26,.45);background:#fff7ed;transform:translateX(3px)}.mcdo-popular-item span{background:var(--mcdo-accent);color:#fff;border-radius:999px;font-size:11px;padding:6px 9px;white-space:nowrap;flex:0 0 auto}

/* Services */
.mcdo-service-section,.mcdo-panel-chat-section{margin-top:34px}.mcdo-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.mcdo-service-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:20px;box-shadow:0 14px 38px rgba(15,23,42,.06);cursor:pointer;transition:transform .17s ease,box-shadow .17s ease,border-color .17s ease;min-height:310px;display:flex;flex-direction:column;overflow:hidden}.mcdo-service-card:hover{transform:translateY(-4px);border-color:rgba(255,122,26,.44);box-shadow:0 24px 58px rgba(15,23,42,.11)}.mcdo-service-icon{width:48px;height:48px;border-radius:16px;background:#fff7ed;display:grid;place-items:center;font-size:24px;margin-bottom:14px;flex:0 0 auto}.mcdo-service-card h3{font-size:20px;margin:0 0 8px;letter-spacing:-.02em;color:#0f172a}.mcdo-service-card p{color:#64748b;line-height:1.5;margin:0 0 12px;font-size:14px}.mcdo-service-card ul{padding:0;margin:0 0 16px;list-style:none;display:grid;gap:7px}.mcdo-service-card li{font-size:13px;color:#334155;display:flex;align-items:flex-start;gap:7px;line-height:1.35}.mcdo-service-card li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--mcdo-accent);margin-top:.55em;flex:0 0 6px}.mcdo-service-foot{margin-top:auto;display:flex;gap:10px;align-items:center;justify-content:space-between;border-top:1px solid #eef2f7;padding-top:14px}.mcdo-service-foot span{font-size:11px;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:999px;padding:7px 9px;line-height:1.2;font-weight:900}.mcdo-service-start{border:0!important;border-radius:999px!important;background:#0f172a!important;color:#fff!important;font-size:12px!important;font-weight:950!important;padding:9px 12px!important;cursor:pointer!important;white-space:nowrap!important;box-shadow:none!important}.mcdo-service-start:hover{background:#1e293b!important}

/* Panel chat section */
.mcdo-panel-chat-section{display:grid;grid-template-columns:minmax(0,.72fr) minmax(420px,1fr);gap:26px;align-items:start;background:#f8fafc;border:1px solid #e5e7eb;border-radius:30px;padding:26px}.mcdo-panel-chat-box .mcdo-embedded .mcdo-panel{max-width:100%;height:710px;margin:0}.mcdo-panel-chat-info{position:sticky;top:24px;background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:24px;box-shadow:0 14px 36px rgba(15,23,42,.05)}.mcdo-offer-quick{max-width:96%;margin:0 auto 12px;background:#fff7ed;border:1px solid #fed7aa;color:#7c2d12;border-radius:18px;padding:12px;box-shadow:0 10px 24px rgba(15,23,42,.06);text-align:center}.mcdo-offer-quick strong{display:block;margin-bottom:9px}.mcdo-offer-quick button{border:0;border-radius:999px;padding:9px 12px;margin:3px;background:var(--mcdo-primary);color:#fff;font-weight:950;cursor:pointer}.mcdo-offer-quick button+button{background:#fff;border:1px solid #fb923c;color:#9a3412}

/* Responsive */
@media(max-width:1100px){.mcdo-full-hero,.mcdo-panel-chat-section{grid-template-columns:1fr}.mcdo-rules-strip,.mcdo-command-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mcdo-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mcdo-panel-chat-info{position:relative;top:auto}.mcdo-habit-section{grid-template-columns:1fr}}
@media(max-width:760px){.mcdo-full-panel{padding:18px 12px 40px}.mcdo-full-hero{padding:28px 20px;border-radius:24px}.mcdo-full-status-card{padding:20px}.mcdo-full-actions a,.mcdo-full-actions button{width:100%;text-align:center}.mcdo-rules-strip,.mcdo-command-grid,.mcdo-service-grid{grid-template-columns:1fr!important}.mcdo-command-center,.mcdo-habit-main,.mcdo-popular-list{padding:20px;border-radius:22px}.mcdo-command-grid button.mcdo-command-card{min-height:auto!important;padding:18px!important}.mcdo-habit-main h2{font-size:30px}.mcdo-panel-chat-section{padding:14px;border-radius:22px}.mcdo-service-card{min-height:auto}.mcdo-service-foot{align-items:flex-start;flex-direction:column}.mcdo-service-start{width:100%!important}.mcdo-popular-item{align-items:flex-start;flex-direction:column}.mcdo-popular-item span{align-self:flex-start}}
@media(max-width:640px){.mcdo-widget button.mcdo-bubble{right:14px!important;bottom:14px!important;min-height:58px!important;padding:7px 12px 7px 7px!important}.mcdo-bubble-avatar{width:46px;height:46px;flex-basis:46px}.mcdo-bubble-text strong{font-size:13px}.mcdo-panel{right:8px;bottom:84px;width:calc(100vw - 16px);height:calc(100vh - 104px);max-height:none;border-radius:22px}.mcdo-embedded .mcdo-panel{height:calc(100vh - 110px);border-radius:18px}.mcdo-header{padding:14px}.mcdo-header-avatar{width:42px;height:42px;flex-basis:42px}.mcdo-compose-actions{flex-wrap:wrap}.mcdo-send{width:100%!important;margin-left:0!important}.mcdo-file-label,.mcdo-whatsapp{flex:1;text-align:center}.mcdo-note{font-size:10.5px}.mcdo-panel-chat-box .mcdo-embedded .mcdo-panel{height:calc(100vh - 120px)}}
@media(max-width:420px){.mcdo-bubble-text{display:none}.mcdo-widget button.mcdo-bubble{padding:7px!important;border-radius:999px!important}.mcdo-bubble-pulse{right:4px;top:5px}.mcdo-full-hero h1{font-size:34px}.mcdo-section-head h2,.mcdo-panel-chat-info h2{font-size:28px}.mcdo-command-card span{width:42px!important;height:42px!important}.mcdo-command-grid button.mcdo-command-card{grid-template-columns:48px minmax(0,1fr)!important;column-gap:12px!important}}


/* v2.4.0 - responsive overflow, command card, sales section and customer-friendly language fixes */
@supports selector(body:has(.mcdo-full-panel)){
  html:has(.mcdo-full-panel),
  body:has(.mcdo-full-panel){overflow-x:hidden!important;}
}
.mcdo-full-panel{
  width:100%!important;
  max-width:min(1240px, calc(100vw - 24px))!important;
  overflow-x:clip!important;
  padding-left:clamp(12px,2vw,18px)!important;
  padding-right:clamp(12px,2vw,18px)!important;
}
.mcdo-full-panel section,
.mcdo-full-hero,
.mcdo-command-center,
.mcdo-habit-section,
.mcdo-sales-section,
.mcdo-service-section,
.mcdo-panel-chat-section,
.mcdo-rules-strip,
.mcdo-command-grid,
.mcdo-service-grid,
.mcdo-sales-grid{
  min-width:0!important;
  max-width:100%!important;
}
.mcdo-full-panel h1,
.mcdo-full-panel h2,
.mcdo-full-panel h3,
.mcdo-full-panel p,
.mcdo-full-panel small,
.mcdo-full-panel strong,
.mcdo-full-panel span,
.mcdo-full-panel li{
  overflow-wrap:anywhere;
}
.mcdo-command-grid button.mcdo-command-card{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:10px!important;
  min-height:174px!important;
  padding:22px!important;
}
.mcdo-command-card span{
  flex:0 0 auto!important;
  grid-row:auto!important;
  align-self:flex-start!important;
}
.mcdo-command-card strong{
  width:100%!important;
  max-width:100%!important;
}
.mcdo-command-card small{
  width:100%!important;
  max-width:100%!important;
  display:block!important;
}
.mcdo-sales-section{
  margin:0 0 36px;
  padding:30px;
  border-radius:30px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 22px 70px rgba(15,23,42,.08);
}
.mcdo-sales-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.mcdo-sales-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:24px;
  padding:22px;
  box-shadow:0 14px 38px rgba(15,23,42,.06);
  min-height:330px;
  display:flex;
  flex-direction:column;
  transition:transform .17s ease,box-shadow .17s ease,border-color .17s ease;
}
.mcdo-sales-card:hover{
  transform:translateY(-4px);
  border-color:rgba(255,122,26,.44);
  box-shadow:0 24px 58px rgba(15,23,42,.11);
}
.mcdo-sales-icon{
  width:50px;
  height:50px;
  border-radius:16px;
  background:#fff7ed;
  display:grid;
  place-items:center;
  font-size:24px;
  margin-bottom:14px;
}
.mcdo-sales-card h3{
  font-size:21px;
  line-height:1.18;
  margin:0 0 9px;
  letter-spacing:-.02em;
  color:#0f172a;
}
.mcdo-sales-card p{
  color:#64748b;
  line-height:1.55;
  margin:0 0 14px;
  font-size:14px;
}
.mcdo-sales-card ul{
  padding:0;
  margin:0 0 18px;
  list-style:none;
  display:grid;
  gap:8px;
}
.mcdo-sales-card li{
  display:flex;
  align-items:flex-start;
  gap:8px;
  color:#334155;
  font-size:13px;
  line-height:1.35;
}
.mcdo-sales-card li:before{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--mcdo-accent);
  margin-top:.55em;
  flex:0 0 6px;
}
.mcdo-sales-start{
  margin-top:auto!important;
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--mcdo-accent),var(--mcdo-accent-2))!important;
  color:#fff!important;
  font-weight:950!important;
  padding:11px 14px!important;
  cursor:pointer!important;
  width:100%!important;
  box-shadow:0 10px 22px rgba(255,122,26,.22)!important;
}
.mcdo-service-card[data-service="paket"]{display:none!important;}
@media(max-width:1100px){
  .mcdo-sales-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:760px){
  .mcdo-full-panel{max-width:100%!important;padding-left:12px!important;padding-right:12px!important;}
  .mcdo-sales-section{padding:20px;border-radius:22px;}
  .mcdo-sales-grid{grid-template-columns:1fr!important;}
  .mcdo-command-grid button.mcdo-command-card{min-height:auto!important;}
  .mcdo-command-card strong{font-size:16px!important;}
  .mcdo-command-card small{font-size:13px!important;}
}
@media(max-width:420px){
  .mcdo-full-panel{padding-left:10px!important;padding-right:10px!important;}
  .mcdo-command-grid button.mcdo-command-card{padding:18px!important;gap:9px!important;}
  .mcdo-sales-card{min-height:auto;}
}

/* v2.4.0 - compact mobile layout, overflow prevention and embedded chat fixes */
.mcdo-full-panel,
.mcdo-full-panel *{
  min-width:0;
}
.mcdo-habit-section{
  align-items:stretch;
}
.mcdo-habit-main{
  overflow:hidden;
}
.mcdo-habit-main h2,
.mcdo-habit-main p{
  max-width:100%;
  word-break:normal;
  overflow-wrap:break-word;
}
.mcdo-process-mini{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}
.mcdo-process-mini span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  text-align:center;
  line-height:1.25;
  white-space:normal;
}
.mcdo-process-mini span:last-child{
  grid-column:1/-1;
}

/* Compact quick operations */
.mcdo-popular-list{
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.mcdo-popular-list>strong{
  font-size:22px;
  line-height:1.2;
  margin-bottom:16px;
}
.mcdo-popular-item{
  width:100%!important;
  min-height:54px;
  margin:6px 0!important;
  padding:10px 12px!important;
  display:grid!important;
  grid-template-columns:32px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:10px!important;
  border:1px solid #e5e7eb!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#243047!important;
  box-shadow:none!important;
  transform:none!important;
  overflow:hidden!important;
}
.mcdo-popular-item:hover{
  background:#fff7ed!important;
  border-color:rgba(255,122,26,.45)!important;
  transform:none!important;
}
.mcdo-popular-icon{
  width:32px!important;
  height:32px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:10px!important;
  background:#fff4ed!important;
  color:#ea580c!important;
  font-size:15px!important;
  font-weight:900!important;
  padding:0!important;
  flex:none!important;
}
.mcdo-popular-label{
  min-width:0!important;
  color:#243047!important;
  font-size:14px!important;
  line-height:1.3!important;
  font-weight:800!important;
  overflow-wrap:break-word!important;
  padding:0!important;
  background:transparent!important;
  border-radius:0!important;
  white-space:normal!important;
}
.mcdo-popular-action{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:42px!important;
  height:28px!important;
  padding:0 9px!important;
  border-radius:999px!important;
  background:#0f172a!important;
  color:#fff!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:900!important;
  white-space:nowrap!important;
  flex:none!important;
}

/* Embedded panel must grow with content instead of hiding contact fields */
.mcdo-embedded .mcdo-panel,
.mcdo-panel-chat-box .mcdo-embedded .mcdo-panel{
  height:auto!important;
  min-height:720px!important;
  max-height:none!important;
}
.mcdo-embedded .mcdo-body{
  overflow:visible!important;
  min-height:620px;
}
.mcdo-embedded .mcdo-messages{
  min-height:180px;
  max-height:330px;
  flex:0 1 auto;
}
.mcdo-embedded .mcdo-contact-card{
  flex:0 0 auto;
}
.mcdo-embedded .mcdo-compose{
  position:relative!important;
  bottom:auto!important;
  z-index:2;
}

@media(max-width:760px){
  .mcdo-habit-section{gap:16px!important;}
  .mcdo-habit-main,.mcdo-popular-list{padding:20px!important;}
  .mcdo-habit-main h2{font-size:28px!important;line-height:1.08!important;}
  .mcdo-habit-main p{font-size:14px!important;line-height:1.55!important;}
  .mcdo-process-mini{grid-template-columns:1fr!important;}
  .mcdo-process-mini span:last-child{grid-column:auto;}
  .mcdo-popular-list>strong{font-size:20px!important;}
  .mcdo-popular-item{
    grid-template-columns:30px minmax(0,1fr) auto!important;
    min-height:50px!important;
    padding:9px 10px!important;
  }
  .mcdo-popular-icon{width:30px!important;height:30px!important;}
  .mcdo-popular-label{font-size:13px!important;}
  .mcdo-popular-action{min-width:38px!important;height:26px!important;padding:0 8px!important;}
  .mcdo-embedded .mcdo-panel,
  .mcdo-panel-chat-box .mcdo-embedded .mcdo-panel{
    min-height:760px!important;
  }
  .mcdo-embedded .mcdo-body{min-height:660px!important;}
  .mcdo-embedded .mcdo-messages{max-height:280px!important;}
}
@media(max-width:420px){
  .mcdo-habit-main,.mcdo-popular-list{padding:17px!important;}
  .mcdo-habit-main h2{font-size:25px!important;}
  .mcdo-process-mini span{font-size:11px!important;padding:8px 10px!important;}
  .mcdo-popular-item{grid-template-columns:28px minmax(0,1fr) 34px!important;gap:8px!important;}
  .mcdo-popular-icon{width:28px!important;height:28px!important;font-size:13px!important;}
  .mcdo-popular-label{font-size:12.5px!important;}
  .mcdo-popular-action{min-width:34px!important;width:34px!important;height:25px!important;padding:0!important;font-size:0!important;}
  .mcdo-popular-action:after{content:"›";font-size:18px;line-height:1;}
  .mcdo-panel-chat-section{overflow:hidden!important;}
  .mcdo-panel-chat-box{min-width:0!important;overflow:hidden!important;}
  .mcdo-embedded .mcdo-panel{width:100%!important;min-width:0!important;}
}

/* v2.5.0 - mobile two-column app layout */
@media(max-width:760px){
  /* Command center: two compact cards per row */
  .mcdo-command-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .mcdo-command-grid button.mcdo-command-card{
    min-height:138px!important;
    padding:14px!important;
    border-radius:18px!important;
    gap:8px!important;
    justify-content:flex-start!important;
  }
  .mcdo-command-card span{
    width:38px!important;
    height:38px!important;
    border-radius:12px!important;
    font-size:18px!important;
  }
  .mcdo-command-card strong{
    font-size:14px!important;
    line-height:1.2!important;
  }
  .mcdo-command-card small{
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    font-size:11px!important;
    line-height:1.35!important;
  }

  /* Service desks: two cards per row, mobile-focused content */
  .mcdo-service-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .mcdo-service-card{
    min-height:208px!important;
    padding:14px!important;
    border-radius:18px!important;
  }
  .mcdo-service-icon{
    width:38px!important;
    height:38px!important;
    border-radius:12px!important;
    font-size:18px!important;
    margin-bottom:10px!important;
  }
  .mcdo-service-card h3{
    font-size:14px!important;
    line-height:1.2!important;
    margin-bottom:6px!important;
  }
  .mcdo-service-card p{
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    font-size:11px!important;
    line-height:1.35!important;
    margin-bottom:8px!important;
  }
  .mcdo-service-card ul{
    display:none!important;
  }
  .mcdo-service-foot{
    margin-top:auto!important;
    padding-top:10px!important;
    gap:7px!important;
    flex-direction:column!important;
    align-items:stretch!important;
  }
  .mcdo-service-foot span{
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    padding:5px 7px!important;
    border-radius:10px!important;
    font-size:9px!important;
    text-align:center!important;
  }
  .mcdo-service-start{
    width:100%!important;
    padding:8px 6px!important;
    font-size:10px!important;
  }

  /* Quick operations: compact two-column launcher */
  .mcdo-popular-list{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px!important;
  }
  .mcdo-popular-list>strong{
    grid-column:1/-1!important;
    margin-bottom:4px!important;
  }
  .mcdo-popular-item{
    margin:0!important;
    min-height:86px!important;
    padding:12px!important;
    grid-template-columns:30px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    align-content:center!important;
    gap:7px 8px!important;
  }
  .mcdo-popular-icon{
    grid-row:1/3!important;
    align-self:start!important;
  }
  .mcdo-popular-label{
    font-size:12px!important;
    line-height:1.25!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .mcdo-popular-action{
    justify-self:start!important;
    min-width:0!important;
    width:auto!important;
    height:23px!important;
    padding:0 8px!important;
    font-size:9px!important;
  }

  /* Packages: horizontally scrollable cards on mobile */
  .mcdo-sales-grid{
    display:flex!important;
    overflow-x:auto!important;
    overscroll-behavior-inline:contain!important;
    scroll-snap-type:x mandatory!important;
    gap:12px!important;
    padding:2px 2px 12px!important;
    scrollbar-width:none!important;
  }
  .mcdo-sales-grid::-webkit-scrollbar{display:none!important;}
  .mcdo-sales-card{
    flex:0 0 84%!important;
    min-width:84%!important;
    min-height:300px!important;
    scroll-snap-align:start!important;
  }

  /* Touch feedback */
  .mcdo-command-card:active,
  .mcdo-service-card:active,
  .mcdo-popular-item:active,
  .mcdo-sales-card:active{
    transform:scale(.975)!important;
    border-color:rgba(255,122,26,.55)!important;
    box-shadow:0 10px 28px rgba(255,122,26,.15)!important;
  }
}

@media(max-width:390px){
  .mcdo-command-grid,.mcdo-service-grid,.mcdo-popular-list{
    gap:8px!important;
  }
  .mcdo-command-grid button.mcdo-command-card{
    min-height:128px!important;
    padding:12px!important;
  }
  .mcdo-command-card strong,.mcdo-service-card h3{font-size:13px!important;}
  .mcdo-command-card small,.mcdo-service-card p{font-size:10.5px!important;}
  .mcdo-service-card{min-height:198px!important;padding:12px!important;}
  .mcdo-popular-item{min-height:82px!important;padding:10px!important;}
  .mcdo-popular-label{font-size:11.5px!important;}
  .mcdo-sales-card{flex-basis:88%!important;min-width:88%!important;}
}


/* v2.6.0 - simplified full-width office flow; quick operations removed */
.mcdo-habit-section-solo{
  display:block!important;
  grid-template-columns:none!important;
}
.mcdo-habit-section-solo .mcdo-habit-main{
  width:100%;
  padding:34px;
}
.mcdo-habit-section-solo .mcdo-process-mini{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:9px!important;
}
.mcdo-habit-section-solo .mcdo-process-mini span,
.mcdo-habit-section-solo .mcdo-process-mini span:last-child{
  grid-column:auto!important;
  min-height:44px;
  padding:9px 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  white-space:normal;
}
.mcdo-flow-benefits{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:18px;
}
.mcdo-flow-benefits>div{
  min-width:0;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.07);
  border-radius:16px;
  padding:14px;
}
.mcdo-flow-benefits strong{
  display:block;
  color:#fff;
  font-size:13px;
  margin-bottom:4px;
}
.mcdo-flow-benefits small{
  display:block;
  color:rgba(255,255,255,.70);
  font-size:11px;
  line-height:1.45;
}
@media(max-width:760px){
  .mcdo-habit-section-solo .mcdo-habit-main{padding:20px!important;}
  .mcdo-habit-section-solo .mcdo-process-mini{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .mcdo-habit-section-solo .mcdo-process-mini span:last-child{
    grid-column:1/-1!important;
  }
  .mcdo-flow-benefits{
    grid-template-columns:1fr!important;
    gap:8px;
  }
  .mcdo-flow-benefits>div{padding:11px 12px;}
}
@media(max-width:390px){
  .mcdo-habit-section-solo .mcdo-habit-main{padding:17px!important;}
  .mcdo-habit-section-solo .mcdo-process-mini span{
    font-size:10.5px!important;
    min-height:42px;
    padding:8px!important;
  }
}
