.tech-logo{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;color:#fff;font-weight:900;font-size:.78rem;margin-bottom:10px;box-shadow:0 8px 18px rgba(8,28,51,.14)}.tech-item:nth-child(1) .tech-logo{background:#149eca}.tech-item:nth-child(2) .tech-logo{background:#e6b800;color:#172638}.tech-item:nth-child(3) .tech-logo{background:#6b3fc5}.tech-item:nth-child(4) .tech-logo{background:#777bb4}.tech-item:nth-child(5) .tech-logo{background:linear-gradient(135deg,#e44d26,#1572b6)}.tech-item:nth-child(6) .tech-logo{background:#c82929}.tech-item:nth-child(7) .tech-logo{background:#e48e00}.tech-item:nth-child(8) .tech-logo{background:#0c8e75}.tech-item:nth-child(9) .tech-logo{background:#3ddc84;color:#073d25}.tech-item:nth-child(10) .tech-logo{background:#258bd2}.google-reviews{margin-top:28px;display:grid;grid-template-columns:1.3fr .7fr;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.google-reviews iframe{width:100%;min-height:310px;border:0}.google-review-copy{padding:34px;display:flex;flex-direction:column;justify-content:center}.google-brand{display:flex;gap:10px;align-items:center;font-weight:900;color:var(--navy)}.google-g{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#4285f4 0 25%,#34a853 0 45%,#fbbc05 0 70%,#ea4335 0);color:#fff;border:6px solid #fff;box-shadow:0 0 0 1px var(--line)}.google-review-copy h3{font-size:1.5rem;color:var(--navy);margin:18px 0 8px}.google-review-copy p{color:var(--muted);margin:0 0 20px}.chat-launch{position:fixed;right:20px;bottom:88px;width:58px;height:58px;border:0;border-radius:50%;background:linear-gradient(135deg,#1769e0,#17a6dd);color:#fff;font-size:1.45rem;box-shadow:0 12px 28px rgba(23,105,224,.35);z-index:70;cursor:pointer}.chat-panel{position:fixed;right:20px;bottom:158px;width:min(370px,calc(100vw - 28px));height:520px;max-height:calc(100vh - 190px);background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 24px 70px rgba(7,29,53,.25);z-index:70;display:none;overflow:hidden}.chat-panel.open{display:flex;flex-direction:column}.chat-head{padding:17px 18px;background:var(--navy);color:#fff;display:flex;justify-content:space-between;align-items:center}.chat-head strong{display:block}.chat-head span{font-size:.75rem;color:#9fdff3}.chat-close{border:0;background:transparent;color:#fff;font-size:1.35rem;cursor:pointer}.chat-messages{flex:1;overflow:auto;padding:16px;background:#f5f8fb}.bubble{max-width:85%;padding:10px 12px;margin:0 0 10px;border-radius:11px;font-size:.88rem;line-height:1.45}.bubble.bot{background:#fff;border:1px solid var(--line)}.bubble.user{background:#177bd1;color:#fff;margin-left:auto}.quick-actions{display:flex;flex-wrap:wrap;gap:7px;padding:10px 14px;border-top:1px solid var(--line)}.quick-actions button{border:1px solid #abd6e8;border-radius:99px;background:#eef9fd;color:#087ca8;padding:7px 10px;font-weight:700;font-size:.74rem;cursor:pointer}.chat-form{display:flex;gap:7px;padding:11px 14px;border-top:1px solid var(--line)}.chat-form input{margin:0;min-width:0}.chat-form button{border:0;border-radius:7px;background:var(--blue);color:#fff;padding:0 15px;font-weight:900}@media(max-width:760px){.google-reviews{grid-template-columns:1fr}.chat-panel{right:14px;bottom:150px}.chat-launch{right:14px}}
