.sea-page {
  --a-bg: #0b0b0f;
  --a-bg2: #0f0f16;
  --a-accent: #3e8ffee0;
  --a-ar: 62, 143, 254;
  --a-text: #f0ede8;
  --a-muted: rgba(240, 237, 232, 0.45);
  --a-border: rgba(255, 255, 255, 0.07);
  --a-radius: 16px;
}
.sea-page*,
.sea-page *::before,
.sea-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.sea-page {
  background: var(--a-bg);
  color: var(--a-text);
  overflow: hidden;
}
.postid-1899 ul {
    margin: 0 !important;
}
.postid-1899 h2 {
    margin-bottom: 2rem !important;
}
.postid-1899 h2::after {
    display: none !important;
}
.sea-inner {
  max-width: 1300px;
  margin: 0 auto;
}
.sea-ew {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--a-accent);
}
.sea-ew::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--a-accent);
  opacity: 0.6;
  flex-shrink: 0;
}
.sea-reveal {
  opacity: 0;
  translate: 0 22px;
  transition:
    opacity 0.65s ease,
    translate 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.sea-reveal.is-visible {
  opacity: 1;
  translate: 0 0;
}
@media (prefers-reduced-motion: reduce) {
  .sea-reveal {
    transition: none;
    opacity: 1;
    translate: 0;
  }
}

/* 1. PROBLÈME – funnel visuel */
.sea-problem {
  padding: 6rem 5vw;
  border-bottom: 1px solid var(--a-border);
}
.sea-problem .sea-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem 7rem;
  align-items: center;
}
.sea-problem-left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.sea-problem-title {
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.sea-problem-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--a-accent);
}
.sea-problem-desc {
  font-size: 0.97rem;
  line-height: 1.85;
  color: var(--a-muted);
}
.sea-problem-desc strong {
  color: rgba(240, 237, 232, 0.75);
  font-weight: 600;
}

/* Funnel */
.sea-funnel {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: center;
}
.sea-funnel-step {
  border-radius: 10px;
  padding: 1rem 1.5rem;
  border: 1px solid var(--a-border);
  text-align: center;
  transition:
    border-color 0.3s,
    background 0.3s;
  position: relative;
}
.sea-funnel-step:hover {
  border-color: rgba(var(--a-ar), 0.25);
  background: rgba(var(--a-ar), 0.04);
}
.sea-funnel-step.f1 {
  width: 100%;
}
.sea-funnel-step.f2 {
  width: 82%;
}
.sea-funnel-step.f3 {
  width: 65%;
}
.sea-funnel-step.f4 {
  width: 50%;
  background: rgba(var(--a-ar), 0.07);
  border-color: rgba(var(--a-ar), 0.2);
}
.sea-funnel-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--a-muted);
  margin-bottom: 0.2rem;
}
.sea-funnel-step.f4 .sea-funnel-label {
  color: var(--a-accent);
}
.sea-funnel-val {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--a-text);
}
.sea-funnel-arrow {
  font-size: 0.8rem;
  color: rgba(var(--a-ar), 0.3);
  text-align: center;
}

/* 2. SOLUTION */
.sea-solution {
  background: var(--a-bg2);
  padding: 6rem 5vw;
  border-bottom: 1px solid var(--a-border);
}
.sea-solution .sea-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem 7rem;
  align-items: center;
}
.sea-sol-content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.sea-sol-title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.sea-sol-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--a-accent);
}
.sea-sol-desc {
  font-size: 0.97rem;
  line-height: 1.85;
  color: var(--a-muted);
}
.sea-sol-desc strong {
  color: rgba(240, 237, 232, 0.75);
  font-weight: 600;
}
.sea-check {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.sea-check li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.87rem;
  color: var(--a-muted);
  line-height: 1.55;
  transition: color 0.25s;
}
.sea-check li:hover {
  color: var(--a-text);
}
.sea-check li::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(var(--a-ar), 0.1)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M2.5 5l2 2 3-3' stroke='%233e8fff' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center/10px no-repeat;
  border: 1px solid rgba(var(--a-ar), 0.3);
  flex-shrink: 0;
  margin-top: 1px;
}
.sea-kpis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.sea-kpi {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--a-border);
  border-radius: var(--a-radius);
  padding: 1.4rem;
  transition:
    border-color 0.3s,
    background 0.3s;
}
.sea-kpi:hover {
  border-color: rgba(var(--a-ar), 0.22);
  background: rgba(var(--a-ar), 0.04);
}
.sea-kpi-n {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--a-text);
  line-height: 1;
  margin-bottom: 0.3rem;
}
.sea-kpi-n sup {
  font-size: 0.8rem;
  color: var(--a-accent);
  vertical-align: super;
}
.sea-kpi-l {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--a-muted);
}

/* 3. PRESTATIONS */
.sea-prestations {
  padding: 6rem 5vw;
  border-bottom: 1px solid var(--a-border);
}
.sea-prest-hd {
  margin-bottom: 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 600px;
}
.sea-prest-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.sea-prest-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--a-accent);
}
.sea-plist {
  list-style: none;
}
.sea-pitem {
  display: grid;
  grid-template-columns: 2.5rem 1fr auto;
  align-items: start;
  gap: 0 2.5rem;
  padding: 2rem 0;
  border-top: 1px solid var(--a-border);
  transition: padding-left 0.35s;
  cursor: default;
}
.sea-pitem:last-child {
  border-bottom: 1px solid var(--a-border);
}
.sea-pitem:hover {
  padding-left: 1rem;
}
.sea-pn {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: rgba(var(--a-ar), 0.35);
  padding-top: 0.3rem;
  transition: color 0.3s;
}
.sea-pitem:hover .sea-pn {
  color: var(--a-accent);
}
.sea-pname {
  font-size: 1rem;
  font-weight: 700;
  color: var(--a-text);
  margin-bottom: 0.4rem;
}
.sea-pdesc {
  font-size: 0.83rem;
  color: var(--a-muted);
  line-height: 1.65;
}
.sea-ptag {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(var(--a-ar), 0.5);
  background: rgba(var(--a-ar), 0.07);
  border: 1px solid rgba(var(--a-ar), 0.14);
  border-radius: 100px;
  padding: 0.28rem 0.75rem;
  justify-self: end;
  align-self: start;
  margin-top: 0.3rem;
  white-space: nowrap;
  transition: all 0.3s;
}
.sea-pitem:hover .sea-ptag {
  background: rgba(var(--a-ar), 0.13);
  color: var(--a-accent);
  border-color: rgba(var(--a-ar), 0.28);
}

/* 4–6 réutilisent les patterns communs */
.sea-why {
  background: var(--a-bg2);
  padding: 6rem 5vw;
  border-bottom: 1px solid var(--a-border);
}
.sea-why .sea-inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem 7rem;
  align-items: start;
}
.sea-why-left {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.sea-why-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.sea-why-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--a-accent);
}
.sea-why-desc {
  font-size: 0.92rem;
  line-height: 1.8;
  color: var(--a-muted);
}
.sea-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.sea-wcard {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--a-border);
  border-radius: var(--a-radius);
  padding: 1.5rem;
  transition:
    border-color 0.35s,
    background 0.35s,
    transform 0.35s;
  position: relative;
  overflow: hidden;
}
.sea-wcard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--a-accent);
  opacity: 0;
  transition: opacity 0.35s;
}
.sea-wcard:hover {
  border-color: rgba(var(--a-ar), 0.2);
  background: rgba(var(--a-ar), 0.03);
  transform: translateY(-3px);
}
.sea-wcard:hover::before {
  opacity: 0.7;
}
.sea-wcard-n {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: rgba(var(--a-ar), 0.4);
  margin-bottom: 0.8rem;
}
.sea-wcard-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--a-text);
  margin-bottom: 0.4rem;
}
.sea-wcard-text {
  font-size: 0.78rem;
  color: var(--a-muted);
  line-height: 1.6;
}

.sea-benefits {
  padding: 6rem 5vw;
  border-bottom: 1px solid var(--a-border);
}
.sea-ben-hd {
  margin-bottom: 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 600px;
}
.sea-ben-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.sea-ben-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--a-accent);
}
.sea-ben-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.sea-bitem {
  border: 1px solid var(--a-border);
  border-radius: var(--a-radius);
  padding: 1.8rem 1.5rem;
  background: rgba(255, 255, 255, 0.015);
  transition:
    border-color 0.3s,
    background 0.3s,
    transform 0.35s;
}
.sea-bitem:hover {
  border-color: rgba(var(--a-ar), 0.2);
  background: rgba(var(--a-ar), 0.03);
  transform: translateY(-3px);
}
.sea-bicon {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  display: block;
}
.sea-bname {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--a-text);
  margin-bottom: 0.35rem;
}
.sea-btext {
  font-size: 0.78rem;
  color: var(--a-muted);
  line-height: 1.6;
}

.sea-process {
  background: var(--a-bg2);
  padding: 6rem 5vw;
  border-bottom: 1px solid var(--a-border);
}
.sea-proc-hd {
  margin-bottom: 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 560px;
}
.sea-proc-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.sea-proc-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--a-accent);
}
.sea-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
}
.sea-steps::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(var(--a-ar), 0.3),
    transparent
  );
}
.sea-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  padding: 0 1rem;
}
.sea-step-dot {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--a-bg2);
  border: 1px solid rgba(var(--a-ar), 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--a-accent);
  position: relative;
  z-index: 1;
  transition:
    background 0.35s,
    border-color 0.35s,
    transform 0.35s;
}
.sea-step:hover .sea-step-dot {
  background: rgba(var(--a-ar), 0.1);
  border-color: rgba(var(--a-ar), 0.5);
  transform: scale(1.1);
}
.sea-step-name {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--a-text);
  margin-bottom: 0.3rem;
}
.sea-step-desc {
  font-size: 0.74rem;
  color: var(--a-muted);
  line-height: 1.55;
}

.sea-cta {
  padding: 7rem 5vw;
  position: relative;
  overflow: hidden;
}
.sea-cta::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(var(--a-ar), 0.07) 0%,
    transparent 65%
  );
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  pointer-events: none;
}
.sea-cta .sea-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  max-width: 680px;
}
.sea-cta-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.sea-cta-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--a-accent);
}
.sea-cta-desc {
  font-size: 0.97rem;
  line-height: 1.8;
  color: var(--a-muted);
  max-width: 500px;
}
.sea-cta-actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.5rem;
}
.sea-guarantees {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.sea-guarantee {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  color: rgba(240, 237, 232, 0.28);
  letter-spacing: 0.04em;
}
.sea-guarantee::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(var(--a-ar), 0.08)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M2.5 5l2 2 3-3' stroke='%233e8fff' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center/9px no-repeat;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .sea-problem .sea-inner,
  .sea-solution .sea-inner,
  .sea-why .sea-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .sea-steps {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .sea-steps::before {
    display: none;
  }
  .sea-ben-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .sea-problem,
  .sea-solution,
  .sea-prestations,
  .sea-why,
  .sea-benefits,
  .sea-process,
  .sea-cta {
    padding: 4rem 5vw;
  }
  .sea-kpis,
  .sea-why-grid,
  .sea-ben-grid {
    grid-template-columns: 1fr;
  }
  .sea-steps {
    grid-template-columns: 1fr;
  }
  .sea-pitem {
    grid-template-columns: 2rem 1fr;
  }
  .sea-ptag {
    display: none;
  }
}
