.fishwego-landing-page-active,
body.fishwego-landing-page-active {
  background: url("../images/hero-bg.png") center top / cover no-repeat !important;
  background-attachment: fixed;
  position: relative;
  overscroll-behavior-y: none;
}

/* Root fallback so browser elastic overscroll matches landing tones instead of white. */
html {
  background: linear-gradient(160deg, #3a1f5f 0%, #c65a2f 48%, #072417 100%) !important;
  overscroll-behavior-y: none;
}

@supports selector(html:has(body.fishwego-landing-page-active)) {
  html:has(body.fishwego-landing-page-active) {
    background: linear-gradient(160deg, #3a1f5f 0%, #c65a2f 48%, #072417 100%) !important;
  }
}

/* One consistent global veil above the background image. */
body.fishwego-landing-page-active::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(6, 16, 10, 0.5);
  pointer-events: none;
  z-index: 0;
}

body.fishwego-landing-page-active #page,
body.fishwego-landing-page-active .site,
body.fishwego-landing-page-active .site-content,
body.fishwego-landing-page-active .content-area,
body.fishwego-landing-page-active .entry-content,
body.fishwego-landing-page-active .wp-site-blocks,
body.fishwego-landing-page-active .wp-site-blocks > *,
body.fishwego-landing-page-active main,
body.fishwego-landing-page-active .wp-block-post-content {
  background: transparent !important;
  position: relative;
  z-index: 1;
}

body.fishwego-landing-page-active .entry-header,
body.fishwego-landing-page-active .page-header,
body.fishwego-landing-page-active .wp-block-post-title,
body.fishwego-landing-page-active .entry-title,
body.fishwego-landing-page-active .ast-no-thumbnail {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

body.fishwego-landing-page-active #content,
body.fishwego-landing-page-active .site-content,
body.fishwego-landing-page-active .content-area,
body.fishwego-landing-page-active .primary,
body.fishwego-landing-page-active .site-main,
body.fishwego-landing-page-active .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.fishwego-landing-page-active .entry-content.clear {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Force theme/Elementor header chrome to be transparent on the landing page. */
body.fishwego-landing-page-active #masthead,
body.fishwego-landing-page-active .site-header,
body.fishwego-landing-page-active .ast-primary-header-bar,
body.fishwego-landing-page-active .ast-main-header-wrap,
body.fishwego-landing-page-active .ast-builder-grid-row-container,
body.fishwego-landing-page-active .main-header-bar,
body.fishwego-landing-page-active .elementor-location-header,
body.fishwego-landing-page-active [data-elementor-type="header"] {
  background: transparent !important;
  background-color: transparent !important;
  opacity: 1 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.fishwego-landing-page {
  --fwg-bg-0: #07140d;
  --fwg-bg-1: #0f2217;
  --fwg-bg-2: #143024;
  --fwg-surface: rgba(10, 24, 16, 0.58);
  --fwg-surface-strong: rgba(8, 20, 13, 0.72);
  --fwg-border: rgba(106, 199, 145, 0.3);
  --fwg-text: #e8f2eb;
  --fwg-muted: rgba(232, 242, 235, 0.76);
  --fwg-accent-blue: #4a8cff;
  --fwg-accent-green: #48d08a;
  --fwg-accent-gold: #f39a3b;
  --fwg-accent-teal: #4fd3c8;
  --fwg-accent-slate: #aab7b0;
  color: var(--fwg-text);
  background: transparent;
  font-family: Georgia, "Times New Roman", serif;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
}

.fishwego-landing-page::before {
  content: none;
}

.fishwego-landing-page > * {
  position: relative;
  z-index: 1;
}

.fishwego-landing-page * {
  box-sizing: border-box;
}

.fishwego-landing-page a {
  color: inherit;
  text-decoration: none;
}

.fishwego-landing-page__shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.fishwego-landing-page__hero {
  position: relative;
  padding: 20px 0 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.fishwego-landing-page__hero::before {
  content: none;
}

.fishwego-landing-page__hero .fishwego-landing-page__shell {
  position: relative;
  z-index: 1;
  padding: 40px 54px 42px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: linear-gradient(180deg, rgba(6, 18, 12, 0.4), rgba(6, 18, 12, 0.68));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
}

.fishwego-landing-page__hero-copy {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.fishwego-landing-page__eyebrow {
  margin: 0 0 14px;
  color: var(--fwg-accent-green);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fishwego-landing-page h1,
.fishwego-landing-page h2,
.fishwego-landing-page h3 {
  margin: 0;
  line-height: 1.04;
}

.fishwego-landing-page h1 {
  font-size: clamp(2.75rem, 5.6vw, 5.15rem);
  letter-spacing: -0.045em;
  color: #ffffff;
  text-wrap: balance;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.fishwego-landing-page h2 {
  font-size: clamp(1.75rem, 3.1vw, 2.65rem);
  letter-spacing: -0.035em;
  color: #f2faf5;
  text-wrap: balance;
}

.fishwego-landing-page h3 {
  font-size: clamp(1.18rem, 1.8vw, 1.45rem);
  letter-spacing: -0.03em;
  color: #ffffff;
}

.fishwego-landing-page__lede,
.fishwego-landing-page__supporting,
.fishwego-landing-page__section-header p,
.fishwego-landing-page__card p,
.fishwego-landing-page__step p,
.fishwego-landing-page__faq-card p,
.fishwego-landing-page__contact-copy p,
.fishwego-landing-page__footer p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.03rem;
  line-height: 1.65;
}

.fishwego-landing-page__lede {
  max-width: 820px;
  margin: 18px auto 0;
  color: var(--fwg-text);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
}

.fishwego-landing-page__supporting {
  max-width: 820px;
  margin: 14px auto 0;
  color: var(--fwg-muted);
}

.fishwego-landing-page__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.fishwego-landing-page__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.fishwego-landing-page__button:hover {
  transform: translateY(-1px);
}

.fishwego-landing-page__button--primary {
  background: linear-gradient(180deg, #4fd38c, #1d8d59);
  color: #062113;
  box-shadow: 0 16px 34px rgba(28, 135, 83, 0.34);
}

.fishwego-landing-page__button--secondary {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--fwg-text);
}

.fishwego-landing-page__actions .fishwego-landing-page__button--hero-yellow {
  background: linear-gradient(180deg, #f39a3b, #d86b07);
  color: #111111;
  box-shadow: 0 16px 34px rgba(243, 154, 59, 0.34);
  border-color: rgba(0, 0, 0, 0.12);
}

.fishwego-landing-page__actions .fishwego-landing-page__button--hero-yellow:hover {
  color: #000000;
}

.fishwego-landing-page__actions .fishwego-landing-page__button--hero-green {
  background: linear-gradient(180deg, #4fd38c, #1d8d59);
  color: #062113;
  box-shadow: 0 16px 34px rgba(28, 135, 83, 0.34);
  border-color: rgba(0, 0, 0, 0.12);
}

.fishwego-landing-page__actions .fishwego-landing-page__button--hero-green:hover {
  color: #02180d;
}

.fishwego-landing-page__hero-meta {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.fishwego-landing-page__hero-meta p {
  margin: 0;
  color: var(--fwg-muted);
}

.fishwego-landing-page__hero-contact {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
}

.fishwego-landing-page__inline-separator {
  opacity: 0.6;
}

.fishwego-landing-page__section {
  padding: 72px 0;
}

#fishwego-benefits,
#fishwego-how-it-works,
#fishwego-faq,
#fishwego-contact {
  scroll-margin-top: 96px;
}

.fishwego-landing-page__section--steps {
  background: transparent;
}

.fishwego-landing-page__section-header {
  max-width: 850px;
  margin: 0 auto 26px;
  text-align: center;
}

.fishwego-landing-page__section-header h2 {
  margin-top: 4px;
}

.fishwego-landing-page__benefit-grid,
.fishwego-landing-page__step-grid,
.fishwego-landing-page__faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.fishwego-landing-page__faq-grid {
  grid-template-columns: minmax(0, 1fr);
}

.fishwego-landing-page__card,
.fishwego-landing-page__step,
.fishwego-landing-page__faq-card,
.fishwego-landing-page__contact-panel {
  border: 1px solid var(--fwg-border);
  background: linear-gradient(180deg, rgba(18, 41, 29, 0.52), rgba(8, 18, 12, 0.72));
  border-radius: 24px;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px) saturate(135%);
  -webkit-backdrop-filter: blur(14px) saturate(135%);
}

.fishwego-landing-page__faq-card {
  overflow: hidden;
}

.fishwego-landing-page__faq-card summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 24px;
  font-family: inherit;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.fishwego-landing-page__faq-card summary::-webkit-details-marker {
  display: none;
}

.fishwego-landing-page__faq-card summary::after {
  content: "+";
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  color: var(--fwg-accent-green);
  font-size: 1.1rem;
  line-height: 1;
}

.fishwego-landing-page__faq-card[open] summary::after {
  content: "–";
}

.fishwego-landing-page__faq-card p {
  margin: 0;
  padding: 0 24px 22px;
}

.fishwego-landing-page__card,
.fishwego-landing-page__step,
.fishwego-landing-page__faq-card {
  padding: 22px;
}

.fishwego-landing-page__icon {
  --fwg-icon-color: currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  margin-bottom: 18px;
  color: #09110d;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.fishwego-landing-page__icon--image::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-color: currentColor;
  -webkit-mask: var(--fwg-icon-mask) center / contain no-repeat;
  mask: var(--fwg-icon-mask) center / contain no-repeat;
}

.fishwego-landing-page__icon--image {
  color: currentColor;
}

.fishwego-landing-page__icon--image .fishwego-landing-page__icon-fallback {
  display: none;
}

.fishwego-landing-page__icon-fallback {
  display: inline-block;
  font-size: 1.45rem;
  line-height: 1;
}

.fishwego-landing-page__card-eyebrow {
  margin: 0 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fishwego-landing-page__card h3,
.fishwego-landing-page__step h3,
.fishwego-landing-page__faq-card h3 {
  margin-bottom: 10px;
}

.fishwego-landing-page__card p,
.fishwego-landing-page__step p,
.fishwego-landing-page__faq-card p {
  margin: 0;
  color: var(--fwg-muted);
}

.fishwego-landing-page__card[data-accent="blue"] .fishwego-landing-page__icon,
.fishwego-landing-page__step[data-accent="blue"] .fishwego-landing-page__card-eyebrow,
.fishwego-landing-page__card[data-accent="blue"] .fishwego-landing-page__card-eyebrow {
  color: var(--fwg-accent-blue);
  background: rgba(74, 140, 255, 0.12);
  --fwg-icon-color: var(--fwg-accent-blue);
}

.fishwego-landing-page__card[data-accent="green"] .fishwego-landing-page__icon,
.fishwego-landing-page__step[data-accent="green"] .fishwego-landing-page__card-eyebrow,
.fishwego-landing-page__card[data-accent="green"] .fishwego-landing-page__card-eyebrow {
  color: var(--fwg-accent-green);
  background: rgba(72, 208, 138, 0.12);
  --fwg-icon-color: var(--fwg-accent-green);
}

.fishwego-landing-page__card[data-accent="gold"] .fishwego-landing-page__icon,
.fishwego-landing-page__step[data-accent="gold"] .fishwego-landing-page__card-eyebrow,
.fishwego-landing-page__card[data-accent="gold"] .fishwego-landing-page__card-eyebrow {
  color: var(--fwg-accent-gold);
  background: rgba(243, 154, 59, 0.12);
  --fwg-icon-color: var(--fwg-accent-gold);
}

.fishwego-landing-page__card[data-accent="teal"] .fishwego-landing-page__icon,
.fishwego-landing-page__step[data-accent="teal"] .fishwego-landing-page__card-eyebrow,
.fishwego-landing-page__card[data-accent="teal"] .fishwego-landing-page__card-eyebrow {
  color: var(--fwg-accent-teal);
  background: rgba(79, 211, 200, 0.12);
  --fwg-icon-color: var(--fwg-accent-teal);
}

.fishwego-landing-page__card[data-accent="slate"] .fishwego-landing-page__icon,
.fishwego-landing-page__step[data-accent="slate"] .fishwego-landing-page__card-eyebrow,
.fishwego-landing-page__card[data-accent="slate"] .fishwego-landing-page__card-eyebrow {
  color: var(--fwg-accent-slate);
  background: rgba(170, 183, 176, 0.12);
  --fwg-icon-color: var(--fwg-accent-slate);
}

.fishwego-landing-page__contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
  gap: 18px;
  padding: 20px;
  margin-bottom: 8px;
  align-items: start;
}

.fishwego-landing-page__contact-copy {
  display: grid;
  gap: 10px;
  align-content: start;
}

.fishwego-landing-page__contact-copy p {
  margin: 0;
}

.fishwego-landing-page__contact-copy h2 {
  margin-bottom: 6px;
  line-height: 1.22;
}

.fishwego-landing-page__contact-visual {
  margin: 2px 0 0;
  padding: 0;
}

.fishwego-landing-page__contact-visual img {
  display: block;
  width: min(100%, 620px);
  height: auto;
  max-width: 100%;
  max-height: 320px;
  object-fit: cover;
  margin: 0;
  border-radius: 18px;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.35));
}

.fishwego-landing-page__contact-links,
.fishwego-landing-page__legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

.fishwego-landing-page__legal-links {
  margin-top: 16px;
  font-size: 0.92rem;
}

.fishwego-landing-page__contact-legal-row {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
  padding-left: 2px;
}

.fishwego-landing-page__contact-legal-row .fishwego-landing-page__legal-links {
  margin-top: 0;
}

.fishwego-landing-page__contact-links a,
.fishwego-landing-page__legal-links a {
  color: #dff3e7;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fishwego-landing-page__contact-form-wrap {
  padding: 4px 4px 6px;
}

.fishwego-landing-page__notice {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.fishwego-landing-page__notice--success {
  background: rgba(72, 208, 138, 0.15);
  border: 1px solid rgba(72, 208, 138, 0.35);
}

.fishwego-landing-page__notice--error {
  background: rgba(244, 103, 103, 0.14);
  border: 1px solid rgba(244, 103, 103, 0.32);
}

.fishwego-landing-page__form {
  display: grid;
  gap: 14px;
}

.fishwego-landing-page__field-group {
  display: grid;
  gap: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  color: var(--fwg-text);
}

.fishwego-landing-page__field-group > span {
  display: block;
  font-weight: 700;
  color: #f2f6f0;
}

.fishwego-landing-page__contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fishwego-landing-page__field-help {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: rgba(220, 231, 225, 0.74);
}

.fishwego-landing-page__form label {
  display: grid;
  gap: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  color: var(--fwg-text);
}

.fishwego-landing-page__form input,
.fishwego-landing-page__form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(5, 14, 9, 0.62);
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  padding: 14px 15px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.fishwego-landing-page__form input:focus,
.fishwego-landing-page__form textarea:focus {
  border-color: rgba(72, 208, 138, 0.68);
  box-shadow: 0 0 0 3px rgba(72, 208, 138, 0.15);
}

.fishwego-landing-page__form textarea {
  resize: vertical;
  min-height: 108px;
}

@media (max-width: 640px) {
  .fishwego-landing-page__contact-methods {
    grid-template-columns: 1fr;
  }
}

.fishwego-landing-page__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px !important;
  height: 1px !important;
  opacity: 0;
  pointer-events: none;
}

.fishwego-landing-page__footer {
  padding: 0 0 34px;
}

.fishwego-landing-page__footer p {
  margin: 0;
  color: rgba(232, 242, 235, 0.62);
  text-align: center;
}

@media (max-width: 980px) {
  .fishwego-landing-page__benefit-grid,
  .fishwego-landing-page__step-grid,
  .fishwego-landing-page__faq-grid,
  .fishwego-landing-page__contact-panel {
    grid-template-columns: 1fr;
  }

  #fishwego-benefits,
  #fishwego-how-it-works,
  #fishwego-faq,
  #fishwego-contact {
    scroll-margin-top: 118px;
  }

  .fishwego-landing-page__hero {
    padding-top: 14px;
  }

  .fishwego-landing-page__hero .fishwego-landing-page__shell {
    padding: 30px 24px 34px;
    border-radius: 28px;
  }

  .fishwego-landing-page__contact-visual img {
    width: min(100%, 580px);
    max-height: 280px;
  }
}

@media (max-width: 640px) {
  .fishwego-landing-page__shell {
    width: min(100% - 24px, 1240px);
  }

  .fishwego-landing-page__section {
    padding: 56px 0;
  }

  .fishwego-landing-page__hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.6rem);
  }

  .fishwego-landing-page__hero .fishwego-landing-page__shell {
    padding: 26px 18px 28px;
  }

  .fishwego-landing-page__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .fishwego-landing-page__button {
    width: 100%;
  }

  .fishwego-landing-page__contact-visual {
    margin-top: 2px;
  }

  .fishwego-landing-page__icon {
    background: rgba(255, 255, 255, 0.03);
  }

  .fishwego-landing-page [style*="--fwg-font-mobile"] {
    font-family: var(--fwg-font-mobile) !important;
    font-size: var(--fwg-size-mobile) !important;
  }
}
