.content-engine-page {
  background: #f6f8fb;
  color: #0b0f19;
}

.content-engine-page .portfolio-nav-wrap {
  background: transparent;
  border-bottom: 0;
}

.content-engine-page .portfolio-nav-wrap .nav {
  background: rgba(255, 255, 255, 0.92);
  border-color: #e7ecf3;
  box-shadow: 0 18px 46px rgba(15, 25, 50, 0.08);
}

.ce-shell {
  overflow: hidden;
}

.ce-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.ce-section,
.ce-hero,
.ce-proof-bar {
  scroll-margin-top: 110px;
}

.ce-kicker {
  margin: 0 0 14px;
  color: #3385ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ce-pill,
.ce-package-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 7px 14px;
  color: #0b0f19;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  background: #fff;
  border: 1px solid #e7ecf3;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(15, 25, 50, 0.05);
}

.ce-pill img {
  width: auto;
  height: 14px;
}

.ce-hero {
  position: relative;
  overflow: hidden;
  padding: 106px 0 70px;
  background: linear-gradient(180deg, #d4e7f6 0%, #e5eff8 42%, #f0f5fa 78%, #f6f8fb 100%);
}

.ce-hero-grad {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    url("../loved/grid.svg") center 24px / 620px auto no-repeat,
    radial-gradient(900px 500px at 50% 0%, rgba(180, 210, 255, 0.5), transparent 70%);
  opacity: 0.65;
  mask-image: linear-gradient(180deg, #000 0%, #000 34%, transparent 68%);
}

.ce-hero-flare {
  position: absolute;
  top: -90px;
  z-index: 1;
  width: 720px;
  height: 560px;
  pointer-events: none;
  background-image:
    linear-gradient(135deg, rgba(102, 164, 255, 0.66), rgba(150, 200, 255, 0.44), rgba(180, 220, 255, 0.2)),
    url("../light/light-1.png");
  background-size: cover, cover;
  background-position: center;
  background-blend-mode: screen;
  filter: saturate(1.5) brightness(1.08);
  opacity: 0.9;
  mask-image: radial-gradient(closest-side at 50% 45%, #000 25%, transparent 95%);
}

.ce-hero-flare-tl {
  left: -260px;
  transform: scaleX(-1);
}

.ce-hero-flare-tr {
  right: -260px;
}

.ce-hero-decor {
  position: absolute;
  top: 120px;
  z-index: 2;
  width: 320px;
  height: 470px;
  pointer-events: none;
}

.ce-hero-decor::before {
  content: "";
  position: absolute;
  inset: -20px;
  z-index: -1;
  background: radial-gradient(closest-side at 50% 35%, rgba(120, 175, 255, 0.3), transparent 76%);
  filter: blur(38px);
}

.ce-hero-decor-inner {
  position: absolute;
  inset: 0;
  overflow: hidden;
  mask-image: radial-gradient(110% 100% at 50% 35%, #000 40%, transparent 95%);
}

.ce-hero-decor img {
  position: absolute;
  top: 0;
  width: 370px;
  height: auto;
  display: block;
}

.ce-hero-left {
  left: -70px;
}

.ce-hero-left img {
  left: 0;
  transform: scaleX(-1);
}

.ce-hero-right {
  right: -70px;
}

.ce-hero-right img {
  right: 0;
}

.ce-hero-inner {
  position: relative;
  z-index: 3;
  text-align: center;
}

.ce-loved-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 880px;
  padding: 42px 0 18px;
}

.ce-loved-grid {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 680px;
  height: auto;
  pointer-events: none;
  opacity: 0.22;
  transform: translate(-50%, -50%);
  mask-image: radial-gradient(40% 60% at 50% 50%, #000 0%, transparent 100%);
}

.ce-loved-line {
  position: absolute;
  top: calc(50% - 4px);
  z-index: 1;
  width: 230px;
  height: 47px;
  pointer-events: none;
  opacity: 0.7;
}

.ce-loved-line-l {
  right: calc(50% + 130px);
}

.ce-loved-line-r {
  left: calc(50% + 130px);
}

.ce-loved-pill {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 8px 6px 20px;
  color: #1f2530;
  font-size: 15px;
  background: #fff;
  border: 1px solid #e7ecf3;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(15, 25, 50, 0.08);
}

.ce-loved-pill strong {
  color: #3385ff;
  font-weight: 800;
}

.ce-avatars {
  display: flex;
  align-items: center;
  padding-right: 6px;
}

.ce-avatar {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  margin-right: -8px;
  overflow: hidden;
  background: #dee7f4;
  border: 2px solid #fff;
  border-radius: 50%;
}

.ce-avatar:last-child {
  margin-right: 0;
}

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

.ce-hero-copy {
  max-width: 980px;
  margin: 0 auto;
}

.ce-hero h1 {
  max-width: 960px;
  margin: 0 auto;
  color: #06080f;
  font-family: "Instrument Sans", "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-size: 78px;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
}

.ce-hero-sub {
  max-width: 850px;
  margin: 24px auto 0;
  color: #3a3f4b;
  font-size: 20px;
  line-height: 1.75;
}

.ce-hero-actions {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 10px;
  width: min(100%, 500px);
  margin-top: 34px;
}

.ce-hero-actions .btn {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  justify-content: center;
  text-align: center;
  white-space: normal;
  box-shadow: 0 18px 38px rgba(51, 133, 255, 0.18);
}

.ce-qualifier {
  display: inline-flex;
  justify-content: center;
  margin: 16px 0 0;
  padding: 10px 16px;
  color: #2d3442;
  font-size: 14px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #dce6f2;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(15, 25, 50, 0.05);
}

.ce-trusted {
  max-width: 980px;
  margin: 48px auto 0;
}

.ce-trusted-label {
  margin: 0 0 16px;
  color: #0b0f19;
  font-size: 15px;
  font-weight: 700;
}

.ce-brand-marquee {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.ce-brand-marquee::-webkit-scrollbar {
  display: none;
}

.ce-brand-marquee.grabbing {
  cursor: grabbing;
}

.ce-brand-track {
  display: inline-flex;
  align-items: center;
  gap: 56px;
  width: max-content;
  padding: 12px 4px;
  user-select: none;
}

.ce-brand-track img {
  flex: 0 0 auto;
  width: auto;
  height: 34px;
  display: block;
  filter: grayscale(0.15);
  opacity: 0.92;
  pointer-events: none;
}

.ce-hero-visual {
  width: min(100%, 980px);
  margin: 44px auto 0;
}

.ce-board {
  position: relative;
  overflow: hidden;
  padding: 18px;
  color: #fff;
  background: #0b0f19;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  box-shadow: 0 34px 80px rgba(15, 25, 50, 0.22);
}

.ce-board::before,
.ce-board::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
}

.ce-board::before {
  top: -160px;
  right: -120px;
  width: 360px;
  height: 360px;
  background: rgba(51, 133, 255, 0.28);
  filter: blur(40px);
}

.ce-board::after {
  bottom: -180px;
  left: -100px;
  width: 320px;
  height: 320px;
  background: rgba(130, 180, 255, 0.18);
  filter: blur(44px);
}

.ce-board-top,
.ce-flow,
.ce-output-grid {
  position: relative;
  z-index: 1;
}

.ce-board-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
}

.ce-board-top span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.ce-board-top strong {
  color: #fff;
  font-size: 13px;
}

.ce-flow {
  display: grid;
  grid-template-columns: 1fr 32px 1fr 32px 1fr;
  gap: 12px;
  align-items: center;
}

.ce-flow-card {
  min-height: 176px;
  padding: 20px;
  color: #101828;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
}

.ce-flow-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: #3385ff;
  font-size: 12px;
  font-weight: 800;
  background: #eff6ff;
  border-radius: 999px;
}

.ce-flow-card strong {
  display: block;
  color: #0b0f19;
  font-family: "Instrument Sans", "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
}

.ce-flow-card p {
  margin: 10px 0 0;
  color: #5b6172;
  font-size: 14px;
  line-height: 1.55;
}

.ce-flow-arrow {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(51, 133, 255, 0), #3385ff, rgba(51, 133, 255, 0));
}

.ce-output-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.ce-output-grid span {
  min-height: 44px;
  display: grid;
  place-items: center;
  color: #d9eaff;
  font-size: 12px;
  font-weight: 800;
  background: rgba(51, 133, 255, 0.22);
  border: 1px solid rgba(217, 234, 255, 0.18);
  border-radius: 12px;
}

.ce-proof-bar {
  position: relative;
  padding: 76px 0;
  background: transparent;
}

.ce-proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 64px;
  align-items: center;
}

.ce-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ce-stat-card {
  min-height: 142px;
  padding: 22px;
  background: #fff;
  border: 1px solid #e7ecf3;
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(15, 25, 50, 0.08);
}

.ce-stat-num {
  color: #0b0f19;
  font-family: "Instrument Sans", "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.ce-stat-num span {
  color: #3385ff;
}

.ce-stat-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: #52596a;
  font-size: 13px;
  line-height: 1.35;
}

.ce-stat-label img {
  display: block;
  width: 20px;
  height: 20px;
}

.ce-proof-copy h2,
.ce-section h2,
.ce-two-col h2,
.ce-form-copy h2 {
  margin: 0;
  color: #0b0f19;
  font-family: "Instrument Sans", "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: 0;
}

.ce-proof-copy p,
.ce-section-head p:not(.ce-kicker),
.ce-copy-stack p,
.ce-founder p,
.ce-no-call p,
.ce-form-copy p {
  color: #4a4f5c;
  font-size: 17px;
  line-height: 1.75;
}

.ce-proof-copy p {
  margin: 18px 0 0;
}

.ce-proof-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.ce-proof-badges span {
  padding: 8px 12px;
  color: #2d3442;
  font-size: 13px;
  font-weight: 700;
  background: #fff;
  border: 1px solid #e7ecf3;
  border-radius: 999px;
}

.ce-section {
  position: relative;
  padding: 80px 0;
  background: #f6f8fb;
}

.ce-section:nth-of-type(even) {
  background: #fff;
}

.ce-section-head {
  max-width: 760px;
  margin-bottom: 30px;
}

.ce-section-head-wide {
  max-width: 860px;
}

.ce-two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 64px;
  align-items: start;
}

.ce-copy-stack {
  display: grid;
  gap: 18px;
}

.ce-copy-stack p {
  margin: 0;
}

.ce-card-grid,
.ce-package-grid,
.ce-pricing-grid,
.ce-fit-grid,
.ce-proof-placeholders {
  display: grid;
  gap: 18px;
}

.ce-card-grid-six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ce-card,
.ce-package-card,
.ce-pricing-card,
.ce-fit-card,
.ce-proof-placeholders article,
.ce-form,
.ce-no-call-box,
.ce-founder-card {
  background: #fff;
  border: 1px solid #e7ecf3;
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(15, 25, 50, 0.07);
}

.ce-card {
  min-height: 250px;
  padding: 24px;
}

.ce-card-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin-bottom: 24px;
  border-radius: 22px;
}

.ce-icon-main {
  position: relative;
  z-index: 2;
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.ce-icon-ring {
  position: absolute;
  inset: -10px;
  z-index: 1;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  pointer-events: none;
}

.ce-card h3,
.ce-package-card h3,
.ce-pricing-card h3,
.ce-fit-card h3,
.ce-proof-placeholders h3,
.ce-process-list h3,
.ce-founder-card h3 {
  margin: 0;
  color: #0b0f19;
  font-family: "Instrument Sans", "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.ce-card p,
.ce-package-card p,
.ce-pricing-card p,
.ce-proof-placeholders p,
.ce-process-list p {
  margin: 12px 0 0;
  color: #5b6172;
  font-size: 15px;
  line-height: 1.65;
}

.ce-package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.ce-package-card,
.ce-pricing-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.ce-package-card::before,
.ce-pricing-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 96px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(51, 133, 255, 0.1), rgba(51, 133, 255, 0));
}

.ce-package-card > *,
.ce-pricing-card > * {
  position: relative;
  z-index: 1;
}

.ce-package-featured {
  border-color: #c9d9f2;
  box-shadow: 0 26px 70px rgba(51, 133, 255, 0.16);
}

.ce-package-top {
  min-height: 168px;
}

.ce-package-badge {
  margin-bottom: 14px;
  color: #3385ff;
}

.ce-price-line,
.ce-pricing-value {
  margin: 20px 0;
  color: #3385ff !important;
  font-family: "Instrument Sans", "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 23px !important;
  font-weight: 800;
  line-height: 1.2 !important;
}

.ce-package-card h4,
.ce-pricing-card h4 {
  margin: 0 0 12px;
  color: #0b0f19;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ce-package-card ul,
.ce-pricing-card ul,
.ce-fit-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ce-package-card li,
.ce-pricing-card li,
.ce-fit-card li {
  position: relative;
  padding-left: 24px;
  color: #4a4f5c;
  font-size: 15px;
  line-height: 1.55;
}

.ce-package-card li::before,
.ce-pricing-card li::before,
.ce-fit-good li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #3385ff;
  border-radius: 999px;
}

.ce-pricing {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(680px 360px at 10% 0%, rgba(51, 133, 255, 0.22), transparent 70%),
    radial-gradient(680px 360px at 96% 18%, rgba(102, 164, 255, 0.2), transparent 68%),
    #0b0f19;
}

.ce-pricing .ce-kicker,
.ce-pricing h2 {
  color: #fff;
}

.ce-pricing .ce-section-head p {
  color: #c9d9f2;
}

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

.ce-pricing-card {
  background: #fff;
}

.ce-pricing-note {
  margin: 20px 0 0;
  padding: 17px 20px;
  color: #d9eaff;
  font-size: 16px;
  font-weight: 800;
  background: rgba(51, 133, 255, 0.18);
  border: 1px solid rgba(217, 234, 255, 0.24);
  border-radius: 18px;
}

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

.ce-fit-card {
  padding: 30px;
}

.ce-fit-card h3 {
  margin-bottom: 18px;
}

.ce-fit-bad {
  background: linear-gradient(180deg, #fff, #f8fafc);
}

.ce-fit-bad li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #667085;
  border-radius: 999px;
}

.ce-founder {
  background: #fff;
}

.ce-founder-grid {
  display: grid;
  grid-template-columns: 410px minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.ce-founder-card {
  padding: 24px;
  background: linear-gradient(180deg, #f0f6ff 0%, #fff 62%);
}

.ce-founder-top {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}

.ce-founder-photo {
  flex: 0 0 auto;
  width: 112px;
  height: 112px;
  overflow: hidden;
  background: #3385ff;
  border-radius: 16px;
}

.ce-founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ce-founder-card h3 {
  margin-top: 4px;
}

.ce-founder-card p {
  margin: 4px 0 12px;
  color: #5b6172;
  font-size: 14px;
}

.ce-founder-bio {
  margin: 0 0 18px !important;
  padding: 18px 0;
  color: #4a4f5c !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  border-top: 1px solid #eceff4;
  border-bottom: 1px solid #eceff4;
}

.ce-founder-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.ce-fiverr-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  color: #0b0f19;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e7ecf3;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(15, 25, 50, 0.05);
}

.ce-fiverr-btn img {
  width: auto;
  height: 14px;
}

.ce-fiverr-btn [data-icon] {
  width: 12px;
  height: 12px;
}

.ce-founder-stats {
  display: flex;
  gap: 22px;
}

.ce-founder-stats div {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.ce-founder-stats strong {
  color: #0b0f19;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
}

.ce-founder-stats span {
  color: #5b6172;
  font-size: 12px;
}

.ce-founder h2 {
  margin: 0;
}

.ce-founder p:not(.ce-kicker) {
  margin: 18px 0 0;
}

.ce-proof-placeholders {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
}

.ce-proof-placeholders article {
  padding: 18px;
  box-shadow: none;
}

.ce-proof-placeholders span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #3385ff;
  font-size: 12px;
  font-weight: 800;
}

.ce-process-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ce-process-list li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  padding: 22px;
  background: #fff;
  border: 1px solid #e7ecf3;
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(15, 25, 50, 0.05);
}

.ce-process-list span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #3385ff;
  font-weight: 800;
  background: #eff6ff;
  border-radius: 999px;
}

.ce-no-call {
  background: #fff;
}

.ce-no-call-box {
  position: relative;
  overflow: hidden;
  max-width: 920px;
  padding: 42px;
  color: #fff;
  background: #0b0f19;
  border-color: rgba(255, 255, 255, 0.12);
}

.ce-no-call-box::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 420px;
  height: 420px;
  background: rgba(51, 133, 255, 0.28);
  border-radius: 999px;
  filter: blur(42px);
}

.ce-no-call-box > * {
  position: relative;
  z-index: 1;
}

.ce-no-call-box h2,
.ce-no-call-box .ce-kicker {
  color: #fff;
}

.ce-no-call-box p {
  max-width: 760px;
  color: #c9d9f2;
}

.ce-faq-list {
  display: grid;
  gap: 10px;
}

.ce-faq-item {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e7ecf3;
  border-radius: 18px;
}

.ce-faq-question {
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: #0b0f19;
  font: 800 16px/1.35 "Instrument Sans", "Plus Jakarta Sans", system-ui, sans-serif;
  letter-spacing: 0;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.ce-faq-question::after {
  content: "+";
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #3385ff;
  background: #eff6ff;
  border-radius: 999px;
}

.ce-faq-question[aria-expanded="true"]::after {
  content: "-";
}

.ce-faq-answer {
  padding: 0 20px 20px;
}

.ce-faq-answer p {
  margin: 0;
  color: #4a4f5c;
  font-size: 15px;
  line-height: 1.7;
}

.ce-application {
  background:
    radial-gradient(620px 340px at 0% 8%, rgba(51, 133, 255, 0.1), transparent 70%),
    #fff;
}

.ce-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1fr);
  gap: 42px;
  align-items: start;
}

.ce-form-copy {
  position: sticky;
  top: 100px;
}

.ce-form-notes {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.ce-form-notes p {
  margin: 0;
  padding: 16px;
  color: #344054;
  font-size: 14px;
  line-height: 1.6;
  background: #f7f9fc;
  border: 1px solid #e7ecf3;
  border-radius: 16px;
}

.ce-form {
  display: grid;
  gap: 18px;
  padding: 26px;
}

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

.ce-form label,
.ce-fieldset {
  display: grid;
  gap: 8px;
}

.ce-form label span,
.ce-fieldset legend {
  color: #0b0f19;
  font-size: 14px;
  font-weight: 800;
}

.ce-form input,
.ce-form select,
.ce-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: #101828;
  font: 600 15px/1.45 "Inter", system-ui, sans-serif;
  letter-spacing: 0;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  outline: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.ce-form textarea {
  resize: vertical;
}

.ce-form input[type="file"] {
  padding: 10px;
}

.ce-form input:focus,
.ce-form select:focus,
.ce-form textarea:focus,
.ce-faq-question:focus-visible {
  border-color: #3385ff;
  box-shadow: 0 0 0 4px rgba(51, 133, 255, 0.14);
}

.ce-form.was-validated input:invalid,
.ce-form.was-validated select:invalid,
.ce-form.was-validated textarea:invalid,
.ce-form [aria-invalid="true"] {
  border-color: #b42318;
  background: #fff7f6;
}

.ce-fieldset {
  margin: 0;
  padding: 16px;
  border: 1px solid #cbd5e1;
  border-radius: 16px;
}

.ce-fieldset[aria-invalid="true"] {
  border-color: #b42318;
  background: #fff7f6;
}

.ce-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ce-checkbox-grid label,
.ce-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #344054;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.ce-checkbox-grid input,
.ce-consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 1px;
  accent-color: #3385ff;
}

.ce-field-error,
.ce-budget-warning {
  margin: -6px 0 0;
  color: #b42318;
  font-size: 13px;
  font-weight: 800;
}

.ce-budget-warning {
  margin-top: -8px;
  padding: 12px 14px;
  background: #fff7f6;
  border: 1px solid #fecdca;
  border-radius: 14px;
}

.ce-consent {
  padding: 14px;
  background: #f7f9fc;
  border: 1px solid #e7ecf3;
  border-radius: 14px;
}

.ce-submit {
  min-height: 52px;
  justify-content: center;
}

.ce-submit[disabled] {
  cursor: wait;
  opacity: 0.72;
}

.ce-thank-you-main {
  min-height: calc(100vh - 260px);
  background:
    radial-gradient(circle at 16% 6%, rgba(51, 133, 255, 0.16), transparent 32%),
    radial-gradient(circle at 84% 10%, rgba(122, 179, 255, 0.18), transparent 34%),
    #f4f8ff;
}

.ce-thank-you-hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 86px;
}

.ce-thank-you-card {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 0 auto;
  padding: 44px;
  color: #0b0f19;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #dfe8f5;
  border-radius: 28px;
  box-shadow: 0 34px 90px rgba(15, 25, 50, 0.13);
  backdrop-filter: blur(18px);
}

.ce-thank-you-mark {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  color: #fff;
  background: linear-gradient(135deg, #3385ff, #75b3ff);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(51, 133, 255, 0.3);
}

.ce-thank-you-card h1 {
  max-width: 720px;
  margin: 0 auto;
  color: #0b0f19;
  font-family: "Instrument Sans", "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
}

.ce-thank-you-lede {
  max-width: 680px;
  margin: 18px auto 0;
  color: #4a4f5c;
  font-size: 18px;
  line-height: 1.7;
}

.ce-thank-you-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
  text-align: left;
}

.ce-thank-you-panel article {
  padding: 18px;
  background: #f7faff;
  border: 1px solid #e4edf8;
  border-radius: 18px;
}

.ce-thank-you-panel span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-bottom: 12px;
  color: #3385ff;
  font-size: 13px;
  font-weight: 900;
  background: #eaf3ff;
  border-radius: 999px;
}

.ce-thank-you-panel h2 {
  margin: 0;
  color: #0b0f19;
  font-size: 17px;
  line-height: 1.25;
}

.ce-thank-you-panel p {
  margin: 8px 0 0;
  color: #596171;
  font-size: 14px;
  line-height: 1.55;
}

.ce-thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.ce-thank-you-note {
  max-width: 640px;
  margin: 22px auto 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.6;
}

.ce-form-status {
  display: none;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}

.ce-form-status.is-visible {
  display: block;
}

.ce-form-status.is-error {
  color: #b42318;
  background: #fff7f6;
  border: 1px solid #fecdca;
}

.ce-form-status.is-success {
  color: #054f31;
  background: #ecfdf3;
  border: 1px solid #abefc6;
}

.ce-botcheck {
  display: none !important;
}

@media (prefers-reduced-motion: no-preference) {
  [data-ce-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  }

  [data-ce-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .ce-hero-decor {
    animation: ce-float 7s ease-in-out infinite;
  }

  .ce-hero-right {
    animation-delay: 0.8s;
  }

  .ce-flow-card,
  .ce-card,
  .ce-package-card,
  .ce-pricing-card,
  .ce-fit-card,
  .ce-stat-card,
  .ce-process-list li,
  .ce-proof-placeholders article {
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, border-color 0.3s ease;
  }

  .ce-flow-card:hover,
  .ce-card:hover,
  .ce-package-card:hover,
  .ce-pricing-card:hover,
  .ce-fit-card:hover,
  .ce-stat-card:hover,
  .ce-process-list li:hover,
  .ce-proof-placeholders article:hover {
    transform: translateY(-4px);
    border-color: #c9d9f2;
    box-shadow: 0 22px 58px rgba(15, 25, 50, 0.1);
  }

  .ce-card-icon,
  .ce-stat-label img,
  .ce-fiverr-btn [data-icon] {
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .ce-card:hover .ce-card-icon {
    transform: scale(1.06) rotate(-2deg);
  }

  .ce-stat-card:hover .ce-stat-label img,
  .ce-fiverr-btn:hover [data-icon] {
    transform: translateX(2px) scale(1.08);
  }

  .ce-hero-actions .btn:hover {
    transform: translateY(-2px);
  }

  @keyframes ce-float {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }
}

@media (max-width: 1180px) {
  .ce-hero-decor {
    width: 250px;
    height: 380px;
    top: 130px;
  }

  .ce-hero-decor img {
    width: 300px;
  }
}

@media (max-width: 1024px) {
  .ce-proof-layout,
  .ce-two-col,
  .ce-founder-grid,
  .ce-form-grid {
    grid-template-columns: 1fr;
  }

  .ce-card-grid-six,
  .ce-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ce-form-copy {
    position: static;
  }

  .ce-hero h1 {
    font-size: 62px;
  }

  .ce-proof-copy h2,
  .ce-section h2,
  .ce-two-col h2,
  .ce-form-copy h2 {
    font-size: 44px;
  }

  .ce-founder-card {
    max-width: 520px;
  }
}

@media (max-width: 880px) {
  .ce-hero {
    padding-top: 74px;
  }

  .ce-hero-decor {
    display: none;
  }
}

@media (max-width: 760px) {
  .ce-container {
    width: min(100% - 28px, 1180px);
  }

  .ce-hero {
    padding-bottom: 54px;
  }

  .ce-loved-wrap {
    padding-top: 32px;
  }

  .ce-loved-line,
  .ce-loved-grid {
    display: none;
  }

  .ce-loved-pill {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 18px;
  }

  .ce-hero h1 {
    font-size: 48px;
  }

  .ce-hero-sub {
    font-size: 17px;
  }

  .ce-hero-actions {
    grid-template-columns: 1fr;
  }

  .ce-qualifier {
    width: 100%;
    border-radius: 16px;
  }

  .ce-trusted {
    margin-top: 34px;
  }

  .ce-brand-track {
    gap: 32px;
  }

  .ce-brand-track img {
    height: 24px;
  }

  .ce-flow {
    grid-template-columns: 1fr;
  }

  .ce-flow-arrow {
    width: 2px;
    height: 22px;
    justify-self: center;
    background: linear-gradient(180deg, rgba(51, 133, 255, 0), #3385ff, rgba(51, 133, 255, 0));
  }

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

  .ce-proof-grid,
  .ce-card-grid-six,
  .ce-package-grid,
  .ce-pricing-grid,
  .ce-fit-grid,
  .ce-proof-placeholders,
  .ce-process-list,
  .ce-form-row,
  .ce-checkbox-grid {
    grid-template-columns: 1fr;
  }

  .ce-section,
  .ce-proof-bar {
    padding: 58px 0;
  }

  .ce-card,
  .ce-package-card,
  .ce-pricing-card,
  .ce-fit-card,
  .ce-form,
  .ce-no-call-box,
  .ce-founder-card,
  .ce-thank-you-card {
    padding: 22px;
    border-radius: 20px;
  }

  .ce-thank-you-hero {
    padding: 82px 0 58px;
  }

  .ce-thank-you-card h1 {
    font-size: 42px;
  }

  .ce-thank-you-panel {
    grid-template-columns: 1fr;
  }

  .ce-package-top {
    min-height: auto;
  }

  .ce-founder-top {
    flex-direction: column;
  }

  .ce-process-list li {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 18px;
  }

  .ce-process-list span {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 420px) {
  .ce-hero h1 {
    font-size: 40px;
  }

  .ce-proof-copy h2,
  .ce-section h2,
  .ce-two-col h2,
  .ce-form-copy h2 {
    font-size: 34px;
  }

  .ce-card h3,
  .ce-package-card h3,
  .ce-pricing-card h3,
  .ce-fit-card h3,
  .ce-proof-placeholders h3,
  .ce-process-list h3 {
    font-size: 19px;
  }

  .ce-form input,
  .ce-form select,
  .ce-form textarea {
    font-size: 16px;
  }
}
