﻿/*
Theme Name: FisioVets Astra Child 1.0.9
Theme URI: https://fisiovets.com/
Description: Tema filho do Astra para o site FisioVets, com visual escuro premium, trilhas de estudo, cursos e blog educacional veterinario.
Author: FisioVets
Author URI: https://fisiovets.com/
Template: astra
Version: 1.0.9
Text Domain: fisiovets-astra-child
*/

/* BEGIN FISIOVETS MAIN CSS */
:root {
  --fv-black: #050505;
  --fv-ink: #0d0f12;
  --fv-surface: #151922;
  --fv-surface-2: #202633;
  --fv-cyan: #54f1f2;
  --fv-blue: #0066d9;
  --fv-coral: #f0353b;
  --fv-gold: #d6a84f;
  --fv-gold-2: #f0c766;
  --fv-text: #f7f3ea;
  --fv-muted: #b8b8b8;
  --fv-dim: #7e8490;
  --fv-border: rgba(84, 241, 242, 0.18);
  --fv-gold-border: rgba(214, 168, 79, 0.34);
  --fv-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --fv-radius: 20px;
  --fv-container: 1180px;
}

html {
  background: var(--fv-black);
  font-size: 16px !important;
  scroll-behavior: smooth;
}

body.fisiovets-theme {
  background:
    radial-gradient(circle at 78% 16%, rgba(84, 241, 242, 0.08), transparent 26%),
    radial-gradient(circle at 18% 14%, rgba(0, 102, 217, 0.1), transparent 28%),
    var(--fv-black);
  color: var(--fv-text);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px !important;
}

.fisiovets-theme .fv-site-header,
.fisiovets-theme .fv-site-main,
.fisiovets-theme .fv-site-footer {
  font-size: 16px !important;
}

.fisiovets-theme a {
  color: inherit;
  text-decoration: none;
}

.fisiovets-theme img {
  max-width: 100%;
  height: auto;
}

.fisiovets-theme [hidden] {
  display: none !important;
}

.fv-skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 999;
  background: var(--fv-gold);
  color: var(--fv-black);
  padding: 10px 14px;
}

.fv-skip-link:focus {
  left: 12px;
}

.fv-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(84, 241, 242, 0.14);
  background: rgba(5, 5, 5, 0.9);
  backdrop-filter: blur(16px);
}

.fv-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1380px;
  min-height: 78px;
  margin: 0 auto;
  padding: 0 28px;
  gap: 24px;
}

.fv-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 180px;
  color: var(--fv-text);
}

.fv-brand img {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  object-fit: cover;
  filter: drop-shadow(0 0 18px rgba(84, 241, 242, 0.25));
}

.fv-brand span {
  color: var(--fv-text);
  font-family: "Sora", sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: 0;
}

.fv-menu-wrap {
  display: flex;
  align-items: center;
}

.fv-menu {
  display: flex;
  align-items: center;
  gap: 44px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fv-menu-wrap {
  gap: 34px;
}

.fv-menu a {
  position: relative;
  display: block;
  padding: 28px 0;
  color: var(--fv-muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.fv-menu a:hover,
.fv-menu .current-menu-item > a {
  color: var(--fv-cyan);
}

.fv-menu .current-menu-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  height: 2px;
  border-radius: 999px;
  background: var(--fv-cyan);
}

.fv-menu-extra {
  color: var(--fv-muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.fv-menu-extra:hover {
  color: var(--fv-cyan);
}

.fv-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(84, 241, 242, 0.35);
  border-radius: 12px;
  background: rgba(84, 241, 242, 0.07);
  padding: 10px;
}

.fv-menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--fv-cyan);
}

.fv-site-main {
  min-height: 70vh;
}

.fv-container {
  max-width: var(--fv-container);
  margin: 0 auto;
}

.fv-section {
  scroll-margin-top: 92px;
  padding: clamp(64px, 8vw, 112px) 24px;
}

.fv-section-alt {
  background: linear-gradient(180deg, rgba(13, 15, 18, 0.9), rgba(5, 5, 5, 0.98));
}

.fv-home-hero {
  padding-top: 54px;
  background:
    linear-gradient(90deg, rgba(84, 241, 242, 0.05), transparent 42%),
    linear-gradient(180deg, rgba(0, 102, 217, 0.08), rgba(5, 5, 5, 0.96) 42%);
}

.fv-hero-grid,
.fv-section-head,
.fv-home-grid,
.fv-single-layout {
  display: grid;
  gap: 34px;
}

.fv-hero-grid {
  grid-template-columns: minmax(0, 0.64fr) minmax(360px, 0.36fr);
  align-items: end;
  min-height: 250px;
  margin-bottom: 22px;
}

.fv-title-row {
  display: flex;
  align-items: center;
  gap: 22px;
}

.fv-book-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 2px solid var(--fv-cyan);
  border-radius: 14px;
  color: var(--fv-cyan);
  font-family: "Sora", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
}

.fisiovets-theme h1,
.fisiovets-theme h2,
.fisiovets-theme h3,
.fisiovets-theme h4 {
  color: var(--fv-text);
  font-family: "Sora", sans-serif;
  letter-spacing: 0;
  line-height: 1.1;
}

.fv-title-row h1 {
  margin: 0;
  font-size: clamp(2.9rem, 5.1vw, 4.85rem);
  font-weight: 800;
}

.fv-lead {
  max-width: 690px;
  margin: 14px 0 0;
  color: var(--fv-muted);
  font-size: clamp(1.03rem, 1.45vw, 1.18rem);
  line-height: 1.75;
}

.fv-search-form {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 720px;
  height: 60px;
  margin-top: 22px;
  padding: 0 20px;
  border: 1px solid rgba(247, 243, 234, 0.24);
  border-radius: 12px;
  background: rgba(5, 5, 5, 0.54);
  color: var(--fv-muted);
}

.fv-search-form input {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--fv-text);
  outline: 0;
}

.fv-search-form input::placeholder {
  color: var(--fv-muted);
}

.fv-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 16px;
}

.fv-filter-list a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid rgba(247, 243, 234, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--fv-text);
  font-weight: 600;
}

.fv-filter-list span {
  color: var(--fv-cyan);
}

.fv-science-visual {
  position: relative;
  min-height: 230px;
}

.fv-microscope {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 150px;
  height: 210px;
  border: 1px solid rgba(84, 241, 242, 0.24);
  border-radius: 70px 70px 22px 22px;
  background:
    linear-gradient(72deg, transparent 0 42%, rgba(84, 241, 242, 0.45) 43% 48%, transparent 49%),
    linear-gradient(160deg, rgba(247, 243, 234, 0.22), rgba(0, 102, 217, 0.18));
  transform: skewX(-10deg);
  filter: drop-shadow(0 0 28px rgba(84, 241, 242, 0.22));
}

.fv-microscope::before {
  content: "";
  position: absolute;
  right: -24px;
  top: -44px;
  width: 40px;
  height: 110px;
  border: 1px solid rgba(84, 241, 242, 0.28);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(247, 243, 234, 0.42), rgba(0, 102, 217, 0.16));
  transform: rotate(-24deg);
}

.fv-dog-xray {
  position: absolute;
  right: 12px;
  bottom: 32px;
  width: 210px;
  height: 122px;
  border: 2px solid rgba(84, 241, 242, 0.2);
  border-radius: 48% 42% 34% 36%;
  background:
    radial-gradient(circle at 44% 44%, rgba(240, 53, 59, 0.45), transparent 14%),
    linear-gradient(180deg, rgba(84, 241, 242, 0.08), rgba(0, 102, 217, 0.04));
}

.fv-dog-xray::before {
  content: "";
  position: absolute;
  right: -36px;
  top: 28px;
  width: 54px;
  height: 44px;
  border: 2px solid rgba(84, 241, 242, 0.2);
  border-radius: 48% 52% 46% 40%;
}

.fv-tube-set {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: end;
  gap: 10px;
}

.fv-tube-set span {
  width: 22px;
  height: 112px;
  border: 1px solid rgba(84, 241, 242, 0.32);
  border-radius: 12px 12px 6px 6px;
  background: linear-gradient(180deg, rgba(247, 243, 234, 0.12), rgba(84, 241, 242, 0.04));
}

.fv-tube-set span:nth-child(2) {
  height: 88px;
}

.fv-tube-set span:nth-child(3) {
  height: 130px;
}

.fv-home-grid {
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: start;
}

.fv-feature-card,
.fv-popular-box,
.fv-small-post-card,
.fv-stat,
.fv-path-card,
.fv-systems-panel,
.fv-course-shell,
.fv-course-card,
.fv-post-card,
.fv-sidebar-card,
.fv-single-main {
  border: 1px solid rgba(247, 243, 234, 0.18);
  background: rgba(5, 5, 5, 0.48);
  box-shadow: var(--fv-shadow);
}

.fv-feature-card {
  display: grid;
  grid-template-columns: 335px 1fr;
  min-height: 250px;
  overflow: hidden;
  border-radius: 10px;
}

.fv-feature-media,
.fv-small-media,
.fv-post-media,
.fv-popular-thumb {
  display: block;
  background:
    radial-gradient(circle at 32% 34%, rgba(130, 74, 190, 0.75) 0 8%, transparent 9%),
    radial-gradient(circle at 55% 52%, rgba(95, 64, 160, 0.7) 0 7%, transparent 8%),
    linear-gradient(135deg, #d6c6e8, #6d5796 50%, #e3d4ef);
}

.fv-feature-media img,
.fv-small-media img,
.fv-post-media img,
.fv-popular-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv-feature-body {
  padding: 32px 34px;
}

.fv-tag {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  border: 1px solid rgba(84, 241, 242, 0.28);
  border-radius: 999px;
  background: rgba(84, 241, 242, 0.1);
  color: var(--fv-cyan);
  font-size: 0.76rem;
  font-weight: 800;
}

.fv-feature-body h2,
.fv-post-card h2,
.fv-single-main h1 {
  margin: 0;
}

.fv-feature-body h2 a,
.fv-post-card h2 a,
.fv-small-post-card h3 a {
  color: var(--fv-text);
}

.fv-feature-body p,
.fv-small-post-card p,
.fv-post-card p,
.fv-section-head p,
.fv-course-card p,
.fv-sidebar-card p {
  color: var(--fv-muted);
  line-height: 1.68;
}

.fv-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 28px;
  color: var(--fv-muted);
}

.fv-read-link {
  color: var(--fv-cyan);
  font-weight: 800;
}

.fv-small-post-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 20px;
}

.fv-small-post-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  min-height: 170px;
  overflow: hidden;
  border-radius: 10px;
}

.fv-small-post-card > div {
  padding: 20px;
}

.fv-small-post-card h3 {
  margin: 0;
  font-size: 1.1rem;
}

.fv-popular-box {
  padding: 20px;
  border-radius: 10px;
}

.fv-popular-box h2 {
  margin-top: 0;
  font-size: 1.25rem;
}

.fv-popular-item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  padding: 12px 0;
  color: var(--fv-text);
}

.fv-popular-thumb {
  min-height: 62px;
  border-radius: 8px;
}

.fv-popular-item strong {
  display: block;
  line-height: 1.25;
}

.fv-popular-item small {
  display: block;
  margin-top: 8px;
  color: var(--fv-muted);
}

.fv-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.fv-stat {
  padding: 22px;
  border-radius: var(--fv-radius);
  background: linear-gradient(180deg, rgba(32, 38, 51, 0.92), rgba(13, 15, 18, 0.98));
}

.fv-stat strong {
  display: block;
  color: var(--fv-gold);
  font-family: "Sora", sans-serif;
  font-size: 1.7rem;
}

.fv-stat span {
  display: block;
  margin-top: 10px;
  color: var(--fv-muted);
}

.fv-section-head {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  align-items: end;
  margin-bottom: 34px;
}

.fv-section-head-simple {
  grid-template-columns: 1fr;
}

.fv-section-head h1,
.fv-section-head h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  font-weight: 800;
}

.fv-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--fv-gold);
  font-family: "Sora", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fv-eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  border-radius: 999px;
  background: var(--fv-gold);
}

.fv-learning-paths {
  display: grid;
  grid-template-columns: repeat(7, minmax(130px, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.fv-path-card {
  display: block;
  min-height: 238px;
  padding: 18px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 74% 18%, rgba(84, 241, 242, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(32, 38, 51, 0.92), rgba(5, 5, 5, 0.96));
  color: var(--fv-text);
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease;
}

.fv-path-card:hover,
.fv-path-card.is-active {
  border-color: var(--fv-gold-border);
  transform: translateY(-4px);
}

.fv-path-art,
.fv-system-icon,
.fv-system-visual,
.fv-course-visual {
  display: grid;
  place-items: center;
  border: 1px solid rgba(84, 241, 242, 0.24);
  background: rgba(84, 241, 242, 0.08);
  color: var(--fv-cyan);
  font-family: "Sora", sans-serif;
  font-weight: 800;
}

.fv-path-art {
  width: 88px;
  height: 88px;
  margin-bottom: 18px;
  border-radius: 24px;
  font-size: 2rem;
}

.fv-path-card .fv-system-visual {
  height: 98px;
  margin-bottom: 18px;
  border-radius: 18px;
}

.fv-path-card .fv-system-visual svg {
  width: 92px;
  height: 68px;
}

.fv-path-card h3 {
  margin: 0;
  font-size: 1.05rem;
}

.fv-path-card p {
  color: var(--fv-muted);
  font-size: 0.88rem;
  line-height: 1.48;
}

.fv-systems-panel {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 22px;
  margin-top: 24px;
  padding: 20px;
  border-radius: 22px;
}

.fv-systems-intro {
  padding: 20px;
  border: 1px solid rgba(84, 241, 242, 0.2);
  border-radius: 18px;
  background: rgba(21, 25, 34, 0.72);
}

.fv-systems-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.fv-system-card {
  display: block;
  min-height: 192px;
  padding: 16px;
  border: 1px solid rgba(247, 243, 234, 0.16);
  border-radius: 16px;
  background:
    radial-gradient(circle at 76% 18%, rgba(84, 241, 242, 0.12), transparent 34%),
    rgba(21, 25, 34, 0.72);
  color: var(--fv-text);
  cursor: pointer;
  text-align: left;
  overflow: hidden;
}

.fv-system-card:hover,
.fv-system-card.is-active {
  border-color: rgba(214, 168, 79, 0.52);
}

.fv-system-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 12px;
}

.fv-system-visual {
  width: 100%;
  height: 86px;
  margin-bottom: 14px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 72% 20%, rgba(240, 53, 59, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(84, 241, 242, 0.14), rgba(0, 102, 217, 0.12));
}

.fv-system-visual svg {
  width: 86px;
  height: 64px;
  overflow: visible;
}

.fv-system-visual path,
.fv-system-visual circle,
.fv-system-visual rect {
  fill: rgba(0, 102, 217, 0.2);
  stroke: var(--fv-cyan);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fv-system-visual circle,
.fv-system-visual rect {
  fill: rgba(84, 241, 242, 0.08);
}

.fv-system-card:hover .fv-system-visual,
.fv-system-card.is-active .fv-system-visual {
  border-color: rgba(240, 199, 102, 0.55);
  background:
    radial-gradient(circle at 74% 18%, rgba(240, 53, 59, 0.24), transparent 32%),
    linear-gradient(135deg, rgba(214, 168, 79, 0.16), rgba(84, 241, 242, 0.12));
}

.fv-system-card:hover .fv-system-visual path,
.fv-system-card:hover .fv-system-visual circle,
.fv-system-card:hover .fv-system-visual rect,
.fv-system-card.is-active .fv-system-visual path,
.fv-system-card.is-active .fv-system-visual circle,
.fv-system-card.is-active .fv-system-visual rect {
  stroke: var(--fv-gold-2);
}

.fv-system-card b,
.fv-system-card span {
  display: block;
}

.fv-system-card span:not(.fv-system-icon) {
  margin-top: 8px;
  color: var(--fv-dim);
  font-size: 0.82rem;
}

.fv-course-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  min-height: 640px;
  overflow: hidden;
  border-radius: 24px;
  background: #171a1d;
}

.fv-course-main {
  padding: 28px;
}

.fv-course-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  color: var(--fv-muted);
  font-weight: 700;
}

.fv-course-controls {
  display: flex;
  gap: 10px;
}

.fv-course-controls button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 36px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--fv-text);
}

.fv-course-kicker {
  color: var(--fv-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.fv-course-title {
  margin: 4px 0 0;
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
}

.fv-video-frame {
  position: relative;
  margin-top: 20px;
  border-radius: 10px;
  background: linear-gradient(135deg, #fff7d8, #f7edce);
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.fv-video-frame iframe,
.fv-video-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.fv-video-frame iframe {
  border: 0;
}

.fv-video-fallback {
  display: grid;
  place-items: center;
  color: #111;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.4rem, 4vw, 3rem);
  font-weight: 800;
}

.fv-course-sidebar {
  border-left: 1px solid rgba(247, 243, 234, 0.12);
  background: #1c2023;
}

.fv-next-box {
  padding: 18px;
  border-bottom: 1px solid rgba(247, 243, 234, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.fv-next-box b,
.fv-next-box span {
  display: block;
}

.fv-next-box span {
  margin-top: 6px;
  color: var(--fv-muted);
  font-size: 0.8rem;
}

.fv-course-search {
  display: flex;
  align-items: center;
  height: 46px;
  margin: 16px;
  padding: 0 14px;
  border: 1px solid rgba(247, 243, 234, 0.36);
  border-radius: 4px;
  color: var(--fv-dim);
}

.fv-lesson-list {
  padding: 0 16px 16px;
}

.fv-lesson-item {
  display: grid;
  grid-template-columns: 108px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 12px 8px;
  border-radius: 10px;
  color: var(--fv-text);
}

.fv-lesson-item:hover {
  background: rgba(255, 255, 255, 0.04);
}

.fv-lesson-thumb {
  height: 60px;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(240, 53, 59, 0.72), rgba(0, 102, 217, 0.62));
  background-position: center;
  background-size: cover;
}

.fv-lesson-item b,
.fv-lesson-item span {
  display: block;
}

.fv-lesson-item b {
  font-size: 0.86rem;
  line-height: 1.25;
}

.fv-lesson-item span {
  margin-top: 6px;
  color: var(--fv-muted);
  font-size: 0.76rem;
}

.fv-check,
.fv-lock {
  display: grid;
  place-items: center;
  min-width: 32px;
  width: auto;
  height: 24px;
  padding: 0 7px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
}

.fv-check {
  background: #22c55e;
  color: #fff;
}

.fv-lock {
  background: rgba(214, 168, 79, 0.16);
  color: var(--fv-gold-2);
}

.fv-courses-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.fv-home-routes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.fv-route-card {
  min-height: 250px;
  padding: 28px;
  border: 1px solid rgba(247, 243, 234, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 84% 18%, rgba(84, 241, 242, 0.13), transparent 30%),
    linear-gradient(180deg, rgba(32, 38, 51, 0.92), rgba(5, 5, 5, 0.98));
  box-shadow: var(--fv-shadow);
  color: var(--fv-text);
  transition: border-color 180ms ease, transform 180ms ease;
}

.fv-route-card:hover {
  border-color: var(--fv-gold-border);
  color: var(--fv-text);
  transform: translateY(-4px);
}

.fv-route-card span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  border: 1px solid rgba(84, 241, 242, 0.28);
  border-radius: 14px;
  background: rgba(84, 241, 242, 0.08);
  color: var(--fv-cyan);
  font-family: "Sora", sans-serif;
  font-weight: 800;
}

.fv-route-card h2 {
  margin: 0 0 12px;
  font-size: clamp(1.4rem, 2.2vw, 1.95rem);
}

.fv-route-card p {
  margin: 0;
  color: var(--fv-muted);
  line-height: 1.68;
}

.fv-course-card {
  min-height: 320px;
  padding: 28px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 84% 18%, rgba(214, 168, 79, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(32, 38, 51, 0.94), rgba(5, 5, 5, 0.98));
}

.fv-course-card.fv-exclusive {
  background:
    radial-gradient(circle at 84% 18%, rgba(84, 241, 242, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(32, 38, 51, 0.94), rgba(5, 5, 5, 0.98));
}

.fv-course-visual {
  width: 94px;
  height: 94px;
  margin-bottom: 28px;
  border-radius: 24px;
  font-size: 2rem;
}

.fv-course-card h3 {
  margin: 12px 0;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
}

.fv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  border: 1px solid rgba(240, 199, 102, 0.65);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--fv-gold), var(--fv-gold-2));
  color: var(--fv-black);
  font-family: "Sora", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  box-shadow: 0 0 28px rgba(214, 168, 79, 0.24);
}

.fv-btn:hover {
  color: var(--fv-black);
  transform: translateY(-2px);
}

.fv-btn-member,
.fv-btn-secondary {
  border-color: var(--fv-cyan);
  background: rgba(84, 241, 242, 0.04);
  color: var(--fv-cyan);
  box-shadow: 0 0 22px rgba(84, 241, 242, 0.16);
}

.fv-btn-member:hover,
.fv-btn-secondary:hover {
  color: var(--fv-cyan);
}

.fv-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.fv-post-card {
  overflow: hidden;
  border-radius: var(--fv-radius);
  background: linear-gradient(180deg, rgba(32, 38, 51, 0.92), rgba(13, 15, 18, 0.98));
}

.fv-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}

.fv-pagination .page-numbers {
  display: grid;
  place-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(247, 243, 234, 0.18);
  border-radius: 10px;
  color: var(--fv-muted);
}

.fv-pagination .current,
.fv-pagination .page-numbers:hover {
  border-color: var(--fv-gold-border);
  color: var(--fv-gold-2);
}

.fv-post-media {
  aspect-ratio: 16 / 9;
}

.fv-post-card-body {
  padding: 22px;
}

.fv-single-layout {
  grid-template-columns: minmax(0, 760px) 320px;
  align-items: start;
}

.fv-page-card {
  max-width: 960px;
  margin: 0 auto;
  padding: clamp(26px, 5vw, 48px);
  border: 1px solid var(--fv-border);
  border-radius: 28px;
  background: rgba(13, 15, 18, 0.76);
  box-shadow: var(--fv-shadow);
}

.fv-page-header {
  margin-bottom: 28px;
}

.fv-page-header h1 {
  margin: 0;
  font-size: clamp(2.05rem, 4.5vw, 3.65rem);
}

.fv-page-content {
  color: var(--fv-muted);
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.82;
}

.fv-page-content a {
  color: var(--fv-cyan);
}

.fv-page-content h2,
.fv-page-content h3 {
  margin-top: 1.3em;
}

.fv-single-main {
  padding: 34px;
  border-radius: 28px;
  background: rgba(13, 15, 18, 0.76);
}

.fv-single-main h1 {
  margin-top: 10px;
  font-size: clamp(2.05rem, 4.5vw, 3.65rem);
}

.fv-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 16px 0 24px;
  color: var(--fv-muted);
}

.fv-single-thumb {
  margin: 0 0 28px;
  overflow: hidden;
  border-radius: 18px;
}

.fv-article-content {
  color: var(--fv-muted);
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.82;
}

.fv-article-content h2,
.fv-article-content h3 {
  margin-top: 1.35em;
}

.fv-article-content a {
  color: var(--fv-cyan);
}

.fv-single-sidebar {
  display: grid;
  gap: 18px;
}

.fv-sidebar-card {
  padding: 22px;
  border-radius: 20px;
  background: rgba(21, 25, 34, 0.88);
}

.fv-site-footer {
  border-top: 1px solid rgba(84, 241, 242, 0.14);
  background: #030303;
  color: var(--fv-muted);
  padding: 54px 24px;
}

.fv-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 34px;
}

.fv-site-footer h2 {
  margin: 0 0 14px;
  font-size: 1rem;
}

.fv-site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fv-site-footer li + li {
  margin-top: 8px;
}

.fv-site-footer a {
  color: var(--fv-muted);
}

.fv-site-footer a:hover {
  color: var(--fv-gold);
}

.fv-footer-brand p {
  max-width: 340px;
  color: var(--fv-muted);
}

@media (max-width: 1100px) {
  .fv-learning-paths {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .fv-menu-toggle {
    display: block;
  }

  .fv-menu-wrap {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 84px;
    display: none;
    padding: 18px;
    border: 1px solid var(--fv-border);
    border-radius: 18px;
    background: rgba(5, 5, 5, 0.96);
  }

  .fv-menu-wrap.is-open {
    display: block;
  }

  .fv-menu {
    display: grid;
    gap: 0;
  }

  .fv-menu a {
    padding: 14px 0;
  }

  .fv-hero-grid,
  .fv-home-grid,
  .fv-section-head,
  .fv-systems-panel,
  .fv-course-shell,
  .fv-single-layout {
    grid-template-columns: 1fr;
  }

  .fv-feature-card,
  .fv-small-post-card {
    grid-template-columns: 1fr;
  }

  .fv-feature-media,
  .fv-small-media {
    min-height: 220px;
  }

  .fv-small-post-grid,
  .fv-stats-grid,
  .fv-courses-grid,
  .fv-home-routes,
  .fv-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fv-learning-paths,
  .fv-systems-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fv-course-sidebar {
    border-left: 0;
    border-top: 1px solid rgba(247, 243, 234, 0.12);
  }

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

@media (max-width: 640px) {
  .fv-nav {
    min-height: 76px;
    padding: 0 18px;
  }

  .fv-brand {
    min-width: 0;
  }

  .fv-brand img {
    width: 52px;
    height: 52px;
  }

  .fv-brand span {
    font-size: 1rem;
  }

  .fv-btn-member {
    max-width: 134px;
    min-height: 40px;
    padding: 11px 14px;
    font-size: 0.78rem;
    white-space: normal;
  }

  .fv-section {
    padding: 56px 20px;
  }

  .fv-title-row {
    align-items: flex-start;
    gap: 14px;
  }

  .fv-book-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    font-size: 1.2rem;
  }

  .fv-search-form {
    height: auto;
    min-height: 56px;
    border-radius: 14px;
  }

  .fv-filter-list a {
    width: 100%;
  }

  .fv-small-post-grid,
  .fv-stats-grid,
  .fv-courses-grid,
  .fv-home-routes,
  .fv-post-grid,
  .fv-learning-paths,
  .fv-systems-grid,
  .fv-footer-grid {
    grid-template-columns: 1fr;
  }

  .fv-course-main,
  .fv-single-main {
    padding: 22px;
  }

  .fv-course-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .fv-lesson-item {
    grid-template-columns: 92px 1fr auto;
  }

  .fv-lesson-thumb {
    height: 52px;
  }
}


