/*
Theme Name: 3Q Studio
Theme URI: https://example.com/
Author: 3q-studio
Description: Custom WordPress theme without Elementor. Split CSS structure for Home, Services, Solutions, Case Studies, Pricing, About and Resources pages.
Version: 2.2.75
License: GPL v2 or later
Text Domain: 3q-studio
*/

:root{
  --bg:#f8fbff;
  --card:#fff;
  --text:#071026;
  --muted:#56627b;
  --line:#dfe7f6;
  --blue:#075cff;
  --blue2:#1d7bff;
  --violet:#6420ff;
  --dark:#06153b;
  --shadow:0 18px 55px rgba(17,42,103,.10);
  --shadow2:0 10px 30px rgba(19,62,172,.16);
  --container:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  overflow-x:hidden;
  color:var(--text);
  background:linear-gradient(180deg,#fff 0%,#f7fbff 50%,#fff 100%);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:15px;
  line-height:1.45;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.container{width:min(var(--container),calc(100% - 44px));margin-inline:auto}
.gradient-text{background:linear-gradient(90deg,#0a58ff 0%,#6518ff 72%);-webkit-background-clip:text;background-clip:text;color:transparent}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:13px;border:1px solid var(--line);padding:14px 22px;font-weight:900;font-size:13px;line-height:1;transition:.22s ease;background:#fff;box-shadow:0 3px 0 rgba(8,23,57,.02);cursor:pointer}
.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow2)}
.btn-primary{border:0;color:#fff;background:linear-gradient(135deg,var(--blue),var(--violet));box-shadow:0 17px 32px rgba(59,54,231,.28)}
.btn-sm{padding:13px 18px}.btn-dark{background:#071744;color:#fff;border-color:rgba(255,255,255,.2)}.btn-ghost{background:rgba(255,255,255,.78)}.btn-light{background:#fff;color:#0b36d7;border:0}
.arrow{width:23px;height:23px;border-radius:50%;background:rgba(255,255,255,.22);display:inline-flex;align-items:center;justify-content:center}.play{width:29px;height:29px;border:1px solid #d6e0f4;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#08142e}
.section{padding:34px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:18px}.section-head.center{justify-content:center;text-align:center}.section h2{font-size:clamp(26px,2.3vw,34px);letter-spacing:-.05em;line-height:1.04;margin:0}.section p.sub{color:var(--muted);margin:8px 0 0;max-width:620px}
.mobile-toggle{display:none;border:0;background:#fff;border-radius:12px;padding:10px;box-shadow:var(--shadow)}.bar{display:block;width:22px;height:2px;background:#111;margin:5px 0}
@media (max-width:780px){.container{width:min(100% - 28px,var(--container))}.section-head{display:block}}
