/* Website Design page: isolated premium editorial layout. */
.hp-web-page {
  --web-ink: #0b132b;
  --web-copy: #40516a;
  --web-muted: #66768d;
  --web-line: #d8e2ee;
  --web-paper: #f8fafc;
  --web-mist: #eef6ff;
  --web-white: #ffffff;
  --web-navy: #071831;
  --web-navy-soft: #0c2850;
  --web-blue: #2563eb;
  --web-cyan: #18bdd8;
  --web-violet: #7046ef;
  --web-radius: 10px;
  --web-shadow: 0 22px 55px rgba(11, 19, 43, 0.12);
  position: relative;
  overflow: hidden;
  overflow: clip;
  color: var(--web-ink);
  background: var(--web-white);
  font-family: Inter, Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hp-web-page *,
.hp-web-page *::before,
.hp-web-page *::after {
  box-sizing: border-box;
}

.hp-web-page .hp-web-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.hp-web-page .hp-web-section {
  position: relative;
  padding: clamp(3.9rem, 5.4vw, 4.9rem) 0;
}

.hp-web-page #recent-work,
.hp-web-page #website-project-form {
  scroll-margin-top: 94px;
}

.hp-web-page h1,
.hp-web-page h2,
.hp-web-page h3 {
  margin-top: 0;
  color: inherit;
  font-family: inherit;
  font-weight: 820;
  letter-spacing: -0.034em;
  text-wrap: balance;
}

.hp-web-page h1 {
  max-width: 720px;
  margin-bottom: 1.15rem;
  font-size: clamp(2.35rem, 4.55vw, 3.55rem) !important;
  line-height: 1.025;
}

.hp-web-page h2 {
  max-width: 760px;
  margin-bottom: 1.05rem;
  font-size: clamp(1.85rem, 3.05vw, 2.55rem) !important;
  line-height: 1.09;
}

.hp-web-page h3 {
  margin-bottom: 0.68rem;
  font-size: clamp(1.04rem, 1.55vw, 1.33rem) !important;
  line-height: 1.2;
  letter-spacing: -0.023em;
}

.hp-web-page p,
.hp-web-page li {
  font-size: clamp(0.94rem, 1.04vw, 1.02rem);
  line-height: 1.68;
}

.hp-web-page p {
  margin: 0 0 0.92rem;
  color: var(--web-copy);
}

.hp-web-page a {
  text-underline-offset: 3px;
}

.hp-web-page .hp-web-kicker {
  margin: 0 0 0.86rem;
  color: var(--web-blue);
  font-size: 0.75rem;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hp-web-page .hp-web-intro {
  color: #263b58;
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  font-weight: 610;
  line-height: 1.62;
}

.hp-web-page .hp-web-actions,
.hp-web-page .hp-web-centered-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.72rem;
}

.hp-web-page .hp-web-actions {
  margin-top: 1.42rem;
}

.hp-web-page .hp-web-centered-action {
  justify-content: center;
  margin-top: 1.8rem;
}

.hp-web-page .btn {
  min-height: 45px;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 820;
  line-height: 1.15;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.hp-web-page .btn:hover,
.hp-web-page .btn:focus-visible {
  transform: translateY(-2px);
}

.hp-web-page .btn-primary {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--web-blue), var(--web-violet));
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.24);
}

.hp-web-page .btn-primary:hover,
.hp-web-page .btn-primary:focus-visible {
  color: #fff;
  box-shadow: 0 18px 36px rgba(37, 99, 235, 0.32);
}

.hp-web-page .btn-secondary {
  color: var(--web-ink);
  border-color: var(--web-line);
  background: var(--web-white);
}

.hp-web-page .btn-upwork {
  color: #fff;
  border-color: #108a00;
  background: #108a00;
  box-shadow: 0 14px 30px rgba(16, 138, 0, 0.24);
}

.hp-web-page .btn-upwork:hover,
.hp-web-page .btn-upwork:focus-visible {
  color: #fff;
  border-color: #0b6b00;
  background: #0b6b00;
}

.hp-web-page :where(a, button, summary, input, select, textarea):focus-visible {
  outline: 3px solid rgba(32, 199, 223, 0.48);
  outline-offset: 3px;
}

.hp-web-page .hp-web-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.58fr);
  align-items: end;
  gap: 2.4rem;
  margin-bottom: 1.9rem;
}

.hp-web-page .hp-web-section-head > :last-child,
.hp-web-page .hp-web-section-head h2 {
  margin-bottom: 0;
}

.hp-web-page .hp-web-section-head-center {
  display: block;
  max-width: 770px;
  margin: 0 auto 2.05rem;
  text-align: center;
}

.hp-web-page .hp-web-section-head-center h2 {
  margin-inline: auto;
}

/* Hero */
.hp-web-page .hp-web-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(5rem, 7.4vw, 6.8rem) 0 clamp(4.5rem, 6.8vw, 6.2rem);
  color: #fff;
  background:
    radial-gradient(circle at 85% 22%, rgba(24, 189, 216, 0.28), transparent 27%),
    radial-gradient(circle at 18% 88%, rgba(112, 70, 239, 0.25), transparent 28%),
    linear-gradient(125deg, #06162e 0%, #0a2d60 62%, #145896 100%);
}

.hp-web-page .hp-web-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, transparent, #000 42%, #000);
  content: "";
}

.hp-web-page .hp-web-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  align-items: center;
  gap: clamp(2.8rem, 5vw, 5.2rem);
}

.hp-web-page .hp-web-hero .hp-web-kicker {
  color: #65e5f4;
}

.hp-web-page .hp-web-hero h1 {
  color: #fff;
}

.hp-web-page .hp-web-hero .hp-web-lead {
  max-width: 700px;
  color: #c5d3e6;
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  line-height: 1.72;
}

.hp-web-page .hp-web-hero .btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.09);
}

.hp-web-page .hp-web-hero .btn-secondary:hover,
.hp-web-page .hp-web-hero .btn-secondary:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.hp-web-page .hp-web-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem 0.62rem;
  max-width: 680px;
  margin: 1.45rem 0 0;
  color: #aebed4;
  font-size: 0.81rem;
  font-weight: 680;
  line-height: 1.55;
}

.hp-web-page .hp-web-trust span {
  color: #4cd6e9;
}

.hp-web-page .hp-web-device-stage {
  position: relative;
  min-height: 420px;
  perspective: 1200px;
}

.hp-web-page .hp-web-device-desktop {
  position: absolute;
  inset: 3% 2% 8% 0;
  overflow: hidden;
  border-radius: 11px;
  background: #eef6ff;
  box-shadow: 0 34px 80px rgba(0, 8, 27, 0.42);
  transform: rotateY(-5deg) rotateX(1deg);
}

.hp-web-page .hp-web-browser-bar {
  display: flex;
  align-items: center;
  gap: 0.34rem;
  height: 34px;
  padding: 0 0.86rem;
  background: #dce8f5;
}

.hp-web-page .hp-web-browser-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7890ad;
}

.hp-web-page .hp-web-browser-bar i:nth-child(2) {
  background: var(--web-cyan);
}

.hp-web-page .hp-web-browser-bar i:nth-child(3) {
  background: var(--web-blue);
}

.hp-web-page .hp-web-browser-layout {
  position: relative;
  height: calc(100% - 34px);
  padding: 2.2rem 2.25rem;
  background:
    radial-gradient(circle at 80% 18%, rgba(24, 189, 216, 0.24), transparent 28%),
    linear-gradient(145deg, #fff, #eaf2fb);
}

.hp-web-page .hp-web-browser-nav,
.hp-web-page .hp-web-browser-title,
.hp-web-page .hp-web-browser-copy,
.hp-web-page .hp-web-browser-button {
  display: block;
  border-radius: 999px;
}

.hp-web-page .hp-web-browser-nav {
  width: 66%;
  height: 8px;
  margin-left: auto;
  background: #c7d6e9;
}

.hp-web-page .hp-web-browser-title {
  width: 63%;
  height: 23px;
  margin-top: 2.55rem;
  background: #0c2850;
  box-shadow: 0 34px 0 #0c2850;
}

.hp-web-page .hp-web-browser-copy {
  width: 49%;
  height: 8px;
  margin-top: 5.65rem;
  background: #9fb0c7;
  box-shadow: 0 20px 0 #c0cede;
}

.hp-web-page .hp-web-browser-button {
  width: 94px;
  height: 30px;
  margin-top: 2rem;
  background: linear-gradient(135deg, var(--web-blue), var(--web-violet));
}

.hp-web-page .hp-web-browser-panels {
  position: absolute;
  right: 2.15rem;
  bottom: 2.15rem;
  left: 2.15rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.72rem;
}

.hp-web-page .hp-web-browser-panels i {
  height: 74px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 13px 28px rgba(11, 19, 43, 0.09);
}

.hp-web-page .hp-web-browser-panels i:nth-child(2) {
  background: linear-gradient(145deg, #dffaff, #fff);
}

.hp-web-page .hp-web-device-mobile {
  position: absolute;
  right: -2%;
  bottom: 0;
  z-index: 2;
  width: 144px;
  height: 284px;
  padding: 1.35rem 0.76rem 0.8rem;
  border-radius: 24px;
  background: #08172f;
  box-shadow: 0 30px 65px rgba(0, 6, 24, 0.46);
}

.hp-web-page .hp-web-mobile-speaker {
  position: absolute;
  top: 0.72rem;
  left: 50%;
  width: 35px;
  height: 4px;
  border-radius: 99px;
  background: #41536d;
  transform: translateX(-50%);
}

.hp-web-page .hp-web-mobile-layout {
  display: grid;
  gap: 0.58rem;
  height: 100%;
  padding: 1rem 0.72rem;
  border-radius: 15px;
  background: linear-gradient(160deg, #f5f9ff, #cceefd);
}

.hp-web-page .hp-web-mobile-layout i {
  display: block;
  height: 14px;
  border-radius: 5px;
  background: #0c2850;
}

.hp-web-page .hp-web-mobile-layout i:nth-child(2) {
  height: 54px;
  background: linear-gradient(135deg, var(--web-blue), var(--web-cyan));
}

.hp-web-page .hp-web-mobile-layout i:nth-child(3) {
  height: 78px;
  background: #fff;
}

.hp-web-page .hp-web-mobile-layout i:nth-child(4) {
  width: 70%;
  height: 25px;
  background: var(--web-violet);
}

/* Planning and problems */
.hp-web-page .hp-web-foundation {
  background: linear-gradient(180deg, #f7fbff, #edf5fd);
}

.hp-web-page .hp-web-foundation-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(2.4rem, 5vw, 5rem);
}

.hp-web-page .hp-web-planning {
  align-self: start;
  padding-top: 0.9rem;
  border-top: 3px solid var(--web-blue);
}

.hp-web-page .hp-web-planning-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.38rem;
  margin-top: 1.7rem;
}

.hp-web-page .hp-web-planning-flow span {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  color: #28415f;
  font-size: 0.78rem;
  font-weight: 800;
}

.hp-web-page .hp-web-planning-flow span:not(:last-child)::after {
  width: 19px;
  height: 1px;
  background: var(--web-cyan);
  content: "";
}

.hp-web-page .hp-web-problems {
  padding-left: clamp(1.5rem, 3vw, 2.5rem);
  border-left: 1px solid var(--web-line);
}

.hp-web-page .hp-web-list-label {
  margin: 1.35rem 0 0.45rem;
  color: var(--web-ink);
  font-size: 0.77rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hp-web-page .hp-web-problem-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hp-web-page .hp-web-problem-list li {
  position: relative;
  padding: 0.78rem 0 0.78rem 1.55rem;
  border-bottom: 1px solid var(--web-line);
  color: #1c3554;
  font-weight: 720;
}

.hp-web-page .hp-web-problem-list li::before {
  position: absolute;
  top: 1.25rem;
  left: 0.12rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--web-cyan);
  box-shadow: 0 0 0 5px rgba(24, 189, 216, 0.12);
  content: "";
}

.hp-web-page .hp-web-note {
  margin: 1.25rem 0 0;
  padding: 0.9rem 1rem;
  border-left: 3px solid var(--web-cyan);
  border-radius: 0 8px 8px 0;
  background: rgba(255, 255, 255, 0.72);
}

/* Editorial service rows */
.hp-web-page .hp-web-services {
  background: var(--web-white);
}

.hp-web-page .hp-web-service-list {
  border-top: 1px solid var(--web-line);
}

.hp-web-page .hp-web-service-item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: clamp(1.5rem, 3.5vw, 3.7rem);
  padding: clamp(1.7rem, 3vw, 2.45rem) clamp(0rem, 2vw, 1.3rem);
  border-bottom: 1px solid var(--web-line);
}

.hp-web-page .hp-web-service-item:nth-child(even) {
  background: linear-gradient(90deg, rgba(238, 246, 255, 0.08), rgba(238, 246, 255, 0.72), rgba(238, 246, 255, 0.08));
}

.hp-web-page .hp-web-service-number {
  color: var(--web-blue);
  font-size: clamp(1.45rem, 2.3vw, 2.05rem);
  font-weight: 850;
  letter-spacing: -0.04em;
}

.hp-web-page .hp-web-service-copy {
  display: grid;
  grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 0 1.55rem;
}

.hp-web-page .hp-web-service-copy h3 {
  grid-row: 1 / span 3;
  margin: 0;
  padding-right: 1rem;
}

.hp-web-page .hp-web-service-copy p {
  margin-bottom: 0;
}

.hp-web-page .hp-web-service-copy .hp-web-service-note {
  grid-column: 2 / -1;
  margin-top: 0.82rem;
  padding: 0.75rem 0.9rem;
  border-radius: 8px;
  color: #4b5e77;
  background: var(--web-mist);
  font-size: 0.88rem;
}

.hp-web-page .hp-web-service-note a,
.hp-web-page .hp-web-content-copy a {
  color: var(--web-blue);
  font-weight: 780;
  text-decoration: underline;
}

/* Platform mosaic */
.hp-web-page .hp-web-platforms {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 92% 12%, rgba(24, 189, 216, 0.2), transparent 29%),
    linear-gradient(130deg, #06152c, #0c2c5e 68%, #123d78);
}

.hp-web-page .hp-web-platforms::after {
  position: absolute;
  right: -130px;
  bottom: -190px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(99, 229, 244, 0.17);
  border-radius: 50%;
  box-shadow: 0 0 0 65px rgba(99, 229, 244, 0.04), 0 0 0 130px rgba(99, 229, 244, 0.025);
  content: "";
}

.hp-web-page .hp-web-platforms .hp-web-kicker {
  color: #65e5f4;
}

.hp-web-page .hp-web-platform-head {
  position: relative;
  z-index: 1;
}

.hp-web-page .hp-web-platform-head h2 {
  color: #fff;
}

.hp-web-page .hp-web-platform-head > p {
  color: #c0cde0;
}

.hp-web-page .hp-web-platform-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.9rem;
}

.hp-web-page .hp-web-platform-item {
  grid-column: span 6;
  min-height: 268px;
  padding: clamp(1.35rem, 2.2vw, 1.8rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--web-radius);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 180ms ease, background-color 180ms ease;
}

.hp-web-page .hp-web-platform-item:nth-child(1),
.hp-web-page .hp-web-platform-item:nth-child(4),
.hp-web-page .hp-web-platform-item:nth-child(5) {
  grid-column: span 7;
}

.hp-web-page .hp-web-platform-item:nth-child(2),
.hp-web-page .hp-web-platform-item:nth-child(3),
.hp-web-page .hp-web-platform-item:nth-child(6) {
  grid-column: span 5;
}

.hp-web-page .hp-web-platform-item:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.105);
}

.hp-web-page .hp-web-platform-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 1.2rem;
  border-radius: 8px;
  color: #06152c;
  background: #65e5f4;
  font-size: 0.78rem;
  font-weight: 900;
}

.hp-web-page .hp-web-platform-item h3 {
  color: #fff;
}

.hp-web-page .hp-web-platform-item p {
  color: #bcc9dc;
}

.hp-web-page .hp-web-platforms .hp-web-centered-action {
  position: relative;
  z-index: 1;
}

/* UX and content placement */
.hp-web-page .hp-web-ux {
  background: linear-gradient(120deg, #f8fbff, #edf5fd);
}

.hp-web-page .hp-web-ux-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 1.5rem clamp(2.7rem, 5vw, 5rem);
  align-items: start;
}

.hp-web-page .hp-web-ux-copy {
  padding-top: 0.82rem;
  border-top: 3px solid var(--web-cyan);
}

.hp-web-page .hp-web-ux-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--web-line);
}

.hp-web-page .hp-web-ux-points > div {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
  padding: 1rem 0.82rem;
  border-bottom: 1px solid var(--web-line);
}

.hp-web-page .hp-web-ux-points > div:nth-child(odd) {
  border-right: 1px solid var(--web-line);
}

.hp-web-page .hp-web-ux-points span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--web-blue);
  background: rgba(37, 99, 235, 0.11);
  font-size: 0.78rem;
  font-weight: 900;
}

.hp-web-page .hp-web-ux-points p {
  margin: 0;
  color: #1e3857;
  font-weight: 730;
  line-height: 1.48;
}

.hp-web-page .hp-web-ux-caveat {
  grid-column: 2;
  margin: 0;
  padding: 0.88rem 1rem;
  border-left: 3px solid var(--web-blue);
  border-radius: 0 8px 8px 0;
  background: #fff;
  box-shadow: 0 13px 32px rgba(11, 19, 43, 0.06);
}

.hp-web-page .hp-web-content-placement {
  background: #fff;
}

.hp-web-page .hp-web-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: clamp(2.8rem, 6vw, 6rem);
  align-items: center;
}

.hp-web-page .hp-web-content-copy {
  max-width: 650px;
}

.hp-web-page .hp-web-content-composition {
  position: relative;
  min-height: 375px;
  overflow: hidden;
  padding: 3rem 2.6rem;
  border-radius: 10px;
  background:
    radial-gradient(circle at 82% 20%, rgba(24, 189, 216, 0.38), transparent 32%),
    linear-gradient(145deg, #071831, #133f78);
  box-shadow: 0 28px 70px rgba(7, 24, 49, 0.23);
}

.hp-web-page .hp-web-content-composition::after {
  position: absolute;
  right: -55px;
  bottom: -55px;
  width: 175px;
  height: 175px;
  border: 28px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  content: "";
}

.hp-web-page .hp-web-composition-heading,
.hp-web-page .hp-web-composition-copy,
.hp-web-page .hp-web-composition-action {
  border-radius: 999px;
}

.hp-web-page .hp-web-composition-heading {
  width: 71%;
  height: 20px;
  background: #fff;
  box-shadow: 0 33px 0 #fff;
}

.hp-web-page .hp-web-composition-copy {
  width: 53%;
  height: 8px;
  margin-top: 5.2rem;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 19px 0 rgba(255, 255, 255, 0.32);
}

.hp-web-page .hp-web-composition-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0.72rem;
  margin-top: 2.3rem;
}

.hp-web-page .hp-web-composition-grid i {
  height: 74px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.hp-web-page .hp-web-composition-grid i:nth-child(2),
.hp-web-page .hp-web-composition-grid i:nth-child(3) {
  background: linear-gradient(135deg, var(--web-blue), var(--web-violet));
}

.hp-web-page .hp-web-composition-action {
  width: 96px;
  height: 28px;
  margin-top: 1.2rem;
  background: #65e5f4;
}

/* Connected process */
.hp-web-page .hp-web-process {
  background: linear-gradient(180deg, #eef6ff, #f7faff);
}

.hp-web-page .hp-web-process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 3.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hp-web-page .hp-web-process-list::before {
  position: absolute;
  top: 1.5rem;
  bottom: 1.5rem;
  left: 50%;
  width: 1px;
  background: linear-gradient(var(--web-cyan), var(--web-blue), var(--web-violet));
  content: "";
}

.hp-web-page .hp-web-process-step {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 1rem;
  margin: 0;
  padding: 1.3rem;
  border-radius: var(--web-radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 32px rgba(11, 19, 43, 0.065);
}

.hp-web-page .hp-web-process-step:nth-child(odd)::after,
.hp-web-page .hp-web-process-step:nth-child(even)::before {
  position: absolute;
  top: 50%;
  width: 1.7rem;
  height: 1px;
  background: #b8c9db;
  content: "";
}

.hp-web-page .hp-web-process-step:nth-child(odd)::after {
  right: -1.7rem;
}

.hp-web-page .hp-web-process-step:nth-child(even)::before {
  left: -1.7rem;
}

.hp-web-page .hp-web-process-number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--web-blue), var(--web-violet));
  font-size: 0.76rem;
  font-weight: 880;
  box-shadow: 0 9px 22px rgba(37, 99, 235, 0.2);
}

.hp-web-page .hp-web-process-step h3 {
  margin-bottom: 0.42rem;
}

.hp-web-page .hp-web-process-step p {
  margin-bottom: 0.42rem;
}

.hp-web-page .hp-web-process-support {
  color: #2c4c6d;
  font-size: 0.87rem;
  font-weight: 700;
}

/* Audience fit and direct collaboration */
.hp-web-page .hp-web-fit {
  background: #fff;
}

.hp-web-page .hp-web-fit-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.66fr) minmax(0, 1.34fr);
  gap: 1.2rem clamp(2.8rem, 6vw, 6rem);
  align-items: start;
}

.hp-web-page .hp-web-fit-copy {
  position: sticky;
  top: 108px;
  padding-top: 0.8rem;
  border-top: 3px solid var(--web-blue);
}

.hp-web-page .hp-web-fit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--web-line);
  list-style: none;
}

.hp-web-page .hp-web-fit-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 0.72rem;
  align-items: center;
  margin: 0;
  padding: 0.93rem 0.8rem;
  border-bottom: 1px solid var(--web-line);
  color: #1c3554;
  font-weight: 730;
}

.hp-web-page .hp-web-fit-list li:nth-child(odd) {
  border-right: 1px solid var(--web-line);
}

.hp-web-page .hp-web-fit-list span {
  color: var(--web-blue);
  font-size: 0.72rem;
  font-weight: 880;
}

.hp-web-page .hp-web-fit-note {
  grid-column: 2;
  margin: 0;
  padding: 0.9rem 1rem;
  border-radius: 8px;
  background: var(--web-mist);
}

.hp-web-page .hp-web-direct {
  color: #fff;
  background:
    radial-gradient(circle at 10% 95%, rgba(24, 189, 216, 0.18), transparent 30%),
    linear-gradient(125deg, #06152c, #0d3267);
}

.hp-web-page .hp-web-direct-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(2.7rem, 6vw, 6rem);
  align-items: start;
}

.hp-web-page .hp-web-direct .hp-web-kicker {
  color: #65e5f4;
}

.hp-web-page .hp-web-direct h2 {
  color: #fff;
}

.hp-web-page .hp-web-direct-heading {
  align-self: start;
  padding-top: 0.82rem;
  border-top: 3px solid #65e5f4;
}

.hp-web-page .hp-web-direct-copy {
  padding-left: clamp(1.4rem, 3vw, 2.6rem);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.hp-web-page .hp-web-direct-copy p {
  color: #c3d0e3;
}

.hp-web-page .hp-web-direct-badge {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 0.1rem 0.75rem;
  margin-top: 1.6rem;
  padding: 0.9rem;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.085);
}

.hp-web-page .hp-web-direct-badge > span {
  display: grid;
  grid-row: span 2;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #071831;
  background: #65e5f4;
  font-weight: 900;
}

.hp-web-page .hp-web-direct-badge strong {
  color: #fff;
  font-size: 0.88rem;
}

.hp-web-page .hp-web-direct-badge small {
  color: #aebed4;
  line-height: 1.35;
}

/* Selected work */
.hp-web-page .hp-web-work {
  color: #fff;
  background:
    radial-gradient(circle at 85% 10%, rgba(112, 70, 239, 0.18), transparent 28%),
    linear-gradient(135deg, #071831, #0b2854);
}

.hp-web-page .hp-web-work .hp-web-kicker {
  color: #65e5f4;
}

.hp-web-page .hp-web-work-head h2 {
  color: #fff;
}

.hp-web-page .hp-web-work-head > p {
  color: #bac7db;
}

.hp-web-page .hp-web-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.hp-web-page .hp-web-project-card {
  overflow: hidden;
  border-radius: var(--web-radius);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 18px 46px rgba(0, 7, 24, 0.17);
  transition: transform 180ms ease, background-color 180ms ease;
}

.hp-web-page .hp-web-project-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.1);
}

.hp-web-page .hp-web-project-preview {
  position: relative;
  height: 132px;
  overflow: hidden;
  padding: 1.25rem;
  background: linear-gradient(135deg, #1f5ff1, #18bdd8);
}

.hp-web-page .hp-web-project-card:nth-child(2) .hp-web-project-preview,
.hp-web-page .hp-web-project-card:nth-child(5) .hp-web-project-preview {
  background: linear-gradient(135deg, #7046ef, #2563eb);
}

.hp-web-page .hp-web-project-card:nth-child(3) .hp-web-project-preview,
.hp-web-page .hp-web-project-card:nth-child(6) .hp-web-project-preview {
  background: linear-gradient(135deg, #0b3d74, #18bdd8);
}

.hp-web-page .hp-web-project-preview span,
.hp-web-page .hp-web-project-preview i {
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
}

.hp-web-page .hp-web-project-preview span {
  width: 56%;
  height: 12px;
  margin: 0.35rem 0 1.1rem;
}

.hp-web-page .hp-web-project-preview i {
  width: 83%;
  height: 6px;
  margin-top: 0.62rem;
  opacity: 0.64;
}

.hp-web-page .hp-web-project-preview i:nth-of-type(2) {
  width: 69%;
}

.hp-web-page .hp-web-project-preview i:nth-of-type(3) {
  width: 40%;
  height: 24px;
  margin-top: 1rem;
  opacity: 1;
}

.hp-web-page .hp-web-project-copy {
  padding: 1.25rem;
}

.hp-web-page .hp-web-project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
  margin-bottom: 0.8rem;
}

.hp-web-page .hp-web-project-meta span {
  padding: 0.28rem 0.46rem;
  border-radius: 6px;
  color: #a8ebf4;
  background: rgba(24, 189, 216, 0.1);
  font-size: 0.67rem;
  font-weight: 820;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.hp-web-page .hp-web-project-card h3 {
  color: #fff;
}

.hp-web-page .hp-web-project-domain {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.72rem;
  color: #65e5f4;
  font-size: 0.8rem;
  font-weight: 780;
  text-decoration: none;
}

.hp-web-page .hp-web-project-domain:hover,
.hp-web-page .hp-web-project-domain:focus-visible {
  color: #fff;
}

.hp-web-page .hp-web-project-copy p {
  margin: 0;
  color: #bac8dc;
  font-size: 0.9rem;
}

.hp-web-page .hp-web-more-projects {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 0.9rem;
}

.hp-web-page .hp-web-more-projects a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  text-decoration: none;
}

.hp-web-page .hp-web-more-projects a:hover,
.hp-web-page .hp-web-more-projects a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.hp-web-page .hp-web-more-projects span {
  color: #65e5f4;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hp-web-page .hp-web-more-projects strong {
  overflow: hidden;
  font-size: 0.86rem;
  text-overflow: ellipsis;
}

.hp-web-page .hp-web-more-projects b {
  color: #65e5f4;
}

.hp-web-page .hp-web-work .btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

/* FAQs */
.hp-web-page .hp-web-faq {
  background: linear-gradient(180deg, #f8fbff, #eef5fd);
}

.hp-web-page .hp-web-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
  align-items: start;
}

.hp-web-page .hp-web-faq-column {
  display: grid;
  gap: 0.72rem;
  align-content: start;
}

.hp-web-page .hp-web-faq-item {
  overflow: hidden;
  border: 1px solid var(--web-line);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(11, 19, 43, 0.045);
}

.hp-web-page .hp-web-faq-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px;
  gap: 1rem;
  align-items: center;
  min-height: 72px;
  padding: 0.9rem 1rem;
  color: #173150;
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 780;
  line-height: 1.4;
  list-style: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.hp-web-page .hp-web-faq-item summary::-webkit-details-marker {
  display: none;
}

.hp-web-page .hp-web-faq-item summary:hover {
  color: var(--web-blue);
  background: #f8fbff;
}

.hp-web-page .hp-web-faq-item summary i {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.1);
}

.hp-web-page .hp-web-faq-item summary i::before,
.hp-web-page .hp-web-faq-item summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 2px;
  border-radius: 99px;
  background: var(--web-blue);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.hp-web-page .hp-web-faq-item summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.hp-web-page .hp-web-faq-item[open] summary {
  color: var(--web-blue);
  border-bottom: 1px solid var(--web-line);
  background: #f8fbff;
}

.hp-web-page .hp-web-faq-item[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.hp-web-page .hp-web-faq-item > p {
  margin: 0;
  padding: 0.95rem 1rem 1.05rem;
  color: #52647b;
  font-size: 0.9rem;
}

/* Final conversion card and shared form */
.hp-web-page .hp-web-contact {
  background: #fff;
}

.hp-web-page .hp-web-contact-card {
  display: grid;
  grid-template-columns: minmax(310px, 0.76fr) minmax(0, 1.24fr);
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(140deg, #06152c, #0c3268 65%, #0e5d82);
  box-shadow: 0 32px 80px rgba(7, 24, 49, 0.2);
}

.hp-web-page .hp-web-contact-copy {
  align-self: stretch;
  padding: clamp(2.2rem, 4vw, 3.6rem);
}

.hp-web-page .hp-web-contact-copy .hp-web-kicker {
  color: #65e5f4;
}

.hp-web-page .hp-web-contact-copy h2 {
  color: #fff;
}

.hp-web-page .hp-web-contact-copy > p {
  color: #c1cee0;
}

.hp-web-page .hp-web-contact-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1.35rem;
}

.hp-web-page .hp-web-contact-points span {
  position: relative;
  padding-left: 1rem;
  color: #d5e1ef;
  font-size: 0.78rem;
  font-weight: 720;
}

.hp-web-page .hp-web-contact-points span::before {
  position: absolute;
  top: 0.46rem;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #65e5f4;
  content: "";
}

.hp-web-page .hp-web-contact-copy .btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.hp-web-page .hp-web-form {
  margin: 0.78rem;
  padding: clamp(1rem, 2.2vw, 1.45rem);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 10px;
  background: #f8fbff;
}

.hp-web-page .hp-web-form-heading {
  margin-bottom: 0.9rem;
}

.hp-web-page .hp-web-form-heading h3 {
  margin-bottom: 0.36rem;
  color: var(--web-ink);
}

.hp-web-page .hp-web-form-heading p {
  margin: 0;
  color: #5b6c83;
  font-size: 0.84rem;
  line-height: 1.55;
}

.hp-web-page .hp-web-form .home-contact-form {
  gap: 0.72rem !important;
  padding: 0.85rem !important;
  border: 1px solid #c9d7e8 !important;
  border-radius: 9px !important;
  background: #fff !important;
  box-shadow: 0 16px 42px rgba(11, 19, 43, 0.1) !important;
}

.hp-web-page .hp-web-form .home-project-notice {
  padding: 0.5rem 0.62rem;
}

.hp-web-page .hp-web-form .home-project-notice p {
  font-size: 0.75rem !important;
  line-height: 1.42 !important;
}

.hp-web-page .hp-web-form .home-form-grid,
.hp-web-page .hp-web-form .home-form-pair {
  gap: 0.68rem !important;
}

.hp-web-page .hp-web-form .home-contact-form label,
.hp-web-page .hp-web-form .home-phone-label,
.hp-web-page .hp-web-form .home-service-label {
  font-size: 0.76rem !important;
}

.hp-web-page .hp-web-form .home-contact-form input,
.hp-web-page .hp-web-form .home-contact-form select,
.hp-web-page .hp-web-form .home-contact-form textarea,
.hp-web-page .hp-web-form .home-service-dropdown summary,
.hp-web-page .hp-web-form .home-country-dropdown summary {
  min-height: 38px !important;
  font-size: 0.84rem !important;
}

.hp-web-page .hp-web-form .home-contact-form textarea {
  min-height: 78px !important;
}

.hp-web-page .hp-web-form .home-contact-form .btn {
  min-height: 42px !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--web-blue), var(--web-violet)) !important;
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.2) !important;
}

.hp-web-page .hp-web-form .home-form-consents {
  gap: 0.35rem;
}

.hp-web-page .hp-web-form .home-consent-check,
.hp-web-page .hp-web-form .home-whatsapp-line {
  font-size: 0.75rem !important;
}

@media (min-width: 680px) {
  .hp-web-page .hp-web-form .home-form-grid,
  .hp-web-page .hp-web-form .home-form-pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  .hp-web-page .hp-web-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
    gap: 2.5rem;
  }

  .hp-web-page .hp-web-device-stage {
    min-height: 360px;
  }

  .hp-web-page .hp-web-service-copy {
    grid-template-columns: minmax(210px, 0.7fr) minmax(0, 1fr);
  }

  .hp-web-page .hp-web-service-copy h3 {
    grid-row: 1 / span 4;
  }

  .hp-web-page .hp-web-service-copy p + p {
    margin-top: 0.72rem;
  }

  .hp-web-page .hp-web-service-copy .hp-web-service-note {
    grid-column: 2;
  }

  .hp-web-page .hp-web-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp-web-page .hp-web-contact-card {
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  }
}

@media (max-width: 860px) {
  .hp-web-page .hp-web-section-head,
  .hp-web-page .hp-web-platform-head {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .hp-web-page .hp-web-hero-grid,
  .hp-web-page .hp-web-foundation-grid,
  .hp-web-page .hp-web-ux-grid,
  .hp-web-page .hp-web-content-grid,
  .hp-web-page .hp-web-fit-grid,
  .hp-web-page .hp-web-direct-grid,
  .hp-web-page .hp-web-contact-card {
    grid-template-columns: 1fr;
  }

  .hp-web-page .hp-web-hero-copy {
    max-width: 730px;
  }

  .hp-web-page .hp-web-device-stage {
    width: min(620px, 100%);
    min-height: 390px;
    margin-inline: auto;
  }

  .hp-web-page .hp-web-problems,
  .hp-web-page .hp-web-direct-copy {
    padding-top: 1.7rem;
    padding-left: 0;
    border-top: 1px solid var(--web-line);
    border-left: 0;
  }

  .hp-web-page .hp-web-direct-copy {
    border-top-color: rgba(255, 255, 255, 0.16);
  }

  .hp-web-page .hp-web-service-item {
    grid-template-columns: 65px minmax(0, 1fr);
  }

  .hp-web-page .hp-web-service-copy {
    grid-template-columns: 1fr;
  }

  .hp-web-page .hp-web-service-copy h3,
  .hp-web-page .hp-web-service-copy .hp-web-service-note {
    grid-row: auto;
    grid-column: auto;
  }

  .hp-web-page .hp-web-service-copy h3 {
    margin-bottom: 0.65rem;
  }

  .hp-web-page .hp-web-platform-item,
  .hp-web-page .hp-web-platform-item:nth-child(n) {
    grid-column: span 6;
    min-height: 0;
  }

  .hp-web-page .hp-web-ux-caveat,
  .hp-web-page .hp-web-fit-note {
    grid-column: 1;
  }

  .hp-web-page .hp-web-content-composition {
    min-height: 340px;
  }

  .hp-web-page .hp-web-process-list {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding-left: 1.35rem;
  }

  .hp-web-page .hp-web-process-list::before {
    top: 1rem;
    bottom: 1rem;
    left: 0.42rem;
  }

  .hp-web-page .hp-web-process-step:nth-child(n)::before,
  .hp-web-page .hp-web-process-step:nth-child(n)::after {
    top: 50%;
    right: auto;
    left: -0.95rem;
    width: 0.95rem;
    height: 1px;
    background: #b8c9db;
    content: "";
  }

  .hp-web-page .hp-web-fit-copy {
    position: static;
  }

  .hp-web-page .hp-web-contact-copy {
    padding-bottom: 1.4rem;
  }

  .hp-web-page .hp-web-form {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .hp-web-page .hp-web-shell {
    width: min(100% - 28px, 1180px);
  }

  .hp-web-page .hp-web-section {
    padding: 3.2rem 0;
  }

  .hp-web-page .hp-web-hero {
    padding: 4rem 0 3.7rem;
  }

  .hp-web-page h1 {
    font-size: clamp(2.05rem, 10.6vw, 2.75rem) !important;
  }

  .hp-web-page h2 {
    font-size: clamp(1.68rem, 8vw, 2.1rem) !important;
  }

  .hp-web-page .hp-web-actions {
    align-items: stretch;
  }

  .hp-web-page .hp-web-actions .btn {
    flex: 1 1 100%;
  }

  .hp-web-page .hp-web-trust {
    display: grid;
    gap: 0.28rem;
  }

  .hp-web-page .hp-web-trust span {
    display: none;
  }

  .hp-web-page .hp-web-device-stage {
    min-height: 315px;
  }

  .hp-web-page .hp-web-device-desktop {
    inset: 2% 4% 8% 0;
  }

  .hp-web-page .hp-web-device-mobile {
    right: 0;
    width: 106px;
    height: 220px;
  }

  .hp-web-page .hp-web-browser-layout {
    padding: 1.5rem;
  }

  .hp-web-page .hp-web-browser-panels {
    right: 1.4rem;
    bottom: 1.4rem;
    left: 1.4rem;
  }

  .hp-web-page .hp-web-service-item {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding-block: 1.5rem;
  }

  .hp-web-page .hp-web-service-number {
    font-size: 1rem;
  }

  .hp-web-page .hp-web-platform-grid,
  .hp-web-page .hp-web-ux-points,
  .hp-web-page .hp-web-fit-list,
  .hp-web-page .hp-web-project-grid,
  .hp-web-page .hp-web-more-projects,
  .hp-web-page .hp-web-faq-grid,
  .hp-web-page .hp-web-contact-points {
    grid-template-columns: 1fr;
  }

  .hp-web-page .hp-web-platform-item,
  .hp-web-page .hp-web-platform-item:nth-child(n) {
    grid-column: 1;
  }

  .hp-web-page .hp-web-ux-points > div:nth-child(odd),
  .hp-web-page .hp-web-fit-list li:nth-child(odd) {
    border-right: 0;
  }

  .hp-web-page .hp-web-content-composition {
    min-height: 310px;
    padding: 2.2rem 1.45rem;
  }

  .hp-web-page .hp-web-process-list {
    padding-left: 0;
  }

  .hp-web-page .hp-web-process-list::before,
  .hp-web-page .hp-web-process-step:nth-child(n)::before,
  .hp-web-page .hp-web-process-step:nth-child(n)::after {
    display: none;
  }

  .hp-web-page .hp-web-process-step {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 1rem;
  }

  .hp-web-page .hp-web-process-number {
    width: 36px;
    height: 36px;
  }

  .hp-web-page .hp-web-more-projects a {
    grid-template-columns: 1fr auto;
  }

  .hp-web-page .hp-web-more-projects span {
    grid-column: 1 / -1;
  }

  .hp-web-page .hp-web-faq-item summary {
    min-height: 64px;
  }

  .hp-web-page .hp-web-contact-copy,
  .hp-web-page .hp-web-form {
    padding: 1.2rem;
  }

  .hp-web-page .hp-web-form {
    margin: 0 0.55rem 0.55rem;
  }

  .hp-web-page .hp-web-form .home-contact-form {
    padding: 0.75rem !important;
  }

  .hp-web-page .hp-web-form .home-phone-combo {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .hp-web-page .hp-web-form .home-service-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .hp-web-page .hp-web-device-stage {
    min-height: 270px;
  }

  .hp-web-page .hp-web-device-mobile {
    width: 90px;
    height: 188px;
    border-radius: 18px;
  }

  .hp-web-page .hp-web-browser-title {
    margin-top: 1.8rem;
  }

  .hp-web-page .hp-web-browser-copy {
    margin-top: 4.5rem;
  }

  .hp-web-page .hp-web-browser-panels i {
    height: 48px;
  }

  .hp-web-page .hp-web-planning-flow span:not(:last-child)::after {
    width: 10px;
  }

  .hp-web-page .hp-web-process-step {
    grid-template-columns: 1fr;
  }

  .hp-web-page .hp-web-project-preview {
    height: 116px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hp-web-page *,
  .hp-web-page *::before,
  .hp-web-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* --------------------------------------------------------------------------
   2026 Website Design premium revision
   -------------------------------------------------------------------------- */
.hp-web-page {
  --web-radius: 12px;
  --web-section-space: clamp(4.5rem, 6vw, 5.8rem);
  background: #f7f9fd;
}

.hp-web-page .hp-web-section {
  padding: var(--web-section-space) 0;
}

.hp-web-page h1 {
  max-width: 650px;
  font-size: clamp(2.25rem, 4.25vw, 3.35rem) !important;
}

.hp-web-page h2 {
  font-size: clamp(1.8rem, 2.75vw, 2.4rem) !important;
}

.hp-web-page .hp-web-section-head-center {
  max-width: 800px;
}

.hp-web-page .hp-web-section-cta,
.hp-web-page .hp-web-faq-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 1.15rem 1.3rem;
  border-radius: var(--web-radius);
}

.hp-web-page .hp-web-section-cta > div:first-child,
.hp-web-page .hp-web-faq-cta > div:first-child {
  display: grid;
  gap: 0.2rem;
}

.hp-web-page .hp-web-section-cta strong,
.hp-web-page .hp-web-faq-cta strong {
  font-size: clamp(0.98rem, 1.2vw, 1.1rem);
}

.hp-web-page .hp-web-section-cta span,
.hp-web-page .hp-web-faq-cta span {
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.5;
}

.hp-web-page .hp-web-section-cta .hp-web-actions,
.hp-web-page .hp-web-faq-cta .hp-web-actions {
  flex: 0 0 auto;
  margin: 0;
}

.hp-web-page .hp-web-section-cta-light {
  border: 1px solid #cfdeef;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 38px rgba(20, 45, 78, 0.07);
}

.hp-web-page .hp-web-section-cta-dark,
.hp-web-page .hp-web-section-cta-process {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.075);
}

.hp-web-page .hp-web-section-cta-dark strong,
.hp-web-page .hp-web-section-cta-process strong {
  color: #fff;
}

.hp-web-page .hp-web-section-cta-dark span,
.hp-web-page .hp-web-section-cta-process span {
  color: #afbed4;
}

/* Hero with compact shared enquiry form */
.hp-web-page .hp-web-hero {
  min-height: auto;
  padding: clamp(4.3rem, 6vw, 5.8rem) 0;
  background:
    radial-gradient(circle at 88% 16%, rgba(24, 189, 216, 0.3), transparent 27%),
    radial-gradient(circle at 20% 92%, rgba(112, 70, 239, 0.23), transparent 29%),
    linear-gradient(128deg, #06152c 0%, #0b2b5e 58%, #134d87 100%);
}

.hp-web-page .hp-web-hero::after {
  position: absolute;
  right: 5%;
  bottom: -12rem;
  width: 28rem;
  height: 28rem;
  border: 1px solid rgba(101, 229, 244, 0.15);
  border-radius: 50%;
  box-shadow: 0 0 0 68px rgba(101, 229, 244, 0.035), 0 0 0 136px rgba(101, 229, 244, 0.02);
  content: "";
}

.hp-web-page .hp-web-hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
  gap: clamp(2.1rem, 4vw, 4.5rem);
}

.hp-web-page .hp-web-hero-copy {
  max-width: 610px;
}

.hp-web-page .hp-web-hero-form {
  width: 100%;
  max-width: 600px;
  justify-self: end;
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 80px rgba(0, 9, 29, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.hp-web-page .hp-web-hero-form .home-contact-form {
  display: grid;
  gap: 0.55rem !important;
  padding: 0.78rem !important;
  border: 1px solid #d5e0ec !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 18px 48px rgba(0, 10, 32, 0.2) !important;
}

.hp-web-page .hp-web-hero-form .home-project-notice {
  margin: 0 !important;
  padding: 0.46rem 0.58rem !important;
  border-radius: 7px !important;
}

.hp-web-page .hp-web-hero-form .home-project-notice strong {
  font-size: 0.72rem !important;
}

.hp-web-page .hp-web-hero-form .home-project-notice p {
  margin: 0.15rem 0 0 !important;
  font-size: 0.69rem !important;
  line-height: 1.38 !important;
}

.hp-web-page .hp-web-hero-form .home-form-grid,
.hp-web-page .hp-web-hero-form .home-form-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.52rem !important;
}

.hp-web-page .hp-web-hero-form .home-contact-form label,
.hp-web-page .hp-web-hero-form .home-phone-label,
.hp-web-page .hp-web-hero-form .home-service-label {
  color: #243b5a;
  font-size: 0.72rem !important;
  line-height: 1.3;
}

.hp-web-page .hp-web-hero-form :is(input, select, textarea, .home-service-dropdown summary, .home-country-dropdown summary) {
  min-height: 35px !important;
  font-size: 0.82rem !important;
}

.hp-web-page .hp-web-hero-form textarea {
  min-height: 66px !important;
}

.hp-web-page .hp-web-hero-form .home-form-consents {
  gap: 0.25rem !important;
}

.hp-web-page .hp-web-hero-form .home-consent-check,
.hp-web-page .hp-web-hero-form .home-whatsapp-line {
  font-size: 0.69rem !important;
  line-height: 1.38 !important;
}

.hp-web-page .hp-web-hero-form .home-contact-form > .btn {
  min-height: 39px !important;
  justify-self: start;
  margin-top: 0.05rem;
  color: #fff !important;
  background: linear-gradient(135deg, var(--web-blue), var(--web-violet)) !important;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22) !important;
}

/* Light planning section */
.hp-web-page .hp-web-foundation {
  background:
    radial-gradient(circle at 8% 12%, rgba(24, 189, 216, 0.1), transparent 24%),
    linear-gradient(180deg, #f6faff, #edf4fc);
}

.hp-web-page .hp-web-foundation-grid {
  align-items: stretch;
}

.hp-web-page .hp-web-planning,
.hp-web-page .hp-web-problems {
  min-height: 100%;
}

/* Dark editorial services */
.hp-web-page .hp-web-services {
  color: #fff;
  background:
    radial-gradient(circle at 90% 12%, rgba(112, 70, 239, 0.2), transparent 30%),
    linear-gradient(132deg, #071831, #102f59 65%, #183f6f);
}

.hp-web-page .hp-web-services .hp-web-kicker {
  color: #65e5f4;
}

.hp-web-page .hp-web-services h2,
.hp-web-page .hp-web-services h3 {
  color: #fff;
}

.hp-web-page .hp-web-services p {
  color: #bdcbe0;
}

.hp-web-page .hp-web-service-list {
  border-top-color: rgba(255, 255, 255, 0.15);
}

.hp-web-page .hp-web-service-item {
  border-bottom-color: rgba(255, 255, 255, 0.13);
}

.hp-web-page .hp-web-service-item:nth-child(even) {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.055), transparent);
}

.hp-web-page .hp-web-service-number {
  color: #65e5f4;
}

.hp-web-page .hp-web-service-copy .hp-web-service-note {
  color: #c8d6e8;
  background: rgba(255, 255, 255, 0.075);
}

.hp-web-page .hp-web-services .hp-web-service-note a {
  color: #65e5f4;
}

/* Light platform bento */
.hp-web-page .hp-web-platforms {
  color: var(--web-ink);
  background:
    radial-gradient(circle at 90% 8%, rgba(37, 99, 235, 0.1), transparent 28%),
    linear-gradient(180deg, #f8faff, #eef3fb);
}

.hp-web-page .hp-web-platforms::after {
  border-color: rgba(37, 99, 235, 0.12);
  box-shadow: 0 0 0 65px rgba(37, 99, 235, 0.025), 0 0 0 130px rgba(24, 189, 216, 0.02);
}

.hp-web-page .hp-web-platforms .hp-web-kicker {
  color: var(--web-blue);
}

.hp-web-page .hp-web-platform-head h2,
.hp-web-page .hp-web-platform-item h3 {
  color: var(--web-ink);
}

.hp-web-page .hp-web-platform-head > p,
.hp-web-page .hp-web-platform-item p {
  color: #52657d;
}

.hp-web-page .hp-web-platform-item {
  border-color: #d6e2ef;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(11, 31, 63, 0.075);
}

.hp-web-page .hp-web-platform-item:hover {
  background: #fff;
  box-shadow: 0 22px 48px rgba(11, 31, 63, 0.11);
}

.hp-web-page .hp-web-platform-mark {
  color: #fff;
  background: linear-gradient(135deg, var(--web-blue), var(--web-cyan));
}

/* Dark usability section */
.hp-web-page .hp-web-ux {
  color: #fff;
  background:
    radial-gradient(circle at 12% 85%, rgba(24, 189, 216, 0.2), transparent 30%),
    linear-gradient(128deg, #062536, #0b3b55 62%, #0f4f68);
}

.hp-web-page .hp-web-ux .hp-web-kicker {
  color: #65e5f4;
}

.hp-web-page .hp-web-ux h2,
.hp-web-page .hp-web-ux .hp-web-intro {
  color: #fff;
}

.hp-web-page .hp-web-ux p {
  color: #c1d4df;
}

.hp-web-page .hp-web-ux-points {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.hp-web-page .hp-web-ux-points > div {
  border-color: rgba(255, 255, 255, 0.14) !important;
}

.hp-web-page .hp-web-ux-points span {
  color: #062536;
  background: #65e5f4;
}

.hp-web-page .hp-web-ux-points p {
  color: #e5f1f5;
}

.hp-web-page .hp-web-ux-caveat {
  color: #c9dae3;
  border-left-color: #65e5f4;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.hp-web-page .hp-web-content-placement {
  background:
    radial-gradient(circle at 82% 15%, rgba(112, 70, 239, 0.08), transparent 25%),
    #fff;
}

/* Scroll-led process */
.hp-web-page .hp-web-process {
  color: #fff;
  background:
    radial-gradient(circle at 84% 10%, rgba(112, 70, 239, 0.26), transparent 28%),
    radial-gradient(circle at 10% 78%, rgba(24, 189, 216, 0.15), transparent 30%),
    linear-gradient(135deg, #080f2b, #111846 58%, #1a205d);
}

.hp-web-page .hp-web-process-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2.2rem, 5vw, 5rem);
  align-items: start;
}

.hp-web-page .hp-web-process-intro {
  position: sticky;
  top: 104px;
  padding: 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--web-radius);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 64px rgba(1, 6, 27, 0.25);
  backdrop-filter: blur(10px);
}

.hp-web-page .hp-web-process .hp-web-kicker {
  color: #65e5f4;
}

.hp-web-page .hp-web-process h2,
.hp-web-page .hp-web-process h3 {
  color: #fff;
}

.hp-web-page .hp-web-process-intro > p:not(.hp-web-kicker) {
  color: #bdc9de;
}

.hp-web-page .hp-web-process-status {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 1.8rem;
  color: #aebcd2;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hp-web-page .hp-web-process-status strong {
  margin-left: 0.25rem;
  color: #fff;
  font-size: 1.45rem;
  letter-spacing: -0.04em;
}

.hp-web-page .hp-web-process-progress {
  height: 5px;
  margin-top: 0.65rem;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.13);
}

.hp-web-page .hp-web-process-progress span {
  display: block;
  width: var(--process-progress, 14.285%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #65e5f4, #7b5df5);
  transition: width 300ms ease;
}

.hp-web-page .hp-web-process-mini-points {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.25rem;
}

.hp-web-page .hp-web-process-mini-points span {
  position: relative;
  padding-left: 1rem;
  color: #d2deec;
  font-size: 0.77rem;
  font-weight: 720;
}

.hp-web-page .hp-web-process-mini-points span::before {
  position: absolute;
  top: 0.43rem;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #65e5f4;
  content: "";
}

.hp-web-page .hp-web-process-list {
  display: block;
  margin: 0;
  padding: 0;
}

.hp-web-page .hp-web-process-list::before,
.hp-web-page .hp-web-process-step::before,
.hp-web-page .hp-web-process-step::after {
  display: none !important;
}

.hp-web-page .hp-web-process-step {
  display: flex;
  min-height: 54vh;
  align-items: center;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.hp-web-page .hp-web-process-card {
  position: sticky;
  top: 112px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 1.1rem;
  width: 100%;
  padding: clamp(1.35rem, 2.5vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--web-radius);
  background:
    radial-gradient(circle at 93% 10%, rgba(101, 229, 244, 0.11), transparent 26%),
    rgba(255, 255, 255, 0.085);
  box-shadow: 0 28px 70px rgba(0, 4, 24, 0.24);
  backdrop-filter: blur(11px);
  transition: opacity 260ms ease, transform 260ms ease, border-color 260ms ease, background-color 260ms ease;
}

.hp-web-page .hp-web-process.is-enhanced .hp-web-process-card {
  opacity: 0.46;
  transform: translateY(16px) scale(0.975);
}

.hp-web-page .hp-web-process.is-enhanced .hp-web-process-step.is-active .hp-web-process-card {
  opacity: 1;
  border-color: rgba(101, 229, 244, 0.42);
  background-color: rgba(255, 255, 255, 0.12);
  transform: translateY(0) scale(1);
}

.hp-web-page .hp-web-process-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #20c7df, #7046ef);
}

.hp-web-page .hp-web-process-label {
  margin-bottom: 0.4rem !important;
  color: #65e5f4 !important;
  font-size: 0.67rem !important;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hp-web-page .hp-web-process-card p {
  color: #bdc9de;
}

.hp-web-page .hp-web-process-card .hp-web-process-support {
  margin: 0.75rem 0 0;
  padding: 0.7rem 0.8rem;
  border-left: 2px solid #65e5f4;
  color: #e4edf7;
  background: rgba(255, 255, 255, 0.055);
}

/* Audience, direct collaboration and proof */
.hp-web-page .hp-web-fit {
  background: linear-gradient(180deg, #f8faff, #eef4fb);
}

.hp-web-page .hp-web-direct {
  background:
    radial-gradient(circle at 9% 90%, rgba(24, 189, 216, 0.2), transparent 31%),
    linear-gradient(128deg, #06172e, #0c3265 66%, #124779);
}

.hp-web-page .hp-web-reviews {
  background:
    radial-gradient(circle at 13% 20%, rgba(24, 189, 216, 0.11), transparent 24%),
    linear-gradient(180deg, #fbfdff, #eef4fb);
}

.hp-web-page .hp-web-reviews-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.91fr) minmax(0, 1.09fr);
  gap: clamp(1.2rem, 3vw, 2rem);
  align-items: stretch;
}

.hp-web-page .hp-web-reviews-profile,
.hp-web-page .hp-web-reviews-content {
  min-height: 100%;
  border-radius: var(--web-radius);
  box-shadow: 0 24px 62px rgba(13, 35, 67, 0.11);
}

.hp-web-page .hp-web-reviews-profile {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
}

.hp-web-page .hp-web-reviews-profile > img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  flex: 1 1 auto;
  object-fit: contain;
  background: #fff;
}

.hp-web-page .hp-web-review-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  color: #fff;
  background: #071831;
}

.hp-web-page .hp-web-review-stats span {
  display: grid;
  gap: 0.2rem;
  padding: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.hp-web-page .hp-web-review-stats span:last-child {
  border-right: 0;
}

.hp-web-page .hp-web-review-stats strong {
  font-size: clamp(0.92rem, 1.4vw, 1.12rem);
}

.hp-web-page .hp-web-review-stats small {
  color: #9eb0c8;
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hp-web-page .hp-web-reviews-content {
  display: flex;
  flex-direction: column;
  padding: clamp(1.7rem, 3vw, 2.5rem);
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(24, 189, 216, 0.2), transparent 28%),
    linear-gradient(140deg, #071831, #103a70);
}

.hp-web-page .hp-web-reviews-content .hp-web-kicker {
  color: #65e5f4;
}

.hp-web-page .hp-web-reviews-content h2 {
  color: #fff;
}

.hp-web-page .hp-web-review-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.2rem;
}

.hp-web-page .hp-web-review-badges span {
  padding: 0.45rem 0.65rem;
  border-radius: 99px;
  color: #dffaff;
  background: rgba(101, 229, 244, 0.11);
  font-size: 0.7rem;
  font-weight: 800;
}

.hp-web-page .hp-web-reviews blockquote {
  margin: 0;
}

.hp-web-page .hp-web-reviews blockquote > span {
  color: #ffab18;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
}

.hp-web-page .hp-web-reviews blockquote p {
  margin: 0.5rem 0 0.6rem;
  color: #fff;
  font-size: 0.96rem;
  font-weight: 730;
  line-height: 1.52;
}

.hp-web-page .hp-web-reviews blockquote cite {
  color: #9fb1c9;
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hp-web-page .hp-web-review-featured {
  padding: 1rem 0 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.hp-web-page .hp-web-review-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.8rem;
}

.hp-web-page .hp-web-review-pair blockquote {
  padding: 0.9rem;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.075);
}

.hp-web-page .hp-web-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  margin-top: auto;
  padding-top: 1.1rem;
  color: #65e5f4;
  font-size: 0.84rem;
  font-weight: 820;
  text-decoration: none;
}

.hp-web-page .hp-web-text-link:hover,
.hp-web-page .hp-web-text-link:focus-visible {
  color: #fff;
}

/* Portfolio with real homepage previews */
.hp-web-page .hp-web-work {
  background:
    radial-gradient(circle at 86% 8%, rgba(112, 70, 239, 0.22), transparent 28%),
    linear-gradient(135deg, #06172e, #0b2854 58%, #172c68);
}

.hp-web-page .hp-web-project-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hp-web-page .hp-web-project-preview {
  display: block;
  height: 205px;
  padding: 0;
  background: #06152c !important;
}

.hp-web-page .hp-web-project-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 420ms ease, opacity 220ms ease;
}

.hp-web-page .hp-web-project-preview::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(3, 13, 34, 0.82));
  content: "";
}

.hp-web-page .hp-web-project-card:hover .hp-web-project-preview img,
.hp-web-page .hp-web-project-preview:focus-visible img {
  transform: scale(1.035);
}

.hp-web-page .hp-web-project-preview .hp-web-project-preview-action {
  position: absolute;
  right: 0.8rem;
  bottom: 0.7rem;
  z-index: 1;
  display: inline-flex;
  width: auto;
  height: auto;
  margin: 0;
  align-items: center;
  gap: 0.3rem;
  color: #fff;
  background: transparent;
  border-radius: 0;
  font-size: 0.68rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.hp-web-page .hp-web-project-card:hover .hp-web-project-preview-action,
.hp-web-page .hp-web-project-preview:focus-visible .hp-web-project-preview-action {
  opacity: 1;
  transform: translateY(0);
}

.hp-web-page .hp-web-project-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.hp-web-page .hp-web-project-copy > p {
  margin-top: auto;
}

/* Light FAQ and stronger close */
.hp-web-page .hp-web-faq {
  background:
    radial-gradient(circle at 50% 0, rgba(37, 99, 235, 0.07), transparent 30%),
    linear-gradient(180deg, #f9fbff, #eef4fb);
}

.hp-web-page .hp-web-faq-cta {
  border: 1px solid #d4e0ed;
  background: #fff;
  box-shadow: 0 18px 45px rgba(11, 35, 70, 0.075);
}

.hp-web-page .hp-web-contact {
  background: linear-gradient(180deg, #071831, #0a2d58);
}

.hp-web-page .hp-web-contact-card {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 100% 0, rgba(24, 189, 216, 0.23), transparent 31%),
    linear-gradient(135deg, #0a2143, #10477a);
}

.hp-web-page .hp-web-contact-next {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0.75rem;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(0, 8, 28, 0.23);
}

.hp-web-page .hp-web-contact-step {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.65rem;
  padding: 0.36rem 0.55rem;
  border-radius: 99px;
  color: #0b4980;
  background: #e4f8fc;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hp-web-page .hp-web-contact-next h3 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.35rem, 2.1vw, 1.8rem) !important;
}

.hp-web-page .hp-web-contact-next p {
  color: #566880;
}

.hp-web-page .hp-web-contact-work-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  width: fit-content;
  margin-top: 1rem;
  color: var(--web-blue);
  font-size: 0.78rem;
  font-weight: 760;
  text-decoration: none;
}

.hp-web-page #website-hero-form {
  scroll-margin-top: 94px;
}

@media (max-width: 1040px) {
  .hp-web-page .hp-web-hero-grid {
    grid-template-columns: minmax(0, 0.78fr) minmax(450px, 1.22fr);
    gap: 1.8rem;
  }

  .hp-web-page .hp-web-reviews-profile > img {
    min-height: 390px;
  }
}

@media (max-width: 900px) {
  .hp-web-page .hp-web-hero-grid,
  .hp-web-page .hp-web-process-layout,
  .hp-web-page .hp-web-reviews-grid,
  .hp-web-page .hp-web-contact-card {
    grid-template-columns: 1fr;
  }

  .hp-web-page .hp-web-hero-form {
    max-width: 680px;
    justify-self: start;
  }

  .hp-web-page .hp-web-process-intro {
    position: static;
  }

  .hp-web-page .hp-web-process-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
  }

  .hp-web-page .hp-web-process-step {
    min-height: 0;
  }

  .hp-web-page .hp-web-process-card {
    position: static;
    height: 100%;
  }

  .hp-web-page .hp-web-process.is-enhanced .hp-web-process-card {
    opacity: 1;
    transform: none;
  }

  .hp-web-page .hp-web-reviews-profile > img {
    min-height: 0;
    max-height: 560px;
  }
}

@media (max-width: 680px) {
  .hp-web-page {
    --web-section-space: 3.7rem;
  }

  .hp-web-page .hp-web-hero {
    padding: 3.8rem 0;
  }

  .hp-web-page .hp-web-hero-form .home-form-grid,
  .hp-web-page .hp-web-hero-form .home-form-pair,
  .hp-web-page .hp-web-process-list,
  .hp-web-page .hp-web-review-pair {
    grid-template-columns: 1fr;
  }

  .hp-web-page .hp-web-section-cta,
  .hp-web-page .hp-web-faq-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .hp-web-page .hp-web-section-cta .hp-web-actions,
  .hp-web-page .hp-web-faq-cta .hp-web-actions {
    width: 100%;
  }

  .hp-web-page .hp-web-project-preview {
    height: 190px;
  }

  .hp-web-page .hp-web-review-stats {
    grid-template-columns: 1fr;
  }

  .hp-web-page .hp-web-review-stats span {
    grid-template-columns: 0.7fr 1fr;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .hp-web-page .hp-web-review-stats span:last-child {
    border-bottom: 0;
  }

  .hp-web-page .hp-web-contact-copy,
  .hp-web-page .hp-web-contact-next {
    padding: 1.35rem;
  }
}

@media (max-width: 420px) {
  .hp-web-page .hp-web-hero-form {
    padding: 0.5rem;
  }

  .hp-web-page .hp-web-hero-form .home-contact-form {
    padding: 0.65rem !important;
  }

  .hp-web-page .hp-web-process-card {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hp-web-page .hp-web-process-intro,
  .hp-web-page .hp-web-process-card {
    position: static;
  }

  .hp-web-page .hp-web-process-step {
    min-height: 0;
    margin-bottom: 0.8rem;
  }
}

/* Final Website Design refinements */
.hp-web-page .hp-web-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
  gap: clamp(2rem, 3.5vw, 3.5rem);
}

.hp-web-page .hp-web-hero-copy {
  max-width: 660px;
}

.hp-web-page .hp-web-hero-form {
  max-width: 530px;
  padding: 0.62rem;
}

.hp-web-page .hp-web-foundation-grid {
  gap: clamp(1.25rem, 2.7vw, 2.35rem);
}

.hp-web-page .hp-web-planning {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-self: stretch;
  padding: clamp(1.2rem, 2.4vw, 1.7rem);
  border: 1px solid #d7e4f1;
  border-top: 3px solid var(--web-blue);
  border-radius: var(--web-radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 45px rgba(18, 49, 83, 0.07);
}

.hp-web-page .hp-web-planning-flow {
  margin-bottom: 1.25rem;
}

.hp-web-page .hp-web-planning-cta {
  display: grid;
  gap: 0.75rem;
  margin-top: auto;
  padding: 1rem;
  border-radius: 9px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(101, 229, 244, 0.2), transparent 36%),
    linear-gradient(135deg, #081c39, #124d7b);
}

.hp-web-page .hp-web-planning-cta strong,
.hp-web-page .hp-web-planning-cta span {
  display: block;
}

.hp-web-page .hp-web-planning-cta strong {
  font-size: 0.94rem;
  line-height: 1.4;
}

.hp-web-page .hp-web-planning-cta span {
  margin-top: 0.24rem;
  color: #bfd0e4;
  font-size: 0.77rem;
  line-height: 1.5;
}

.hp-web-page .hp-web-planning-cta .hp-web-actions {
  margin-top: 0;
  gap: 0.5rem;
}

.hp-web-page .hp-web-planning-cta .btn {
  min-height: 39px;
  padding: 0.62rem 0.72rem;
  font-size: 0.76rem;
}

.hp-web-page .hp-web-planning-cta .btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.hp-web-page .hp-web-services-intro {
  max-width: 690px;
  margin: 0.75rem auto 0 !important;
  color: #bdcbe0 !important;
}

.hp-web-page .hp-web-service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  border-top: 0;
}

.hp-web-page .hp-web-service-item,
.hp-web-page .hp-web-service-item:nth-child(even) {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.72rem;
  padding: clamp(1.15rem, 1.8vw, 1.45rem);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--web-radius);
  background:
    radial-gradient(circle at 100% 0, rgba(101, 229, 244, 0.08), transparent 34%),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 18px 45px rgba(0, 7, 28, 0.13);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.hp-web-page .hp-web-service-item:hover {
  border-color: rgba(101, 229, 244, 0.34);
  background-color: rgba(255, 255, 255, 0.075);
  transform: translateY(-3px);
}

.hp-web-page .hp-web-service-number {
  display: inline-flex;
  width: fit-content;
  padding: 0.3rem 0.48rem;
  border-radius: 999px;
  color: #071831;
  background: #65e5f4;
  font-size: 0.67rem;
  letter-spacing: 0.08em;
}

.hp-web-page .hp-web-service-copy {
  display: block;
}

.hp-web-page .hp-web-service-copy h3 {
  margin-bottom: 0.75rem;
  padding: 0;
}

.hp-web-page .hp-web-service-copy p {
  margin-bottom: 0.68rem;
  font-size: 0.91rem;
  line-height: 1.58;
}

.hp-web-page .hp-web-service-copy p:last-child {
  margin-bottom: 0;
}

.hp-web-page .hp-web-service-copy .hp-web-service-note {
  margin-top: 0.8rem;
}

.hp-web-page .hp-web-service-item:last-child {
  grid-column: 1 / -1;
}

.hp-web-page .hp-web-service-item:last-child .hp-web-service-copy {
  display: grid;
  grid-template-columns: minmax(190px, 0.65fr) repeat(2, minmax(0, 1fr));
  gap: 0.9rem 1.25rem;
  align-items: start;
}

.hp-web-page .hp-web-service-item:last-child h3 {
  grid-row: 1 / span 2;
}

.hp-web-page .hp-web-service-item:last-child .hp-web-service-note {
  grid-column: 2 / -1;
  margin-top: 0;
}

.hp-web-page .hp-web-ux-points {
  align-self: stretch;
}

.hp-web-page .hp-web-ux-points .hp-web-ux-caveat {
  grid-column: 1 / -1;
  margin: 0.8rem 0 0;
  padding: 0.9rem 1rem;
  border: 0;
  border-left: 3px solid #65e5f4;
  border-radius: 0 8px 8px 0;
  color: #d8e7ef;
  background: rgba(255, 255, 255, 0.09);
}

.hp-web-page .hp-web-content-map {
  position: relative;
  display: grid;
  gap: 0.78rem;
  min-height: 350px;
  margin: 0;
  padding: clamp(1.15rem, 2.5vw, 1.8rem);
  overflow: hidden;
  border-radius: var(--web-radius);
  color: #fff;
  background:
    radial-gradient(circle at 95% 8%, rgba(24, 189, 216, 0.28), transparent 32%),
    radial-gradient(circle at 5% 94%, rgba(112, 70, 239, 0.2), transparent 30%),
    linear-gradient(145deg, #071831, #143f76);
  box-shadow: 0 28px 70px rgba(7, 24, 49, 0.22);
}

.hp-web-page .hp-web-content-map::after {
  position: absolute;
  right: -4.4rem;
  bottom: -4.4rem;
  width: 9rem;
  height: 9rem;
  border: 22px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
  content: "";
}

.hp-web-page .hp-web-content-map figcaption {
  position: relative;
  z-index: 1;
  color: #65e5f4;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hp-web-page .hp-web-content-map-source,
.hp-web-page .hp-web-content-map-result,
.hp-web-page .hp-web-content-map-cluster > div {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 0.12rem 0.7rem;
  align-items: center;
  padding: 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
}

.hp-web-page .hp-web-content-map-source > span,
.hp-web-page .hp-web-content-map-result > span,
.hp-web-page .hp-web-content-map-cluster > div > span {
  display: grid;
  grid-row: span 2;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #06172e;
  background: #65e5f4;
  font-size: 0.62rem;
  font-weight: 900;
}

.hp-web-page .hp-web-content-map strong {
  color: #fff;
  font-size: 0.86rem;
}

.hp-web-page .hp-web-content-map small {
  color: #b8c9dd;
  font-size: 0.68rem;
  line-height: 1.4;
}

.hp-web-page .hp-web-content-map-path {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.48rem;
  align-items: center;
  color: #83eaf5;
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hp-web-page .hp-web-content-map-path i {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(101, 229, 244, 0.55));
}

.hp-web-page .hp-web-content-map-path i:last-child {
  background: linear-gradient(90deg, rgba(101, 229, 244, 0.55), transparent);
}

.hp-web-page .hp-web-content-map-cluster {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 0.7rem;
}

.hp-web-page .hp-web-content-map-cluster ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hp-web-page .hp-web-content-map-cluster li {
  display: flex;
  min-height: 52px;
  align-items: center;
  padding: 0.55rem;
  border-radius: 7px;
  color: #dfeaf5;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.68rem;
  font-weight: 720;
  line-height: 1.35;
}

.hp-web-page .hp-web-process {
  padding-block: clamp(3.35rem, 4.6vw, 4.35rem);
}

.hp-web-page .hp-web-process-layout {
  gap: clamp(1.5rem, 3.5vw, 3.35rem);
}

.hp-web-page .hp-web-process-intro {
  top: 100px;
  padding: 1.2rem;
}

.hp-web-page .hp-web-process-status {
  margin-top: 1.1rem;
}

.hp-web-page .hp-web-process-mini-points {
  gap: 0.4rem;
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
}

.hp-web-page .hp-web-process-mini-points li {
  position: relative;
  margin: 0;
  padding-left: 1rem;
  color: #d2deec;
  font-size: 0.77rem;
  font-weight: 720;
  line-height: 1.4;
}

.hp-web-page .hp-web-process-mini-points li::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #65e5f4;
  content: "";
}

.hp-web-page .hp-web-process-step {
  min-height: clamp(270px, 34svh, 320px);
  align-items: flex-start;
}

.hp-web-page .hp-web-process-step:last-child {
  min-height: auto;
  padding-bottom: 0.4rem;
}

.hp-web-page .hp-web-process-card {
  top: 100px;
  padding: clamp(1.2rem, 2vw, 1.6rem);
}

.hp-web-page .hp-web-process.is-enhanced .hp-web-process-card {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.12);
  background-color: rgba(255, 255, 255, 0.07);
  transform: translateY(8px);
}

.hp-web-page .hp-web-process.is-enhanced .hp-web-process-step.is-active .hp-web-process-card {
  border-color: rgba(101, 229, 244, 0.45);
  background-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 26px 64px rgba(0, 4, 24, 0.3);
  transform: translateY(0);
}

.hp-web-page .hp-web-section-cta-process {
  margin-top: 1.35rem;
}

.hp-web-page .hp-web-fit-grid {
  grid-template-columns: minmax(290px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(1.4rem, 3.5vw, 3rem);
  align-items: stretch;
}

.hp-web-page .hp-web-fit-copy {
  position: static;
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 1.25rem;
  border: 1px solid #d7e3f0;
  border-top: 3px solid var(--web-blue);
  border-radius: var(--web-radius);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 45px rgba(20, 48, 80, 0.07);
}

.hp-web-page .hp-web-fit-copy .hp-web-fit-note {
  display: flex;
  flex: 1;
  align-items: center;
  margin-top: 1.05rem;
  padding: 0.88rem;
  border-left: 3px solid var(--web-cyan);
  color: #435873;
  background: #eef6ff;
}

.hp-web-page .hp-web-fit-link {
  margin-top: auto;
  padding-top: 0.75rem;
  color: var(--web-blue);
}

.hp-web-page .hp-web-fit-link:hover,
.hp-web-page .hp-web-fit-link:focus-visible {
  color: #163f9a;
}

.hp-web-page .hp-web-direct-grid {
  grid-template-columns: minmax(330px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(2rem, 4.5vw, 4rem);
  align-items: stretch;
}

.hp-web-page .hp-web-direct-heading {
  display: flex;
  flex-direction: column;
}

.hp-web-page .hp-web-direct-profile {
  display: grid;
  grid-template-columns: minmax(130px, 0.74fr) minmax(0, 1.26fr);
  gap: 1rem;
  width: 100%;
  max-width: 430px;
  min-height: 0;
  flex: none;
  align-items: center;
  margin-top: 1.15rem;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--web-radius);
  background:
    radial-gradient(circle at 0 100%, rgba(101, 229, 244, 0.14), transparent 42%),
    rgba(255, 255, 255, 0.075);
  box-shadow: 0 24px 58px rgba(0, 8, 28, 0.2);
}

.hp-web-page .hp-web-direct-photo {
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  background: #dbe8f5;
}

.hp-web-page .hp-web-direct-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hp-web-page .hp-web-direct-identity {
  display: grid;
  gap: 0.32rem;
}

.hp-web-page .hp-web-direct-identity strong {
  color: #fff;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
}

.hp-web-page .hp-web-direct-identity span {
  color: #65e5f4;
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hp-web-page .hp-web-direct-identity small {
  color: #aebed4;
  font-size: 0.74rem;
  line-height: 1.45;
}

@media (max-width: 1040px) {
  .hp-web-page .hp-web-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
    gap: 2rem;
  }

  .hp-web-page .hp-web-service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp-web-page .hp-web-service-item:last-child {
    grid-column: 1 / -1;
  }

  .hp-web-page .hp-web-process-step {
    min-height: clamp(250px, 30svh, 300px);
  }

}

@media (max-width: 900px) {
  .hp-web-page .hp-web-hero-grid,
  .hp-web-page .hp-web-direct-grid,
  .hp-web-page .hp-web-fit-grid {
    grid-template-columns: 1fr;
  }

  .hp-web-page .hp-web-process-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .hp-web-page .hp-web-hero-form {
    max-width: 530px;
    justify-self: start;
  }

  .hp-web-page .hp-web-service-item:last-child .hp-web-service-copy {
    display: block;
  }

  .hp-web-page .hp-web-direct-profile {
    max-width: 520px;
    min-height: 0;
  }

  .hp-web-page .hp-web-content-map {
    min-height: 0;
  }

  .hp-web-page .hp-web-direct-copy {
    padding-top: 1.4rem;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .hp-web-page .hp-web-fit-copy {
    position: static;
  }

  .hp-web-page .hp-web-process-step,
  .hp-web-page .hp-web-process-step:last-child {
    min-height: 0;
    margin-bottom: 0.8rem;
  }

  .hp-web-page .hp-web-process-card {
    position: static;
  }

}

@media (max-width: 680px) {
  .hp-web-page .hp-web-hero-form {
    max-width: 100%;
  }

  .hp-web-page .hp-web-service-list {
    grid-template-columns: 1fr;
  }

  .hp-web-page .hp-web-service-item:last-child {
    grid-column: auto;
  }

  .hp-web-page .hp-web-content-map {
    min-height: 0;
  }

  .hp-web-page .hp-web-content-map-cluster {
    grid-template-columns: 1fr;
  }

  .hp-web-page .hp-web-direct-profile {
    grid-template-columns: 92px minmax(0, 1fr);
    min-height: 0;
  }

  .hp-web-page .hp-web-direct-photo {
    height: auto;
    min-height: 0;
  }

  .hp-web-page .hp-web-process-card {
    grid-template-columns: 44px minmax(0, 1fr);
  }

}

@media (max-width: 420px) {
  .hp-web-page .hp-web-direct-profile {
    grid-template-columns: 78px minmax(0, 1fr);
  }

}

@media (prefers-reduced-motion: reduce) {
  .hp-web-page .hp-web-service-item,
  .hp-web-page .hp-web-process-card {
    transition: none;
  }
}
