@font-face {
  font-family: "Gilroy";
  src:
    url("/wp-content/themes/fresh/fonts/gilroy/Gilroy-Regular.woff2")
      format("woff2"),
    url("/wp-content/themes/fresh/fonts/gilroy/Gilroy-Regular.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src:
    url("/wp-content/themes/fresh/fonts/gilroy/Gilroy-Medium.woff2")
      format("woff2"),
    url("/wp-content/themes/fresh/fonts/gilroy/Gilroy-Medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src:
    url("/wp-content/themes/fresh/fonts/gilroy/Gilroy-Bold.woff2")
      format("woff2"),
    url("/wp-content/themes/fresh/fonts/gilroy/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src:
    url("/wp-content/themes/fresh/fonts/gilroy/Gilroy-ExtraBold.woff2")
      format("woff2"),
    url("/wp-content/themes/fresh/fonts/gilroy/Gilroy-ExtraBold.woff")
      format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --clr-header: #292925;
  --clr-header-alt: #2e2e29;
  --clr-btn-login: #9ea097;
  --clr-btn-reg: #89cc04;
  --clr-btn-reg-hover: #7ab803;
  --clr-bg: #fffffe;
  --clr-text: #1a1a18;
  --clr-text-muted: #666660;
  --clr-text-light: #f0f0ec;
  --clr-border: #e0e0d8;
  --clr-green-light: #f0fad8;
  --clr-red-light: #fde8e8;
  --clr-accent: #89cc04;
  --clr-accent2: #9ea097;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 24px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.16);
  --font-main: "Gilroy", "Nunito", sans-serif;
  --transition: 0.22s ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-main);
  background: var(--clr-bg);
  color: var(--clr-text);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: var(--clr-accent);
  text-decoration: none;
  transition: color var(--transition);
}
a:hover {
  color: var(--clr-btn-reg-hover);
}
ul {
  list-style: none;
}

.wp-block-group {
  display: block;
}
.entry-content > * {
  margin-bottom: 1rem;
}
.elementor-widget-container {
  position: relative;
}
.wpcf7-form-control-wrap {
  display: inline-block;
}
.x9f2a3b {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
  height: 1px;
}
.z7k1m9q {
  display: none;
  visibility: hidden;
}
.b4r8n2v {
  color: transparent;
  font-size: 0;
}
.wp-caption {
  max-width: 100%;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.size-auto,
.size-full,
.size-large {
  max-width: 100%;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.custom-logo-link {
  display: inline-block;
}
.site-branding {
  flex-shrink: 0;
}
.wp-site-blocks {
  padding: 0;
}

#fr-header {
  background: var(--clr-header);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
.fr-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 0 24px;
  height: 64px;
}
.fr-header__logo a {
  display: flex;
  align-items: center;
}
.fr-header__logo img {
  height: 53px;
  width: auto;
}
.fr-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.fr-header__nav a {
  color: #d0d0c8;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 13px;
  border-radius: var(--radius-sm);
  transition:
    background var(--transition),
    color var(--transition);
  white-space: nowrap;
}
.fr-header__nav a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.fr-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fr-online {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #a8c870;
  font-size: 12px;
  font-weight: 600;
  margin-right: 8px;
  white-space: nowrap;
}
.fr-online__dot {
  width: 8px;
  height: 8px;
  background: var(--clr-accent);
  border-radius: 50%;
  animation: pulse 1.6s infinite;
  flex-shrink: 0;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.25);
  }
}

.btn-fr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 14px;
  border: none;
  cursor: pointer;
  border-radius: var(--radius-sm);
  transition:
    background var(--transition),
    transform var(--transition),
    box-shadow var(--transition);
  text-decoration: none !important;
  white-space: nowrap;
  outline: none;
}
.btn-fr:active {
  transform: scale(0.97);
}
.btn-fr-login {
  background: var(--clr-btn-login);
  color: #fff;
  padding: 8px 18px;
}
.btn-fr-login:hover {
  background: #8a8c86;
  color: #fff;
}
.btn-fr-reg {
  background: var(--clr-btn-reg);
  color: #fff;
  padding: 8px 20px;
  box-shadow: 0 0 0 0 rgba(137, 204, 4, 0.5);
}
.btn-fr-reg:hover {
  background: var(--clr-btn-reg-hover);
  color: #fff;
  box-shadow: 0 0 16px rgba(137, 204, 4, 0.4);
}
.btn-fr-lg {
  padding: 14px 36px;
  font-size: 16px;
  border-radius: var(--radius-md);
}
.btn-fr-xl {
  padding: 16px 44px;
  font-size: 18px;
  border-radius: var(--radius-md);
}
.btn-fr-bonus {
  background: linear-gradient(90deg, #89cc04 60%, #a8e010 100%);
  color: #fff;
  padding: 8px 20px;
  animation: glow 2.4s infinite;
}
.btn-fr-bonus:hover {
  background: var(--clr-btn-reg-hover);
  color: #fff;
}
@keyframes glow {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(137, 204, 4, 0.4);
  }
  50% {
    box-shadow: 0 0 18px 4px rgba(137, 204, 4, 0.35);
  }
}

.fr-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 6px;
  width: 36px;
  height: 36px;
}
.fr-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.25s ease;
}
.fr-burger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.fr-burger.active span:nth-child(2) {
  opacity: 0;
}
.fr-burger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.fr-mobile-nav {
  background: var(--clr-header-alt);
  display: none;
  flex-direction: column;
  padding: 12px 24px 20px;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.fr-mobile-nav.active {
  display: flex;
}
.fr-mobile-nav a {
  color: #d0d0c8;
  font-size: 15px;
  font-weight: 600;
  padding: 9px 12px;
  border-radius: var(--radius-sm);
  transition: background var(--transition);
}
.fr-mobile-nav a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

#fr-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--clr-header);
}
.fr-hero__bg {
  position: absolute;
  inset: 0;
  background-image: url("/banfresh.jpg");
  background-size: cover;
  background-position: center top;
  filter: brightness(0.55);
  z-index: 0;
  transition: transform 8s ease;
}
#fr-hero:hover .fr-hero__bg {
  transform: scale(1.04);
}
.fr-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(41, 41, 37, 0.82) 0%,
    rgba(41, 41, 37, 0.3) 100%
  );
  z-index: 1;
}
.fr-hero__content {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 60px 0;
}
.fr-hero__badge {
  display: inline-block;
  background: var(--clr-btn-reg);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.fr-hero__title {
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 900;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 14px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
.fr-hero__title span {
  color: var(--clr-accent);
}
.fr-hero__subtitle {
  font-size: 17px;
  color: #d8d8d0;
  margin-bottom: 28px;
  max-width: 520px;
  line-height: 1.6;
}
.fr-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.fr-hero__stats {
  display: flex;
  gap: 24px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.fr-hero__stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fr-hero__stat-val {
  font-size: 22px;
  font-weight: 800;
  color: var(--clr-accent);
  line-height: 1;
}
.fr-hero__stat-label {
  font-size: 12px;
  color: #b0b0a8;
  font-weight: 500;
}

.fr-section {
  padding: 56px 0;
}
.fr-section__title {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 800;
  color: var(--clr-text);
  margin-bottom: 8px;
  line-height: 1.25;
}
.fr-section__subtitle {
  font-size: 15px;
  color: var(--clr-text-muted);
  margin-bottom: 32px;
}

.fr-proscons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.fr-proscons__col {
  border-radius: var(--radius-md);
  padding: 28px;
  box-shadow: var(--shadow-sm);
}
.fr-proscons__col--pros {
  background: var(--clr-green-light);
  border: 1.5px solid #c8e890;
}
.fr-proscons__col--cons {
  background: var(--clr-red-light);
  border: 1.5px solid #f0b8b8;
}
.fr-proscons__head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 18px;
}
.fr-proscons__head--pros {
  color: #3a8000;
}
.fr-proscons__head--cons {
  color: #b30000;
}
.fr-proscons__icon {
  font-size: 22px;
}
.fr-proscons__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 7px 0;
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.fr-proscons__list li:last-child {
  border-bottom: none;
}
.fr-proscons__list li::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.fr-proscons__col--pros .fr-proscons__list li::before {
  background-color: #89cc04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='white' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}
.fr-proscons__col--cons .fr-proscons__list li::before {
  background-color: #e05050;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.fr-mirrors__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--clr-text-muted);
  margin-bottom: 16px;
}
.fr-mirrors__clock {
  font-weight: 700;
  color: var(--clr-accent);
}
.fr-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.fr-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 500px;
}
.fr-table thead th {
  background: var(--clr-header);
  color: #fff;
  font-weight: 700;
  padding: 12px 16px;
  text-align: left;
  white-space: nowrap;
}
.fr-table thead th:first-child {
  border-radius: var(--radius-sm) 0 0 0;
}
.fr-table thead th:last-child {
  border-radius: 0 var(--radius-sm) 0 0;
}
.fr-table tbody tr {
  transition: background var(--transition);
}
.fr-table tbody tr:nth-child(even) {
  background: #f4f4f0;
}
.fr-table tbody tr:hover {
  background: #eaf4d4;
}
.fr-table tbody td {
  padding: 11px 16px;
  border-bottom: 1px solid var(--clr-border);
  vertical-align: middle;
}
.fr-table .fr-badge-ok {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #e8f8c8;
  color: #3a8000;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
}
.fr-table .fr-badge-ok::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #89cc04;
  display: inline-block;
}
.fr-table a {
  color: var(--clr-accent);
  font-weight: 700;
}
.fr-table a:hover {
  text-decoration: underline;
}

.fr-video__wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  background: #111;
}
.fr-video__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.fr-wheel__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px 20px;
  background: linear-gradient(135deg, #292925 0%, #3a3a35 100%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.fr-wheel__title {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
}
.fr-wheel__subtitle {
  color: #a8c870;
  font-size: 14px;
  text-align: center;
}
.fr-wheel__canvas-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#frWheelCanvas {
  border-radius: 50%;
  box-shadow: 0 0 32px rgba(137, 204, 4, 0.4);
  display: block;
}
.fr-wheel__pointer {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 22px solid #89cc04;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
  z-index: 2;
}
.fr-wheel__spin-btn {
  background: var(--clr-btn-reg);
  color: #fff;
  font-family: var(--font-main);
  font-weight: 800;
  font-size: 16px;
  border: none;
  cursor: pointer;
  padding: 14px 48px;
  border-radius: var(--radius-md);
  transition:
    background var(--transition),
    transform var(--transition),
    box-shadow var(--transition);
  box-shadow: 0 0 0 0 rgba(137, 204, 4, 0.5);
}
.fr-wheel__spin-btn:hover {
  background: var(--clr-btn-reg-hover);
  box-shadow: 0 0 20px rgba(137, 204, 4, 0.45);
}
.fr-wheel__spin-btn:active {
  transform: scale(0.96);
}
.fr-wheel__spin-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.fr-wheel__result {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  animation: fadeIn 0.5s ease;
}
.fr-wheel__result.visible {
  display: flex;
}
.fr-wheel__result-win {
  font-size: 20px;
  font-weight: 800;
  color: var(--clr-accent);
  text-align: center;
}
.fr-wheel__result-lose {
  font-size: 18px;
  font-weight: 700;
  color: #f08080;
  text-align: center;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fr-content-review {
  font-size: 16px;
  line-height: 1.75;
  color: var(--clr-text);
}
.fr-content-review h1,
.fr-content-review h2,
.fr-content-review h3,
.fr-content-review h4,
.fr-content-review h5,
.fr-content-review h6 {
  font-weight: 800;
  margin-top: 2em;
  margin-bottom: 0.6em;
  line-height: 1.28;
  color: var(--clr-text);
}
.fr-content-review h1 {
  font-size: 2em;
}
.fr-content-review h2 {
  font-size: 1.6em;
  border-bottom: 2px solid var(--clr-border);
  padding-bottom: 8px;
}
.fr-content-review h3 {
  font-size: 1.3em;
}
.fr-content-review h4 {
  font-size: 1.1em;
}
.fr-content-review p {
  margin-bottom: 1em;
}
.fr-content-review a {
  color: var(--clr-accent);
  text-decoration: underline;
  font-weight: 600;
}
.fr-content-review ul,
.fr-content-review ol {
  margin: 1em 0 1em 1.5em;
  padding: 0;
}
.fr-content-review ul {
  list-style: disc;
}
.fr-content-review ol {
  list-style: decimal;
}
.fr-content-review ul ul,
.fr-content-review ol ul {
  list-style: circle;
  margin-top: 0.3em;
}
.fr-content-review li {
  margin-bottom: 0.4em;
  padding-left: 6px;
}
.fr-content-review strong,
.fr-content-review b {
  font-weight: 700;
}
.fr-content-review em,
.fr-content-review i {
  font-style: italic;
}
.fr-content-review blockquote {
  border-left: 4px solid var(--clr-accent);
  background: var(--clr-green-light);
  padding: 14px 20px;
  margin: 1.5em 0;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-style: italic;
  color: #444;
}
.fr-content-review table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 14px;
}
.fr-content-review table th {
  background: var(--clr-header);
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-weight: 700;
}
.fr-content-review table td {
  padding: 9px 14px;
  border: 1px solid var(--clr-border);
  vertical-align: top;
}
.fr-content-review table tr:nth-child(even) td {
  background: #f6f6f2;
}
.fr-content-review img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-sm);
  margin: 1em 0;
}
.fr-content-review code {
  background: #f0f0e8;
  padding: 2px 7px;
  border-radius: 4px;
  font-size: 0.9em;
  font-family: monospace;
}
.fr-content-review pre {
  background: #1e1e1a;
  color: #d0e0c0;
  padding: 16px 20px;
  border-radius: var(--radius-sm);
  overflow-x: auto;
  font-size: 14px;
  margin: 1em 0;
}
.fr-content-review hr {
  border: none;
  border-top: 2px solid var(--clr-border);
  margin: 2em 0;
}

.fr-author {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background: #f6f6f2;
  border: 1.5px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 28px;
  box-shadow: var(--shadow-sm);
}
.fr-author__photo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid var(--clr-accent);
}
.fr-author__name {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 2px;
}
.fr-author__role {
  font-size: 13px;
  color: var(--clr-accent);
  font-weight: 600;
  margin-bottom: 10px;
}
.fr-author__bio {
  font-size: 14px;
  color: var(--clr-text-muted);
  line-height: 1.6;
  margin-bottom: 14px;
}
.fr-author__links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.fr-author__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--clr-btn-login);
  background: #e8e8e0;
  padding: 6px 14px;
  border-radius: 20px;
  text-decoration: none !important;
  transition:
    background var(--transition),
    color var(--transition);
}
.fr-author__link:hover {
  background: var(--clr-accent);
  color: #fff;
}

.fr-faq__item {
  border: 1.5px solid var(--clr-border);
  border-radius: var(--radius-sm);
  margin-bottom: 10px;
  overflow: hidden;
}
.fr-faq__question {
  width: 100%;
  background: #f6f6f2;
  border: none;
  text-align: left;
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 700;
  color: var(--clr-text);
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  transition: background var(--transition);
}
.fr-faq__question:hover {
  background: #eef8d4;
}
.fr-faq__question.active {
  background: var(--clr-green-light);
  color: #3a8000;
}
.fr-faq__arrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
  fill: currentColor;
}
.fr-faq__question.active .fr-faq__arrow {
  transform: rotate(180deg);
}
.fr-faq__answer {
  display: none;
  padding: 0 20px 16px;
  font-size: 14px;
  color: var(--clr-text-muted);
  line-height: 1.65;
  background: #fff;
}
.fr-faq__answer.open {
  display: block;
}

#fr-footer {
  background: var(--clr-header);
  color: #b8b8b0;
  padding: 48px 0 24px;
  margin-top: 48px;
}
.fr-footer__top {
  display: grid;
  grid-template-columns: 200px 1fr 1fr;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 28px;
}
.fr-footer__logo img {
  height: 56px;
  width: auto;
  margin-bottom: 14px;
}
.fr-footer__desc {
  font-size: 13px;
  line-height: 1.6;
  color: #888880;
}
.fr-footer__col-title {
  font-size: 13px;
  font-weight: 700;
  color: #d0d0c8;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
.fr-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fr-footer__nav a {
  color: #888880;
  font-size: 13px;
  transition: color var(--transition);
}
.fr-footer__nav a:hover {
  color: var(--clr-accent);
}
.fr-footer__payments {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.fr-footer__pay-badge {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-sm);
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #d0d0c8;
  white-space: nowrap;
}
.fr-footer__providers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.fr-footer__prov-badge {
  background: rgba(137, 204, 4, 0.1);
  border: 1px solid rgba(137, 204, 4, 0.25);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 700;
  color: #a8c870;
}
.fr-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.fr-footer__copy {
  font-size: 12px;
  color: #666660;
}
.fr-footer__legal {
  font-size: 11px;
  color: #504e48;
  line-height: 1.6;
  max-width: 580px;
}

#fr-widget {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--clr-header);
  border-top: 2px solid var(--clr-accent);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
#fr-widget.visible {
  transform: translateY(0);
}
.fr-widget__text {
  color: #d0d0c8;
  font-size: 13px;
  font-weight: 600;
  flex: 1;
}
.fr-widget__bonus {
  color: var(--clr-accent);
  font-weight: 800;
}
.fr-widget__close {
  background: transparent;
  border: none;
  color: #888;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  padding: 4px 8px;
  transition: color var(--transition);
}
.fr-widget__close:hover {
  color: #fff;
}

.fr-card {
  background: #fff;
  border: 1.5px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  transition:
    box-shadow var(--transition),
    transform var(--transition);
}
.fr-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.fr-card--dark {
  background: var(--clr-header);
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--clr-text-light);
}

body {
  padding-bottom: 0;
}
body.widget-visible {
  padding-bottom: 64px;
}

.fr-section--alt {
  background: #f6f6f2;
}
.fr-section--dark {
  background: linear-gradient(135deg, #292925 0%, #383834 100%);
  color: var(--clr-text-light);
}
.fr-section--dark .fr-section__title {
  color: #fff;
}
.fr-section--dark .fr-section__subtitle {
  color: #a8a8a0;
}

.fr-fade-in {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.fr-fade-in.visible {
  opacity: 1;
  transform: none;
}

.wp-block-columns {
  display: flex;
  gap: 16px;
}
.wp-block-column {
  flex: 1;
}
.has-background {
  padding: 1.25em 2.375em;
}
.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
}
.wp-element-caption {
  font-size: 13px;
  color: #777;
  text-align: center;
  margin-top: 4px;
}
.elementor-section {
  position: relative;
}
.elementor-inner {
  max-width: 100%;
}
.elementor-row {
  display: flex;
}
.e--ua-edge .elementor-section {
  will-change: auto;
}

@media (max-width: 991px) {
  .fr-header__nav {
    display: none;
  }
  .fr-burger {
    display: flex;
  }
  .fr-header__inner {
    grid-template-columns: auto 1fr auto;
  }
  .fr-footer__top {
    grid-template-columns: 1fr 1fr;
  }
  .fr-footer__top > *:first-child {
    grid-column: 1 / -1;
  }
  .fr-proscons {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .fr-header__inner {
    padding: 0 14px;
  }
  .fr-hero__content {
    padding: 40px 0;
  }
  .fr-section {
    padding: 36px 0;
  }
  .fr-footer__top {
    grid-template-columns: 1fr;
  }
  .fr-footer__bottom {
    flex-direction: column;
  }
  .fr-author {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .fr-author__links {
    justify-content: center;
  }
  #fr-widget {
    flex-wrap: wrap;
  }
  .fr-widget__text {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .fr-hero__title {
    font-size: 26px;
  }
  .fr-hero__stats {
    gap: 14px;
  }
  .fr-hero__actions {
    flex-direction: column;
    width: 100%;
  }
  .fr-hero__actions .btn-fr {
    width: 100%;
    justify-content: center;
  }
}
#fr-proscons {
  background: #f4fbe4;
}

#fr-video {
  background: #f4fbe4;
}

#fr-review {
  background: #f4fbe4;
}

#fr-review .fr-card {
  background: #fbfef3;
  border-color: #d8ecb0;
}

#fr-author {
  background: #f4fbe4;
}

.fr-author {
  background: #fbfef3;
  border-color: #d8ecb0;
}
