/* Tema 3 — Hero alanı (büyük slider + yan kartlar) */

.t3-hero {
  padding: 0.75rem 0 0.5rem;
  background: var(--t3-bg);
}

.t3-hero-area {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 1100px) {
  .t3-hero-area {
    grid-template-columns: minmax(0, 1fr) 200px;
    gap: 16px;
    align-items: stretch;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .t3-hero-area {
    grid-template-columns: minmax(0, 1fr) minmax(160px, 200px);
  }
}

/* ── Ana slider ── */
.t3-slider {
  --slide-hue: 250;
  position: relative;
  min-width: 0;
}

.t3-slider-viewport {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8ecf4;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
  min-height: 380px;
}

.t3-slider-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}

.t3-slider-slide {
  --slide-hue: 250;
  flex: 0 0 100%;
  min-width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  position: relative;
  overflow: hidden;
  min-height: 380px;
  background: #fff;
}

@media (min-width: 768px) {
  .t3-slider-slide {
    grid-template-columns: minmax(280px, 400px) minmax(0, 1fr);
    height: 380px;
    min-height: 0;
  }
}

.t3-slider-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 16px 16px;
  opacity: 0.35;
}

.t3-slider-content {
  position: relative;
  z-index: 2;
  padding: 1.35rem 1.15rem 1.35rem 1.5rem;
}

.t3-slider-title {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.15;
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.02em;
}
.t3-slider-title span {
  display: block;
  margin-top: 0.15rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: hsl(var(--slide-hue), 58%, 48%);
}

.t3-slider-desc {
  margin: 0.5rem 0 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: #6b7280;
  max-width: 19rem;
}

.t3-slider-actions {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.t3-slider-rating {
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 0.85rem;
  border-radius: 999px;
  background: hsla(var(--slide-hue), 65%, 55%, 0.12);
}
.t3-slider-stars-wrap { display: flex; align-items: center; }
.t3-slider-stars {
  color: hsl(var(--slide-hue), 58%, 48%);
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  line-height: 1;
}
.t3-slider-score {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  height: 40px;
  margin-left: 0.5rem;
  padding: 0 0.85rem;
  border-radius: 999px;
  background: hsl(var(--slide-hue), 58%, 48%);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
}

.t3-slider-play {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #374151;
  background: transparent;
  color: #374151;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.t3-slider-play:hover { background: rgba(5, 150, 105, 0.08); }

.t3-slider-visual {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem 0.75rem 0.25rem;
}
@media (min-width: 768px) {
  .t3-slider-visual {
    min-height: 0;
    height: 100%;
    padding: 1rem 1.5rem 1rem 0.5rem;
  }
}

.t3-slider-illus-wrap,
.t3-hv {
  position: relative;
  z-index: 2;
  width: min(100%, 400px);
  height: min(320px, 50vw);
  margin: 0 auto;
}

/* ── Slider görsel: sol mockup + sağda 2 kutu ── */
.t3-hv {
  --hv-accent: #059669;
  --hv-accent-soft: #ecfdf5;
}
.t3-hv--instagram {
  --hv-accent: #db2777;
  --hv-accent-soft: #fdf2f8;
}
.t3-hv--platforms {
  --hv-accent: #0d9488;
  --hv-accent-soft: #ecfdf5;
}

/* ── Growth slide: premium dashboard scene ── */
.t3-hv--growth {
  width: min(100%, 420px);
}
.t3-hv--growth .t3-hv-scene {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 280px;
  border-radius: 20px;
  overflow: hidden;
}
.t3-hv--growth .t3-hv-mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 30%, rgba(16, 185, 129, 0.14) 0%, transparent 70%),
    radial-gradient(ellipse 60% 50% at 85% 70%, rgba(5, 150, 105, 0.1) 0%, transparent 65%),
    linear-gradient(145deg, #f8fffb 0%, #f0fdf4 45%, #fff 100%);
  z-index: 0;
}
.t3-hv--growth .t3-hv-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(5, 150, 105, 0.12);
  z-index: 0;
  pointer-events: none;
}
.t3-hv--growth .t3-hv-ring--a {
  width: 180px;
  height: 180px;
  top: -40px;
  right: -30px;
  animation: t3-hv-ring-spin 18s linear infinite;
}
.t3-hv--growth .t3-hv-ring--b {
  width: 120px;
  height: 120px;
  bottom: -20px;
  left: 10%;
  border-color: rgba(5, 150, 105, 0.08);
  animation: t3-hv-ring-spin 14s linear infinite reverse;
}
@keyframes t3-hv-ring-spin {
  to { transform: rotate(360deg); }
}

.t3-hv--growth .t3-hv-layout {
  position: relative;
  z-index: 2;
  grid-template-columns: 1fr 138px;
  gap: 12px;
  padding: 0.75rem 0.5rem;
  height: 100%;
}

.t3-hv--growth .t3-hv-main {
  min-height: 260px;
  justify-content: flex-start;
}

.t3-hv-dash {
  position: relative;
  width: 100%;
  max-width: 210px;
  padding: 0.75rem 0.8rem 0.7rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(5, 150, 105, 0.12);
  box-shadow:
    0 4px 6px rgba(5, 150, 105, 0.04),
    0 20px 40px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(8px);
  z-index: 3;
}
.t3-hv-dash-head {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.6rem;
}
.t3-hv-dash-live {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25);
  animation: t3-hv-pulse 2s ease-in-out infinite;
}
@keyframes t3-hv-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(0.9); }
}
.t3-hv-dash-title {
  flex: 1;
  font-size: 0.62rem;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.t3-hv-dash-head em {
  font-style: normal;
  font-size: 0.52rem;
  font-weight: 700;
  color: #059669;
  padding: 0.15rem 0.45rem;
  border-radius: 99px;
  background: #ecfdf5;
}
.t3-hv-dash-hero {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.55rem;
}
.t3-hv-dash-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #34d399, #059669);
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  flex-shrink: 0;
}
.t3-hv-dash-metric small {
  display: block;
  font-size: 0.55rem;
  font-weight: 600;
  color: #94a3b8;
  line-height: 1.2;
}
.t3-hv-dash-metric strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  color: #059669;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.t3-hv--growth .t3-hv-chart {
  margin-bottom: 0.5rem;
  padding: 0.35rem 0.3rem 0.2rem;
  background: linear-gradient(180deg, #f8fafc, #fff);
}
.t3-hv--growth .t3-hv-chart-line { height: 56px; }
.t3-hv-dash-foot {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  flex-wrap: wrap;
}
.t3-hv-dash-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  font-size: 0.48rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #f09433, #dc2743);
}
.t3-hv-dash-pill--tt { background: #000; }
.t3-hv-dash-pill--yt { background: #ef4444; }
.t3-hv-dash-foot b {
  margin-left: auto;
  font-size: 0.5rem;
  font-weight: 700;
  color: #059669;
  white-space: nowrap;
}

.t3-hv-phone--float {
  position: absolute;
  right: -8px;
  bottom: 8px;
  width: 108px;
  padding: 5px;
  border-radius: 20px;
  transform: rotate(6deg);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.22);
  z-index: 4;
  animation: t3-hv-phone-float 5s ease-in-out infinite;
}
@keyframes t3-hv-phone-float {
  0%, 100% { transform: rotate(6deg) translateY(0); }
  50% { transform: rotate(6deg) translateY(-6px); }
}
.t3-hv-phone--float .t3-hv-phone-screen {
  padding: 0.85rem 0.45rem 0.5rem;
}
.t3-hv-phone--float .t3-hv-chart { display: none; }

.t3-hv-orbit {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 5;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
  animation: t3-hv-orbit-float 4s ease-in-out infinite;
}
.t3-hv-orbit--ig {
  top: 12px;
  right: 28px;
  background: linear-gradient(135deg, #f09433, #dc2743);
  animation-delay: 0s;
}
.t3-hv-orbit--tt {
  top: 48%;
  left: -6px;
  background: #000;
  width: 28px;
  height: 28px;
  animation-delay: 0.6s;
}
.t3-hv-orbit--yt {
  bottom: 18%;
  right: 4px;
  background: #ef4444;
  width: 26px;
  height: 26px;
  animation-delay: 1.2s;
}
@keyframes t3-hv-orbit-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.t3-hv-float-tag {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.3rem 0.55rem;
  border-radius: 99px;
  font-size: 0.52rem;
  font-weight: 700;
  z-index: 6;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
}
.t3-hv-float-tag svg { width: 10px; height: 10px; }
.t3-hv-float-tag--ssl {
  top: 6px;
  left: -4px;
  background: #fff;
  color: #059669;
  border: 1px solid #d1fae5;
}

.t3-hv--growth .t3-hv-card {
  padding: 0.7rem 0.75rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(5, 150, 105, 0.1);
  box-shadow: 0 10px 28px rgba(5, 150, 105, 0.08);
  position: relative;
  overflow: hidden;
}
.t3-hv--growth .t3-hv-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #059669, #34d399);
}
.t3-hv--growth .t3-hv-card-ico {
  width: 36px;
  height: 36px;
  border-radius: 11px;
}
.t3-hv--growth .t3-hv-card-body strong {
  font-size: 0.98rem;
}

.t3-hv-layout {
  display: grid;
  grid-template-columns: 1fr 132px;
  gap: 10px;
  align-items: center;
  height: 100%;
  padding: 0.5rem 0.25rem;
}

.t3-hv-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}

.t3-hv-glow {
  position: absolute;
  width: 88%;
  height: 88%;
  border-radius: 50%;
  background: radial-gradient(circle, var(--hv-accent-soft) 0%, transparent 68%);
  opacity: 0.9;
}
.t3-hv-glow--ig {
  background: radial-gradient(circle, #fce7f3 0%, transparent 68%);
}

.t3-hv-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 4;
}

.t3-hv-card {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.7rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #f1f5f9;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
  min-width: 0;
}
.t3-hv-card:nth-child(1) { animation: t3-hv-float-a 4.5s ease-in-out infinite; }
.t3-hv-card:nth-child(2) { animation: t3-hv-float-b 5s ease-in-out infinite; animation-delay: 0.4s; }

.t3-hv-card-ico {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--hv-accent-soft);
  color: var(--hv-accent);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.t3-hv-card-ico svg { width: 16px; height: 16px; }
.t3-hv-card-ico--dot::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--hv-accent);
  display: block;
}
.t3-hv-card-body { min-width: 0; }
.t3-hv-card-body small {
  display: block;
  font-size: 0.58rem;
  font-weight: 600;
  color: #94a3b8;
  line-height: 1.2;
  white-space: nowrap;
}
.t3-hv-card-body strong {
  display: block;
  margin-top: 2px;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--hv-accent);
  letter-spacing: -0.02em;
  line-height: 1.1;
  white-space: nowrap;
}

.t3-hv-phone {
  position: relative;
  width: 148px;
  padding: 7px;
  border-radius: 26px;
  background: linear-gradient(160deg, #1e293b, #0f172a);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
  z-index: 2;
}
.t3-hv-phone-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 36%;
  height: 5px;
  border-radius: 99px;
  background: #334155;
  z-index: 2;
}
.t3-hv-phone-screen {
  border-radius: 22px;
  background: #f8fafc;
  overflow: hidden;
  padding: 1.1rem 0.65rem 0.65rem;
}
.t3-hv-phone-head {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.45rem;
  margin-bottom: 0.45rem;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}
.t3-hv-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #34d399, var(--hv-accent));
  flex-shrink: 0;
}
.t3-hv-lines { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.t3-hv-lines i {
  display: block;
  height: 5px;
  border-radius: 99px;
  background: #e2e8f0;
}
.t3-hv-lines i:last-child { width: 65%; background: #f1f5f9; }

.t3-hv-chart {
  border-radius: 12px;
  background: #fff;
  padding: 0.5rem 0.45rem 0.35rem;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
  margin-bottom: 0.45rem;
}
.t3-hv-chart-line {
  display: block;
  width: 100%;
  height: 64px;
}

.t3-hv-bar {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0.35rem 0.45rem;
  border-radius: 10px;
  background: #fff;
}
.t3-hv-bar span {
  display: block;
  height: 5px;
  width: var(--w, 50%);
  border-radius: 99px;
  background: linear-gradient(90deg, var(--hv-accent), #34d399);
  opacity: 0.75;
}

/* Instagram phone */
.t3-hv-phone--ig .t3-hv-phone-screen { padding: 0.85rem 0.55rem 0.55rem; }
.t3-hv-ig-profile {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.15rem 0.5rem;
  align-items: center;
  margin-bottom: 0.55rem;
}
.t3-hv-ig-avatar {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f09433, #dc2743, #bc1888);
  padding: 2px;
  box-shadow: 0 0 0 2px #fff inset;
}
.t3-hv-ig-name {
  height: 7px;
  width: 70%;
  border-radius: 99px;
  background: #e2e8f0;
}
.t3-hv-ig-handle {
  height: 5px;
  width: 45%;
  border-radius: 99px;
  background: #f1f5f9;
}
.t3-hv-ig-stats {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.55rem;
  text-align: center;
}
.t3-hv-ig-stats b { display: block; font-size: 0.68rem; font-weight: 800; color: #0f172a; }
.t3-hv-ig-stats small { font-size: 0.48rem; color: #94a3b8; font-weight: 600; }
.t3-hv-ig-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.t3-hv-ig-grid span {
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--hv-accent) 30%, #fff), color-mix(in srgb, var(--hv-accent) 55%, #fff));
}

/* Platform board (sol) */
.t3-hv-plat-board {
  position: relative;
  width: 156px;
  padding: 0.75rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #f1f5f9;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
  z-index: 2;
}
.t3-hv-plat-board-head {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0.65rem;
}
.t3-hv-plat-board-head span {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #2dd4bf, #059669);
}
.t3-hv-plat-board-head i {
  display: block;
  height: 6px;
  border-radius: 99px;
  background: #e2e8f0;
  flex: 1;
}
.t3-hv-plat-board-head i:last-child { max-width: 40%; background: #f1f5f9; }
.t3-hv-plat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-bottom: 0.65rem;
}
.t3-hv-plat-mini {
  aspect-ratio: 1;
  border-radius: 10px;
  background: #f1f5f9;
  position: relative;
}
.t3-hv-plat-mini::after {
  content: '';
  position: absolute;
  inset: 6px;
  border-radius: 6px;
}
.t3-hv-plat-mini--ig::after { background: linear-gradient(135deg, #f09433, #dc2743); border-radius: 8px; }
.t3-hv-plat-mini--tt::after { background: linear-gradient(135deg, #25f4ee, #fe2c55); }
.t3-hv-plat-mini--yt::after { background: #ef4444; }
.t3-hv-plat-mini--tw::after { background: #1d9bf0; border-radius: 50%; }
.t3-hv-plat-mini--sp::after { background: #22c55e; border-radius: 50%; }
.t3-hv-plat-mini--fb::after { background: #1877f2; }
.t3-hv-plat-board-foot {
  padding: 0.45rem 0.5rem;
  border-radius: 10px;
  background: var(--hv-accent-soft);
  text-align: center;
}
.t3-hv-plat-board-foot em {
  display: block;
  font-style: normal;
  font-size: 0.5rem;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.t3-hv-plat-board-foot b {
  display: block;
  margin-top: 2px;
  font-size: 0.62rem;
  font-weight: 800;
  color: var(--hv-accent);
}

@keyframes t3-hv-float-a {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}
@keyframes t3-hv-float-b {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.t3-slider-illus {
  display: block;
  width: 100%;
  height: auto;
  max-height: 340px;
}

@media (prefers-reduced-motion: reduce) {
  .t3-hv-card,
  .t3-hv--growth .t3-hv-ring,
  .t3-hv-phone--float,
  .t3-hv-orbit,
  .t3-hv-dash-live { animation: none; }
}

.t3-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(15, 23, 42, 0.35);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.15s;
}
.t3-slider-nav:hover { background: rgba(5, 150, 105, 0.85); }
.t3-slider-nav svg { width: 16px; height: 16px; }
.t3-slider-prev { left: 0.65rem; }
.t3-slider-next { right: 0.65rem; }

.t3-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 0.35rem;
  padding: 0.3rem 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
}
.t3-slider-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background: #cbd5e1;
  cursor: pointer;
  transition: width 0.25s, background 0.25s;
}
.t3-slider-dot.is-active {
  width: 18px;
  background: hsl(var(--slide-hue), 58%, 48%);
}

.t3-slider-slide--indigo { --slide-hue: 158; }
.t3-slider-slide--rose { --slide-hue: 330; }
.t3-slider-slide--violet { --slide-hue: 175; }

/* ── Yan mini kartlar ── */
.t3-hero-mini {
  display: flex;
  flex-direction: row;
  gap: 12px;
  min-width: 0;
}

@media (min-width: 1100px) {
  .t3-hero-mini {
    flex-direction: column;
    gap: 14px;
  }
}

.t3-hero-small {
  flex: 1;
  position: relative;
  border-radius: 24px;
  background: #3f4250;
  min-height: 170px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  transition: transform 0.2s, box-shadow 0.2s;
}
.t3-hero-small:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.15);
  color: #fff;
}

@media (min-width: 1100px) {
  .t3-hero-small {
    flex: none;
    width: 100%;
    height: 182px;
    min-height: 0;
  }
}

.t3-hero-small-accent {
  background: linear-gradient(145deg, #059669, #10b981);
}

.t3-hero-small::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 68%;
  z-index: 2;
  border-radius: 24px;
  background: linear-gradient(to top, rgba(46, 49, 61, 0.98), rgba(46, 49, 61, 0.85), transparent);
  pointer-events: none;
}
.t3-hero-small-accent::after {
  background: linear-gradient(to top, #047857, rgba(4, 120, 87, 0.9), transparent);
}

.t3-hero-small > img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 6px;
  height: auto;
  max-height: 72%;
  width: auto;
  z-index: 1;
  pointer-events: none;
}

.t3-hero-small-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 14px 16px 16px;
  text-align: center;
}
.t3-hero-small-content > span:first-child {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 0.35rem;
  line-height: 1.3;
}
.t3-hero-small-content strong {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.t3-hero-small-btn {
  display: block;
  width: 100%;
  margin-top: 0.55rem;
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
  transition: background 0.15s;
}
.t3-hero-small:hover .t3-hero-small-btn {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .t3-slider-viewport,
  .t3-slider-slide {
    min-height: 400px;
  }
  .t3-slider-slide {
    background: #1a1d2e;
  }
  .t3-slider-slide::before { opacity: 0.12; }
  .t3-slider-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2.5rem;
    z-index: 4;
    padding: 1rem;
    text-align: center;
  }
  .t3-slider-title,
  .t3-slider-title span { color: #fff; font-size: 1.1rem; }
  .t3-slider-desc {
    color: rgba(255, 255, 255, 0.75);
    max-width: none;
    margin: 0.35rem auto 0;
  }
  .t3-slider-actions { justify-content: center; }
  .t3-slider-rating { background: rgba(255, 255, 255, 0.12); }
  .t3-slider-stars { color: #fff; }
  .t3-slider-play { border-color: #fff; color: #fff; }
  .t3-hv--growth { width: min(96%, 340px); }
  .t3-hv--growth .t3-hv-layout {
    grid-template-columns: 1fr 108px;
    gap: 8px;
    padding: 0.5rem 0.25rem;
  }
  .t3-hv--growth .t3-hv-main { min-height: 200px; }
  .t3-hv-dash { max-width: 180px; padding: 0.6rem 0.65rem; }
  .t3-hv-dash-metric strong { font-size: 1rem; }
  .t3-hv-phone--float { width: 92px; right: -4px; bottom: 4px; }
  .t3-hv-orbit--ig { width: 26px; height: 26px; right: 20px; }
  .t3-hv-orbit--tt { width: 22px; height: 22px; }
  .t3-hv-orbit--yt { width: 20px; height: 20px; }
  .t3-hv-float-tag--ssl { font-size: 0.48rem; padding: 0.25rem 0.45rem; }
  .t3-hv--growth .t3-hv-card { padding: 0.5rem 0.55rem; }
  .t3-hv--growth .t3-hv-card-body strong { font-size: 0.82rem; }
  .t3-hv {
    width: min(96%, 320px);
    height: 260px;
  }
  .t3-hv-layout {
    grid-template-columns: 1fr 100px;
    gap: 8px;
  }
  .t3-hv-main { min-height: 220px; }
  .t3-hv-phone { width: 128px; }
  .t3-hv-plat-board { width: 132px; padding: 0.6rem; }
  .t3-hv-card { padding: 0.5rem 0.55rem; }
  .t3-hv-card-ico { width: 28px; height: 28px; }
  .t3-hv-card-body strong { font-size: 0.82rem; }
  .t3-slider-visual {
    min-height: 400px;
    align-items: flex-start;
    justify-content: center;
    padding-top: 2.25rem;
  }
  .t3-slider-nav { display: none; }
  .t3-hero-mini {
    flex-direction: row;
  }
  .t3-hero-small {
    height: 170px;
    min-height: 170px;
  }
}
