/*
Theme Name: Tech-Vero
Theme URI: https://tech-vero.com
Author: Tech-Vero
Author URI: https://tech-vero.com
Description: Tech-Vero — AI Design & Digital Growth Studio. A premium, purple-forward single-page marketing theme: glassmorphic cards over a tinted, dot-textured canvas, Inter Black headings, gradient CTAs. Edit the homepage markup in index.php; menu under Appearance > Menus ("Primary").
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: techvero
*/

:root {
  --bg: #edf0f5;
  --bg-light: #fafbfe;
  --surface: #ffffff;
  --surface-soft: #f6f7fb;
  --text: #101426;
  --muted: #687086;
  --purple: #5f28e8;
  --purple-2: #7c3aed;
  --purple-dark: #4212b8;
  --pink: #ec3abf;
  --orange: #ff9f16;
  --green: #25b35b;
  --border: #dfe3ec;
  --shadow: 0 24px 70px rgba(28, 34, 54, 0.12);
  --shadow-soft: 0 14px 35px rgba(28, 34, 54, 0.09);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 0% 20%, rgba(124, 58, 237, 0.12), transparent 28%),
    radial-gradient(circle at 100% 26%, rgba(95, 40, 232, 0.12), transparent 25%),
    radial-gradient(circle at 50% 5%, rgba(255, 255, 255, 0.92), transparent 42%),
    linear-gradient(135deg, #e4e7ee 0%, #f8f9fc 42%, #e9edf3 100%);
  line-height: 1.5;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(95, 40, 232, 0.14) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 45%, transparent 82%);
  opacity: 0.22;
  z-index: -1;
}

img,
svg {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 44px));
  margin-inline: auto;
}

.section-space {
  padding: 118px 0 58px;
}

.section-space-sm {
  padding: 36px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 16px 0 0;
}

.navbar {
  min-height: 72px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(28, 34, 54, 0.11);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.06em;
  background: linear-gradient(145deg, var(--purple-2), var(--purple-dark));
  box-shadow: 0 14px 28px rgba(95, 40, 232, 0.28);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.93rem;
  font-weight: 800;
}

.nav-links a:hover,
.footer a:hover {
  color: var(--purple);
}

.nav-button,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 13px 23px;
  border-radius: 12px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-button,
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--purple-dark), var(--purple-2));
  box-shadow: 0 18px 36px rgba(95, 40, 232, 0.28);
}

.btn:hover,
.nav-button:hover {
  transform: translateY(-2px);
}

.btn-light {
  color: var(--purple-dark);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(95, 40, 232, 0.34);
  box-shadow: var(--shadow-soft);
}

.btn-white {
  color: var(--purple-dark);
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 20, 45, 0.12);
}

.btn-ghost-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.btn-ghost-light:hover {
  background: rgba(255, 255, 255, 0.24);
}

.menu-toggle,
.hamburger {
  display: none;
}

.hero {
  position: relative;
}

.shape {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(2px);
}

.shape-left {
  width: 360px;
  height: 360px;
  left: -170px;
  top: 90px;
  border: 1px solid rgba(124, 58, 237, 0.16);
  background: radial-gradient(circle, rgba(124, 58, 237, 0.12), transparent 70%);
}

.shape-right {
  width: 300px;
  height: 300px;
  right: -145px;
  top: 210px;
  border: 18px solid rgba(95, 40, 232, 0.08);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: 56px;
}

.eyebrow,
.section-label {
  margin: 0 0 16px;
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 740px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 5.7vw, 5.35rem);
  line-height: 1.01;
  letter-spacing: -0.075em;
}

h1 span {
  color: inherit;
}

.hero-text {
  max-width: 610px;
  color: var(--muted);
  font-size: 1.05rem;
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 38px;
}

.mini-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 650px;
}

.mini-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
}

.mini-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  color: var(--purple);
  background: rgba(95, 40, 232, 0.10);
  border-radius: 12px;
  font-weight: 900;
}

.mini-card strong {
  display: block;
  font-size: 0.76rem;
}

.mini-card small {
  display: block;
  color: var(--muted);
  font-size: 0.68rem;
}

.dashboard-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.dashboard-header,
.pipeline-title,
.pipeline-row,
.client-row {
  display: flex;
  align-items: center;
}

.dashboard-header {
  justify-content: space-between;
  margin-bottom: 24px;
}

.dashboard-header h2 {
  margin: 0;
  font-size: 1.18rem;
  letter-spacing: -0.04em;
}

.live-dot {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.live-dot i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}

.metric-box {
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(223, 227, 236, 0.8);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(28, 34, 54, 0.06);
}

.metric-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: #fff;
  border-radius: 10px;
  font-weight: 900;
}

.metric-icon.purple { background: linear-gradient(135deg, var(--purple-2), var(--purple-dark)); }
.metric-icon.pink { background: linear-gradient(135deg, var(--pink), #9f36ff); }
.metric-icon.orange { background: linear-gradient(135deg, var(--orange), #ffbf27); }

.metric-box small,
.metric-box p {
  color: var(--muted);
}

.metric-box small {
  display: block;
  font-size: 0.72rem;
  margin-bottom: 4px;
}

.metric-box strong {
  display: block;
  font-size: 1.45rem;
  letter-spacing: -0.05em;
}

.metric-box p {
  margin: 2px 0 0;
  font-size: 0.75rem;
}

.pipeline-card {
  background: #fff;
  border: 1px solid rgba(223, 227, 236, 0.8);
  border-radius: 18px;
  overflow: hidden;
}

.pipeline-title {
  justify-content: space-between;
  padding: 17px 18px;
  font-size: 0.85rem;
}

.pipeline-title a {
  color: var(--purple);
  font-weight: 800;
}

.pipeline-row {
  display: grid;
  grid-template-columns: 36px 1fr auto auto 16px;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  border-top: 1px solid var(--border);
}

.channel {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  font-weight: 900;
}

.instagram { background: linear-gradient(135deg, #ff3fa4, #7c3aed); }
.globe { background: linear-gradient(135deg, #8fa7ff, #5f28e8); }
.image { background: linear-gradient(135deg, #40d4e8, #6bd2b3); }

.pipeline-row b {
  font-size: 0.82rem;
}

.pipeline-row em {
  padding: 4px 8px;
  border-radius: 7px;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 800;
}

.ready {
  color: #318443;
  background: #dff6e5;
}

.designing {
  color: var(--purple-dark);
  background: #eee6ff;
}

.pipeline-row small {
  color: var(--muted);
  font-weight: 700;
}

.logo-strip {
  padding: 0 0 34px;
}

.logo-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 26px;
  padding: 10px 24px;
  color: #31374e;
  background: rgba(255, 255, 255, 0.77);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
  font-size: 1.16rem;
  font-weight: 700;
}

.services-grid {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 48px;
  align-items: start;
}

.section-intro h2,
.studio-copy h2,
.cta-card h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 3vw, 3.05rem);
  line-height: 1.08;
  letter-spacing: -0.065em;
}

.title-line {
  width: 56px;
  height: 3px;
  display: block;
  margin-top: 22px;
  background: linear-gradient(90deg, var(--purple), transparent);
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 150px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
}

.service-card.featured {
  border-color: rgba(95, 40, 232, 0.55);
  box-shadow: 0 18px 42px rgba(95, 40, 232, 0.14);
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-top small {
  padding: 5px 9px;
  color: #fff;
  background: linear-gradient(135deg, var(--purple-2), var(--pink));
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 900;
}

.service-icon {
  display: inline-grid;
  place-items: center;
  margin-bottom: 14px;
  color: var(--purple);
  font-size: 1.85rem;
  font-weight: 900;
}

.pink-text {
  color: var(--pink);
}

.service-card h3 {
  margin-bottom: 7px;
  font-size: 1rem;
  letter-spacing: -0.04em;
}

.service-card p {
  max-width: 220px;
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.service-card > a {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  color: var(--purple);
  border: 1px solid rgba(95, 40, 232, 0.42);
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 900;
}

.studio-card {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 52px;
  align-items: center;
  min-height: 290px;
  padding: 34px 42px;
  background:
    radial-gradient(circle at 95% 85%, rgba(124, 58, 237, 0.18), transparent 28%),
    rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.visual-area {
  position: relative;
  min-height: 285px;
}

.phone-mockup {
  position: absolute;
  left: 170px;
  top: 4px;
  width: 190px;
  height: 336px;
  padding: 12px;
  border-radius: 34px;
  background: #15101f;
  transform: rotate(-9deg);
  box-shadow: 0 35px 60px rgba(20, 17, 31, 0.28);
}

.phone-screen {
  height: 100%;
  padding: 24px 18px;
  color: #fff;
  border-radius: 26px;
  background:
    radial-gradient(circle at 25% 80%, rgba(236, 58, 191, 0.42), transparent 30%),
    linear-gradient(160deg, #210d61, #6e24dc 58%, #160d2c);
}

.phone-screen h3 {
  margin: 24px 0 12px;
  font-size: 1.23rem;
  line-height: 1.1;
}

.phone-screen button {
  border: 0;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--purple-dark);
  background: #fff;
  font-size: 0.72rem;
  font-weight: 900;
}

.phone-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 28px;
}

.phone-gallery span {
  height: 72px;
  border-radius: 14px;
  background: linear-gradient(145deg, #f5d8ff, #4a11a6);
}

.floating-card {
  position: absolute;
  z-index: 2;
  padding: 14px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
}

.floating-card small {
  display: block;
  margin-bottom: 8px;
  font-weight: 900;
  font-size: 0.68rem;
}

.visual-concept {
  left: 4px;
  top: 52px;
  width: 116px;
}

.flower-art {
  height: 84px;
  border-radius: 12px;
  background:
    radial-gradient(ellipse at 52% 40%, rgba(255, 255, 255, 0.9), transparent 12%),
    radial-gradient(ellipse at 40% 48%, rgba(179, 104, 255, 0.9), transparent 22%),
    radial-gradient(ellipse at 64% 55%, rgba(83, 16, 191, 0.9), transparent 34%),
    linear-gradient(135deg, #160a3a, #8044e9);
}

.dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 9px;
}

.dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d7c7ff;
}

.brand-tone {
  right: 62px;
  top: 92px;
  width: 154px;
}

.brand-tone p {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.65rem;
}

.swatches {
  display: flex;
  gap: 10px;
}

.swatches span,
.avatar-stack span,
.cube-art span {
  display: block;
}

.swatches span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.swatches span:nth-child(1) { background: var(--purple); }
.swatches span:nth-child(2) { background: var(--pink); }
.swatches span:nth-child(3) { background: #b9bfcb; }
.swatches span:nth-child(4) { background: #20243a; }

.studio-copy p:not(.section-label) {
  color: var(--muted);
  font-size: 0.98rem;
}

.check-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 28px;
  color: #333a50;
  font-weight: 700;
  font-size: 0.9rem;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--purple);
  border-radius: 50%;
  font-size: 0.65rem;
}

.process-section {
  padding: 18px 0 26px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.process-card {
  position: relative;
  min-height: 86px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  column-gap: 13px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  box-shadow: var(--shadow-soft);
}

.process-card:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -31px;
  top: 50%;
  color: var(--purple);
  font-size: 1.6rem;
  transform: translateY(-50%);
}

.process-card span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--purple);
  background: #ece4ff;
  border-radius: 50%;
  font-weight: 900;
}

.process-card i {
  color: var(--purple);
  font-style: normal;
  font-size: 1.5rem;
}

.process-card h3 {
  margin: 0 0 4px;
  font-size: 0.93rem;
}

.process-card p {
  grid-column: 3;
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.proof-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.68fr 1.12fr;
  gap: 22px;
  align-items: stretch;
}

.testimonial-card,
.rating-card,
.pricing-card {
  padding: 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.quote {
  display: block;
  height: 30px;
  color: var(--purple);
  font-size: 4rem;
  line-height: 0.65;
}

.testimonial-card h3 {
  max-width: 440px;
  margin-bottom: 22px;
  font-size: 1rem;
  line-height: 1.35;
}

.avatar,
.avatar-stack span,
.avatar-stack b {
  border-radius: 50%;
}

.avatar {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-right: 12px;
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #111827);
  font-weight: 900;
}

.client-row small {
  display: block;
  color: var(--muted);
}

.rating-card {
  text-align: center;
}

.stars {
  color: #ffbb16;
  font-size: 1.22rem;
  letter-spacing: 0.12em;
}

.rating-card h3 {
  margin: 10px 0 0;
  font-size: 2.2rem;
}

.rating-card p {
  color: var(--muted);
}

.avatar-stack {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.avatar-stack span,
.avatar-stack b {
  width: 32px;
  height: 32px;
  margin-left: -7px;
  border: 2px solid #fff;
}

.avatar-stack span:nth-child(1) { background: #c59c72; }
.avatar-stack span:nth-child(2) { background: #7148cc; }
.avatar-stack span:nth-child(3) { background: #2a5277; }
.avatar-stack span:nth-child(4) { background: #d8956b; }

.avatar-stack b {
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--purple);
  font-size: 0.72rem;
}

.pricing-card {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 95% 15%, rgba(255, 255, 255, 0.16), transparent 20%),
    linear-gradient(135deg, #3210a4, #741de4 62%, #4611ba);
  overflow: hidden;
}

.pricing-card h3 {
  max-width: 320px;
  margin-bottom: 10px;
  font-size: 1.55rem;
  line-height: 1.1;
}

.pricing-card p {
  max-width: 320px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.cube-art {
  position: relative;
  align-self: end;
  width: 120px;
  height: 100px;
  opacity: 0.72;
}

.cube-art span {
  position: absolute;
  width: 54px;
  height: 54px;
  background: linear-gradient(145deg, #c98cff, #6822dc);
  transform: skewY(-10deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.cube-art span:nth-child(1) { right: 0; bottom: 0; }
.cube-art span:nth-child(2) { right: 38px; bottom: 20px; }
.cube-art span:nth-child(3) { right: 0; bottom: 48px; }

.cta-section {
  padding: 18px 0 34px;
}

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 32px 72px;
  color: #fff;
  background:
    radial-gradient(circle at 7% 50%, rgba(255, 255, 255, 0.16), transparent 26%),
    radial-gradient(circle at 95% 70%, rgba(236, 58, 191, 0.28), transparent 26%),
    linear-gradient(135deg, #2c0fa3, #6217d8 58%, #8c25dc);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(95, 40, 232, 0.24);
  overflow: hidden;
}

.sparkle {
  font-size: 2rem;
}

.cta-card h2 {
  max-width: 690px;
  margin-bottom: 8px;
}

.cta-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.cta-actions {
  display: grid;
  gap: 12px;
  justify-items: center;
  flex: 0 0 auto;
}

.footer {
  padding: 12px 0 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr repeat(4, 1fr);
  gap: 42px;
}

.footer p,
.footer a {
  color: var(--muted);
  font-size: 0.86rem;
}

.footer-brand p {
  max-width: 280px;
  margin-top: 16px;
}

.footer h4 {
  margin: 0 0 12px;
  font-size: 0.95rem;
}

.footer a {
  display: block;
  margin-bottom: 8px;
}

.socials {
  display: flex;
  gap: 10px;
}

.socials a {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #2d344a;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--border);
  border-radius: 50%;
  font-weight: 800;
}

.copyright {
  margin: 22px 0 0;
  text-align: center;
  color: #9aa1b2 !important;
  font-size: 0.8rem !important;
}

@media (max-width: 1050px) {
  .hero-grid,
  .services-grid,
  .studio-card,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-card {
    max-width: 760px;
  }

  .section-intro {
    max-width: 560px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .section-space {
    padding-top: 78px;
  }

  .navbar {
    position: relative;
  }

  .hamburger {
    display: grid;
    gap: 5px;
    cursor: pointer;
  }

  .hamburger span {
    width: 25px;
    height: 2px;
    background: var(--text);
  }

  .nav-links,
  .nav-button {
    display: none;
  }

  .menu-toggle:checked ~ .nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: 82px;
    display: grid;
    gap: 16px;
    padding: 22px;
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow);
  }

  h1 {
    font-size: clamp(2.55rem, 13vw, 4.1rem);
  }

  .mini-cards,
  .metrics-grid,
  .service-cards,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .logo-inner {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.98rem;
  }

  .pipeline-row {
    grid-template-columns: 34px 1fr;
  }

  .pipeline-row em,
  .pipeline-row small,
  .pipeline-row > span:last-child {
    justify-self: start;
  }

  .studio-card,
  .cta-card {
    padding: 28px 20px;
  }

  .visual-area {
    min-height: 390px;
  }

  .phone-mockup {
    left: 90px;
  }

  .brand-tone {
    right: 0;
    top: 250px;
  }

  .process-card:not(:last-child)::after {
    display: none;
  }

  .cta-card {
    display: grid;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 470px) {
  .dashboard-card {
    padding: 18px;
  }

  .phone-mockup {
    left: 70px;
    width: 170px;
    height: 305px;
  }

  .visual-concept {
    left: 0;
  }

  .brand-tone {
    width: 138px;
  }
}

/* ===== Tech-Vero WordPress theme additions ===== */
/* Logo: lock height, auto width, never let intrinsic image size shift layout. */
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand .custom-logo-link { display: inline-flex; align-items: center; line-height: 0; }
.brand img.tv-logo,
.brand .custom-logo {
  height: 40px !important;
  width: auto !important;
  max-width: 240px;
  display: block;
  object-fit: contain;
}
.footer .brand img.tv-logo,
.footer .brand .custom-logo { height: 40px !important; }

/* Footer contact lines: icon + text on one row, small icon */
.footer .contact-line {
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.footer .contact-line i,
.footer .contact-line svg {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px;
}
.nav-links a { white-space: nowrap; }
.nav-links a.home-link { display: inline-flex; align-items: center; }
i[data-lucide] { width: 18px; height: 18px; stroke-width: 2.4; }
.service-icon i[data-lucide] { width: 30px; height: 30px; }
.mini-icon i[data-lucide], .metric-icon i[data-lucide], .channel i[data-lucide] { width: 18px; height: 18px; }
.process-card i.glyph[data-lucide] { width: 24px; height: 24px; color: var(--purple); }
.logo-inner img.brand-ic { width: 18px; height: 18px; display: inline-block; vertical-align: middle; margin-right: 6px; }
.socials img.brand-ic { width: 16px; height: 16px; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; background:#fff; padding:10px 16px; border-radius:10px; z-index:50; }

/* About section */
.about-section { padding: 60px 0; }
.about-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: start; }
.about-copy h2 { margin: 0 0 18px; font-size: clamp(2rem, 3vw, 3.05rem); line-height: 1.08; letter-spacing: -0.065em; max-width: 620px; }
.about-copy p { margin: 0 0 16px; color: var(--muted); font-size: 1rem; line-height: 1.6; max-width: 640px; }
.about-copy p:last-child { margin-bottom: 0; }
.about-card { padding: 30px; background: rgba(255,255,255,0.74); border: 1px solid var(--border-glass, rgba(255,255,255,0.86)); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); backdrop-filter: blur(18px); }
.about-card h3 { margin: 0 0 18px; font-size: 1.18rem; letter-spacing: -0.04em; }
.about-card .check-list li { margin-bottom: 14px; font-size: 0.92rem; line-height: 1.4; }

/* Footer contact icons */
.footer p i[data-lucide], .footer a i[data-lucide] { width: 15px; height: 15px; vertical-align: -2px; margin-right: 5px; }

@media (max-width: 1050px) {
  .about-grid { grid-template-columns: 1fr; }
}
