/* ══ 1. Base ══════════════════════════════════════════════ */
html {
  scroll-behavior: smooth;
}

/* ══ 2. Navigation ════════════════════════════════════════ */
.fv-site-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255);
  border-bottom: 1px solid var(--border);
}
.fv-container {
  width: 100%;
  padding: 0 40px;
}
.fv-nav-inner {
  flex-wrap: wrap;
  height: 68px;
  min-height: fit-content;
}
.fv-nav-inner .nav-logo-text {
  white-space: nowrap;
}
.nav-ctas .fv-btn a {
  white-space: nowrap;
}


/* ══ 3. Footer ════════════════════════════════════════════ */
footer {
  margin-top: 0;
}
.fv-footer-description {
  max-width: 300px;
}
.fv-footer-links {
  list-style: none;
  padding: 0;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.fv-footer-links li:hover a{
color: #ffffff;
}
.fv-newsletter-form {
  margin-top: 12px;
}
.fv-newsletter-form .ff-el-group {
  margin-bottom: 12px;
}

/* ══ 4. Global Components ═════════════════════════════════ */
.fv-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--wp--preset--color--orange-dim);
  border-radius: 100px;
  font-weight: 700 !important;
  font-family: var(--wp--preset--font-family--titillium-web);
}
.fv-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wp--preset--color--primary);
  display: inline-block;
}
.fv-btn {
	white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.fv-btn:hover {
  transform: translateY(-1px);
}
.fv-btn-primary:hover a {
  background: var(--wp--preset--color--orange-light);
  box-shadow: 0px 4px 20px rgba(255, 102, 51, 0.257);
  border-radius: var(--wp--custom--border-radius--md);
}
.fv-btn-outline:hover a {
  border-color: var(--wp--preset--color--dark);
  background: var(--wp--preset--color--surface);
}

/* ══ 5. Homepage ══════════════════════════════════════════ */
.has-text-align-center.fv-para {
  max-width: 560px;
}
.fv-logo-card {
  transition: background-color .2s, border-color .2s, transform .2s;
}
.fv-logo-card:hover {
  background: rgba(255, 255, 255, .09) !important;
  border-color: rgba(255, 102, 51, .65) !important;
  transform: translateY(-3px);
}
.fv-logo-card:hover p{
color: #FFFFFF !important;}
.inner-columns-container {
  margin: 0 !important;
}
.fv-benefits-card .wp-block-column {
  display: flex;
  transition: box-shadow .2s, transform .2s;
}
.fv-benefits-card .wp-block-column .wp-block-group {
  flex-grow: 1;
}
.fv-benefits-card .wp-block-column .wp-block-group:hover {
  box-shadow: 0 4px 16px rgba(39, 50, 57, .10), 0 1px 4px rgba(39, 50, 57, .06);
  transform: translateY(-2px);
}
.fv-testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow .2s;
  height: 100%;
}
.fv-testimonial-card:hover {
  box-shadow: 0 4px 16px rgba(39, 50, 57, .10), 0 1px 4px rgba(39, 50, 57, .06);
}
.fv-feature-row{
width: 100%
}

.fv-cta {
  display: flex;
  position: relative;
  flex-direction: column;
}
.fv-cta::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 30em;
  min-width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: var(--wp--preset--color--orange-light);
  filter: blur(100px);
  opacity: 0.2;
}

/* ══ 6. Pricing Page ══════════════════════════════════════ */
.fv-garantee-btn {
  word-break: keep-all;
  white-space: nowrap;
}
.fv-author-box {
  width: 100%;
}
.fv-review-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Free vs Pro table */
.fv-free-pro-table {
  max-width: 780px;
  margin: 0 auto 48px;
  border: 1px solid var(--wp--preset--color--border-color);
  border-radius: 20px;
  overflow: hidden;
  background: var(--wp--preset--color--background);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.fv-free-pro-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.fv-free-pro-table th,
.fv-free-pro-table td {
  border: none;
}
.fv-free-pro-table thead {
  background: var(--wp--preset--color--dark);
  border-bottom: none !important;
}
.fv-free-pro-table thead th {
  padding: 20px 28px;
  font-size: 13px;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
.fv-free-pro-table thead th:first-child {
  text-align: left;
  color: rgba(255, 255, 255, 0.4);
}
.fv-free-pro-table thead th:nth-child(2),
.fv-free-pro-table thead th:nth-child(3) {
  text-align: center;
}
.fv-free-pro-table thead th:nth-child(3) {
  color: var(--wp--preset--color--primary);
}
.fv-free-pro-table thead th span {
  display: inline-block;
  font-size: 10px;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  padding: 2px 8px;
  border-radius: 999px;
  margin-left: 6px;
}
.fv-free-pro-table tbody td {
  padding: 14px 28px;
  border-bottom: 1px solid var(--wp--preset--color--border-color);
}
.fv-free-pro-table tbody td + td {
  border-left: none;
}
.fv-free-pro-table tbody td:first-child {
  text-align: left;
  color: var(--wp--preset--color--dark);
}
.fv-free-pro-table tbody td:nth-child(2),
.fv-free-pro-table tbody td:nth-child(3) {
  text-align: center;
}
.fv-free-pro-table tbody tr:nth-child(even) {
  background: var(--wp--preset--color--surface);
}
.fv-free-pro-table tbody tr:last-child td {
  border-bottom: none;
}
.fv-free-pro-table td:not(:empty) {
  color: var(--wp--preset--color--green);
}
.fv-free-pro-table td:empty::before {
  content: "—";
  color: var(--wp--preset--color--light);
  font-weight: 400;
}


/* ══ 7. FAQ (native accordion) ════════════════════════════ */
.fv-faq .wp-block-accordion-heading__toggle-icon {
  font-family: var(--wp--preset--font-family--dm-sans);
  font-size: var(--wp--preset--font-size--caption);
  background-color: var(--wp--preset--color--surface-2);
  border-radius: 50%;
  width: 1.4em;
  height: 1.4em;
}
.fv-faq .is-open .wp-block-accordion-heading__toggle-icon {
  background-color: var(--wp--preset--color--orange-dim);
  color: var(--wp--preset--color--primary);
}
.fv-faq-desc {
  margin: 0;
}

/* ══ 8. Support Page ══════════════════════════════════════ */
.fv-support-card {
  transition: box-shadow .2s, transform .2s, border-color .2s;
}
.fv-support-card:hover {
  border-color: var(--wp--preset--color--primary) !important;
  box-shadow: 0 4px 16px rgba(39, 50, 57, 0.1), 0 1px 4px rgba(39, 50, 57, 0.06);
  transform: translateY(-2px);
}
.fv-support-card:hover .fv-arrow svg {
  fill: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
}
.fv-form-faq-box {
  align-items: center !important;
}
.fv-support-form .fv-form-checkbox p {
  font-size: var(--wp--preset--font-size--body-small);
  color: var(--wp--preset--color--mid);
}
.fv-form-notes p a {
  color: var(--wp--preset--color--primary);
}
.fv-form-file-field {
  font-size: var(--wp--preset--font-size--body-small);
}
.fv-support-cta {
  max-width: 480px;
}

/* ══ 9. Rank Math FAQ ═════════════════════════════════════ */
.rank-math-block {
  margin: 0;
  width: 100%;
}
.rank-math-list {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--3);
  list-style: none;
  padding: 0;
  margin: 0;
}
.rank-math-list-item {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--wp--preset--color--border-color);
  border-radius: var(--wp--custom--border-radius--lg);
  background: var(--wp--preset--color--background);
  overflow: hidden;
}
.rank-math-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--wp--preset--spacing--5);
  width: calc(100% - 48px);
  padding: var(--wp--preset--spacing--6);
  margin: 0;
  cursor: pointer;
  user-select: none;
  font-family: var(--wp--preset--font-family--titillium-web);
  font-size: var(--wp--preset--font-size--body-small) !important;
  font-weight: 600;
  color: var(--wp--preset--color--dark);
  letter-spacing: 0.5px;
  line-height: 1.4;
}
.rank-math-question strong {
  font-weight: inherit;
}
.rank-math-answer {
  display: none;
  padding: 0 var(--wp--preset--spacing--6) var(--wp--preset--spacing--6);
  margin: 0;
}
.rank-math-list-item.is-open .rank-math-answer {
  display: block;
}
.rank-math-answer p {
  font-size: var(--wp--preset--font-size--body-small);
  color: var(--wp--preset--color--mid);
  line-height: 1.7;
  margin: 0;
}
.fv-rm-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background: var(--wp--preset--color--surface-2);
  font-family: var(--wp--preset--font-family--dm-sans);
  font-size: var(--wp--preset--font-size--caption);
  color: var(--wp--preset--color--mid);
  transition: background .2s, color .2s, transform .2s;
}
.rank-math-list-item.is-open .fv-rm-icon {
  background: var(--wp--preset--color--orange-dim);
  color: var(--wp--preset--color--primary);
  transform: rotate(45deg);
}

/* ══ 10. Blog / Archive ═══════════════════════════════════ */
.fv-posts li {
  display: flex;
  transition: box-shadow .22s, transform .22s;
  position: relative;
}
.fv-posts li:hover > div {
  box-shadow: 0 4px 16px rgba(39, 50, 57, 0.1), 0 1px 4px rgba(39, 50, 57, 0.06);
  transform: translateY(-3px);
}
.fv-posts li > div,
.fv-posts li > div .pc-body {
  flex-grow: 1;
}
.fv-posts li:hover .fv-post-card-footer .wp-block-read-more {
  color: var(--wp--preset--color--primary) !important;
}
.fv-post-card-footer {
  width: 100%;
}
.fv-post-card-footer a {
  white-space: nowrap;
}
.fv-posts .taxonomy-category {
  display: inline;
  width: fit-content;
}
.fv-cta-form {
  width: 65%;
}
.fv-pagination .page-numbers {
  padding: 4px;
  width: 1em;
  height: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 18px;
  border: 1px solid var(--wp--preset--color--light);
  border-radius: 4px;
}
.fv-pagination .page-numbers:hover {
  border-color: var(--wp--preset--color--dark-90);
  color: var(--wp--preset--color--dark-90);
}
.fv-pagination .page-numbers.current {
  background: var(--wp--preset--color--dark-90);
  border-color: var(--wp--preset--color--dark-90);
  color: var(--wp--preset--color--surface);
}

/* ══ 11. Single Post ══════════════════════════════════════ */
.fv-post-content a{
  color: var(--wp--preset--color--primary);
}
.fv-term-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.fv-term-pills a {
  display: inline-flex;
  padding: 5px 12px;
  border-radius: 100px;
  background: var(--wp--preset--color--surface);
  color: var(--wp--preset--color--mid) !important;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: background .2s, color .2s;
}
.fv-term-pills a:hover {
  background: var(--wp--preset--color--surface-2);
  color: var(--wp--preset--color--dark) !important;
}
.fv-post-author-row {
  width: 100%;
}
.fv-post-author-row .wp-block-post-author {
  align-items: center;
}
.fv-post-author-row .wp-block-post-author__avatar,
.fv-post-author-row .wp-block-post-author__content {
  display: flex;
  align-items: center;
}
.fv-post-content-col .wp-block-post-date {
  white-space: nowrap;
}
.fv-post-content-col .wp-block-post-content h2 {
  font-size: var(--wp--preset--font-size--h-3);
}
.fv-post-content-col .wp-block-post-content h3 {
  font-size: var(--wp--preset--font-size--h-4);
}
.fv-sticky-sidebar {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fv-comments-section form label {
  font-size: var(--wp--preset--font-size--body-small);
}
.fv-comments-section form textarea,
.fv-comments-section form input {
  font-family: var(--wp--preset--font-family--dm-sans);
  font-size: 14px;
  color: var(--wp--preset--color--dark);
  background: var(--wp--preset--color--background);
  border: 1px solid var(--wp--preset--color--border-color);
  border-radius: var(--wp--custom--border-radius--md);
  padding: 11px 14px;
  outline: none;
  transition: border-color .2s;
}
.fv-prev-post,
.fv-next-post {
  display: flex;
}
.fv-prev-post a,
.fv-next-post a {
  display: flex;
  flex-direction: column;
}
.fv-next-post a {
  align-items: flex-end;
}

.fv-upgrade-card .wp-block-buttons {
  width: 100%;
}

/* patterns*/
.fv-tips-box {
align-items: flex-start;
}
.fv-tips-box h5{
	word-break: keep-all;
}

.fvsp-toc__title {
  font-family: var(--wp--preset--font-family--titillium-web);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #2f3d47;
  margin-bottom: 16px;
  margin-top:0;
}

.fvsp-toc__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0;
  margin: 0;
}

.fvsp-toc__link {
  display: block;
  font-size: 14px;
  color:#4e636f;
  padding: 6px 10px;
  border-radius: 8px;
  border-left: 2px solid transparent;
  text-decoration: none;
  line-height: 1.4;
  transition: background .15s, color .15s, border-color .15s;
}

.fvsp-toc__link:hover {
  background: #F5F7F8;
  color: #273239;
}

.fvsp-toc__link.is-active,
.fvsp-toc__item.is-active > .fvsp-toc__link {
  color: #FF6633;
  border-left-color: #FF6633;
  background: #FFF0EB;
}


/* ══ 12. Responsive ═══════════════════════════════════════ */
@media (max-width: 860px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .fv-posts{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 600px) {
	.fv-nav-inner .nav-ctas{
    display: none !important;
    }
  
  .fv-posts{
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .fv-feature-row {
    flex-direction: column-reverse;
  }
  .fv-feature-row.fv-row-even{
flex-direction: column;}
.fv-feature-sub-desc {
  max-width: 470px;
}
  .fv-cta::before {
    width: 10em;
  }
  .fv-gurantee-box {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
@media (max-width: 470px) {
.fv-site-header .fv-container{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .fv-nav-inner {
    justify-content: space-between !important;
  }
  
  .fv-nav-inner .nav-ctas{
    display: none !important;
    }
  .fv-logo-gird {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}