:root {
  --ffcs-ink: #172b35;
  --ffcs-muted: #657782;
  --ffcs-blue: #2589a8;
  --ffcs-blue-dark: #17657d;
  --ffcs-river: #dff3f6;
  --ffcs-green: #2f7d46;
  --ffcs-sand: #f6f3ed;
  --ffcs-line: rgba(23, 43, 53, 0.12);
  --ffcs-shadow: 0 18px 45px rgba(23, 43, 53, 0.13);
  --ffcs-radius: 8px;
}

.ffcs-theme-cart-item > a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  padding: 0 !important;
  border: 1px solid #c9dde0;
  border-radius: 50%;
  background: #eef7f8;
  color: #103f46 !important;
}

.ffcs-theme-cart-item > a:hover,
.ffcs-theme-cart-item > a:focus-visible {
  border-color: #0f6873;
  background: #0f6873;
  color: #ffffff !important;
}

.ffcs-theme-cart-item svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

body {
  color: var(--ffcs-ink);
  text-rendering: optimizeLegibility;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.ffcs-modern-page {
  background:
    linear-gradient(180deg, #f8fcfd 0%, #ffffff 34%, #eef8fa 100%);
  color: var(--ffcs-ink);
  font-family: inherit;
}

.ffcs-modern-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(23, 43, 53, 0.08);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.ffcs-modern-nav__inner {
  width: min(1220px, calc(100% - 32px));
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-inline: auto;
}

.ffcs-modern-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ffcs-ink);
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
}

.ffcs-modern-logo img {
  width: 92px;
  max-height: 46px;
  object-fit: contain;
}

.ffcs-modern-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ffcs-modern-menu a {
  color: var(--ffcs-ink);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.ffcs-modern-menu a:hover,
.ffcs-modern-menu a:focus {
  color: var(--ffcs-blue-dark);
}

.ffcs-modern-menu .ffcs-modern-menu__cta a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--ffcs-blue);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(37, 137, 168, 0.18);
}

.ffcs-modern-menu .ffcs-modern-menu__cart a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(37, 137, 168, 0.18);
  border-radius: 999px;
  background: #f2fbfd;
  color: var(--ffcs-ink);
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.ffcs-modern-menu .ffcs-modern-menu__cart a:hover,
.ffcs-modern-menu .ffcs-modern-menu__cart a:focus {
  background: var(--ffcs-blue);
  color: #ffffff;
  transform: translateY(-1px);
}

.ffcs-cart-link__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ffcs-cart-link__icon,
.ffcs-cart-link__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.ffcs-cart-link__icon svg {
  fill: currentColor;
}

.ffcs-modern-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 10vw, 136px) 0 clamp(46px, 7vw, 92px);
  background-color: #173848;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}

.ffcs-modern-hero .elementor-widget-wrap {
  padding: 0 !important;
}

.ffcs-modern-hero .elementor-container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.ffcs-modern-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 39, 50, 0.90), rgba(15, 39, 50, 0.58)),
    linear-gradient(180deg, rgba(15, 39, 50, 0.10), rgba(15, 39, 50, 0.48));
  pointer-events: none;
}

.ffcs-modern-hero > .elementor-container,
.ffcs-modern-hero > .e-con-inner {
  position: relative;
  z-index: 1;
}

.ffcs-modern-hero .ffcs-kicker,
.ffcs-modern-hero .ffcs-title,
.ffcs-modern-hero .ffcs-lead {
  color: #ffffff;
}

.ffcs-modern-hero .ffcs-kicker {
  color: #aee2ef;
}

.ffcs-home-slider {
  position: relative;
  min-height: clamp(560px, 72vh, 760px);
  overflow: hidden;
  background: #173848;
  color: #ffffff;
}

.ffcs-home-slider__track,
.ffcs-home-slide {
  position: absolute;
  inset: 0;
}

.ffcs-home-slide {
  display: grid;
  align-items: center;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.04);
  animation: ffcsHomeSlide 24s infinite;
}

.ffcs-home-slide--2 {
  animation-delay: 6s;
}

.ffcs-home-slide--3 {
  animation-delay: 12s;
}

.ffcs-home-slide--4 {
  animation-delay: 18s;
}

.ffcs-home-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 38, 48, 0.92), rgba(13, 38, 48, 0.54), rgba(13, 38, 48, 0.24)),
    linear-gradient(180deg, rgba(13, 38, 48, 0.10), rgba(13, 38, 48, 0.54));
}

.ffcs-home-slide__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.ffcs-home-slide__inner span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #92dff0;
  font-weight: 900;
}

.ffcs-home-slide h1,
.ffcs-home-slide h2 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.8rem, 6vw, 6.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.ffcs-home-slide p {
  max-width: 680px;
  margin: 26px 0 0;
  color: #ffffff;
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  font-weight: 700;
  line-height: 1.55;
}

.ffcs-home-slide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.ffcs-btn--outline {
  border: 2px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  backdrop-filter: blur(10px);
}

.ffcs-home-slider__dots {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 28px;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.ffcs-home-slider__dots span {
  width: 38px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
}

@keyframes ffcsHomeSlide {
  0%,
  24.99% {
    visibility: visible;
    opacity: 1;
    transform: scale(1.04);
  }

  24.99% {
    transform: scale(1);
  }

  25%,
  100% {
    visibility: hidden;
    opacity: 0;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ffcs-home-slide {
    animation: none;
    opacity: 0;
    transform: none;
  }

  .ffcs-home-slide:first-child {
    opacity: 1;
  }
}

.ffcs-modern-shell {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.ffcs-modern-content {
  padding: clamp(44px, 7vw, 82px) 0;
}

.ffcs-modern-content-body {
  padding: clamp(46px, 7vw, 84px) 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #f5fbfc 54%, #ffffff 100%);
}

.ffcs-modern-content-body > .elementor-container {
  width: min(1180px, calc(100% - 32px));
  gap: 0;
  align-items: flex-start;
  margin-inline: auto;
}

.ffcs-modern-panel {
  border: 1px solid var(--ffcs-line);
  border-radius: var(--ffcs-radius);
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(23, 43, 53, 0.09);
}

.ffcs-modern-panel__inner {
  padding: clamp(22px, 4vw, 42px);
}

.ffcs-modern-main-column > .elementor-widget-wrap {
  padding: clamp(18px, 3vw, 30px) !important;
  border: 1px solid var(--ffcs-line);
  border-radius: var(--ffcs-radius);
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(23, 43, 53, 0.09);
}

.ffcs-modern-side-column > .elementor-widget-wrap {
  align-content: flex-start;
}

.ffcs-modern-side-column {
  position: sticky;
  top: 92px;
}

.ffcs-clean-section {
  padding: clamp(42px, 6vw, 76px) 0;
}

.ffcs-clean-section--soft {
  background: #f5fbfc;
}

.ffcs-clean-shell {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.ffcs-clean-heading {
  max-width: 820px;
  margin-bottom: 28px;
}

.ffcs-clean-heading h2,
.ffcs-clean-heading h3 {
  margin: 0 0 10px;
  color: var(--ffcs-ink);
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.08;
}

.ffcs-clean-heading p {
  margin: 0;
  color: var(--ffcs-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.ffcs-feature-grid,
.ffcs-link-grid,
.ffcs-activity-grid,
.ffcs-donate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ffcs-values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ffcs-feature-card,
.ffcs-value-card,
.ffcs-link-card,
.ffcs-activity-card,
.ffcs-donate-card,
.ffcs-text-card {
  border: 1px solid var(--ffcs-line);
  border-radius: var(--ffcs-radius);
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(23, 43, 53, 0.09);
}

.ffcs-link-card {
  color: inherit;
  text-decoration: none;
}

.ffcs-feature-card,
.ffcs-value-card,
.ffcs-link-card,
.ffcs-donate-card,
.ffcs-text-card {
  padding: clamp(20px, 3vw, 30px);
}

.ffcs-feature-card h3,
.ffcs-value-card h3,
.ffcs-link-card h3,
.ffcs-donate-card h3,
.ffcs-text-card h2,
.ffcs-text-card h3 {
  margin: 0 0 10px;
  color: var(--ffcs-ink);
  font-size: 1.35rem;
  line-height: 1.22;
}

.ffcs-feature-card p,
.ffcs-value-card p,
.ffcs-link-card p,
.ffcs-donate-card p,
.ffcs-text-card p,
.ffcs-text-card li {
  color: #334853;
  line-height: 1.68;
}

.ffcs-media-card img,
.ffcs-activity-card img,
.ffcs-link-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  background: #eef7f8;
}

.ffcs-activity-card__body {
  padding: 20px;
}

.ffcs-activity-card h3 {
  margin: 0 0 8px;
  color: var(--ffcs-ink);
  font-size: 1.2rem;
  line-height: 1.25;
}

.ffcs-permit-clean-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ffcs-permit-clean-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--ffcs-line);
  border-radius: var(--ffcs-radius);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(23, 43, 53, 0.09);
}

.ffcs-permit-clean-card h3 {
  margin: 0;
  color: var(--ffcs-ink);
  font-size: 1.35rem;
  line-height: 1.18;
}

.ffcs-permit-clean-card strong {
  display: block;
  margin: 18px 0 8px;
  color: var(--ffcs-green);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1;
}

.ffcs-permit-clean-card small {
  color: var(--ffcs-muted);
  font-weight: 700;
}

.ffcs-permit-clean-card .ffcs-btn {
  width: 100%;
  margin-top: 18px;
}

.ffcs-clean-content {
  color: #334853;
  font-size: 1rem;
  line-height: 1.74;
}

.ffcs-clean-content h2,
.ffcs-clean-content h3 {
  color: var(--ffcs-ink);
}

.ffcs-clean-content a {
  color: var(--ffcs-blue-dark);
  font-weight: 800;
}

.ffcs-home-support {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 8vw, 98px) 0;
  background:
    linear-gradient(180deg, rgba(245, 251, 252, 0.96), rgba(220, 241, 246, 0.94)),
    url("https://flyfishingclubsibiu.ro/stagingffcs/wp-content/uploads/2019/12/landscaper-water-feature-hero-background-scaled.jpg") center / cover;
}

.ffcs-home-support__inner {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.ffcs-home-support__heading {
  max-width: 760px;
  text-align: left;
}

.ffcs-home-support__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 30px;
}

.ffcs-home-support-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--ffcs-line);
  border-radius: var(--ffcs-radius);
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(23, 43, 53, 0.12);
}

.ffcs-home-support-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ffcs-home-support-card > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(22px, 4vw, 34px);
}

.ffcs-home-support-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--ffcs-blue-dark);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ffcs-home-support-card h3 {
  margin: 0;
  color: var(--ffcs-ink);
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  line-height: 1.08;
}

.ffcs-home-support-card p {
  margin: 16px 0 22px;
  color: #334853;
  line-height: 1.68;
}

.ffcs-home-support-card .ffcs-btn + .ffcs-btn {
  margin-top: 12px;
}

.ffcs-home-tax-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(24px, 5vw, 56px);
  margin-top: 28px;
  padding: clamp(24px, 5vw, 46px);
  border: 1px solid var(--ffcs-line);
  border-radius: var(--ffcs-radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(23, 43, 53, 0.12);
}

.ffcs-home-tax-card h3 {
  margin: 0 0 16px;
  color: var(--ffcs-blue-dark);
  font-size: clamp(1.8rem, 4vw, 3.15rem);
  line-height: 1.08;
}

.ffcs-home-tax-card p {
  margin: 0 0 16px;
  color: #334853;
  font-size: 1.02rem;
  line-height: 1.72;
}

.ffcs-home-tax-card a {
  color: var(--ffcs-blue-dark);
  font-weight: 900;
}

.ffcs-home-tax-card dl {
  margin: 0;
  padding: 24px;
  border-radius: var(--ffcs-radius);
  background: #f5fbfc;
}

.ffcs-home-tax-card dt {
  margin-top: 14px;
  color: var(--ffcs-ink);
  font-weight: 900;
}

.ffcs-home-tax-card dt:first-child {
  margin-top: 0;
}

.ffcs-home-tax-card dd {
  margin: 4px 0 0;
  color: #334853;
  overflow-wrap: anywhere;
}

.ffcs-about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}

.ffcs-about-note {
  margin-top: 22px;
  padding: 22px;
  border-left: 4px solid var(--ffcs-blue);
  border-radius: var(--ffcs-radius);
  background: #f5fbfc;
}

.ffcs-about-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ffcs-ink);
  font-size: 1.15rem;
}

.ffcs-about-photo,
.ffcs-about-media-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--ffcs-line);
  border-radius: var(--ffcs-radius);
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(23, 43, 53, 0.09);
}

.ffcs-about-photo img,
.ffcs-about-media-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ffcs-about-photo figcaption,
.ffcs-about-media-grid figcaption {
  padding: 14px 18px 18px;
  color: #334853;
  font-weight: 700;
  line-height: 1.45;
}

.ffcs-about-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ffcs-about-values article {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--ffcs-line);
  border-radius: var(--ffcs-radius);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(23, 43, 53, 0.08);
}

.ffcs-about-values h3 {
  margin: 0 0 10px;
  color: var(--ffcs-ink);
  font-size: 1.25rem;
}

.ffcs-about-values p {
  margin: 0;
  color: #334853;
  line-height: 1.65;
}

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

.wpcf7-form {
  display: grid;
  gap: 16px;
}

.wpcf7-form p {
  margin: 0;
  color: #334853;
  font-weight: 700;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
  min-height: 46px;
  margin-top: 6px;
  border: 1px solid var(--ffcs-line);
  border-radius: var(--ffcs-radius);
  padding: 10px 12px;
  background: #f8fcfd;
  color: var(--ffcs-ink);
  font: inherit;
  box-shadow: none;
}

.wpcf7-form textarea {
  min-height: 210px;
  resize: vertical;
}

.wpcf7-form input[type="submit"] {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  padding: 11px 24px;
  background: var(--ffcs-green);
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:focus {
  background: #256b3b;
}

.ffcs-preserved-content {
  color: var(--ffcs-ink);
  font-size: 1rem;
  line-height: 1.72;
}

.ffcs-preserved-content h1,
.ffcs-preserved-content h2,
.ffcs-preserved-content h3,
.ffcs-preserved-content h4 {
  color: var(--ffcs-ink);
  line-height: 1.18;
  letter-spacing: 0;
}

.ffcs-preserved-content h2 {
  margin-top: 1.2em;
  font-size: clamp(1.55rem, 2.5vw, 2.45rem);
}

.ffcs-preserved-content p,
.ffcs-preserved-content li {
  color: #334853;
}

.ffcs-preserved-content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--ffcs-radius);
}

.ffcs-preserved-content table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: var(--ffcs-radius);
}

.ffcs-preserved-content td,
.ffcs-preserved-content th {
  padding: 10px 12px;
  border: 1px solid var(--ffcs-line);
}

.ffcs-side-card {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--ffcs-line);
  border-radius: var(--ffcs-radius);
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(23, 43, 53, 0.08);
}

.ffcs-side-card h2,
.ffcs-side-card h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.25;
}

.ffcs-side-card p {
  margin: 0;
  color: var(--ffcs-muted);
  line-height: 1.55;
}

.ffcs-modern-footer {
  padding: clamp(38px, 6vw, 68px) 0 28px;
  background: #2589a8;
  color: #ffffff;
}

.ffcs-modern-footer a,
.ffcs-modern-footer p,
.ffcs-modern-footer h2,
.ffcs-modern-footer h3 {
  color: #ffffff;
}

.ffcs-modern-footer__grid {
  width: min(1180px, calc(100% - 32px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-inline: auto;
}

.ffcs-modern-footer__bottom {
  width: min(1180px, calc(100% - 32px));
  margin: 32px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.85rem;
}

.ffcs-section {
  padding: clamp(48px, 7vw, 96px) 0;
}

.ffcs-section--soft {
  background: linear-gradient(180deg, #ffffff 0%, var(--ffcs-river) 100%);
}

.ffcs-section--sand {
  background: var(--ffcs-sand);
}

.ffcs-container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.ffcs-kicker {
  margin: 0 0 10px;
  color: var(--ffcs-blue-dark);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ffcs-title {
  margin: 0;
  color: var(--ffcs-ink);
  font-size: clamp(2rem, 4vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.ffcs-lead {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--ffcs-muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.7;
}

.ffcs-hero {
  min-height: min(760px, calc(100vh - 92px));
  display: grid;
  align-items: end;
  padding: clamp(120px, 18vw, 220px) 0 clamp(40px, 7vw, 88px);
  color: #ffffff;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.ffcs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 22, 28, 0.78), rgba(10, 22, 28, 0.34) 56%, rgba(10, 22, 28, 0.16)),
    linear-gradient(180deg, rgba(10, 22, 28, 0.18), rgba(10, 22, 28, 0.62));
}

.ffcs-hero > * {
  position: relative;
  z-index: 1;
}

.ffcs-hero .ffcs-title,
.ffcs-hero .ffcs-lead {
  color: #ffffff;
}

.ffcs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.ffcs-btn,
.fusion-button.ffcs-btn,
.woocommerce a.button.ffcs-btn,
.woocommerce button.button.ffcs-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  background: var(--ffcs-blue);
  color: #ffffff !important;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(37, 137, 168, 0.24);
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.ffcs-btn:hover,
.ffcs-btn:focus {
  background: var(--ffcs-blue-dark);
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(23, 101, 125, 0.28);
}

.ffcs-btn--green {
  background: var(--ffcs-green);
  box-shadow: 0 12px 26px rgba(47, 125, 70, 0.22);
}

.ffcs-btn--light {
  background: #ffffff;
  color: var(--ffcs-blue-dark) !important;
  box-shadow: 0 12px 26px rgba(23, 43, 53, 0.12);
}

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

.ffcs-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ffcs-card {
  min-height: 100%;
  border: 1px solid var(--ffcs-line);
  border-radius: var(--ffcs-radius);
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 8px 26px rgba(23, 43, 53, 0.08);
}

.ffcs-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--ffcs-river);
}

.ffcs-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ffcs-card__body {
  padding: 22px;
}

.ffcs-card__title {
  margin: 0;
  color: var(--ffcs-ink);
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.ffcs-card__text {
  margin: 10px 0 0;
  color: var(--ffcs-muted);
  line-height: 1.65;
}

.ffcs-cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(220px, 0.5fr);
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  border-radius: var(--ffcs-radius);
  background: var(--ffcs-ink);
  color: #ffffff;
  box-shadow: var(--ffcs-shadow);
}

.ffcs-cta-band h2,
.ffcs-cta-band h3,
.ffcs-cta-band p {
  color: #ffffff;
}

.ffcs-permit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ffcs-permit-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--ffcs-line);
  border-radius: var(--ffcs-radius);
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(23, 43, 53, 0.08);
}

.ffcs-permit-card__name {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.2;
}

.ffcs-permit-card__price {
  margin: 18px 0 8px;
  color: var(--ffcs-blue);
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
}

.ffcs-permit-card__price small {
  color: var(--ffcs-muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.ffcs-permit-card__meta {
  color: var(--ffcs-muted);
  line-height: 1.55;
}

.ffcs-permit-card .ffcs-btn {
  width: 100%;
  margin-top: 18px;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  padding-left: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  border: 1px solid var(--ffcs-line);
  border-radius: var(--ffcs-radius);
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(23, 43, 53, 0.08);
}

.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  margin: 0;
  background: #f7fafb;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  min-height: 3.4em;
  margin: 0;
  padding: 18px 20px 0;
  color: var(--ffcs-ink);
  font-size: 1.05rem;
  line-height: 1.25;
}

.woocommerce ul.products li.product .price {
  display: block;
  padding: 8px 20px 14px;
  color: var(--ffcs-ink);
  font-size: 1.3rem;
  font-weight: 800;
}

.woocommerce-Price-currencySymbol {
  margin-left: 0.12em;
}

.woocommerce ul.products li.product .button {
  width: calc(100% - 40px);
  margin: 0 20px 20px;
  border-radius: 999px;
  background: var(--ffcs-ink);
  color: #ffffff;
  text-align: center;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin-bottom: 20px;
}

.woocommerce .woocommerce-ordering select {
  min-height: 42px;
  border: 1px solid var(--ffcs-line);
  border-radius: var(--ffcs-radius);
  padding: 0 12px;
  background: #ffffff;
}

.woocommerce div.product {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.woocommerce div.product .product_title {
  color: var(--ffcs-ink);
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--ffcs-blue);
  font-size: 1.5rem;
  font-weight: 800;
}

.woocommerce div.product form.cart .button {
  border-radius: 999px;
  background: var(--ffcs-ink);
  color: #ffffff;
}

.ffcs-cookie-offset #cookie-law-info-bar,
#cookie-law-info-bar,
.cli-bar-container {
  font-size: 0.82rem;
}

@media (max-width: 1024px) {
  .ffcs-modern-nav__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .ffcs-modern-menu {
    justify-content: flex-start;
  }

  .ffcs-modern-content__grid,
  .ffcs-modern-footer__grid,
  .ffcs-feature-grid,
  .ffcs-values-grid,
  .ffcs-link-grid,
  .ffcs-activity-grid,
  .ffcs-donate-grid,
  .ffcs-home-support__cards,
  .ffcs-home-tax-card,
  .ffcs-permit-clean-grid,
  .ffcs-about-intro,
  .ffcs-about-values,
  .ffcs-about-media-grid {
    grid-template-columns: 1fr;
  }

  .ffcs-modern-content-body > .elementor-container {
    flex-direction: column;
  }

  .ffcs-modern-side-column {
    position: static;
  }

  .ffcs-grid,
  .ffcs-grid--four,
  .ffcs-permit-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ffcs-section {
    padding: 42px 0;
  }

  .ffcs-hero {
    min-height: 640px;
    padding: 110px 0 34px;
  }

  .ffcs-actions,
  .ffcs-cta-band {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ffcs-btn {
    width: 100%;
  }

  .ffcs-modern-menu {
    display: flex;
    overflow-x: visible;
    flex-wrap: wrap;
    width: 100%;
    gap: 6px;
    padding-bottom: 0;
  }

  .ffcs-modern-menu li {
    flex: 0 1 auto;
  }

  .ffcs-modern-menu a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 9px;
    border-radius: 999px;
    background: #eef7f8;
    font-size: 0.78rem;
  }

  .ffcs-modern-menu .ffcs-modern-menu__cta a {
    justify-content: center;
    width: 100%;
  }

  .ffcs-modern-menu .ffcs-modern-menu__cart {
    flex: 0 0 auto;
  }

  .ffcs-modern-menu .ffcs-modern-menu__cart a {
    width: 34px;
    min-height: 34px;
    height: 34px;
    padding: 0;
  }

  .ffcs-grid,
  .ffcs-grid--four,
  .ffcs-permit-grid,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .ffcs-modern-hero {
    padding: 56px 0 42px;
  }

  .ffcs-home-slider {
    min-height: 650px;
  }

  .ffcs-home-slide {
    align-items: end;
    padding: 0 0 76px;
  }

  .ffcs-title {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .ffcs-home-slide h1,
  .ffcs-home-slide h2 {
    font-size: clamp(2.3rem, 13vw, 4.2rem);
  }

  .ffcs-home-slide__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ffcs-home-slide__actions .ffcs-btn {
    width: 100%;
  }

  .ffcs-home-support-card > div,
  .ffcs-home-tax-card {
    padding: 20px;
  }

  .ffcs-modern-footer__grid {
    gap: 20px;
  }

  .ffcs-card__body,
  .ffcs-permit-card {
    padding: 20px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3 {
    min-height: auto;
  }
}
