.elementor-1837 .elementor-element.elementor-element-cc3447a > .elementor-container{max-width:1600px;}/* Start custom CSS for section, class: .elementor-element-cc3447a */.iptivo-test-page {
  --test-bg: #06121f;
  --test-bg-soft: #0a1b2d;
  --test-panel: rgba(12, 31, 49, 0.86);
  --test-panel-strong: rgba(17, 43, 67, 0.94);
  --test-cyan: #18d8ff;
  --test-green: #20e28a;
  --test-mint: #a7ffcf;
  --test-text: #eef8ff;
  --test-muted: #b5c6d6;
  --test-line: rgba(134, 224, 255, 0.18);
  --test-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  background:
    radial-gradient(circle at 18% 8%, rgba(24, 216, 255, 0.18), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(32, 226, 138, 0.14), transparent 26%),
    linear-gradient(180deg, #06121f 0%, #091827 42%, #04101b 100%);
  color: var(--test-text);
  font-family: "Sora", "Manrope", "Trebuchet MS", sans-serif;
  overflow: hidden;
}

.iptivo-test-page * {
  box-sizing: border-box;
}

.iptivo-test-page a {
  color: inherit;
  text-decoration: none;
}

.iptivo-test-page .test-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.iptivo-test-page .test-hero {
  padding: 88px 0 64px;
  position: relative;
}

.iptivo-test-page .test-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 46px;
  align-items: center;
}

.iptivo-test-page .test-kicker,
.iptivo-test-page .test-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--test-mint);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.iptivo-test-page .test-kicker::before,
.iptivo-test-page .test-section-label::before {
  content: "";
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--test-green), var(--test-cyan));
}

.iptivo-test-page h1,
.iptivo-test-page h2,
.iptivo-test-page h3 {
  margin: 0;
  color: var(--test-text);
  letter-spacing: 0;
}

.iptivo-test-page h1 {
  max-width: 850px;
  font-size: clamp(2.35rem, 5vw, 4.65rem);
  line-height: 1.02;
  font-weight: 900;
}

.iptivo-test-page h2 {
  font-size: clamp(1.85rem, 3.2vw, 3rem);
  line-height: 1.12;
  font-weight: 850;
}

.iptivo-test-page h3 {
  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: 800;
}

.iptivo-test-page .test-lead,
.iptivo-test-page .test-section-intro,
.iptivo-test-page .test-final-cta p {
  color: var(--test-muted);
  font-size: 1.06rem;
  line-height: 1.75;
}

.iptivo-test-page .test-lead {
  max-width: 760px;
  margin: 22px 0 0;
}

.iptivo-test-page .test-availability {
  max-width: 760px;
  margin: 18px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(32, 226, 138, 0.34);
  border-left: 4px solid var(--test-green);
  border-radius: 8px;
  background: rgba(32, 226, 138, 0.08);
  color: #ddfff0;
  font-weight: 750;
  line-height: 1.65;
}

.iptivo-test-page .test-darija {
  max-width: 760px;
  margin: 14px 0 0;
  color: #dff7ff;
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0.9;
}

.iptivo-test-page .test-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.iptivo-test-page .test-actions-center {
  justify-content: center;
}

.iptivo-test-page .test-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 20px;
  border-radius: 8px;
  font-weight: 850;
  line-height: 1.2;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.iptivo-test-page .test-btn:hover {
  transform: translateY(-2px);
}

.iptivo-test-page .test-btn-primary {
  background: linear-gradient(135deg, var(--test-green), var(--test-cyan));
  color: #03111c;
  box-shadow: 0 14px 36px rgba(32, 226, 138, 0.22);
}

.iptivo-test-page .test-btn-secondary,
.iptivo-test-page .test-btn-ghost {
  border: 1px solid var(--test-line);
  background: rgba(255, 255, 255, 0.045);
  color: var(--test-text);
}

.iptivo-test-page .test-btn-ghost {
  background: transparent;
}

.iptivo-test-page .test-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.iptivo-test-page .test-badges span,
.iptivo-test-page .test-tips span {
  border: 1px solid var(--test-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: #d8f5ff;
  padding: 10px 12px;
  font-size: 0.91rem;
  font-weight: 750;
}

.iptivo-test-page .test-visual {
  position: relative;
  padding: 12px;
  border: 1px solid var(--test-line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(24, 216, 255, 0.12), rgba(32, 226, 138, 0.08));
  box-shadow: var(--test-shadow);
}

.iptivo-test-page .test-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
  background: #0c2235;
}

.iptivo-test-page .test-visual-panel {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(3, 17, 28, 0.76);
  backdrop-filter: blur(14px);
}

.iptivo-test-page .test-visual-panel strong {
  color: var(--test-text);
}

.iptivo-test-page .test-visual-panel span {
  color: var(--test-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.iptivo-test-page .test-section {
  padding: 70px 0;
  border-top: 1px solid rgba(134, 224, 255, 0.08);
}

.iptivo-test-page .test-section-muted {
  background:
    linear-gradient(90deg, rgba(24, 216, 255, 0.05), rgba(32, 226, 138, 0.035)),
    rgba(255, 255, 255, 0.018);
}

.iptivo-test-page .test-section-intro {
  max-width: 860px;
  margin: 16px 0 30px;
}

.iptivo-test-page .test-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.iptivo-test-page .test-grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.iptivo-test-page .test-card {
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--test-line);
  border-radius: 8px;
  background: var(--test-panel);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.18);
}

.iptivo-test-page .test-card p,
.iptivo-test-page .test-steps span,
.iptivo-test-page .test-checklist li,
.iptivo-test-page .test-comparison li,
.iptivo-test-page .test-faq p,
.iptivo-test-page .test-link-hub span {
  color: var(--test-muted);
  line-height: 1.65;
}

.iptivo-test-page .test-card p {
  margin: 10px 0 0;
  font-size: 0.96rem;
}

.iptivo-test-page .test-steps {
  counter-reset: test-step;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.iptivo-test-page .test-steps li {
  counter-increment: test-step;
  position: relative;
  padding: 24px 22px 22px;
  border: 1px solid var(--test-line);
  border-radius: 8px;
  background: var(--test-panel);
}

.iptivo-test-page .test-steps li::before {
  content: counter(test-step);
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--test-green), var(--test-cyan));
  color: #03111c;
  font-weight: 900;
}

.iptivo-test-page .test-steps strong,
.iptivo-test-page .test-steps span {
  display: block;
}

.iptivo-test-page .test-center-cta {
  margin-top: 30px;
  text-align: center;
}

.iptivo-test-page .test-two-col {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: start;
}

.iptivo-test-page .test-checklist {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.iptivo-test-page .test-checklist li {
  padding: 14px 16px 14px 44px;
  border: 1px solid var(--test-line);
  border-radius: 8px;
  background: var(--test-panel);
  position: relative;
}

.iptivo-test-page .test-checklist li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 20px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: linear-gradient(135deg, var(--test-green), var(--test-cyan));
}

.iptivo-test-page .test-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.iptivo-test-page .test-compare-col {
  padding: 26px;
  border: 1px solid var(--test-line);
  border-radius: 8px;
  background: var(--test-panel);
}

.iptivo-test-page .test-compare-highlight {
  background: var(--test-panel-strong);
  border-color: rgba(32, 226, 138, 0.34);
}

.iptivo-test-page .test-compare-col ul {
  margin: 16px 0 0;
  padding-left: 18px;
}

.iptivo-test-page .test-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.iptivo-test-page .test-inline-links a {
  padding: 10px 12px;
  border: 1px solid var(--test-line);
  border-radius: 8px;
  color: #dff7ff;
  background: rgba(255, 255, 255, 0.045);
  font-weight: 750;
}

.iptivo-test-page .test-tips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.iptivo-test-page .test-link-hub {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.iptivo-test-page .test-link-hub a {
  min-height: 132px;
  padding: 20px;
  border: 1px solid var(--test-line);
  border-radius: 8px;
  background: var(--test-panel);
  transition: transform 180ms ease, border-color 180ms ease;
}

.iptivo-test-page .test-link-hub a:hover {
  transform: translateY(-2px);
  border-color: rgba(24, 216, 255, 0.42);
}

.iptivo-test-page .test-link-hub strong,
.iptivo-test-page .test-link-hub span {
  display: block;
}

.iptivo-test-page .test-link-hub strong {
  margin-bottom: 8px;
  color: var(--test-text);
}

.iptivo-test-page .test-faq {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.iptivo-test-page .test-faq details {
  border: 1px solid var(--test-line);
  border-radius: 8px;
  background: var(--test-panel);
  overflow: hidden;
}

.iptivo-test-page .test-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--test-text);
  font-weight: 850;
}

.iptivo-test-page .test-faq p {
  margin: 0;
  padding: 0 20px 20px;
}

.iptivo-test-page .test-final-cta {
  padding: 78px 0 86px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(32, 226, 138, 0.16), rgba(24, 216, 255, 0.12)),
    #06121f;
}

.iptivo-test-page .test-final-cta p {
  max-width: 760px;
  margin: 16px auto 0;
}

@media (max-width: 980px) {
  .iptivo-test-page .test-hero-grid,
  .iptivo-test-page .test-two-col {
    grid-template-columns: 1fr;
  }

  .iptivo-test-page .test-card-grid,
  .iptivo-test-page .test-grid-5,
  .iptivo-test-page .test-steps,
  .iptivo-test-page .test-tips,
  .iptivo-test-page .test-link-hub {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .iptivo-test-page .test-container {
    width: min(100% - 22px, 1180px);
  }

  .iptivo-test-page .test-hero {
    padding: 54px 0 42px;
  }

  .iptivo-test-page .test-section {
    padding: 48px 0;
  }

  .iptivo-test-page h1 {
    font-size: clamp(2rem, 12vw, 3.1rem);
  }

  .iptivo-test-page .test-card-grid,
  .iptivo-test-page .test-grid-5,
  .iptivo-test-page .test-steps,
  .iptivo-test-page .test-tips,
  .iptivo-test-page .test-link-hub,
  .iptivo-test-page .test-comparison {
    grid-template-columns: 1fr;
  }

  .iptivo-test-page .test-actions,
  .iptivo-test-page .test-actions-center {
    flex-direction: column;
  }

  .iptivo-test-page .test-btn {
    width: 100%;
  }

  .iptivo-test-page .test-visual-panel {
    position: static;
    margin-top: 12px;
  }
}/* End custom CSS */