/*
Theme Name: Tech Booster Creative Agency
Theme URI: https://techbooster.in
Author: Tech Booster Creative Agency
Author URI: https://techbooster.in
Description: Premium editable WordPress theme for Tech Booster Creative Agency influencer marketing portfolio.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: techbooster
*/

:root {
  --ink: #101010;
  --muted: #686868;
  --line: rgba(16, 16, 16, 0.08);
  --red: #ff2d35;
  --red-soft: rgba(255, 45, 53, 0.13);
  --paper: #fff9f8;
  --white: #ffffff;
  --shadow: 0 30px 90px rgba(17, 17, 17, 0.1);
  --glow: 0 22px 70px rgba(255, 45, 53, 0.18);
  --font-display: "SF Pro Display", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "SF Pro Text", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 45, 53, 0.12), transparent 24%),
    radial-gradient(circle at 88% 10%, rgba(17, 17, 17, 0.055), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fff9f8 38%, #ffffff 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }

.tb-container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.tb-section { padding: 96px 0; }
.tb-glass {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255,255,255,0.86), rgba(255,248,247,0.62));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,0.95);
  backdrop-filter: blur(24px) saturate(150%);
}
.tb-glass-strong {
  border: 1px solid rgba(17,17,17,0.075);
  background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,245,243,0.76));
  box-shadow: 0 38px 120px rgba(255,45,53,0.11), 0 20px 70px rgba(17,17,17,0.09), inset 0 1px 0 rgba(255,255,255,0.98);
  backdrop-filter: blur(28px) saturate(160%);
}
.tb-shine { position: relative; overflow: hidden; }
.tb-shine::before {
  content: "";
  position: absolute;
  inset: -42%;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 35%, rgba(255,255,255,0.72) 48%, transparent 62%);
  animation: tb-shine 5.8s ease-in-out infinite;
}
@keyframes tb-shine {
  0%, 42% { transform: translateX(-75%) rotate(8deg); opacity: 0; }
  52% { opacity: 0.9; }
  72%, 100% { transform: translateX(75%) rotate(8deg); opacity: 0; }
}

.tb-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,0.82);
  box-shadow: 0 10px 40px rgba(17,17,17,0.05);
  backdrop-filter: blur(24px);
}
.tb-header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.tb-logo { width: 218px; display: block; }
.tb-nav { display: flex; align-items: center; gap: 4px; }
.tb-nav a { border-radius: 999px; padding: 10px 14px; color: rgba(16,16,16,0.68); font-size: 14px; font-weight: 750; }
.tb-nav a:hover { color: var(--red); background: rgba(255,45,53,0.08); }
.tb-actions { display: flex; align-items: center; gap: 12px; }
.tb-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  border: 0;
  background: var(--ink);
  color: var(--white);
  padding: 13px 22px;
  font-size: 14px;
  font-weight: 850;
  box-shadow: var(--glow);
  transition: transform .25s ease, background .25s ease;
}
.tb-button:hover { transform: translateY(-2px); background: var(--red); }
.tb-button-secondary { background: rgba(255,255,255,0.82); color: var(--ink); border: 1px solid var(--line); box-shadow: 0 12px 34px rgba(17,17,17,0.08); }
.tb-whatsapp { background: #25d366; color: #fff; }
.tb-menu { display: none; }

.tb-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff 0%, #fff8f6 54%, #ffffff 100%);
}
.tb-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 22%, rgba(255,45,53,0.16), transparent 26%), radial-gradient(circle at 86% 18%, rgba(17,17,17,0.06), transparent 28%);
}
.tb-hero-grid { position: relative; display: grid; min-height: calc(100vh - 86px); grid-template-columns: .9fr 1.1fr; align-items: center; gap: 48px; padding: 64px 0; }
.tb-pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,45,53,0.18); background: rgba(255,255,255,0.84); color: var(--red); border-radius: 999px; padding: 8px 12px; font-size: 14px; font-weight: 900; box-shadow: 0 12px 34px rgba(255,45,53,0.12); }
.tb-h1 { margin: 20px 0 0; font-family: var(--font-display); font-size: clamp(52px, 7vw, 96px); line-height: .92; letter-spacing: -0.02em; font-weight: 950; background: linear-gradient(92deg, #090909 0%, #4f0509 32%, #ff202d 62%, #151515 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.tb-lead { max-width: 680px; margin: 24px 0 0; color: var(--muted); font-size: 20px; line-height: 1.65; }
.tb-mini-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.tb-mini { border: 1px solid var(--line); background: rgba(255,255,255,0.78); border-radius: 24px; padding: 16px; box-shadow: 0 18px 50px rgba(17,17,17,0.07); }
.tb-mini strong { display: block; font-family: var(--font-display); font-size: 18px; }
.tb-mini span { color: var(--muted); font-size: 13px; font-weight: 750; }
.tb-hero-buttons { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.tb-stats { margin-top: 36px; display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 12px; }
.tb-stat { border-radius: 24px; padding: 18px; }
.tb-stat strong { font-family: var(--font-display); font-size: 32px; font-weight: 950; }
.tb-stat span { display: block; margin-top: 6px; color: var(--muted); font-size: 13px; font-weight: 800; }

.tb-desk { position: relative; }
.tb-desk::before { content: ""; position: absolute; left: 6%; right: 6%; top: 12%; height: 300px; border-radius: 999px; background: rgba(255,45,53,0.18); filter: blur(90px); }
.tb-desk-main { position: relative; border-radius: 40px; padding: 28px; transform-style: preserve-3d; transition: transform .25s ease; }
.tb-desk-main:hover { transform: translateY(-8px) rotateX(2deg) rotateY(-2deg); }
.tb-desk-head { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding-bottom: 24px; }
.tb-kicker { margin: 0 0 8px; color: var(--red); font-size: 12px; letter-spacing: .24em; text-transform: uppercase; font-weight: 950; }
.tb-desk h3 { margin: 0; font-family: var(--font-display); font-size: 36px; line-height: 1; }
.tb-desk p { color: var(--muted); line-height: 1.6; }
.tb-desk-grid { display: grid; grid-template-columns: 1.14fr .86fr; gap: 16px; margin-top: 24px; }
.tb-shortlist, .tb-report-card { border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,0.76); padding: 18px; }
.tb-row { display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: center; border-radius: 22px; background: #fff8f6; padding: 12px; margin-top: 10px; }
.tb-num { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 16px; background: var(--ink); color: #fff; font-weight: 950; }
.tb-bar { height: 10px; border-radius: 999px; background: rgba(17,17,17,.07); overflow: hidden; margin-top: 8px; }
.tb-bar span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--red), #ff746c); }
.tb-black-card { border-radius: 30px; background: var(--ink); color: #fff; padding: 22px; box-shadow: var(--shadow); }
.tb-black-card strong { display: block; margin-top: 40px; font-family: var(--font-display); font-size: 56px; line-height: 1; }
.tb-report-card h4 { margin: 0; font-family: var(--font-display); font-size: 28px; }
.tb-floating { margin: 18px 24px 0 0; border-radius: 30px; padding: 20px; max-width: 390px; }

.tb-heading { max-width: 780px; margin-bottom: 48px; }
.tb-heading h2 { margin: 0; font-family: var(--font-display); font-size: clamp(34px, 4vw, 58px); line-height: 1.02; letter-spacing: -0.02em; }
.tb-heading p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.tb-cards { display: grid; gap: 16px; }
.tb-cards-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tb-cards-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tb-cards-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tb-cards-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.tb-card { border-radius: 28px; padding: 24px; }
.tb-card h3 { margin: 0; font-family: var(--font-display); font-size: 23px; }
.tb-card p { color: var(--muted); line-height: 1.65; }
.tb-band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.58); }
.tb-logo-wall { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 16px; }
.tb-logo-card { display: grid; place-items: center; min-height: 130px; border-radius: 28px; padding: 20px; transition: transform .25s ease; }
.tb-logo-card:hover { transform: translateY(-4px); }
.tb-logo-card img { max-height: 82px; object-fit: contain; }

.tb-reel-shell { border-radius: 36px; padding: 24px; }
.tb-reel-head { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin-bottom: 22px; }
.tb-reel-rail { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; scrollbar-width: none; }
.tb-reel-rail::-webkit-scrollbar { display: none; }
.tb-reel-card { position: relative; flex: 0 0 330px; height: 560px; border-radius: 32px; overflow: hidden; border: 1px solid rgba(0,0,0,.08); background: #111; color: #fff; scroll-snap-align: start; box-shadow: 0 28px 90px rgba(17,17,17,.16); }
.tb-reel-button { width: 100%; height: 100%; border: 0; cursor: pointer; background: radial-gradient(circle at 30% 20%, rgba(255,45,53,.36), transparent 26%), linear-gradient(145deg,#171717,#070707); color: #fff; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; text-align: left; }
.tb-play { align-self: center; display: grid; place-items: center; width: 96px; height: 96px; border-radius: 999px; background: var(--red); box-shadow: var(--glow); font-size: 42px; }
.tb-reel-card iframe { width: 100%; height: 100%; border: 0; background: #fff; }
.tb-stop { position: absolute; right: 12px; top: 12px; border: 0; border-radius: 999px; background: rgba(255,255,255,.94); color: var(--ink); font-weight: 950; padding: 11px 14px; cursor: pointer; }
.tb-rail-buttons { display: flex; gap: 8px; }
.tb-rail-buttons button { width: 42px; height: 42px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.85); cursor: pointer; font-weight: 950; }

.tb-creator-rail { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; scrollbar-width: none; }
.tb-creator-rail::-webkit-scrollbar { display: none; }
.tb-creator { flex: 0 0 318px; display: flex; align-items: center; gap: 16px; border-radius: 30px; padding: 16px; scroll-snap-align: start; }
.tb-ig { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 24px; background: linear-gradient(145deg, var(--red), #111); color: #fff; font-size: 28px; }
.tb-footer { border-top: 1px solid var(--line); background: linear-gradient(180deg, #fff 0%, #fff7f5 100%); padding: 56px 0 24px; }
.tb-footer-top { display: grid; grid-template-columns: 1.2fr .8fr; gap: 32px; border-radius: 40px; padding: 28px; margin-bottom: 44px; }
.tb-footer-grid { display: grid; grid-template-columns: 1fr .8fr 1fr; gap: 40px; }
.tb-footer small { display: block; margin-top: 40px; border-top: 1px solid var(--line); padding-top: 20px; color: var(--muted); font-weight: 700; }
.tb-float { position: fixed; right: 20px; bottom: 20px; z-index: 60; display: grid; place-items: center; width: 64px; height: 64px; border-radius: 999px; background: #25d366; color: #fff; box-shadow: 0 22px 70px rgba(37,211,102,.45); font-size: 30px; }

@media (max-width: 980px) {
  .tb-nav, .tb-actions { display: none; }
  .tb-menu { display: block; }
  .tb-menu summary { list-style: none; cursor: pointer; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.88); }
  .tb-menu-panel { position: absolute; right: 16px; top: 74px; width: 280px; border-radius: 28px; background: rgba(255,255,255,.96); padding: 12px; box-shadow: var(--shadow); }
  .tb-menu-panel a { display: block; padding: 12px; border-radius: 18px; font-weight: 800; }
  .tb-hero-grid, .tb-desk-grid, .tb-footer-top, .tb-footer-grid { grid-template-columns: 1fr; }
  .tb-stats, .tb-cards-5, .tb-logo-wall { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .tb-cards-4, .tb-cards-3, .tb-cards-2 { grid-template-columns: 1fr; }
  .tb-mini-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .tb-section { padding: 70px 0; }
  .tb-logo { width: 178px; }
  .tb-h1 { font-size: 50px; }
  .tb-lead { font-size: 17px; }
  .tb-stats { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .tb-reel-card { flex-basis: 305px; height: 530px; }
}
