/*
Theme Name: Fresh Start Web
Theme URI: https://freshstartweb.ca
Author: Fresh Start Web
Author URI: https://freshstartweb.ca
Description: Custom Fresh Start Web one-page theme with Customizer logo, Contact Form 7 shortcode, and site-wide coming soon mode.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: fresh-start-web
*/

/* =========================================================
   DESIGN TOKENS
   ========================================================= */

:root {
  --bg-black: #020406;
  --panel: #05090d;
  --panel-soft: #071017;
  --white: #f5f5f5;
  --soft-white: #d7d7d7;
  --fresh-blue: #009dff;
  --fresh-cyan: #00d4ff;
  --fresh-green: #7cff20;
  --fresh-lime: #a6ff00;
  --card-border: rgba(0, 157, 255, 0.35);
  --green-border: rgba(124, 255, 32, 0.45);
  --body-text: #c8cdd2;
  --muted-text: #8f98a3;
  --line: rgba(255, 255, 255, 0.09);
  --container: 1450px;
  --section-space: clamp(74px, 7vw, 104px);
  --shadow-mix:
    0 0 20px rgba(0, 157, 255, 0.45), 0 0 40px rgba(124, 255, 32, 0.25);
}

/* =========================================================
   RESET AND DOCUMENT BASE
   ========================================================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--body-text);
  background:
    radial-gradient(circle at 76% 6%, rgba(0, 157, 255, 0.07), transparent 24%),
    radial-gradient(
      circle at 86% 17%,
      rgba(124, 255, 32, 0.045),
      transparent 20%
    ),
    var(--bg-black);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    radial-gradient(circle, rgba(0, 212, 255, 0.34) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(124, 255, 32, 0.28) 0 1px, transparent 1.5px);
  background-position:
    20px 30px,
    72px 95px;
  background-size:
    150px 150px,
    210px 210px;
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    rgba(0, 0, 0, 0.55) 48%,
    transparent 90%
  );
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

/* =========================================================
   GLOBAL LAYOUT
   ========================================================= */

.fsw-container {
  width: min(calc(100% - 44px), var(--container));
  margin-inline: auto;
}

.fsw-section {
  position: relative;
  padding-block: var(--section-space);
}

.fsw-divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 157, 255, 0.34),
    rgba(124, 255, 32, 0.26),
    transparent
  );
  opacity: 0.7;
}

/* =========================================================
   TYPOGRAPHY AND SHARED CONTENT
   ========================================================= */

.fsw-gradient-text {
  color: var(--fresh-cyan);
  background: linear-gradient(90deg, #009dff 0%, #00d4ff 40%, #7cff20 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fsw-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 17px;
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.23em;
  line-height: 1;
  text-transform: uppercase;
}

.fsw-kicker::before,
.fsw-kicker::after {
  content: "";
  width: 28px;
  height: 1px;
  color: var(--fresh-cyan);
  background: linear-gradient(90deg, transparent, currentColor);
  box-shadow: 0 0 8px currentColor;
}

.fsw-kicker::after {
  background: linear-gradient(90deg, currentColor, transparent);
}

.fsw-services .fsw-title-small .fsw-gradient-text {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.fsw-services .fsw-title-small .fsw-gradient-text::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 145px;
  height: 22px;
  transform: translateX(-50%);
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 212, 255, 0.9) 28%,
    rgba(124, 255, 32, 0.9) 78%,
    transparent 100%
  );
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='160' height='26' viewBox='0 0 160 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 19C42 7 95 6 149 13' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M35 23C67 15 105 15 137 19' stroke='black' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='160' height='26' viewBox='0 0 160 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 19C42 7 95 6 149 13' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M35 23C67 15 105 15 137 19' stroke='black' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
  filter: drop-shadow(0 0 5px rgba(0, 212, 255, 0.45))
    drop-shadow(0 0 4px rgba(124, 255, 32, 0.35));
}

.fsw-title {
  margin: 0;
  color: var(--white);
  font-size: clamp(2.25rem, 4.9vw, 4.7rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.fsw-title.fsw-title-small {
  font-size: clamp(2.1rem, 4.3vw, 3.8rem);
}

.fsw-copy {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--body-text);
  font-size: clamp(0.96rem, 1.25vw, 1.06rem);
}

.fsw-heading-center {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.fsw-heading-center .fsw-copy {
  margin-inline: auto;
}

/* =========================================================
   BUTTONS
   ========================================================= */

.fsw-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 30px;
}

.fsw-button {
  position: relative;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  overflow: hidden;
  padding: 14px 22px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.018);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  isolation: isolate;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.fsw-button:hover,
.fsw-button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(0, 212, 255, 0.65);
  box-shadow: 0 0 24px rgba(0, 157, 255, 0.28);
}

.fsw-button.fsw-primary {
  border-color: transparent;
  color: #00111c;
  background: linear-gradient(
    100deg,
    var(--fresh-blue),
    var(--fresh-cyan) 46%,
    var(--fresh-green)
  );
  box-shadow: 0 12px 35px rgba(0, 157, 255, 0.2);
}

.fsw-button.fsw-primary::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(
    105deg,
    rgba(255, 255, 255, 0.35),
    transparent 38%
  );
  opacity: 0.5;
}

.fsw-button.fsw-primary:hover,
.fsw-button.fsw-primary:focus-visible {
  box-shadow: var(--shadow-mix);
}

.fsw-button-arrow {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: var(--white);
  background: rgba(1, 8, 10, 0.32);
  font-size: 0.92rem;
  transition: transform 220ms ease;
}

.fsw-button:hover .fsw-button-arrow {
  transform: translateX(3px);
}

.fsw-button-play {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(0, 212, 255, 0.42);
  border-radius: 50%;
  color: var(--fresh-cyan);
  background: rgba(0, 157, 255, 0.06);
  font-size: 0.76rem;
  line-height: 1;
  text-indent: 2px;
  box-shadow: 0 0 14px rgba(0, 157, 255, 0.12);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    color 220ms ease;
}

.fsw-button:hover .fsw-button-play {
  transform: scale(1.08);
  border-color: rgba(124, 255, 32, 0.48);
  color: var(--fresh-green);
}

/* =========================================================
   SHARED ICONS
   ========================================================= */

.fsw-icon {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

/* =========================================================
   HEADER AND PRIMARY NAVIGATION
   ========================================================= */

.fsw-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 96px;
  border-bottom: 1px solid transparent;
  background: linear-gradient(
    to bottom,
    rgba(2, 4, 6, 0.92),
    rgba(2, 4, 6, 0.48),
    transparent
  );
  transition:
    height 240ms ease,
    background 240ms ease,
    border-color 240ms ease,
    backdrop-filter 240ms ease;
}

.fsw-header.is-scrolled {
  height: 78px;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(2, 4, 6, 0.87);
  backdrop-filter: blur(18px);
}

.fsw-header-inner {
  height: 70%;
  width: min(calc(100% - 44px), 1180px);
  display: grid;
  grid-template-columns: minmax(245px, 1fr) auto minmax(245px, 1fr);
  gap: 28px;
  align-items: end;
}

.fsw-brand {
  position: relative;
  z-index: 1002;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 13px;
  flex: 0 0 auto;
}

.fsw-brand img {
  width: auto;
  height: 70px;
  max-width: 240px;
  border-radius: 0;
  object-fit: contain;
  box-shadow: none;
}

.fsw-wordmark {
  display: grid;
  color: var(--white);
  line-height: 1;
  text-transform: uppercase;
}

.fsw-wordmark strong {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.fsw-wordmark small {
  margin-top: 6px;
  color: var(--soft-white);
  font-size: 0.63rem;
  font-weight: 500;
  letter-spacing: 0.49em;
  text-align: center;
  text-indent: 0.49em;
}

.fsw-nav {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 25px;
  margin: 0;
}

.fsw-nav-item {
  position: relative;
}

.fsw-nav-link,
.fsw-nav-toggle {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  border: 0;
  color: rgba(245, 245, 245, 0.78);
  background: transparent;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: color 180ms ease;
}

.fsw-nav-link::after,
.fsw-nav-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--fresh-cyan);
  box-shadow: 0 0 10px rgba(0, 212, 255, 0.85);
  opacity: 0;
  transform: translateX(-50%) scale(0.45);
  transition:
    opacity 200ms ease,
    transform 200ms ease;
}

.fsw-nav-link:hover,
.fsw-nav-link:focus-visible,
.fsw-nav-toggle:hover,
.fsw-nav-toggle:focus-visible {
  color: var(--white);
}

.fsw-nav-link:hover::after,
.fsw-nav-link:focus-visible::after,
.fsw-nav-toggle:hover::after,
.fsw-nav-toggle:focus-visible::after {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.fsw-nav-link.is-active,
.fsw-nav-toggle.is-active {
  color: var(--white);
}

.fsw-nav-link.is-active::after,
.fsw-nav-toggle.is-active::after {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.fsw-nav-chevron {
  width: 11px;
  height: 11px;
  transition: transform 180ms ease;
}

.fsw-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: 250px;
  padding: 9px;
  border: 1px solid rgba(0, 157, 255, 0.26);
  border-radius: 15px;
  background: rgba(4, 8, 12, 0.98);
  box-shadow:
    0 24px 65px rgba(0, 0, 0, 0.55),
    0 0 34px rgba(0, 157, 255, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 180ms ease;
}

.fsw-dropdown a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 12px 13px;
  border-radius: 10px;
  color: var(--soft-white);
  font-size: 0.82rem;
  transition:
    background 180ms ease,
    color 180ms ease,
    padding-left 180ms ease;
}

.fsw-dropdown a:hover,
.fsw-dropdown a:focus-visible {
  padding-left: 17px;
  color: var(--white);
  background: linear-gradient(
    90deg,
    rgba(0, 157, 255, 0.14),
    rgba(124, 255, 32, 0.07)
  );
}

.fsw-nav-item.is-open .fsw-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.fsw-nav-item.is-open .fsw-nav-chevron {
  transform: rotate(180deg);
}

.fsw-header-cta {
  justify-self: end;
  margin-left: 0;
}

.fsw-header-cta .fsw-button {
  gap: 30px;
  min-height: 20px;
  border: 1px solid transparent;
  background:
    linear-gradient(#000) padding-box,
    linear-gradient(
        90deg,
        rgba(124, 255, 32, 0.55) 0%,
        rgba(0, 212, 255, 0.55) 55%,
        rgba(0, 157, 255, 0.65) 100%
      )
      border-box;
  box-shadow:
    0 0 12px rgba(0, 157, 255, 0.22),
    0 0 10px rgba(124, 255, 32, 0.14);
  font-size: 0.84rem;
  padding: 10px 20px;
}

.fsw-menu-toggle {
  position: relative;
  z-index: 1002;
  width: 45px;
  height: 45px;
  display: none;
  place-items: center;
  margin-left: auto;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 13px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
}

.fsw-menu-toggle span,
.fsw-menu-toggle::before,
.fsw-menu-toggle::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1.5px;
  border-radius: 2px;
  background: currentColor;
  transition:
    transform 220ms ease,
    opacity 220ms ease,
    top 220ms ease;
}

.fsw-menu-toggle::before {
  top: 14px;
}

.fsw-menu-toggle span {
  top: 21px;
}

.fsw-menu-toggle::after {
  top: 28px;
}

.fsw-menu-toggle.is-open::before {
  top: 21px;
  transform: rotate(45deg);
}

.fsw-menu-toggle.is-open span {
  opacity: 0;
}

.fsw-menu-toggle.is-open::after {
  top: 21px;
  transform: rotate(-45deg);
}

/* =========================================================
   HERO
   ========================================================= */

.fsw-hero {
  min-height: 555px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 118px;
  padding-bottom: 0;
  background: #000;
}

.fsw-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #000;
}

.fsw-hero-grid {
  display: grid;
  grid-template-columns: minmax(500px, 1fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 24px;
  width: min(calc(100% - 44px), 1170px);
}

.fsw-hero-copy {
  position: relative;
  z-index: 5;
  max-width: 620px;
}

.fsw-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 7px 13px;
  border: 1px solid rgba(124, 255, 32, 0.2);
  border-radius: 999px;
  color: var(--soft-white);
  background: rgba(255, 255, 255, 0.018);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fsw-pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--fresh-green);
  box-shadow: 0 0 0 0 rgba(124, 255, 32, 0.5);
  animation: fswPulse 2.1s ease-out infinite;
}

.fsw-hero-title {
  margin: 0;
  color: var(--white);
  font-size: clamp(3.4rem, 3.55vw, 3.95rem);
  font-weight: 600;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.fsw-hero-title span {
  display: block;
}

@media (min-width: 901px) {
  .fsw-hero-title span {
    white-space: nowrap;
  }
}

.fsw-hero-description {
  max-width: 440px;
  margin: 18px 0 0;
  color: var(--body-text);
  font-size: clamp(0.78rem, 0.82vw, 0.9rem);
  line-height: 1.58;
}

.fsw-hero .fsw-button-row {
  gap: 16px;
  margin-top: 24px;
}

.fsw-hero .fsw-button-arrow,
.fsw-hero .fsw-button-play {
  width: 25px;
  height: 25px;
  font-size: 0.72rem;
}

.fsw-hero .fsw-button.fsw-primary {
  min-width: 210px;
  min-height: 43px;
  padding: 9px 8px 9px 20px;
  justify-content: space-between;
  font-size: 0.72rem;
}

.fsw-hero .fsw-button:not(.fsw-primary) {
  min-width: 150px;
  min-height: 43px;
  padding: 9px 15px;
  font-size: 0.72rem;
}

.fsw-hero-micro {
  display: none;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 28px;
  color: var(--muted-text);
  font-size: 0.75rem;
}

.fsw-hero-micro span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.fsw-hero-micro span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--fresh-cyan);
  box-shadow: 0 0 9px var(--fresh-cyan);
}

.fsw-hero-visual {
  position: relative;
  min-height: 400px;
  isolation: isolate;
  transform-style: preserve-3d;
}

.fsw-hero-halo {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 68%;
  aspect-ratio: 1;
  z-index: -2;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 157, 255, 0.18),
    rgba(124, 255, 32, 0.05) 46%,
    transparent 70%
  );
  filter: blur(14px);
  transform: translate(-50%, -50%);
  animation: fswHalo 5.5s ease-in-out infinite;
}

.fsw-hero-image-wrap {
  position: absolute;
  inset: -13% -21% -1% -10%;
  display: grid;
  place-items: center;
  transition: transform 160ms ease-out;
}

.fsw-hero-image {
  width: 100%;
  max-width: none;
  mix-blend-mode: normal;
  filter: saturate(1.08) contrast(1.04)
    drop-shadow(0 0 22px rgba(0, 157, 255, 0.12));
  -webkit-mask-image: radial-gradient(
    ellipse 82% 76% at 52% 49%,
    #000 58%,
    rgba(0, 0, 0, 0.9) 75%,
    transparent 98%
  );
  mask-image: radial-gradient(
    ellipse 82% 76% at 52% 49%,
    #000 58%,
    rgba(0, 0, 0, 0.9) 75%,
    transparent 98%
  );
  animation: fswFloat 6.8s ease-in-out infinite;
}

.fsw-orbit {
  position: absolute;
  top: 48%;
  left: 52%;
  width: 73%;
  height: 37%;
  z-index: 4;
  border: 1px solid rgba(0, 212, 255, 0.27);
  border-radius: 50%;
  box-shadow:
    inset 0 0 18px rgba(0, 157, 255, 0.05),
    0 0 16px rgba(0, 157, 255, 0.08);
  transform: translate(-50%, -50%) rotate(-9deg);
  animation: fswOrbit 13s linear infinite;
}

.fsw-orbit.fsw-orbit-two {
  width: 56%;
  height: 56%;
  border-color: rgba(124, 255, 32, 0.23);
  transform: translate(-50%, -50%) rotate(68deg);
  animation-duration: 17s;
  animation-direction: reverse;
}

.fsw-orbit::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 13%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fresh-cyan);
  box-shadow:
    0 0 9px var(--fresh-cyan),
    0 0 22px var(--fresh-cyan);
}

.fsw-orbit-two::before {
  top: auto;
  right: 8%;
  bottom: 20%;
  left: auto;
  background: var(--fresh-green);
  box-shadow:
    0 0 9px var(--fresh-green),
    0 0 22px var(--fresh-green);
}

.fsw-leaf-electricity {
  position: absolute;
  inset: 7% 0 9% -1%;
  z-index: 6;
  width: 98%;
  height: 77%;
  pointer-events: none;
  filter: drop-shadow(0 0 5px rgba(0, 212, 255, 0.9))
    drop-shadow(0 0 10px rgba(124, 255, 32, 0.55));
}

.fsw-electric-path {
  fill: none;
  stroke: url(#fsw-electric-gradient);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 25 410;
  stroke-dashoffset: 0;
  opacity: 0.78;
  animation: fswElectric 3.2s linear infinite;
}

.fsw-electric-path:nth-of-type(2) {
  animation-delay: -0.45s;
}

.fsw-electric-path:nth-of-type(3) {
  animation-delay: -0.9s;
}

.fsw-electric-path:nth-of-type(4) {
  animation-delay: -1.35s;
}

.fsw-electric-path:nth-of-type(5) {
  animation-delay: -1.8s;
}

.fsw-electric-path:nth-of-type(6) {
  animation-delay: -2.25s;
}

.fsw-electric-path:nth-of-type(7) {
  animation-delay: -2.7s;
}

.fsw-spark {
  position: absolute;
  z-index: 8;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--fresh-cyan);
  box-shadow:
    0 0 10px var(--fresh-cyan),
    0 0 25px var(--fresh-cyan);
  animation: fswSpark 3s ease-in-out infinite;
}

.fsw-spark.one {
  top: 23%;
  left: 63%;
}

.fsw-spark.two {
  top: 62%;
  left: 24%;
  animation-delay: -1s;
  background: var(--fresh-green);
  box-shadow:
    0 0 10px var(--fresh-green),
    0 0 25px var(--fresh-green);
}

.fsw-spark.three {
  top: 48%;
  right: 5%;
  animation-delay: -2s;
}

/* =========================================================
   SERVICES OVERVIEW
   ========================================================= */

.fsw-services {
  margin-top: -12px;
  padding-top: 0;
  padding-bottom: 0;
  background: #000;
}

.fsw-services > .fsw-container {
  width: min(calc(100% - 44px), 1050px);
}

.fsw-services .fsw-heading-center {
  max-width: 1030px;
  margin-bottom: 24px;
}

.fsw-services .fsw-title-small {
  font-size: clamp(1.6rem, 1.85vw, 2rem);
  letter-spacing: -0.035em;
}

.fsw-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.fsw-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 9px;
  background: linear-gradient(
    145deg,
    rgba(8, 15, 21, 0.86),
    rgba(3, 7, 10, 0.78)
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  transition:
    transform 230ms ease,
    border-color 230ms ease,
    box-shadow 230ms ease;
}

.fsw-card::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -50px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 157, 255, 0.14), transparent 68%);
  opacity: 0;
  transition: opacity 230ms ease;
}

.fsw-card:hover {
  transform: translateY(-6px);
  border-color: var(--card-border);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(0, 157, 255, 0.08);
}

.fsw-card:hover::before {
  opacity: 1;
}

.fsw-service-card {
  min-height: 126px;
  padding: 16px 18px 15px;
  text-align: center;
}

.fsw-service-card .fsw-icon-shell {
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 11px;
}

.fsw-service-card .fsw-icon {
  width: 20px;
  height: 20px;
}

.fsw-service-card h3 {
  font-size: 0.78rem;
}

.fsw-service-card p {
  margin-top: 5px;
  font-size: 0.63rem;
  line-height: 1.45;
}

/* =========================================================
   SHARED SERVICE SECTION FOUNDATIONS
   ========================================================= */

#website-services {
  padding-top: 0;
}

#website-services .fsw-split {
  align-items: start;
}

#website-services .fsw-visual {
  min-height: 470px;
  margin-top: -36px;
}

.fsw-icon-shell {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  border: 1px solid rgba(0, 157, 255, 0.35);
  border-radius: 15px;
  color: var(--fresh-cyan);
  background: rgba(0, 157, 255, 0.04);
  box-shadow:
    inset 0 0 16px rgba(0, 157, 255, 0.04),
    0 0 16px rgba(0, 157, 255, 0.04);
}

.fsw-service-card:nth-child(even) .fsw-icon-shell {
  border-color: rgba(124, 255, 32, 0.34);
  color: var(--fresh-green);
  background: rgba(124, 255, 32, 0.035);
}

.fsw-card h3 {
  margin: 0;
  color: var(--white);
  font-size: 0.93rem;
  font-weight: 600;
}

.fsw-card p {
  margin: 8px 0 0;
  color: var(--muted-text);
  font-size: 0.75rem;
  line-height: 1.55;
}

.fsw-split {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(500px, 1.12fr);
  align-items: center;
  gap: clamp(44px, 7vw, 100px);
}

.fsw-split-copy {
  max-width: 560px;
}

.fsw-supporting-copy {
  margin: 22px 0 0;
  color: var(--body-text);
}

.fsw-supporting-copy strong {
  color: var(--white);
  font-weight: 600;
}

.fsw-quote-line {
  margin-top: 27px;
  padding-left: 18px;
  border-left: 2px solid transparent;
  border-image: linear-gradient(
      to bottom,
      var(--fresh-blue),
      var(--fresh-green)
    )
    1;
  color: var(--soft-white);
  font-size: 0.93rem;
  font-style: italic;
  line-height: 1.7;
}

.fsw-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.fsw-visual::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78%;
  aspect-ratio: 1;
  z-index: -2;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 157, 255, 0.12),
    rgba(124, 255, 32, 0.035) 48%,
    transparent 72%
  );
  filter: blur(18px);
  transform: translate(-50%, -50%);
}

.fsw-visual img {
  width: 100%;
  max-width: none;
  mix-blend-mode: screen;
  filter: saturate(1.03) contrast(1.04)
    drop-shadow(0 24px 45px rgba(0, 0, 0, 0.55));
  mask-image: radial-gradient(
    ellipse 80% 73% at 50% 50%,
    #000 54%,
    rgba(0, 0, 0, 0.9) 70%,
    transparent 97%
  );
  transition: transform 450ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.fsw-visual:hover img {
  transform: translateY(-8px) scale(1.015);
}

.fsw-feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
  margin-top: 54px;
}

.fsw-feature-card {
  min-height: 176px;
  padding: 25px 19px 22px;
  text-align: center;
}

.fsw-feature-card .fsw-icon-shell {
  width: 47px;
  height: 47px;
  margin-bottom: 17px;
  border-radius: 14px;
}

.fsw-feature-card:nth-child(even) .fsw-icon-shell {
  color: var(--fresh-green);
  border-color: rgba(124, 255, 32, 0.38);
  background: rgba(124, 255, 32, 0.04);
  box-shadow:
    inset 0 0 16px rgba(124, 255, 32, 0.04),
    0 0 16px rgba(124, 255, 32, 0.05);
}

.fsw-feature-card:nth-child(even)::before {
  background: radial-gradient(
    circle,
    rgba(124, 255, 32, 0.14),
    transparent 68%
  );
}

.fsw-feature-card:nth-child(even):hover {
  border-color: var(--green-border);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(124, 255, 32, 0.08);
}

.fsw-feature-card h3 {
  font-size: 0.86rem;
}

.fsw-feature-card p {
  font-size: 0.72rem;
}

/* =========================================================
   SEO SECTION FOUNDATIONS
   ========================================================= */

.fsw-seo-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(0, 157, 255, 0.024) 48%,
    transparent
  );
}

.fsw-seo-callout {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 27px;
  padding: 15px 17px;
  border: 1px solid rgba(124, 255, 32, 0.17);
  border-radius: 13px;
  color: var(--soft-white);
  background: rgba(124, 255, 32, 0.025);
  font-size: 0.8rem;
}

.fsw-seo-callout .fsw-icon {
  flex: 0 0 auto;
  color: var(--fresh-green);
}

.fsw-seo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 54px;
}

.fsw-seo-card {
  min-height: 186px;
  padding: 25px 16px 21px;
  text-align: center;
}

.fsw-seo-card .fsw-icon-shell {
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 13px;
}

.fsw-seo-card:nth-child(2n) .fsw-icon-shell {
  color: var(--fresh-green);
  border-color: rgba(124, 255, 32, 0.31);
  background: rgba(124, 255, 32, 0.03);
}

.fsw-seo-card h3 {
  font-size: 0.8rem;
}

.fsw-seo-card p {
  font-size: 0.69rem;
}

/* =========================================================
   PROJECTS FOUNDATIONS
   ========================================================= */

.fsw-projects {
  padding-top: clamp(82px, 8vw, 120px);
}

.fsw-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 52px;
}

.fsw-project-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 23px;
  background: linear-gradient(
    145deg,
    rgba(7, 12, 17, 0.92),
    rgba(2, 5, 8, 0.93)
  );
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.fsw-project-card:hover {
  transform: translateY(-7px);
  border-color: rgba(0, 157, 255, 0.36);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.48),
    0 0 34px rgba(0, 157, 255, 0.08);
}

.fsw-project-media {
  position: relative;
  aspect-ratio: 1.55;
  overflow: hidden;
  background: #010203;
}

.fsw-project-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(to top, rgba(2, 4, 6, 0.92), transparent);
  pointer-events: none;
}

.fsw-project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition:
    transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 520ms ease;
}

.fsw-project-card:hover .fsw-project-media img {
  transform: scale(1.035);
  filter: saturate(1.08);
}

.fsw-project-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px 24px;
}

.fsw-project-content h3 {
  margin: 0;
  color: var(--white);
  font-size: 1.03rem;
  font-weight: 600;
}

.fsw-project-content p {
  margin: 6px 0 0;
  color: var(--muted-text);
  font-size: 0.74rem;
}

.fsw-project-link {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(0, 157, 255, 0.27);
  border-radius: 50%;
  color: var(--fresh-cyan);
  background: rgba(0, 157, 255, 0.035);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.fsw-project-card:hover .fsw-project-link {
  transform: rotate(10deg) translateX(2px);
  border-color: rgba(124, 255, 32, 0.42);
  box-shadow: 0 0 20px rgba(0, 157, 255, 0.14);
}

/* =========================================================
   CREATORS FOUNDATIONS
   ========================================================= */

.fsw-creators-section {
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 48%,
      rgba(0, 157, 255, 0.06),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.008),
      transparent 20%,
      transparent 80%,
      rgba(255, 255, 255, 0.008)
    );
}

.fsw-creator-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(330px, 1fr) minmax(0, 0.8fr);
  align-items: center;
  gap: 34px;
  min-height: 420px;
  margin-top: 50px;
}

.fsw-creator-card {
  position: relative;
  z-index: 4;
  min-height: 335px;
  padding: 31px 27px;
  border: 1px solid rgba(0, 157, 255, 0.27);
  border-radius: 21px;
  background: linear-gradient(
    145deg,
    rgba(7, 13, 19, 0.9),
    rgba(3, 7, 10, 0.91)
  );
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
}

.fsw-creator-card.fsw-brands {
  border-color: rgba(124, 255, 32, 0.31);
}

.fsw-creator-card .fsw-icon-shell {
  margin: 0 0 23px;
}

.fsw-creator-card.fsw-brands .fsw-icon-shell {
  color: var(--fresh-green);
  border-color: rgba(124, 255, 32, 0.32);
  background: rgba(124, 255, 32, 0.03);
}

.fsw-creator-card h3 {
  margin: 0;
  color: var(--fresh-cyan);
  font-size: 1.25rem;
  font-weight: 600;
}

.fsw-creator-card.fsw-brands h3 {
  color: var(--fresh-green);
}

.fsw-check-list {
  display: grid;
  gap: 13px;
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}

.fsw-check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--body-text);
  font-size: 0.78rem;
}

.fsw-check-list li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 10px;
  height: 6px;
  border-bottom: 1.5px solid var(--fresh-cyan);
  border-left: 1.5px solid var(--fresh-cyan);
  transform: rotate(-45deg);
}

.fsw-brands .fsw-check-list li::before {
  border-color: var(--fresh-green);
}

.fsw-small-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid rgba(0, 157, 255, 0.27);
  border-radius: 999px;
  color: var(--fresh-cyan);
  font-size: 0.72rem;
  font-weight: 600;
  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    border-color 200ms ease;
}

.fsw-brands .fsw-small-link {
  color: var(--fresh-green);
  border-color: rgba(124, 255, 32, 0.29);
}

.fsw-small-link:hover {
  transform: translateX(3px);
  box-shadow: 0 0 20px rgba(0, 157, 255, 0.12);
}

.fsw-creator-center {
  position: relative;
  z-index: 5;
  display: grid;
  place-items: center;
  min-height: 290px;
  text-align: center;
}

.fsw-center-logo {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  margin: 0 auto 28px;
  border: 1px solid rgba(0, 212, 255, 0.35);
  border-radius: 50%;
  background: rgba(3, 8, 12, 0.94);
  box-shadow:
    0 0 24px rgba(0, 157, 255, 0.18),
    0 0 46px rgba(124, 255, 32, 0.08);
  animation: fswCenterPulse 3.8s ease-in-out infinite;
}

.fsw-center-logo img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

.fsw-creator-center .fsw-button {
  min-width: 270px;
}

.fsw-creator-center p {
  max-width: 290px;
  margin: 14px auto 0;
  color: var(--muted-text);
  font-size: 0.7rem;
}

.fsw-energy-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: visible;
  pointer-events: none;
  filter: drop-shadow(0 0 6px rgba(0, 212, 255, 0.48));
}

.fsw-energy-base {
  fill: none;
  stroke-width: 2;
  opacity: 0.27;
}

.fsw-energy-live {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 16 28;
  animation: fswEnergy 2.3s linear infinite;
}

/* =========================================================
   CONTACT FOUNDATIONS
   ========================================================= */

.fsw-contact-section {
  padding-bottom: 62px;
}

.fsw-contact-shell {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 25px;
  background: linear-gradient(
    145deg,
    rgba(7, 12, 17, 0.89),
    rgba(2, 5, 8, 0.95)
  );
  box-shadow: 0 30px 85px rgba(0, 0, 0, 0.42);
}

.fsw-contact-info,
.fsw-form-wrap {
  position: relative;
  padding: clamp(34px, 5vw, 62px);
}

.fsw-contact-info::after {
  content: "";
  position: absolute;
  top: 9%;
  right: 0;
  bottom: 9%;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(255, 255, 255, 0.15),
    transparent
  );
}

.fsw-contact-title {
  margin: 0;
  color: var(--white);
  font-size: clamp(2.35rem, 4.6vw, 4.2rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.04;
}

.fsw-contact-description {
  max-width: 470px;
  margin: 22px 0 0;
  font-size: 0.9rem;
}

.fsw-contact-list {
  display: grid;
  gap: 16px;
  margin-top: 31px;
}

.fsw-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--soft-white);
  font-size: 0.82rem;
}

.fsw-contact-item .fsw-icon-shell {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  margin: 0;
  border-radius: 12px;
}

.fsw-thank-you {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: var(--muted-text);
  font-size: 0.7rem;
}

.fsw-thank-you img {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  object-fit: cover;
}

.fsw-form-card {
  padding: 31px;
  border: 1px solid rgba(0, 157, 255, 0.19);
  border-radius: 19px;
  background: rgba(1, 4, 7, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 0 35px rgba(0, 157, 255, 0.035);
}

.fsw-form-card h3 {
  margin: 0;
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
}

.fsw-form-card > p {
  margin: 7px 0 22px;
  color: var(--muted-text);
  font-size: 0.72rem;
}

.fsw-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.fsw-field {
  display: grid;
  gap: 7px;
}

.fsw-field p {
  display: grid;
  gap: 7px;
  margin: 0;
}

.fsw-field br,
.fsw-submit-row br {
  display: none;
}

.fsw-field.fsw-full {
  grid-column: 1 / -1;
}

.fsw-field label {
  color: var(--muted-text);
  font-size: 0.66rem;
  line-height: 1.35;
}

.fsw-field input,
.fsw-field textarea,
.fsw-field .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 9px;
  outline: 0;
  color: var(--white);
  background: rgba(255, 255, 255, 0.018);
  font-size: 0.78rem;
  line-height: 1.5;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.fsw-field input,
.fsw-field .wpcf7-text,
.fsw-field .wpcf7-email {
  min-height: 45px;
  padding: 11px 13px;
}

.fsw-field textarea,
.fsw-field .wpcf7-textarea {
  min-height: 126px;
  resize: vertical;
  padding: 12px 13px;
}

.fsw-field input:focus,
.fsw-field textarea:focus,
.fsw-field .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: rgba(0, 212, 255, 0.5);
  background: rgba(0, 157, 255, 0.025);
  box-shadow: 0 0 0 3px rgba(0, 157, 255, 0.07);
}

.fsw-form-wrap .wpcf7,
.fsw-form-wrap .wpcf7 form {
  margin: 0;
}

.fsw-form-wrap .wpcf7 form > p,
.fsw-submit-row p {
  margin: 0;
}

.fsw-form-wrap .wpcf7-form.init .wpcf7-response-output {
  display: none;
}

.fsw-form-wrap .wpcf7-form-control-wrap {
  display: block;
}

.fsw-form-wrap .wpcf7-form-control-wrap textarea {
  display: block;
}

.fsw-form-wrap .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #ff8f8f;
  font-size: 0.68rem;
  line-height: 1.4;
}

.fsw-form-wrap .wpcf7 form .wpcf7-response-output {
  margin: 17px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(0, 212, 255, 0.28);
  border-radius: 9px;
  color: var(--soft-white);
  font-size: 0.72rem;
  line-height: 1.55;
}

.fsw-contact-form-placeholder {
  margin: 22px 0 0;
  padding: 14px 16px;
  border: 1px solid rgba(0, 212, 255, 0.24);
  border-radius: 9px;
  color: var(--soft-white);
  background: rgba(0, 157, 255, 0.04);
  font-size: 0.78rem;
  line-height: 1.6;
}

.fsw-submit {
  width: 100%;
  margin-top: 15px;
  border-radius: 9px;
}

input.fsw-submit {
  min-height: 52px;
  border: 0;
  color: #00111c;
  font-weight: 600;
  cursor: pointer;
}

.fsw-submit-row {
  margin-top: 15px;
}

.fsw-submit-row .fsw-submit {
  margin-top: 0;
}

.fsw-submit-row .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}

/* =========================================================
   FOOTER
   ========================================================= */

.fsw-footer {
  padding: 22px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.065);
}

.fsw-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted-text);
  font-size: 0.67rem;
}

.fsw-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}

.fsw-footer a:hover {
  color: var(--white);
}

/* =========================================================
   REVEAL EFFECTS
   ========================================================= */

.fsw-reveal,
.fsw-stagger > * {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.fsw-reveal.is-visible,
.fsw-stagger.is-visible > * {
  opacity: 1;
  transform: none;
}

.fsw-stagger.is-visible > *:nth-child(2) {
  transition-delay: 90ms;
}

.fsw-stagger.is-visible > *:nth-child(3) {
  transition-delay: 180ms;
}

.fsw-stagger.is-visible > *:nth-child(4) {
  transition-delay: 270ms;
}

.fsw-stagger.is-visible > *:nth-child(5) {
  transition-delay: 360ms;
}

.fsw-stagger.is-visible > *:nth-child(6) {
  transition-delay: 450ms;
}

/* =========================================================
   GLOBAL ANIMATIONS
   ========================================================= */

@keyframes fswPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(124, 255, 32, 0.52);
  }

  70% {
    box-shadow: 0 0 0 9px rgba(124, 255, 32, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(124, 255, 32, 0);
  }
}

@keyframes fswFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, -9px, 0) scale(1.008);
  }
}

@keyframes fswHalo {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.96);
    opacity: 0.7;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 1;
  }
}

@keyframes fswOrbit {
  to {
    transform: translate(-50%, -50%) rotate(351deg);
  }
}

@keyframes fswElectric {
  to {
    stroke-dashoffset: -435;
  }
}

@keyframes fswSpark {
  0%,
  100% {
    transform: scale(0.55);
    opacity: 0.35;
  }

  50% {
    transform: scale(1.18);
    opacity: 1;
  }
}

@keyframes fswCenterPulse {
  0%,
  100% {
    box-shadow:
      0 0 24px rgba(0, 157, 255, 0.18),
      0 0 46px rgba(124, 255, 32, 0.08);
  }

  50% {
    box-shadow:
      0 0 35px rgba(0, 157, 255, 0.3),
      0 0 65px rgba(124, 255, 32, 0.13);
  }
}

@keyframes fswEnergy {
  to {
    stroke-dashoffset: -88;
  }
}

/* =========================================================
   GLOBAL RESPONSIVE RULES
   ========================================================= */

@media (min-width: 901px) and (max-width: 1400px) {
  :root {
    --section-space: 54px;
  }

  .fsw-container {
    width: min(calc(100% - 150px), 1128px);
  }

  .fsw-header {
    height: 76px;
  }

  .fsw-header.is-scrolled {
    height: 66px;
  }

  .fsw-header-inner {
    grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
    gap: 18px;
  }

  .fsw-brand {
    gap: 9px;
  }

  .fsw-brand img {
    width: 40px;
    height: 40px;
  }

  .fsw-wordmark strong {
    font-size: 0.82rem;
    letter-spacing: 0.16em;
  }

  .fsw-wordmark small {
    margin-top: 5px;
    font-size: 0.49rem;
  }

  .fsw-nav {
    gap: clamp(28px, 4vw, 52px);
  }

  .fsw-nav-link,
  .fsw-nav-toggle {
    min-height: 38px;
    padding: 8px 8px;
    font-size: 0.78rem;
  }

  .fsw-header-cta .fsw-button {
    min-height: 43px;
    padding: 9px 10px 9px 18px;
    font-size: 0.78rem;
  }

  .fsw-header-cta .fsw-button-arrow {
    width: 25px;
    height: 25px;
  }

  .fsw-hero {
    min-height: 485px;
    padding-top: 92px;
  }

  .fsw-hero-grid {
    grid-template-columns: minmax(400px, 0.86fr) minmax(520px, 1.14fr);
    gap: 28px;
  }

  .fsw-hero-badge {
    margin-bottom: 18px;
    padding: 6px 12px;
    font-size: 0.58rem;
  }

  .fsw-hero-title {
    font-size: clamp(3.05rem, 4.25vw, 3.55rem);
    letter-spacing: -0.052em;
    line-height: 0.97;
  }

  .fsw-hero-description {
    max-width: 440px;
    margin-top: 18px;
    font-size: 0.78rem;
    line-height: 1.58;
  }

  .fsw-button-row {
    gap: 16px;
    margin-top: 24px;
  }

  .fsw-button {
    min-height: 39px;
    padding: 9px 15px;
    font-size: 0.7rem;
  }

  .fsw-button-arrow,
  .fsw-button-play {
    width: 24px;
    height: 24px;
    font-size: 0.72rem;
  }

  .fsw-hero .fsw-button.fsw-primary {
    min-width: 190px;
    padding-left: 20px;
    padding-right: 7px;
  }

  .fsw-hero .fsw-button:not(.fsw-primary) {
    min-width: 145px;
    padding-inline: 14px;
  }

  .fsw-hero-visual {
    min-height: 400px;
  }

  .fsw-hero-image-wrap {
    inset: -13% -21% -1% -10%;
  }

  .fsw-hero-image {
    width: 122%;
  }

  .fsw-leaf-electricity {
    inset: 7% 0 9% -1%;
    width: 98%;
  }

  .fsw-services {
    margin-top: -12px;
  }

  .fsw-services .fsw-heading-center {
    margin-bottom: 24px;
  }

  .fsw-kicker {
    gap: 9px;
    margin-bottom: 12px;
    font-size: 0.55rem;
  }

  .fsw-kicker::before,
  .fsw-kicker::after {
    width: 24px;
  }

  .fsw-services .fsw-title-small {
    font-size: 1.6rem;
  }

  .fsw-service-grid {
    gap: 12px;
  }

  .fsw-service-card {
    min-height: 112px;
    padding: 15px 18px 14px;
  }

  .fsw-icon-shell {
    width: 35px;
    height: 35px;
    margin-bottom: 9px;
    border-radius: 11px;
  }

  .fsw-icon {
    width: 20px;
    height: 20px;
  }

  .fsw-card h3 {
    font-size: 0.76rem;
  }

  .fsw-card p {
    margin-top: 5px;
    font-size: 0.62rem;
    line-height: 1.45;
  }

  #website-services {
    padding-top: 0;
  }

  #website-services .fsw-split {
    grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
    gap: 48px;
  }

  #website-services .fsw-visual {
    min-height: 340px;
    margin-top: -34px;
  }

  .fsw-split-copy {
    max-width: 410px;
  }

  .fsw-title {
    font-size: clamp(2.9rem, 4.8vw, 3.8rem);
  }

  .fsw-supporting-copy {
    margin-top: 16px;
    font-size: 0.76rem;
    line-height: 1.65;
  }

  .fsw-quote-line {
    margin-top: 18px;
    font-size: 0.78rem;
  }
}

@media (max-width: 1080px) {
  .fsw-nav-link,
  .fsw-nav-toggle {
    padding-inline: 10px;
  }

  .fsw-header-cta {
    margin-left: 2px;
  }

  .fsw-hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
    gap: 24px;
  }

  .fsw-split {
    grid-template-columns: 1fr 1fr;
  }

  .fsw-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fsw-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fsw-feature-grid .fsw-feature-card:nth-child(4),
  .fsw-feature-grid .fsw-feature-card:nth-child(5) {
    grid-column: span 1;
  }

  .fsw-seo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fsw-creator-stage {
    grid-template-columns: 1fr 1fr;
  }

  .fsw-creator-center {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 240px;
  }

  .fsw-energy-svg {
    inset: 0;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .fsw-header-inner {
    display: flex;
  }

  .fsw-menu-toggle {
    display: grid;
  }

  .fsw-header-cta {
    display: none;
  }

  .fsw-nav {
    position: fixed;
    inset: 0;
    z-index: 1001;
    display: grid;
    align-content: center;
    gap: 9px;
    margin: 0;
    padding: 110px 30px 45px;
    background: rgba(2, 4, 6, 0.98);
    backdrop-filter: blur(22px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition:
      opacity 220ms ease,
      visibility 220ms ease,
      transform 220ms ease;
  }

  .fsw-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .fsw-nav-item {
    width: min(100%, 430px);
    margin-inline: auto;
  }

  .fsw-nav-link,
  .fsw-nav-toggle {
    width: 100%;
    min-height: 52px;
    justify-content: space-between;
    padding: 13px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 1rem;
  }

  .fsw-nav-link::after,
  .fsw-nav-toggle::after {
    display: none;
  }

  .fsw-dropdown {
    position: static;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    padding: 0 9px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition:
      max-height 250ms ease,
      padding 250ms ease;
  }

  .fsw-nav-item.is-open .fsw-dropdown {
    max-height: 230px;
    padding-block: 8px;
    transform: none;
  }

  .fsw-hero {
    min-height: auto;
    padding-top: 136px;
  }

  .fsw-hero-grid,
  .fsw-split {
    grid-template-columns: 1fr;
  }

  .fsw-hero-copy,
  .fsw-split-copy {
    max-width: 730px;
  }

  .fsw-hero-visual {
    min-height: 590px;
  }

  .fsw-visual {
    min-height: 530px;
  }

  .fsw-project-grid,
  .fsw-contact-shell {
    grid-template-columns: 1fr;
  }

  .fsw-contact-info::after {
    top: auto;
    right: 8%;
    bottom: 0;
    left: 8%;
    width: auto;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.15),
      transparent
    );
  }
}

@media (max-width: 700px) {
  .fsw-container {
    width: min(calc(100% - 28px), var(--container));
  }

  .fsw-section {
    padding-block: 80px;
  }

  .fsw-title {
    font-size: clamp(2.25rem, 11vw, 3.65rem);
  }

  .fsw-hero-title {
    font-size: clamp(3rem, 14.7vw, 4.55rem);
  }

  .fsw-button-row {
    align-items: stretch;
  }

  .fsw-button-row .fsw-button {
    flex: 1 1 210px;
  }

  .fsw-hero-visual {
    min-height: 455px;
    margin-inline: -5px;
  }

  .fsw-hero-image-wrap {
    inset: 1% -22% -1% -16%;
  }

  .fsw-leaf-electricity {
    inset: 13% -3% 9% -7%;
    width: 110%;
  }

  .fsw-service-grid,
  .fsw-feature-grid,
  .fsw-seo-grid,
  .fsw-project-grid,
  .fsw-creator-stage,
  .fsw-form-grid {
    grid-template-columns: 1fr;
  }

  .fsw-service-card,
  .fsw-feature-card,
  .fsw-seo-card {
    min-height: 0;
  }

  .fsw-visual {
    min-height: 410px;
    margin-inline: -5px;
  }

  .fsw-visual img {
    width: 100%;
  }

  .fsw-feature-grid,
  .fsw-seo-grid {
    margin-top: 38px;
  }

  .fsw-project-media {
    aspect-ratio: 1.35;
  }

  .fsw-creator-stage {
    gap: 20px;
  }

  .fsw-creator-card,
  .fsw-creator-center {
    grid-column: auto;
    grid-row: auto;
  }

  .fsw-creator-center {
    order: 2;
  }

  .fsw-creators {
    order: 1;
  }

  .fsw-brands {
    order: 3;
  }

  .fsw-energy-svg {
    display: none;
  }

  .fsw-contact-info,
  .fsw-form-wrap {
    padding: 30px 21px;
  }

  .fsw-form-card {
    padding: 24px 17px;
  }

  .fsw-field.fsw-full {
    grid-column: auto;
  }

  .fsw-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 430px) {
  .fsw-wordmark strong {
    font-size: 0.7rem;
  }

  .fsw-wordmark small {
    font-size: 0.44rem;
  }

  .fsw-hero {
    padding-top: 118px;
  }

  .fsw-hero-visual {
    min-height: 380px;
  }

  .fsw-hero-micro {
    display: none;
  }

  .fsw-project-content {
    align-items: flex-start;
    padding: 19px;
  }

  .fsw-creator-center .fsw-button {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .fsw-reveal,
  .fsw-stagger > * {
    opacity: 1;
    transform: none;
  }
}

/* =========================================================
   WEB DESIGN & DEVELOPMENT SECTION ONLY
   ========================================================= */

#website-services {
  overflow: hidden;
  padding: 64px 0 0;
  background: #000;
}

#website-services > .fsw-container {
  width: min(calc(100% - 44px), 1320px);
  margin-inline: auto;
}

/* Top two-column layout */
#website-services .fsw-split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 44px;
  min-height: 525px;
}

#website-services .fsw-split-copy {
  align-self: start;
  max-width: 500px;
  padding-top: 5px;
}

/* Section label */
#website-services .fsw-kicker {
  gap: 13px;
  margin: 0 0 30px;
  color: rgba(245, 245, 245, 0.88);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.23em;
  line-height: 1;
}

#website-services .fsw-kicker::before {
  width: 35px;
  height: 1px;
  background: linear-gradient(90deg, var(--fresh-cyan), var(--fresh-green));
  box-shadow:
    0 0 7px rgba(0, 212, 255, 0.35),
    0 0 7px rgba(124, 255, 32, 0.22);
}

#website-services .fsw-kicker::after {
  display: none;
}

/* Main heading */
#website-services .fsw-title {
  margin: 0;
  max-width: 520px;
  font-size: clamp(3rem, 4.15vw, 4.1rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

/* Description paragraphs */
#website-services .fsw-supporting-copy {
  max-width: 550px;
  margin: 28px 0 0;
  color: rgba(215, 215, 215, 0.88);
  font-size: clamp(0.88rem, 0.95vw, 1rem);
  line-height: 1.75;
}

#website-services .fsw-supporting-copy + .fsw-supporting-copy {
  margin-top: 24px;
}

/* Quote */
#website-services .fsw-quote-line {
  position: relative;
  margin-top: 38px;
  padding: 28px 0 0;
  border: 0;
  color: rgba(215, 215, 215, 0.9);
  font-size: clamp(0.9rem, 1vw, 1.03rem);
  font-style: italic;
  line-height: 1.75;
}

#website-services .fsw-quote-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 1px;
  background: linear-gradient(90deg, var(--fresh-cyan), var(--fresh-green));
  box-shadow:
    0 0 7px rgba(0, 212, 255, 0.3),
    0 0 7px rgba(124, 255, 32, 0.18);
}

/* Right-side laptop/phone image */
#website-services .fsw-visual {
  position: relative;
  min-height: 525px;
  margin: -20px -90px 0 -35px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

#website-services .fsw-visual::before {
  width: 92%;
  background: radial-gradient(
    circle,
    rgba(0, 157, 255, 0.11),
    rgba(124, 255, 32, 0.035) 48%,
    transparent 73%
  );
  filter: blur(20px);
}

#website-services .fsw-visual img {
  width: 100%;
  max-width: none;
  mix-blend-mode: normal;
  object-fit: contain;
  filter: saturate(1.04) contrast(1.04)
    drop-shadow(0 25px 45px rgba(0, 0, 0, 0.55));
  -webkit-mask-image: none;
  mask-image: none;
  transform: translateX(18px) scale(1.03);
}

#website-services .fsw-visual:hover img {
  transform: translateX(18px) scale(1.045);
}

/* Feature row */
#website-services .fsw-feature-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Remove the normal card design in this section only */
#website-services .fsw-feature-card {
  position: relative;
  min-height: 230px;
  padding: 34px 24px 30px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

#website-services .fsw-feature-card::before {
  display: none;
}

#website-services .fsw-feature-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 42px;
  right: 0;
  bottom: 38px;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(255, 255, 255, 0.15),
    transparent
  );
}

#website-services .fsw-feature-card:hover {
  border: 0;
  background: radial-gradient(
    circle at 50% 35%,
    rgba(0, 157, 255, 0.045),
    transparent 58%
  );
  box-shadow: none;
  transform: translateY(-4px);
}

/* Circular feature icons */
#website-services .fsw-feature-card .fsw-icon-shell {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: rgba(0, 157, 255, 0.025);
}

#website-services .fsw-feature-card .fsw-icon {
  width: 31px;
  height: 31px;
  stroke-width: 1.55;
}

/* Blue icons */
#website-services .fsw-feature-card:nth-child(odd) .fsw-icon-shell {
  color: var(--fresh-cyan);
  border-color: rgba(0, 157, 255, 0.65);
  background: rgba(0, 157, 255, 0.025);
  box-shadow:
    inset 0 0 18px rgba(0, 157, 255, 0.035),
    0 0 15px rgba(0, 157, 255, 0.08);
}

/* Green icons */
#website-services .fsw-feature-card:nth-child(even) .fsw-icon-shell {
  color: var(--fresh-green);
  border-color: rgba(124, 255, 32, 0.58);
  background: rgba(124, 255, 32, 0.02);
  box-shadow:
    inset 0 0 18px rgba(124, 255, 32, 0.035),
    0 0 15px rgba(124, 255, 32, 0.07);
}

#website-services .fsw-feature-card h3 {
  margin: 0;
  color: var(--white);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.35;
}

#website-services .fsw-feature-card p {
  max-width: 185px;
  margin: 11px auto 0;
  color: rgba(200, 205, 210, 0.78);
  font-size: 0.72rem;
  line-height: 1.65;
}

/* Tablet */
@media (max-width: 1080px) {
  #website-services {
    padding-top: 58px;
  }

  #website-services .fsw-split {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 24px;
    min-height: 485px;
  }

  #website-services .fsw-title {
    font-size: clamp(2.7rem, 4.8vw, 3.5rem);
  }

  #website-services .fsw-visual {
    min-height: 460px;
    margin: -15px -65px 0 -30px;
  }

  #website-services .fsw-feature-card {
    padding-inline: 16px;
  }
}

/* Mobile */
@media (max-width: 900px) {
  #website-services {
    padding-top: 70px;
  }

  #website-services .fsw-split {
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: 0;
  }

  #website-services .fsw-split-copy {
    max-width: 680px;
    padding-top: 0;
  }

  #website-services .fsw-visual {
    min-height: 480px;
    margin: -15px -12% 0;
  }

  #website-services .fsw-visual img {
    width: 90%;
    transform: none;
  }

  #website-services .fsw-visual:hover img {
    transform: scale(1.015);
  }

  #website-services .fsw-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #website-services .fsw-feature-card::after {
    display: none;
  }

  #website-services .fsw-feature-card {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  #website-services .fsw-feature-card:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 600px) {
  #website-services > .fsw-container {
    width: min(calc(100% - 28px), 1170px);
  }

  #website-services .fsw-title {
    font-size: clamp(2.45rem, 11vw, 3.25rem);
  }

  #website-services .fsw-visual {
    min-height: 350px;
    margin-inline: -18%;
  }

  #website-services .fsw-feature-grid {
    grid-template-columns: 1fr;
  }

  #website-services .fsw-feature-card {
    min-height: 0;
    padding: 30px 20px;
    border-right: 0 !important;
  }

  #website-services .fsw-feature-card:last-child {
    border-bottom: 0;
  }
}

#website-services .fsw-split-copy {
  align-self: start;
  max-width: 650px;
  padding-top: 5px;
}

#website-services .fsw-title {
  margin: 0;
  max-width: none;
  font-size: clamp(3.4rem, 3.55vw, 3.95rem);
  font-weight: 600;
  letter-spacing: -0.052em;
  line-height: 1.1;
}

#website-services .fsw-web-title > span {
  display: block;
}

#website-services .fsw-web-title-line {
  white-space: nowrap;
}

/* =========================================================
   SEO AND DIGITAL GROWTH SECTION
   Match Web Design & Development width structure
   ========================================================= */

#seo.fsw-seo-section {
  overflow: hidden;
  padding: 0px;
  background: #000;
}

#seo > .fsw-container {
  width: min(calc(100% - 44px), 1270px);
  margin-inline: auto;
}

/* Top two-column layout */
#seo .fsw-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 44px;
  min-height: 525px;
}

#seo .fsw-split-copy {
  align-self: start;
  max-width: 650px;
  padding-top: 5px;
}

/* Section label */
#seo .fsw-kicker {
  gap: 13px;
  margin: 0 0 30px;
  color: rgba(245, 245, 245, 0.88);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.23em;
  line-height: 1;
}

#seo .fsw-kicker::before {
  width: 35px;
  height: 1px;
  background: linear-gradient(90deg, var(--fresh-cyan), var(--fresh-green));
  box-shadow:
    0 0 7px rgba(0, 212, 255, 0.35),
    0 0 7px rgba(124, 255, 32, 0.22);
}

#seo .fsw-kicker::after {
  display: none;
}

/* Heading */
#seo .fsw-title {
  margin: 0;
  max-width: none;
  font-size: clamp(3.4rem, 3.55vw, 3.95rem);
  font-weight: 600;
  letter-spacing: -0.052em;
  line-height: 1.1;
}

/* Copy */
#seo .fsw-supporting-copy {
  max-width: 590px;
  margin: 28px 0 0;
  color: rgba(215, 215, 215, 0.88);
  font-size: clamp(0.88rem, 0.95vw, 1rem);
  line-height: 1.75;
}

#seo .fsw-supporting-copy + .fsw-supporting-copy {
  margin-top: 24px;
}

/* SEO callout */
#seo .fsw-seo-callout {
  max-width: 590px;
  margin-top: 34px;
  padding: 17px 18px;
  border: 1px solid rgba(124, 255, 32, 0.18);
  border-radius: 13px;
  background: rgba(124, 255, 32, 0.025);
  color: rgba(215, 215, 215, 0.9);
  font-size: 0.8rem;
  line-height: 1.65;
}

/* Right-side SEO image */
#seo .fsw-visual {
  position: relative;
  min-height: 525px;
  margin: -20px -90px 0 -35px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

#seo .fsw-visual::before {
  width: 92%;
  background: radial-gradient(
    circle,
    rgba(0, 157, 255, 0.11),
    rgba(124, 255, 32, 0.035) 48%,
    transparent 73%
  );
  filter: blur(20px);
}

#seo .fsw-visual img {
  width: 90%;
  max-width: none;
  mix-blend-mode: normal;
  object-fit: contain;
  filter: saturate(1.04) contrast(1.04)
    drop-shadow(0 25px 45px rgba(0, 0, 0, 0.55));
  -webkit-mask-image: none;
  mask-image: none;
  transform: translateX(18px) scale(1.03);
}

#seo .fsw-visual:hover img {
  transform: translateX(18px) scale(1.045);
}

/* SEO feature row */
#seo .fsw-seo-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Remove boxed card look in SEO section */
#seo .fsw-seo-card {
  position: relative;
  min-height: 230px;
  padding: 34px 20px 30px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

#seo .fsw-seo-card::before {
  display: none;
}

#seo .fsw-seo-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 42px;
  right: 0;
  bottom: 38px;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(255, 255, 255, 0.15),
    transparent
  );
}

#seo .fsw-seo-card:hover {
  border: 0;
  background: radial-gradient(
    circle at 50% 35%,
    rgba(0, 157, 255, 0.045),
    transparent 58%
  );
  box-shadow: none;
  transform: translateY(-4px);
}

/* Circular SEO icons */
#seo .fsw-seo-card .fsw-icon-shell {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: rgba(0, 157, 255, 0.025);
}

#seo .fsw-seo-card .fsw-icon {
  width: 31px;
  height: 31px;
  stroke-width: 1.55;
}

#seo .fsw-seo-card:nth-child(odd) .fsw-icon-shell {
  color: var(--fresh-cyan);
  border-color: rgba(0, 157, 255, 0.65);
  background: rgba(0, 157, 255, 0.025);
  box-shadow:
    inset 0 0 18px rgba(0, 157, 255, 0.035),
    0 0 15px rgba(0, 157, 255, 0.08);
}

#seo .fsw-seo-card:nth-child(even) .fsw-icon-shell {
  color: var(--fresh-green);
  border-color: rgba(124, 255, 32, 0.58);
  background: rgba(124, 255, 32, 0.02);
  box-shadow:
    inset 0 0 18px rgba(124, 255, 32, 0.035),
    0 0 15px rgba(124, 255, 32, 0.07);
}

#seo .fsw-seo-card h3 {
  margin: 0;
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
}

#seo .fsw-seo-card p {
  max-width: 185px;
  margin: 11px auto 0;
  color: rgba(200, 205, 210, 0.78);
  font-size: 0.69rem;
  line-height: 1.65;
}

/* Tablet */
@media (max-width: 1080px) {
  #seo {
    padding-top: 58px;
  }

  #seo .fsw-split {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 24px;
    min-height: 485px;
  }

  #seo .fsw-title {
    font-size: clamp(2.7rem, 4.8vw, 3.5rem);
  }

  #seo .fsw-visual {
    min-height: 460px;
    margin: -15px -65px 0 -30px;
  }

  #seo .fsw-seo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #seo .fsw-seo-card {
    padding-inline: 16px;
  }

  #seo .fsw-seo-card:nth-child(3)::after {
    display: none;
  }
}

/* Mobile */
@media (max-width: 900px) {
  #seo {
    padding-top: 70px;
  }

  #seo .fsw-split {
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: 0;
  }

  #seo .fsw-split-copy {
    max-width: 680px;
    padding-top: 0;
  }

  #seo .fsw-visual {
    min-height: 480px;
    margin: -15px -12% 0;
  }

  #seo .fsw-visual img {
    width: 90%;
    transform: none;
  }

  #seo .fsw-visual:hover img {
    transform: scale(1.015);
  }

  #seo .fsw-seo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #seo .fsw-seo-card::after {
    display: none;
  }

  #seo .fsw-seo-card {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  #seo .fsw-seo-card:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 600px) {
  #seo > .fsw-container {
    width: min(calc(100% - 28px), 1170px);
  }

  #seo .fsw-title {
    font-size: clamp(2.45rem, 11vw, 3.25rem);
  }

  #seo .fsw-visual {
    min-height: 350px;
    margin-inline: -18%;
  }

  #seo .fsw-seo-grid {
    grid-template-columns: 1fr;
  }

  #seo .fsw-seo-card {
    min-height: 0;
    padding: 30px 20px;
    border-right: 0 !important;
  }

  #seo .fsw-seo-card:last-child {
    border-bottom: 0;
  }
}

/* =========================================================
   OUR PROJECTS SECTION ONLY
   Scoped under .fsw-projects so it does not affect anything else
========================================================= */

.fsw-projects {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 20px;
  background: #000 !important;
}

.fsw-projects > .fsw-container {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 44px), 1200px) !important;
}

.fsw-projects .fsw-heading-center {
  max-width: 850px !important;
  margin-inline: auto !important;
  margin-bottom: 0 !important;
  text-align: center !important;
}

.fsw-projects .fsw-kicker {
  margin-bottom: 14px !important;
  color: var(--fresh-blue) !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.36em !important;
}

.fsw-projects .fsw-kicker::before,
.fsw-projects .fsw-kicker::after {
  width: 32px !important;
}

.fsw-projects .fsw-title-small {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(3.4rem, 3.55vw, 3.95rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.055em !important;
  line-height: 1.02 !important;
}

.fsw-projects .fsw-copy {
  max-width: 680px !important;
  margin: 20px auto 0 !important;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 0.98rem !important;
  line-height: 1.55 !important;
}

.fsw-projects .fsw-project-grid {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: start !important;
  gap: clamp(26px, 3vw, 54px) !important;
  margin-top: clamp(8px, 1.5vw, 20px) !important;
}

.fsw-projects .fsw-project-grid::after {
  right: 15%;
  top: 5%;
}

.fsw-projects .fsw-project-card {
  position: relative !important;
  display: block !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
  transform: none !important;
}

.fsw-projects .fsw-project-card:hover {
  border-color: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.fsw-projects .fsw-project-media {
  position: relative !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  height: clamp(330px, 32vw, 475px) !important;
  overflow: visible !important;
  aspect-ratio: auto !important;
  background: transparent !important;
}

.fsw-projects .fsw-project-media::after {
  display: none !important;
}

.fsw-projects .fsw-project-media::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: 16px;
  height: 22px;
  z-index: -1;
  border-radius: 50%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 157, 255, 0.78),
    rgba(124, 255, 32, 0.28),
    transparent
  );
  filter: blur(12px);
  opacity: 0.8;
}

.fsw-projects .fsw-project-media img {
  width: 112% !important;
  max-width: none !important;
  height: auto !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  filter: saturate(1.08) contrast(1.04)
    drop-shadow(0 22px 34px rgba(0, 0, 0, 0.65))
    drop-shadow(0 0 20px rgba(0, 157, 255, 0.14)) !important;
  transform-origin: center bottom !important;
  transition:
    transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 500ms ease !important;
}

.fsw-projects .fsw-project-card:first-child .fsw-project-media img {
  transform: translateX(-2%) scale(1.08) !important;
}

.fsw-projects .fsw-project-card:nth-child(2) .fsw-project-media img {
  transform: translateX(2%) scale(1.08) !important;
}

.fsw-projects .fsw-project-card:first-child:hover .fsw-project-media img {
  transform: translateX(-2%) translateY(-6px) scale(1.105) !important;
}

.fsw-projects .fsw-project-card:nth-child(2):hover .fsw-project-media img {
  transform: translateX(2%) translateY(-6px) scale(1.105) !important;
}

.fsw-projects .fsw-project-content {
  display: block !important;
  padding: 18px clamp(34px, 7vw, 142px) 0 !important;
}

.fsw-projects .fsw-project-title-row {
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 18px !important;
}

.fsw-projects .fsw-project-main-icon {
  width: 54px !important;
  height: 54px !important;
  display: grid !important;
  place-items: center !important;
  flex: 0 0 auto !important;
  border: 1px solid rgba(124, 255, 32, 0.72) !important;
  border-radius: 50% !important;
  color: rgba(255, 255, 255, 0.88) !important;
  background: rgba(0, 0, 0, 0.64) !important;
  box-shadow:
    0 0 14px rgba(124, 255, 32, 0.22),
    inset 0 0 12px rgba(0, 157, 255, 0.08) !important;
}

.fsw-projects .fsw-project-main-icon .fsw-icon {
  width: 25px !important;
  height: 25px !important;
  stroke-width: 1.75 !important;
}

.fsw-projects .fsw-project-text h3 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(1.35rem, 2vw, 1.76rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.18 !important;
}

.fsw-projects .fsw-project-text p {
  margin: 9px 0 0 !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: clamp(0.94rem, 1.2vw, 0.8rem) !important;
  line-height: 1.45 !important;
}

.fsw-projects .fsw-project-url {
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 18px !important;
  padding: 7px 22px 7px 10px !important;
  border: 1px solid rgba(0, 157, 255, 0.62) !important;
  border-radius: 999px !important;
  color: var(--fresh-blue) !important;
  background: rgba(0, 0, 0, 0.56) !important;
  font-size: clamp(0.9rem, 1.12vw, 1.04rem) !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  box-shadow:
    inset 0 0 16px rgba(0, 157, 255, 0.05),
    0 0 16px rgba(0, 157, 255, 0.08) !important;
  white-space: nowrap !important;
}

.fsw-projects .fsw-project-url-icon {
  width: 28px !important;
  height: 28px !important;
  display: grid !important;
  place-items: center !important;
  flex: 0 0 auto !important;
  border-radius: 50% !important;
  color: rgba(255, 255, 255, 0.86) !important;
  background: rgba(255, 255, 255, 0.03) !important;
}

.fsw-projects .fsw-project-url-icon .fsw-icon {
  width: 16px !important;
  height: 16px !important;
  stroke-width: 1.8 !important;
}

/* Hide the old external-arrow circle if it still exists anywhere in this section */
.fsw-projects .fsw-project-link {
  display: none !important;
}

/* Responsive only for projects section */
@media (max-width: 1100px) {
  .fsw-projects .fsw-project-media {
    height: clamp(280px, 36vw, 390px) !important;
  }

  .fsw-projects .fsw-project-content {
    padding-inline: clamp(18px, 4vw, 58px) !important;
  }
}

@media (max-width: 800px) {
  .fsw-projects {
    padding-top: 66px !important;
    padding-bottom: 58px !important;
  }

  .fsw-projects::before,
  .fsw-projects::after,
  .fsw-projects > .fsw-container::before,
  .fsw-projects > .fsw-container::after {
    opacity: 0.45 !important;
  }

  .fsw-projects .fsw-copy br {
    display: none !important;
  }

  .fsw-projects .fsw-project-grid {
    grid-template-columns: 1fr !important;
    gap: 50px !important;
    margin-top: 32px !important;
  }

  .fsw-projects .fsw-project-grid::before,
  .fsw-projects .fsw-project-grid::after {
    display: none !important;
  }

  .fsw-projects .fsw-project-media {
    height: auto !important;
    min-height: 0 !important;
  }

  .fsw-projects .fsw-project-media img {
    width: 100% !important;
    max-height: none !important;
  }

  .fsw-projects .fsw-project-card:first-child .fsw-project-media img,
  .fsw-projects .fsw-project-card:nth-child(2) .fsw-project-media img,
  .fsw-projects .fsw-project-card:first-child:hover .fsw-project-media img,
  .fsw-projects .fsw-project-card:nth-child(2):hover .fsw-project-media img {
    transform: none !important;
  }

  .fsw-projects .fsw-project-content {
    padding: 16px 12px 0 !important;
  }
}

@media (max-width: 520px) {
  .fsw-projects > .fsw-container {
    width: min(calc(100% - 28px), 1390px) !important;
  }

  .fsw-projects .fsw-title-small {
    font-size: clamp(2rem, 10vw, 2.7rem) !important;
  }

  .fsw-projects .fsw-project-title-row {
    grid-template-columns: 48px minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  .fsw-projects .fsw-project-main-icon {
    width: 46px !important;
    height: 46px !important;
  }

  .fsw-projects .fsw-project-main-icon .fsw-icon {
    width: 21px !important;
    height: 21px !important;
  }

  .fsw-projects .fsw-project-url {
    white-space: normal !important;
    line-height: 1.35 !important;
    padding-right: 16px !important;
  }
}

/* =========================================================
   PROJECT CONTENT — CENTERED LAYOUT
   Only affects the Our Projects section
   ========================================================= */

.fsw-projects .fsw-project-content {
  display: block !important;
  width: 100% !important;
  padding: 18px clamp(20px, 4vw, 60px) 0 !important;
  text-align: center !important;
}

.fsw-projects .fsw-project-title-row {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: auto auto !important;
  justify-content: center !important;
  align-items: center !important;
  column-gap: 12px !important;
  row-gap: 0 !important;
  text-align: center !important;
}

/*
Makes the h3, paragraph and website link direct grid items,
preventing .fsw-project-text from becoming a separate column.
*/
.fsw-projects .fsw-project-text {
  display: contents !important;
}

/* First row: globe and project name */
.fsw-projects .fsw-project-main-icon {
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  margin: 0 !important;
}

.fsw-projects .fsw-project-text h3 {
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: start !important;
  margin: 0 !important;
  text-align: left !important;
}

/* Second row: project description */
.fsw-projects .fsw-project-text p {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  width: 100% !important;
  margin: 10px 0 0 !important;
  text-align: center !important;
}

/* Third row: website link */
.fsw-projects .fsw-project-url {
  grid-column: 1 / -1 !important;
  grid-row: 3 !important;
  justify-self: center !important;
  margin: 18px auto 0 !important;
  text-align: center !important;
}

/* Mobile adjustments */
@media (max-width: 520px) {
  .fsw-projects .fsw-project-content {
    padding: 16px 12px 0 !important;
  }

  .fsw-projects .fsw-project-title-row {
    grid-template-columns: auto auto !important;
    column-gap: 10px !important;
  }

  .fsw-projects .fsw-project-main-icon {
    width: 46px !important;
    height: 46px !important;
  }

  .fsw-projects .fsw-project-text h3 {
    font-size: 1.25rem !important;
  }

  .fsw-projects .fsw-project-url {
    max-width: 100% !important;
    white-space: normal !important;
    line-height: 1.35 !important;
  }
}

/* =========================================================
   FRESH START CREATORS SECTION ONLY
   ========================================================= */

#creators.fsw-creators-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0px;
  background: #000;
}

#creators.fsw-creators-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 42% 55%,
      rgba(0, 157, 255, 0.085),
      transparent 29%
    ),
    radial-gradient(
      circle at 59% 55%,
      rgba(124, 255, 32, 0.07),
      transparent 29%
    );
}

#creators.fsw-creators-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.17;
  background-image:
    radial-gradient(circle, rgba(0, 157, 255, 0.28) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(124, 255, 32, 0.22) 0 1px, transparent 1.5px);
  background-position:
    24px 33px,
    92px 108px;
  background-size:
    180px 180px,
    230px 230px;
  mask-image: linear-gradient(
    to bottom,
    transparent,
    #000 22%,
    #000 78%,
    transparent
  );
}

#creators > .fsw-container {
  width: min(calc(100% - 52px), 1500px);
}

#creators .fsw-heading-center {
  position: relative;
  z-index: 8;
  max-width: 900px;
  margin-inline: auto;
}

#creators .fsw-kicker {
  margin-bottom: 25px;
  gap: 18px;
  color: transparent;
  background: linear-gradient(90deg, #009dff 0%, #00d4ff 48%, #7cff20 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(0.72rem, 0.9vw, 0.9rem);
  font-weight: 600;
  letter-spacing: 0.3em;
}

#creators .fsw-kicker::before,
#creators .fsw-kicker::after {
  width: clamp(36px, 4vw, 58px);
  height: 1px;
  color: initial;
  background: linear-gradient(90deg, transparent, #009dff 45%, #7cff20 100%);
  box-shadow:
    0 0 8px rgba(0, 157, 255, 0.55),
    0 0 8px rgba(124, 255, 32, 0.3);
}

#creators .fsw-kicker::after {
  background: linear-gradient(90deg, #7cff20, #009dff 55%, transparent);
}

#creators .fsw-title {
  max-width: 880px;
  margin-inline: auto;
  color: #f8f8f8;
  font-size: clamp(3.4rem, 3.55vw, 3.95rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.06;
}

#creators .fsw-creators-blue-text {
  color: #0677ff;
  text-shadow: 0 0 24px rgba(0, 119, 255, 0.18);
}

#creators .fsw-creators-green-text {
  color: #7cff20;
  background: linear-gradient(90deg, #7cff20 0%, #42e879 48%, #00c8c8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

#creators .fsw-heading-center .fsw-copy {
  max-width: 500px;
  margin: 27px auto 0;
  color: rgba(225, 228, 232, 0.78);
  font-size: clamp(0.94rem, 1.15vw, 1.16rem);
  line-height: 1.7;
}

/* Main desktop stage */

#creators .fsw-creator-stage {
  top: -130px;
  position: relative;
  width: 100%;
  max-width: 1400px;
  min-height: 510px;
  display: grid;
  grid-template-columns:
    minmax(310px, 390px)
    minmax(420px, 1fr)
    minmax(310px, 390px);
  align-items: center;
  gap: 0;
  margin: 35px auto 0;
}

/* Cards */

#creators .fsw-creator-card {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  padding: 29px 31px 26px;
  overflow: hidden;
  border: 1px solid rgba(0, 157, 255, 0.52);
  border-radius: 25px;
  background:
    radial-gradient(circle at 50% 0, rgba(0, 157, 255, 0.055), transparent 42%),
    linear-gradient(145deg, rgba(3, 8, 13, 0.94), rgba(0, 2, 4, 0.98));
  box-shadow:
    inset 0 0 30px rgba(0, 157, 255, 0.025),
    0 24px 70px rgba(0, 0, 0, 0.42);
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

#creators .fsw-creator-card.fsw-brands {
  border-color: rgba(124, 255, 32, 0.52);
  background:
    radial-gradient(circle at 50% 0, rgba(124, 255, 32, 0.05), transparent 42%),
    linear-gradient(145deg, rgba(4, 9, 5, 0.94), rgba(0, 3, 1, 0.98));
  box-shadow:
    inset 0 0 30px rgba(124, 255, 32, 0.02),
    0 24px 70px rgba(0, 0, 0, 0.42);
}

#creators .fsw-creator-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 212, 255, 0.84);
  box-shadow:
    inset 0 0 34px rgba(0, 157, 255, 0.04),
    0 25px 75px rgba(0, 0, 0, 0.52),
    0 0 30px rgba(0, 157, 255, 0.09);
}

#creators .fsw-creator-card.fsw-brands:hover {
  border-color: rgba(124, 255, 32, 0.84);
  box-shadow:
    inset 0 0 34px rgba(124, 255, 32, 0.035),
    0 25px 75px rgba(0, 0, 0, 0.52),
    0 0 30px rgba(124, 255, 32, 0.08);
}

#creators .fsw-creator-card > * {
  position: relative;
  z-index: 6;
}

#creators .fsw-creator-card-head {
  text-align: center;
}

#creators .fsw-creator-card .fsw-icon-shell {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  margin: 0 auto 13px;
  border: 1px solid rgba(0, 157, 255, 0.72);
  border-radius: 50%;
  color: #009dff;
  background: rgba(0, 157, 255, 0.025);
  box-shadow:
    inset 0 0 20px rgba(0, 157, 255, 0.035),
    0 0 22px rgba(0, 157, 255, 0.055);
}

#creators .fsw-creator-card.fsw-brands .fsw-icon-shell {
  border-color: rgba(124, 255, 32, 0.7);
  color: #7cff20;
  background: rgba(124, 255, 32, 0.02);
  box-shadow:
    inset 0 0 20px rgba(124, 255, 32, 0.03),
    0 0 22px rgba(124, 255, 32, 0.05);
}

#creators .fsw-creator-card .fsw-icon {
  width: 35px;
  height: 35px;
  stroke-width: 1.55;
}

#creators .fsw-creator-card h3 {
  margin: 0;
  color: #079dff;
  font-size: clamp(1.48rem, 1.75vw, 1.8rem);
  font-weight: 500;
  line-height: 1.2;
}

#creators .fsw-creator-card.fsw-brands h3 {
  color: #7cff20;
}

#creators .fsw-creator-heading-line {
  width: 69px;
  height: 2px;
  display: block;
  margin: 20px auto 0;
  border-radius: 999px;
  background: rgba(0, 157, 255, 0.62);
  box-shadow: 0 0 10px rgba(0, 157, 255, 0.26);
}

#creators .fsw-brands .fsw-creator-heading-line {
  background: rgba(124, 255, 32, 0.62);
  box-shadow: 0 0 10px rgba(124, 255, 32, 0.22);
}

/* Check list */

#creators .fsw-check-list {
  display: grid;
  gap: 22px;
  margin: 33px 0 28px;
  padding: 0;
  list-style: none;
}

#creators .fsw-check-list li {
  position: relative;
  min-height: 25px;
  display: flex;
  align-items: center;
  padding-left: 43px;
  color: rgba(225, 228, 232, 0.81);
  font-size: clamp(0.78rem, 0.92vw, 0.92rem);
  line-height: 1.45;
}

#creators .fsw-check-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 27px;
  height: 27px;
  border: 1px solid rgba(0, 157, 255, 0.68);
  border-radius: 50%;
  background: rgba(0, 157, 255, 0.025);
  transform: translateY(-50%) rotate(0deg);
  box-shadow: 0 0 13px rgba(0, 157, 255, 0.065);
}

#creators .fsw-check-list li::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 9px;
  width: 8px;
  height: 4px;
  border-bottom: 1.6px solid #009dff;
  border-left: 1.6px solid #009dff;
  transform: translateY(-50%) rotate(-45deg);
}

#creators .fsw-brands .fsw-check-list li::before {
  border-color: rgba(124, 255, 32, 0.68);
  background: rgba(124, 255, 32, 0.02);
  box-shadow: 0 0 13px rgba(124, 255, 32, 0.06);
}

#creators .fsw-brands .fsw-check-list li::after {
  border-color: #7cff20;
}

/* Card buttons */

#creators .fsw-small-link {
  position: relative;
  width: 100%;
  min-height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 13px 55px 13px 25px;
  border: 1px solid rgba(0, 157, 255, 0.7);
  border-radius: 999px;
  color: #079dff;
  background: rgba(0, 157, 255, 0.012);
  font-size: clamp(0.84rem, 1vw, 1rem);
  font-weight: 500;
  line-height: 1;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

#creators .fsw-brands .fsw-small-link {
  border-color: rgba(124, 255, 32, 0.7);
  color: #7cff20;
  background: rgba(124, 255, 32, 0.01);
}

#creators .fsw-small-link:hover {
  transform: translateY(-2px);
  border-color: #00d4ff;
  background: rgba(0, 157, 255, 0.04);
  box-shadow: 0 0 24px rgba(0, 157, 255, 0.13);
}

#creators .fsw-brands .fsw-small-link:hover {
  border-color: #7cff20;
  background: rgba(124, 255, 32, 0.035);
  box-shadow: 0 0 24px rgba(124, 255, 32, 0.11);
}

#creators .fsw-link-arrow {
  position: absolute;
  top: 50%;
  right: 24px;
  font-size: 1.65rem;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-52%);
  transition: transform 220ms ease;
}

#creators .fsw-small-link:hover .fsw-link-arrow {
  transform: translate(5px, -52%);
}

/* Center leaf and CTA */

#creators .fsw-creator-center {
  position: relative;
  z-index: 6;
  min-width: 0;
  min-height: 510px;
}

#creators .fsw-creator-node {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 8;

  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  overflow: hidden;

  border: 1.5px solid transparent;
  border-radius: 50%;

  background:
    url("https://freshstartweb.ca/wp-content/uploads/2026/07/leaf.webp")
      center / cover no-repeat padding-box,
    linear-gradient(135deg, #009dff 0%, #00d4ff 45%, #7cff20 100%) border-box;

  box-shadow:
    0 0 27px rgba(0, 157, 255, 0.22),
    0 0 45px rgba(124, 255, 32, 0.13),
    inset 0 0 25px rgba(0, 157, 255, 0.035);

  transform: translate(-50%, -50%);
  animation: fswCreatorNodePulse 3.5s ease-in-out infinite;
}

#creators .fsw-creator-leaf {
  position: relative;
  z-index: 2;
  width: 78px;
  height: 88px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 0 7px rgba(0, 157, 255, 0.45))
    drop-shadow(0 0 8px rgba(124, 255, 32, 0.28));
}
#creators .fsw-creator-cta {
  position: absolute;
  top: calc(50% + 126px);
  left: 50%;
  z-index: 8;
  width: min(100%, 550px);
  text-align: center;
  transform: translateX(-50%);
}

#creators .fsw-creator-cta .fsw-button {
  width: 100%;
  min-width: 0;
  min-height: 75px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 14px;
  padding: 10px 18px 10px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #f2f4f5;
  background:
    linear-gradient(rgba(2, 6, 9, 0.97), rgba(2, 6, 9, 0.97)) padding-box,
    linear-gradient(90deg, #009dff 0%, #00d4ff 43%, #7cff20 100%) border-box;
  box-shadow:
    0 0 25px rgba(0, 157, 255, 0.14),
    0 0 30px rgba(124, 255, 32, 0.09),
    inset 0 0 25px rgba(255, 255, 255, 0.015);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  font-weight: 400;
  white-space: nowrap;
}

#creators .fsw-creator-cta .fsw-button:hover {
  transform: translateY(-3px);
  border-color: transparent;
  box-shadow:
    0 0 30px rgba(0, 157, 255, 0.23),
    0 0 40px rgba(124, 255, 32, 0.15);
}

#creators .fsw-creator-cta .fsw-button > .fsw-icon {
  width: 36px;
  height: 36px;
  color: #159fff;
  stroke-width: 1.45;
}

#creators .fsw-creator-cta .fsw-button-arrow {
  width: 39px;
  height: 39px;
  border: 0;
  color: #9aff1c;
  background: transparent;
  font-size: 1.9rem;
}

#creators .fsw-creator-cta p {
  max-width: none;
  margin: 15px auto 0;
  color: rgba(225, 228, 232, 0.7);
  font-size: clamp(0.75rem, 0.95vw, 0.93rem);
}

/* Animated connector lines */

#creators .fsw-energy-svg {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  filter: none;
}

#creators .fsw-energy-base {
  fill: none;
  stroke-width: 1.55;
  stroke-linecap: round;
  opacity: 0.82;
}

#creators .fsw-energy-stream {
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 1 22;
  opacity: 0.8;
  filter: drop-shadow(0 0 5px rgba(0, 212, 255, 0.92));
  animation: fswCreatorEnergyFlow 1.65s linear infinite;
}

#creators .fsw-energy-stream-green {
  filter: drop-shadow(0 0 5px rgba(124, 255, 32, 0.9));
  animation-direction: reverse;
}

#creators .fsw-energy-particle {
  opacity: 0;
}

/* Animations */

@keyframes fswCreatorEnergyFlow {
  to {
    stroke-dashoffset: -46;
  }
}

@keyframes fswCreatorNodePulse {
  0%,
  100% {
    box-shadow:
      0 0 27px rgba(0, 157, 255, 0.22),
      0 0 45px rgba(124, 255, 32, 0.13),
      inset 0 0 25px rgba(0, 157, 255, 0.035);
  }

  50% {
    box-shadow:
      0 0 39px rgba(0, 157, 255, 0.34),
      0 0 61px rgba(124, 255, 32, 0.2),
      inset 0 0 30px rgba(0, 157, 255, 0.055);
  }
}

/* Smaller desktop */

@media (min-width: 981px) and (max-width: 1180px) {
  #creators > .fsw-container {
    width: min(calc(100% - 40px), 1080px);
  }

  #creators .fsw-creator-stage {
    grid-template-columns:
      minmax(270px, 300px)
      minmax(370px, 1fr)
      minmax(270px, 300px);
  }

  #creators .fsw-creator-card {
    min-height: 445px;
    padding: 25px 22px 23px;
  }

  #creators .fsw-check-list {
    gap: 18px;
  }

  #creators .fsw-check-list li {
    padding-left: 37px;
    font-size: 0.76rem;
  }

  #creators .fsw-check-list li::before {
    width: 24px;
    height: 24px;
  }

  #creators .fsw-check-list li::after {
    left: 8px;
  }

  #creators .fsw-creator-cta {
    width: min(100%, 430px);
  }

  #creators .fsw-creator-cta .fsw-button {
    font-size: 0.95rem;
  }
}

/* Tablet */

@media (max-width: 980px) {
  #creators > .fsw-container {
    width: min(calc(100% - 36px), 850px);
  }

  #creators .fsw-creator-stage {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 44px;
  }

  #creators .fsw-creator-center {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 320px;
  }

  #creators .fsw-creators {
    grid-column: 1;
    grid-row: 2;
  }

  #creators .fsw-brands {
    grid-column: 2;
    grid-row: 2;
  }

  #creators .fsw-creator-node {
display: none;  }

  #creators .fsw-creator-cta {
    top: 178px;
    width: min(100%, 560px);
  }

  #creators .fsw-creator-card {
    min-height: 440px;
  }

  #creators .fsw-energy-svg {
    display: none;
  }
}

/* Mobile */

@media (max-width: 680px) {
  #creators.fsw-creators-section {
    padding: 72px 0 82px;
  }

  #creators > .fsw-container {
    width: min(calc(100% - 28px), 540px);
  }

  #creators .fsw-kicker {
    gap: 10px;
    letter-spacing: 0.2em;
  }

  #creators .fsw-kicker::before,
  #creators .fsw-kicker::after {
    width: 25px;
  }

  #creators .fsw-title {
    font-size: clamp(2.35rem, 11vw, 2.7rem);
    line-height: 1.08;
  }

  #creators .fsw-heading-center .fsw-copy {
    margin-top: 21px;
    font-size: 0.88rem;
  }

  #creators .fsw-creator-stage {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  #creators .fsw-creator-center,
  #creators .fsw-creators,
  #creators .fsw-brands {
    grid-column: 1;
  }

  #creators .fsw-creator-center {
    grid-row: 1;
    min-height: 328px;
  }

  #creators .fsw-creators {
    grid-row: 2;
  }

  #creators .fsw-brands {
    grid-row: 3;
  }

  #creators .fsw-creator-leaf {
    position: relative;
    z-index: 2;
    width: 78px;
    height: 88px;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 0 7px rgba(0, 157, 255, 0.45))
      drop-shadow(0 0 8px rgba(124, 255, 32, 0.28));
  }

  #creators .fsw-creator-leaf {
    width: 61px;
    height: 70px;
  }

  #creators .fsw-creator-cta {
    top: 150px;
  }

  #creators .fsw-creator-cta .fsw-button {
    min-height: 65px;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 8px;
    padding-inline: 15px;
    font-size: clamp(0.72rem, 3.5vw, 0.93rem);
  }

  #creators .fsw-creator-cta .fsw-button > .fsw-icon {
    width: 29px;
    height: 29px;
  }

  #creators .fsw-creator-cta .fsw-button-arrow {
    width: 31px;
    height: 31px;
    font-size: 1.5rem;
  }

  #creators .fsw-creator-card {
    min-height: 430px;
    padding: 27px 23px 23px;
  }

  #creators .fsw-check-list {
    gap: 19px;
  }
}

/* Reduced-motion support */

@media (prefers-reduced-motion: reduce) {
  #creators .fsw-energy-stream,
  #creators .fsw-creator-node {
    animation: none !important;
  }

  #creators .fsw-energy-particle {
    display: none;
  }
}

/* =========================================================
   FINAL GET IN TOUCH DESKTOP CORRECTION
   Scoped only to #contact
   ========================================================= */

#contact.fsw-contact-section {
  position: relative !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0px 0 76px !important;
  background: #000 !important;
}

/* Main section width — the previous version was far too wide */
#contact > .fsw-container {
  width: min(1280px, calc(100% - 48px)) !important;
  max-width: 1280px !important;
  margin-inline: auto !important;
}

/* Remove the old large outer card */
#contact .fsw-contact-shell {
  width: 100% !important;
  display: grid !important;
  grid-template-columns:
    minmax(0, 550px)
    minmax(0, 620px) !important;
  justify-content: center !important;
  align-items: start !important;
  gap: 72px !important;

  overflow: visible !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* =========================================================
   LEFT COLUMN
   ========================================================= */

#contact .fsw-contact-info {
  position: relative !important;
  min-width: 0 !important;
  min-height: 650px !important;
  padding: 17px 0 0 !important;
}

/* Vertical divider */
#contact .fsw-contact-info::after {
  content: "" !important;
  position: absolute !important;
  top: 25px !important;
  right: -37px !important;
  bottom: 55px !important;
  left: auto !important;
  width: 1px !important;
  height: auto !important;

  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(255, 255, 255, 0.16) 8%,
    rgba(0, 157, 255, 0.44) 52%,
    rgba(255, 255, 255, 0.14) 92%,
    transparent 100%
  ) !important;
}

/* Animated divider light */
#contact .fsw-contact-info::before {
  content: "" !important;
  position: absolute !important;
  top: 28px !important;
  right: -41px !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 5 !important;

  width: 9px !important;
  height: 9px !important;
  border-radius: 50% !important;

  background: #009dff !important;
  box-shadow:
    0 0 7px #009dff,
    0 0 17px rgba(0, 157, 255, 0.95),
    0 0 29px rgba(0, 157, 255, 0.6) !important;

  animation: fswContactCorrectedDot 5s ease-in-out infinite !important;
}

/* Kicker */
#contact .fsw-kicker {
  gap: 14px !important;
  margin: 0 0 28px !important;

  color: transparent !important;
  background: linear-gradient(90deg, #009dff, #00d4ff 52%, #7cff20) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;

  font-size: 0.78rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.28em !important;
  line-height: 1 !important;
}

#contact .fsw-kicker::before,
#contact .fsw-kicker::after {
  width: 31px !important;
  height: 1px !important;
}

/* Title */
#contact .fsw-contact-title {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;

  color: #f7f7f7 !important;
  font-size: clamp(3.4rem, 3.55vw, 3.95rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.06em !important;
  line-height: 1.3 !important;
}

/* Keeps “Something Great.” on one line like the demo */
#contact .fsw-contact-title .fsw-gradient-text {
  display: inline-block !important;
  white-space: nowrap !important;

  background: linear-gradient(
    90deg,
    #087cff 0%,
    #00b9c9 45%,
    #7cff20 90%
  ) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

#contact .fsw-contact-description {
  max-width: 530px !important;
  margin: 27px 0 0 !important;

  color: rgba(224, 227, 231, 0.76) !important;
  font-size: 0.91rem !important;
  line-height: 1.7 !important;
}

/* =========================================================
   CONTACT ROWS
   ========================================================= */

#contact .fsw-contact-list {
  width: 100% !important;
  max-width: 500px !important;
  display: grid !important;
  gap: 0 !important;
  margin: 31px 0 0 !important;
}

#contact .fsw-contact-item {
  position: relative !important;
  min-height: 88px !important;
  display: flex !important;
  align-items: center !important;
  gap: 21px !important;

  padding: 10px 0 !important;
  color: rgba(235, 237, 239, 0.82) !important;
}

#contact .fsw-contact-item:not(:last-child)::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 72px !important;
  height: 1px !important;

  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.14),
    rgba(255, 255, 255, 0.07),
    transparent
  ) !important;
}

#contact .fsw-contact-item .fsw-icon-shell {
  width: 51px !important;
  height: 51px !important;
  flex: 0 0 51px !important;
  display: grid !important;
  place-items: center !important;

  margin: 0 !important;
  border: 1px solid transparent !important;
  border-radius: 50% !important;
  color: #7cff20 !important;

  background:
    linear-gradient(#000, #000) padding-box,
    linear-gradient(135deg, #009dff 0%, #00d4ff 48%, #7cff20 100%) border-box !important;

  box-shadow:
    0 0 14px rgba(0, 157, 255, 0.07),
    0 0 14px rgba(124, 255, 32, 0.04) !important;
}

#contact .fsw-contact-item .fsw-icon {
  width: 25px !important;
  height: 25px !important;
  stroke-width: 1.55 !important;
}

#contact .fsw-contact-item-content {
  min-width: 0 !important;
  display: grid !important;
  gap: 7px !important;
}

#contact .fsw-contact-label {
  color: #7cff20 !important;
  font-size: 0.67rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

#contact .fsw-contact-value {
  color: rgba(232, 234, 237, 0.82) !important;
  font-size: 0.9rem !important;
  line-height: 1.4 !important;
}

/* =========================================================
   BOTTOM LEAF MESSAGE
   ========================================================= */

#contact .fsw-thank-you {
  width: 100% !important;
  max-width: 540px !important;
  display: grid !important;
  grid-template-columns: 67px 1px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 23px !important;

  margin: 43px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;

  color: rgba(224, 227, 231, 0.73) !important;
  font-size: 0.73rem !important;
  line-height: 1.6 !important;
}

#contact .fsw-thank-you img {
  width: 67px !important;
  height: 82px !important;
  display: block !important;

  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  mix-blend-mode: screen !important;
}

#contact .fsw-thank-divider {
  width: 1px !important;
  height: 65px !important;
  display: block !important;

  background: linear-gradient(
    to bottom,
    transparent,
    rgba(255, 255, 255, 0.17),
    transparent
  ) !important;
}

/* =========================================================
   RIGHT FORM CARD
   ========================================================= */

#contact .fsw-form-wrap {
  width: 100% !important;
  min-width: 0 !important;
  display: block !important;
  padding: 0 !important;
}

#contact .fsw-form-card {
  width: 100% !important;
  max-width: 620px !important;
  min-height: 650px !important;
  padding: 31px 35px 32px !important;

  overflow: hidden !important;
  border: 1px solid transparent !important;
  border-radius: 20px !important;

  background:
    linear-gradient(rgba(1, 4, 6, 0.985), rgba(0, 3, 5, 0.985)) padding-box,
    linear-gradient(
        145deg,
        rgba(124, 255, 32, 0.7) 0%,
        rgba(124, 255, 32, 0.3) 27%,
        rgba(0, 212, 255, 0.3) 66%,
        rgba(0, 157, 255, 0.78) 100%
      )
      border-box !important;

  box-shadow:
    0 23px 65px rgba(0, 0, 0, 0.44),
    0 0 25px rgba(0, 157, 255, 0.035) !important;
}

#contact .fsw-form-heading h3,
#contact .fsw-form-card h3 {
  margin: 0 !important;
  color: #f4f4f4 !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

#contact .fsw-form-heading p,
#contact .fsw-form-card > p {
  margin: 8px 0 23px !important;
  color: rgba(220, 224, 228, 0.7) !important;
  font-size: 0.78rem !important;
  line-height: 1.7 !important;
}

/* Form grid */
#contact .fsw-form-grid {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 14px !important;
  row-gap: 13px !important;
}

#contact .fsw-field {
  min-width: 0 !important;
  display: block !important;
}

#contact .fsw-field.fsw-full {
  grid-column: 1 / -1 !important;
}

/* Inputs */
#contact .fsw-field input,
#contact .fsw-field textarea,
#contact .fsw-field .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100% !important;
  margin: 0 !important;

  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 10px !important;
  outline: 0 !important;

  color: #f5f5f5 !important;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.017),
    rgba(255, 255, 255, 0.005)
  ) !important;

  font-size: 0.78rem !important;
  line-height: 1.5 !important;
}

#contact .fsw-field input,
#contact .fsw-field .wpcf7-text,
#contact .fsw-field .wpcf7-email {
  min-height: 55px !important;
  padding: 14px 17px !important;
}

#contact .fsw-field textarea,
#contact .fsw-field .wpcf7-textarea {
  min-height: 148px !important;
  height: 148px !important;
  padding: 17px !important;
  resize: vertical !important;
}

#contact .fsw-field input::placeholder,
#contact .fsw-field textarea::placeholder {
  color: rgba(220, 223, 226, 0.65) !important;
  opacity: 1 !important;
}

/* Submit */
#contact .fsw-submit {
  width: 100% !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 13px 58px !important;

  border: 0 !important;
  border-radius: 10px !important;
  color: #fff !important;

  background: linear-gradient(
    100deg,
    #79dc00 0%,
    #3db253 28%,
    #168daa 59%,
    #0878ff 100%
  ) !important;

  font-size: 0.84rem !important;
  font-weight: 500 !important;
}

#contact .fsw-submit-arrow {
  right: 20px !important;
  font-size: 1.65rem !important;
}

/* Divider animation */
@keyframes fswContactCorrectedDot {
  0%,
  100% {
    top: 28px;
    opacity: 0;
  }

  12% {
    opacity: 1;
  }

  50% {
    top: 48%;
    opacity: 1;
  }

  88% {
    opacity: 1;
  }

  96% {
    top: calc(100% - 64px);
    opacity: 0;
  }
}

/* =========================================================
   MEDIUM SCREENS
   ========================================================= */

@media (min-width: 921px) and (max-width: 1320px) {
  #contact > .fsw-container {
    width: min(1120px, calc(100% - 40px)) !important;
  }

  #contact .fsw-contact-shell {
    grid-template-columns:
      minmax(0, 0.9fr)
      minmax(0, 1.1fr) !important;
    gap: 54px !important;
  }

  #contact .fsw-contact-info::after {
    right: -27px !important;
  }

  #contact .fsw-contact-info::before {
    right: -31px !important;
  }

  #contact .fsw-contact-title {
    font-size: clamp(3rem, 4.8vw, 3.65rem) !important;
  }

  #contact .fsw-contact-title .fsw-gradient-text {
    white-space: normal !important;
  }

  #contact .fsw-form-card {
    padding-inline: 28px !important;
  }
}

/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 920px) {
  #contact.fsw-contact-section {
    padding: 70px 0 80px !important;
  }

  #contact > .fsw-container {
    width: min(740px, calc(100% - 32px)) !important;
  }

  #contact .fsw-contact-shell {
    grid-template-columns: 1fr !important;
    gap: 48px !important;
  }

  #contact .fsw-contact-info {
    min-height: 0 !important;
    padding: 0 0 52px !important;
  }

  #contact .fsw-contact-info::after {
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: auto !important;
    height: 1px !important;
  }

  #contact .fsw-contact-info::before {
    display: none !important;
  }

  #contact .fsw-contact-title .fsw-gradient-text {
    white-space: normal !important;
  }

  #contact .fsw-contact-description,
  #contact .fsw-contact-list,
  #contact .fsw-thank-you,
  #contact .fsw-form-card {
    max-width: none !important;
  }

  #contact .fsw-form-card {
    min-height: 0 !important;
  }
}

@media (max-width: 620px) {
  #contact > .fsw-container {
    width: min(540px, calc(100% - 26px)) !important;
  }

  #contact .fsw-contact-title {
    font-size: clamp(2.7rem, 12.5vw, 3.45rem) !important;
  }

  #contact .fsw-contact-title .fsw-gradient-text {
    white-space: normal !important;
  }

  #contact .fsw-form-grid {
    grid-template-columns: 1fr !important;
  }

  #contact .fsw-field,
  #contact .fsw-field.fsw-full {
    grid-column: 1 !important;
  }

  #contact .fsw-form-card {
    padding: 25px 19px 21px !important;
  }

  #contact .fsw-thank-you {
    grid-template-columns: 62px 1px minmax(0, 1fr) !important;
    gap: 15px !important;
  }

  #contact .fsw-thank-you img {
    width: 62px !important;
    height: 75px !important;
  }
}

/* Fix contact bottom message */
#contact .fsw-thank-you {
  width: 100% !important;
  max-width: 540px !important;

  display: grid !important;
  grid-template-columns: 72px 1px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 24px !important;

  margin: 43px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

#contact .fsw-thank-you img {
  width: 72px !important;
  height: 86px !important;
  min-width: 72px !important;

  display: block !important;
  object-fit: cover !important;
  object-position: center !important;

  border: 0 !important;
  border-radius: 0 !important;

  mix-blend-mode: screen !important;
}

#contact .fsw-thank-divider {
  width: 1px !important;
  height: 65px !important;
  display: block !important;

  background: linear-gradient(
    to bottom,
    transparent,
    rgba(255, 255, 255, 0.22),
    transparent
  ) !important;
}

#contact .fsw-thank-copy {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 360px !important;

  display: block !important;

  color: rgba(224, 227, 231, 0.74) !important;
  font-size: 0.76rem !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;

  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}
/* =========================================================
   FINAL RESPONSIVE + MOBILE NAVIGATION OVERRIDES
   Keep this block at the very end of style.css.
   ========================================================= */

body.fsw-menu-open {
  overflow: hidden;
  overscroll-behavior: none;
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 82px;
  }

  .fsw-header {
    height: 78px;
  }

  .fsw-header.is-scrolled {
    height: 70px;
  }

  .fsw-header-inner {
    width: min(calc(100% - 28px), 1180px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

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

  .fsw-brand img {
    width: auto;
    height: 52px;
    max-width: min(190px, 62vw);
  }

  .fsw-menu-toggle {
    display: grid;
    flex: 0 0 45px;
    margin-left: auto;
  }

  .fsw-nav {
    position: fixed;
    inset: 0;
    z-index: 1001;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    display: grid;
    align-content: start;
    gap: 9px;
    margin: 0;
    padding:
      calc(96px + env(safe-area-inset-top))
      20px
      calc(34px + env(safe-area-inset-bottom));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: rgba(2, 4, 6, 0.985);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
  }

  .fsw-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .fsw-nav-item {
    width: min(100%, 520px);
    margin-inline: auto;
  }

  .fsw-nav-link,
  .fsw-nav-toggle {
    width: 100%;
    min-height: 56px;
    justify-content: space-between;
    padding: 14px 15px;
    text-align: left;
  }

  .fsw-dropdown {
    pointer-events: none;
  }

  .fsw-nav-item.is-open .fsw-dropdown {
    max-height: 260px;
    pointer-events: auto;
  }

  .fsw-dropdown a {
    min-height: 46px;
    padding: 12px 15px;
  }

  .fsw-hero {
    min-height: auto;
    padding-top: 112px;
    padding-bottom: 42px;
  }

  .fsw-hero-grid {
    gap: 12px;
  }

  .fsw-hero-copy,
  .fsw-split-copy {
    width: 100%;
    max-width: 730px;
  }

  .fsw-hero-visual {
    min-height: clamp(400px, 66vw, 520px);
  }

  #website-services .fsw-visual,
  #seo .fsw-visual {
    min-height: clamp(390px, 66vw, 500px);
    margin-inline: -8%;
  }

  .fsw-contact-item,
  .fsw-contact-item > span:last-child,
  .fsw-project-url {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 700px) {
  .fsw-container {
    width: min(calc(100% - 28px), var(--container));
  }

  .fsw-section {
    padding-block: clamp(64px, 12vw, 80px);
  }

  .fsw-hero {
    padding-top: 104px;
    padding-bottom: 24px;
  }

  .fsw-hero-title {
    font-size: clamp(2.75rem, 13.5vw, 4.2rem);
    line-height: 1;
  }

  .fsw-hero-description,
  .fsw-copy,
  .fsw-supporting-copy {
    max-width: 100%;
  }

  .fsw-hero-visual {
    min-height: clamp(340px, 91vw, 455px);
    margin-inline: -4px;
  }

  .fsw-hero-image-wrap {
    inset: 0 -18% -1% -14%;
  }

  #website-services .fsw-visual,
  #seo .fsw-visual {
    min-height: clamp(320px, 88vw, 410px);
    margin-inline: -12%;
  }

  .fsw-service-grid,
  #website-services .fsw-feature-grid,
  #seo .fsw-seo-grid,
  .fsw-project-grid,
  #creators .fsw-creator-stage,
  .fsw-form-grid {
    grid-template-columns: 1fr;
  }

  #website-services .fsw-feature-card,
  #seo .fsw-seo-card {
    border-right: 0 !important;
  }

  .fsw-projects .fsw-project-title-row {
    max-width: 100%;
  }

  .fsw-projects .fsw-project-text h3 {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .fsw-contact-shell,
  #contact .fsw-contact-shell {
    gap: 42px !important;
  }

  #contact .fsw-contact-info {
    padding-bottom: 42px !important;
  }

  #contact .fsw-contact-list {
    width: 100%;
  }

  #contact .fsw-contact-item {
    width: 100%;
  }

  #contact .fsw-field input,
  #contact .fsw-field textarea,
  #contact .fsw-field .wpcf7-text,
  #contact .fsw-field .wpcf7-email,
  #contact .fsw-field .wpcf7-textarea {
    font-size: 16px !important;
  }
}

@media (max-width: 520px) {
  .fsw-header-inner {
    width: calc(100% - 22px);
  }

  .fsw-brand img {
    height: 70px;
    max-width: 165px;
  }

  .fsw-menu-toggle {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
  }

  .fsw-nav {
    padding-inline: 14px;
  }

  .fsw-button-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .fsw-button-row .fsw-button,
  .fsw-hero .fsw-button.fsw-primary,
  .fsw-hero .fsw-button:not(.fsw-primary) {
    width: 100%;
    min-width: 0;
  }

  .fsw-kicker {
    max-width: 100%;
    letter-spacing: 0.16em;
    text-align: center;
  }

  .fsw-title,
  #website-services .fsw-title,
  #seo .fsw-title {
    font-size: clamp(2.15rem, 10.8vw, 2.7rem);
    overflow-wrap: normal;
  }

  .fsw-hero-title {
    font-size: clamp(2.65rem, 13.8vw, 2.7rem);
  }

  .fsw-hero-visual {
    min-height: clamp(315px, 92vw, 385px);
  }

  #website-services .fsw-visual,
  #seo .fsw-visual {
    min-height: clamp(280px, 82vw, 350px);
    margin-inline: -15%;
  }

  .fsw-projects .fsw-project-title-row {
    grid-template-columns: auto minmax(0, auto) !important;
    width: 100% !important;
  }

  .fsw-projects .fsw-project-text h3 {
    font-size: clamp(1.05rem, 5.4vw, 1.25rem) !important;
  }

  .fsw-projects .fsw-project-url {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  #creators .fsw-creator-center {
    min-height: 300px;
  }

  #creators .fsw-creator-card {
    min-height: 0;
  }

  #contact > .fsw-container {
    width: calc(100% - 24px) !important;
  }

  #contact .fsw-form-card {
    padding: 24px 16px 20px !important;
  }

  #contact .fsw-submit {
    padding-inline: 24px !important;
  }

  #contact .fsw-thank-you {
    grid-template-columns: 56px 1px minmax(0, 1fr) !important;
    column-gap: 13px !important;
    margin-top: 34px !important;
  }

  #contact .fsw-thank-you img {
    width: 56px !important;
    height: 68px !important;
    min-width: 56px !important;
  }

  #contact .fsw-thank-divider {
    height: 54px !important;
  }

  #contact .fsw-thank-copy {
    max-width: none !important;
    font-size: 0.7rem !important;
    line-height: 1.55 !important;
    overflow-wrap: anywhere !important;
  }
}
