@font-face {
  font-family:Manrope;
  src:url('../fonts/manrope-latin-ext.woff2') format('woff2');
  font-weight:200 800;
  font-style:normal;
  font-display:swap;
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
  font-family:Manrope;
  src:url('../fonts/manrope-latin.woff2') format('woff2');
  font-weight:200 800;
  font-style:normal;
  font-display:swap;
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

.hcode-site {
  --hcode-ink:#17233b;
  --hcode-muted:#59667b;
  --hcode-blue:#2457e6;
  --hcode-paper:#f7f9fc;
  --hcode-line:#e3e8f0;
  --hcode-radius:16px;
  margin:0;
  background:#fff;
  color:var(--hcode-ink);
  font-family:Manrope,Arial,sans-serif;
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased
}

.hcode-site *,.hcode-site *::before,.hcode-site *::after {
  box-sizing:border-box
}

.hcode-site a {
  color:inherit;
  text-decoration:none
}

.hcode-site button,.hcode-site input,.hcode-site select,.hcode-site textarea {
  font:inherit
}

.hcode-site button,.hcode-site a {
  -webkit-tap-highlight-color:transparent
}

.hcode-site button {
  cursor:pointer
}

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

.hcode-site h1,.hcode-site h2,.hcode-site h3,.hcode-site p {
  margin:0
}

.hcode-site :focus-visible {
  outline:3px solid var(--hcode-blue);
  outline-offset:5px
}

.hcode-site section[id] {
  scroll-margin-top:110px
}

.hcode-container {
  width:min(1200px,calc(100% - 96px));
  margin-inline:auto
}

.hcode-skip {
  position:absolute;
  left:20px;
  top:-80px;
  padding:12px;
  background:#fff;
  z-index:99
}

.hcode-skip:focus {
  top:10px
}

.hcode-preview-note {
  padding:5px 24px;
  text-align:center;
  background:#f2f5fa;
  color:#5b6880;
  font-size:12px;
  letter-spacing:.03em
}

.hcode-preview-note span {
  margin-left:8px
}

.hcode-header {
  background:rgba(255,255,255,.97);
  border-bottom:1px solid var(--hcode-line);
  position:sticky;
  top:0;
  z-index:20
}

.hcode-header-inner {
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:88px;
  gap:32px
}

.hcode-wordmark {
  font-weight:800;
  letter-spacing:-2.6px;
  font-size:42px;
  line-height:1;
  display:inline-flex;
  align-items:flex-start
}

.hcode-wordmark span {
  font-size:13px;
  letter-spacing:0;
  margin:5px 0 0 4px
}

.hcode-navigation {
  display:flex;
  align-items:center;
  gap:32px;
  font-size:14px;
  font-weight:600
}

.hcode-navigation>a:not(.hcode-button) {
  padding-block:14px
}

.hcode-navigation>a:not(.hcode-button):hover {
  color:var(--hcode-blue)
}

.hcode-button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:22px;
  min-height:52px;
  padding:13px 24px;
  border:1px solid transparent;
  border-radius:8px;
  font-size:14px;
  font-weight:700;
  transition:background .2s,transform .2s
}

.hcode-button:hover {
  transform:translateY(-2px)
}

.hcode-site .hcode-button-primary {
  background:var(--hcode-blue);
  color:white
}

.hcode-site .hcode-button-primary:hover {
  background:#1744bd
}

.hcode-site .hcode-button-dark {
  background:var(--hcode-ink);
  color:white
}

.hcode-site .hcode-button-outline {
  border-color:#cbd4e2;
  background:transparent;
  color:var(--hcode-ink)
}

.hcode-button span[aria-hidden] {
  font-size:21px;
  font-weight:400;
  line-height:1
}

.hcode-menu-toggle {
  display:none
}

.hcode-hero {
  display:grid;
  grid-template-columns:1.12fr 1fr;
  gap:54px;
  padding-block:88px 82px;
  align-items:center
}

.hcode-eyebrow {
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  display:flex;
  gap:12px;
  align-items:center
}

.hcode-brand-line {
  display:inline-block;
  height:2px;
  width:25px;
  background:var(--hcode-blue)
}

.hcode-hero h1 {
  font-size:clamp(40px,4.15vw,62px);
  line-height:1.13;
  font-weight:700;
  letter-spacing:-2.7px;
  margin:25px 0 25px
}

.hcode-hero h1 span {
  color:var(--hcode-blue)
}

.hcode-hero-description {
  max-width:480px;
  font-size:17px;
  line-height:1.85;
  color:var(--hcode-muted)
}

.hcode-actions {
  display:flex;
  align-items:center;
  gap:25px;
  margin-top:32px;
  flex-wrap:wrap
}

.hcode-text-link {
  font-size:14px;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  gap:16px;
  min-height:44px
}

.hcode-text-link:hover {
  color:var(--hcode-blue)
}

.hcode-hero-footer {
  display:flex;
  gap:20px;
  margin-top:40px;
  color:#657186;
  font-size:12px;
  flex-wrap:wrap
}

.hcode-hero-footer span+span {
  border-left:1px solid #ced6e3;
  padding-left:20px
}

.hcode-hero-visual {
  position:relative;
  min-height:438px;
  background:#eff3fb;
  border-radius:24px;
  padding:28px 28px 62px;
  isolation:isolate
}

.hcode-visual-label {
  display:flex;
  justify-content:space-between;
  gap:10px;
  font-size:10px;
  letter-spacing:.12em;
  color:#667692;
  font-weight:700;
  margin-bottom:22px
}

.hcode-visual-label>span {
  font-size:20px
}

.hcode-browser-mock {
  background:white;
  border:1px solid #dfe6f2;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 20px 38px #294f9620;
  transform:rotate(-3deg);
  width:calc(100% - 14px);
  margin-left:7px
}

.hcode-browser-bar {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 14px;
  border-bottom:1px solid #ebeff5;
  font-size:9px;
  color:#8390a6;
  gap:12px
}

.hcode-browser-dots {
  color:#cad3e3;
  letter-spacing:2px;
  font-size:7px
}

.hcode-mini-site {
  padding:19px 22px 13px
}

.hcode-mini-navigation {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:8px;
  font-size:7px
}

.hcode-mini-navigation strong {
  font-size:18px;
  letter-spacing:-1px
}

.hcode-mini-navigation strong span {
  font-size:7px;
  margin-left:3px;
  vertical-align:top
}

.hcode-mini-content {
  position:relative;
  margin-top:25px;
  padding-block:3px 15px;
  overflow:hidden
}

.hcode-mini-content>span:first-child {
  font-size:6px;
  letter-spacing:1.2px;
  font-weight:700;
  display:block;
  position:relative;
  z-index:2
}

.hcode-mini-content>strong {
  font-size:27px;
  line-height:1.2;
  letter-spacing:-.8px;
  display:block;
  margin-top:12px;
  position:relative;
  z-index:2
}

.hcode-mini-cta {
  display:inline-flex;
  gap:18px;
  border-radius:3px;
  background:var(--hcode-blue);
  color:white;
  padding:7px 10px;
  font-size:7px;
  margin-top:14px;
  position:relative;
  z-index:2
}

.hcode-graphic-circle {
  width:153px;
  height:153px;
  border:35px solid #3266f1;
  border-radius:50%;
  position:absolute;
  right:-23px;
  top:9px;
  box-shadow:0 0 0 13px #ebf0ff;
  transform:rotate(-25deg)
}

.hcode-graphic-circle:after {
  content:"";
  position:absolute;
  width:44px;
  height:180px;
  background:#fff;
  left:19px;
  top:-50px
}

.hcode-mini-bottom {
  display:flex;
  justify-content:space-between;
  border-top:1px solid #e9edf5;
  padding-top:11px;
  font-size:7px;
  color:#8290a5
}

.hcode-mail-mock {
  position:absolute;
  display:flex;
  align-items:center;
  gap:12px;
  right:-17px;
  bottom:79px;
  padding:15px 18px;
  border-radius:11px;
  background:#fff;
  box-shadow:0 10px 36px #20385e14;
  border:1px solid #edf0f6;
  transform:rotate(3deg)
}

.hcode-mail-mock strong,.hcode-hosting-mock strong {
  font-size:12px;
  display:block
}

.hcode-mail-mock div>span,.hcode-hosting-mock div>span {
  font-size:10px;
  color:#63718b;
  display:block;
  margin-top:1px
}

.hcode-visual-icon {
  height:34px;
  width:34px;
  background:#eaf0ff;
  color:#2457e6;
  border-radius:8px;
  display:grid;
  place-items:center;
  font-size:22px
}

.hcode-hosting-mock {
  position:absolute;
  left:-22px;
  bottom:26px;
  display:flex;
  align-items:center;
  gap:13px;
  padding:13px 16px;
  background:#172b54;
  color:#fff;
  border-radius:11px;
  box-shadow:0 10px 30px #1c335729;
  transform:rotate(-3deg)
}

.hcode-hosting-mock div>span {
  color:#c6d3eb
}

.hcode-hosting-mock>span:last-child {
  margin-left:15px;
  font-size:18px
}

.hcode-server-icon {
  font-size:29px;
  color:#b5ccff
}

.hcode-visual-footnote {
  position:absolute;
  bottom:17px;
  right:23px;
  font-size:9px;
  color:#72809b
}

.hcode-trust {
  border-block:1px solid var(--hcode-line);
  background:#fff
}

.hcode-trust-inner {
  display:grid;
  grid-template-columns:200px 1fr;
  gap:30px;
  align-items:center;
  padding-block:18px
}

.hcode-trust-inner>p {
  font-size:12px;
  line-height:1.7;
  color:#68748a
}

.hcode-trust-inner>p strong {
  color:var(--hcode-ink);
  font-weight:600
}

.hcode-trust-logos {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:24px;
  align-items:center
}

.hcode-trust-logos img {
  height:65px;
  width:100%;
  object-fit:contain;
  filter:grayscale(1);
  opacity:.72;
  mix-blend-mode:multiply
}

.hcode-footer {
  border-top:1px solid var(--hcode-line);
  padding-block:28px
}

.hcode-footer-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  font-size:12px;
  color:#6a7589
}

.hcode-footer .hcode-wordmark {
  color:var(--hcode-ink);
  font-size:34px
}

.hcode-section {
  padding-block:88px
}

.hcode-section-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:60px;
  margin-bottom:38px
}

.hcode-section-heading>p {
  max-width:350px;
  color:var(--hcode-muted);
  font-size:15px;
  line-height:1.9;
  padding-bottom:5px
}

.hcode-site h2 {
  font-size:42px;
  line-height:1.2;
  letter-spacing:-1.65px;
  font-weight:650;
  margin-top:16px
}

.hcode-site h2 span {
  color:#8994a7
}

.hcode-service-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px
}

.hcode-service {
  border-radius:var(--hcode-radius);
  padding:32px 35px;
  overflow:hidden;
  position:relative;
  min-height:342px
}

.hcode-service-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  margin-bottom:24px
}

.hcode-service-number {
  font-size:12px;
  color:#657691
}

.hcode-service-tag {
  font-size:9px;
  letter-spacing:.1em;
  font-weight:700;
  color:#60718f
}

.hcode-site h3 {
  font-weight:700;
  letter-spacing:-.6px
}

.hcode-service h3 {
  font-size:31px;
  line-height:1.25
}

.hcode-service>p {
  font-size:15px;
  line-height:1.85;
  margin-top:13px;
  max-width:360px;
  color:var(--hcode-muted)
}

.hcode-service .hcode-text-link {
  border:0;
  background:transparent;
  padding:0;
  margin-top:15px;
  color:var(--hcode-ink)
}

.hcode-service-web {
  background:#eef3fe;
  min-height:383px
}

.hcode-service-commerce {
  background:#1e4dcd;
  color:#fff;
  min-height:383px
}

.hcode-service-commerce .hcode-service-number,.hcode-service-commerce .hcode-service-tag,.hcode-service-commerce>p {
  color:#d2e0ff
}

.hcode-service-commerce .hcode-text-link {
  color:white
}

.hcode-service-web-graphic {
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:flex-end;
  margin-top:29px
}

.hcode-graphic-caption {
  color:#6d7e9b;
  font-size:10px;
  max-width:105px;
  text-align:right;
  line-height:1.6
}

.hcode-layout-mini {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  grid-template-rows:9px 23px;
  width:185px;
  gap:6px;
  padding:10px;
  border:1px solid #c4d5f5;
  border-radius:5px;
  transform:rotate(-4deg);
  background:#fff
}

.hcode-layout-mini span {
  background:#dce8ff;
  border-radius:2px
}

.hcode-layout-mini span:first-child {
  grid-column:1/3;
  background:#9cb9f7
}

.hcode-layout-mini span:nth-child(2) {
  background:var(--hcode-blue)
}

.hcode-commerce-flow {
  display:flex;
  align-items:center;
  gap:16px;
  margin-top:41px;
  font-size:11px;
  font-weight:600
}

.hcode-commerce-flow>span:nth-child(odd) {
  padding:9px 13px;
  border:1px solid #7194ef;
  border-radius:6px;
  background:#3260d5
}

.hcode-service-small {
  background:var(--hcode-paper);
  border:1px solid var(--hcode-line);
  min-height:270px
}

.hcode-service-small .hcode-service-top {
  margin-bottom:15px
}

.hcode-service-small h3 {
  font-size:25px
}

.hcode-service-small>p {
  max-width:440px
}

.hcode-service-symbol {
  color:#2457e6;
  font-size:29px;
  line-height:1
}

.hcode-packages {
  background:var(--hcode-paper);
  border-block:1px solid var(--hcode-line)
}

.hcode-package-heading {
  text-align:center
}

.hcode-package-heading .hcode-eyebrow {
  justify-content:center
}

.hcode-package-heading>p:last-child {
  font-size:16px;
  color:var(--hcode-muted);
  margin-top:16px
}

.hcode-package-switch {
  display:flex;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin:29px auto 36px;
  padding:5px;
  border:1px solid #dce3ed;
  background:#eaf0f8;
  border-radius:10px;
  gap:3px
}

.hcode-package-switch button {
  border:0;
  border-radius:7px;
  padding:10px 28px;
  min-height:44px;
  background:transparent;
  font-size:14px;
  color:#51627d;
  font-weight:700
}

.hcode-package-switch button[aria-selected=true] {
  background:#fff;
  color:var(--hcode-ink);
  box-shadow:0 2px 5px #132e5d12
}

.hcode-package-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px
}

.hcode-site [hidden] {
  display:none!important
}

.hcode-package {
  padding:30px 27px;
  background:#fff;
  border:1px solid #dce3ed;
  border-radius:14px
}

.hcode-package-for {
  font-size:12px;
  color:#63738e;
  font-weight:500
}

.hcode-package h3 {
  font-size:29px;
  margin-top:12px
}

.hcode-package>p {
  font-size:14px;
  color:var(--hcode-muted);
  line-height:1.8;
  margin-top:11px;
  min-height:51px
}

.hcode-package-price {
  font-size:18px;
  letter-spacing:-.4px;
  font-weight:700;
  margin:25px 0 23px
}

.hcode-package-price span {
  display:block;
  color:#738198;
  font-size:11px;
  font-weight:400;
  letter-spacing:0;
  margin-top:4px
}

.hcode-package .hcode-button {
  width:100%;
  padding-inline:12px;
  gap:10px;
  font-size:12px
}

.hcode-package ul {
  padding:22px 0 0;
  margin:23px 0 0;
  border-top:1px solid var(--hcode-line);
  list-style:none;
  display:grid;
  gap:12px
}

.hcode-package li {
  font-size:13px;
  line-height:1.6;
  color:#4d5d75;
  position:relative;
  padding-left:20px
}

.hcode-package li::before {
  content:'✓';
  position:absolute;
  left:0;
  color:var(--hcode-blue);
  font-size:12px;
  font-weight:700
}

.hcode-package-featured {
  border-color:var(--hcode-blue);
  box-shadow:0 0 0 1px var(--hcode-blue),0 14px 35px #204cad0a;
  position:relative
}

.hcode-package-featured .hcode-package-for {
  color:var(--hcode-blue)
}

.hcode-package-note {
  color:#62728a;
  font-size:12px;
  line-height:1.9;
  text-align:center;
  max-width:740px;
  margin:24px auto 0!important
}

.hcode-infrastructure-strip {
  margin-top:39px;
  padding-top:27px;
  border-top:1px solid #d9e1ee;
  display:flex;
  gap:24px;
  justify-content:space-between;
  align-items:center
}

.hcode-infrastructure-strip strong {
  font-size:14px;
  font-weight:650
}

.hcode-infrastructure-strip p {
  font-size:12px;
  color:#66758c;
  margin-top:5px
}

.hcode-infrastructure-strip>div:last-child {
  display:flex;
  gap:22px
}

.hcode-infrastructure-strip button {
  background:transparent;
  border:0;
  color:var(--hcode-ink);
  font-size:13px;
  min-height:44px;
  padding:0;
  white-space:nowrap
}

.hcode-infrastructure-strip button span {
  margin-left:10px
}

.hcode-reference-grid {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  border-top:1px solid var(--hcode-line);
  border-left:1px solid var(--hcode-line)
}

.hcode-reference-grid figure {
  margin:0;
  display:grid;
  place-items:center;
  padding:22px 23px;
  height:130px;
  border-right:1px solid var(--hcode-line);
  border-bottom:1px solid var(--hcode-line)
}

.hcode-reference-grid img {
  height:100%;
  width:100%;
  object-fit:contain;
  transition:transform .2s
}

.hcode-reference-grid figure:hover img {
  transform:scale(1.04)
}

.hcode-process {
  background:#172943;
  color:white
}

.hcode-process h2 span {
  color:#a6b7d2
}

.hcode-process .hcode-section-heading>p {
  color:#b3c1d8
}

.hcode-process .hcode-eyebrow {
  color:#adbfdf
}

.hcode-process-list {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:34px;
  padding:0;
  margin:55px 0 0;
  list-style:none;
  counter-reset:none
}

.hcode-process-list li {
  border-top:1px solid #4a5b75;
  padding-top:22px
}

.hcode-process-list li>span {
  font-size:12px;
  color:#9cb4df
}

.hcode-process-list h3 {
  font-size:19px;
  margin-top:16px;
  letter-spacing:-.4px
}

.hcode-process-list p {
  font-size:13px;
  line-height:1.9;
  color:#bcc9df;
  margin-top:11px
}

.hcode-article-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:35px
}

.hcode-article {
  border-top:2px solid #1c2d49;
  padding-top:22px;
  display:flex;
  flex-direction:column
}

.hcode-article-meta {
  display:flex;
  justify-content:space-between;
  gap:8px;
  flex-wrap:wrap;
  font-size:10px;
  color:#78869b
}

.hcode-article-meta>span {
  font-size:9px;
  color:var(--hcode-blue);
  font-weight:700;
  letter-spacing:.045em
}

.hcode-article h3 {
  font-size:22px;
  line-height:1.5;
  margin-top:21px;
  letter-spacing:-.5px
}

.hcode-article h3 a:hover {
  color:var(--hcode-blue)
}

.hcode-article>p {
  font-size:14px;
  line-height:1.9;
  color:var(--hcode-muted);
  margin-top:14px;
  margin-bottom:22px
}

.hcode-article>.hcode-text-link {
  margin-top:auto;
  align-self:flex-start;
  font-size:12px
}

.hcode-other-articles {
  margin-top:35px;
  border-top:1px solid var(--hcode-line);
  font-size:14px
}

.hcode-other-articles summary {
  padding:16px 0;
  cursor:pointer;
  list-style:none;
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:52px
}

.hcode-other-articles>a {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:14px 0;
  border-top:1px solid var(--hcode-line);
  color:var(--hcode-muted);
  font-size:13px
}

.hcode-faq-section {
  display:grid;
  grid-template-columns:1fr 1.3fr;
  gap:65px;
  padding-block:0 90px
}

.hcode-faq-section h2 {
  font-size:31px;
  letter-spacing:-1px
}

.hcode-faq-section>div>p:last-child {
  font-size:14px;
  color:var(--hcode-muted);
  margin-top:23px;
  line-height:1.9
}

.hcode-faq-section>div>p a {
  color:var(--hcode-blue)
}

.hcode-faq-list details {
  border-bottom:1px solid var(--hcode-line)
}

.hcode-faq-list details:first-child {
  border-top:1px solid var(--hcode-line)
}

.hcode-faq-list summary {
  padding:20px 0;
  cursor:pointer;
  list-style:none;
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  font-size:14px;
  font-weight:600;
  min-height:65px
}

.hcode-site summary::-webkit-details-marker {
  display:none
}

.hcode-faq-list summary>span,.hcode-other-articles summary>span {
  font-size:22px;
  line-height:1;
  font-weight:400;
  transition:transform .2s
}

.hcode-site details[open]>summary>span {
  transform:rotate(45deg)
}

.hcode-faq-list details>p {
  padding:0 25px 21px 0;
  font-size:14px;
  line-height:1.9;
  color:var(--hcode-muted)
}

.hcode-contact {
  background:#2457e6;
  color:white
}

.hcode-contact-grid {
  display:grid;
  grid-template-columns:1fr 1.12fr;
  gap:85px
}

.hcode-contact .hcode-eyebrow {
  color:#cad8ff
}

.hcode-contact h2 {
  font-size:68px;
  line-height:1.08;
  letter-spacing:-3px;
  margin-block:25px
}

.hcode-contact h2 span {
  color:#a4bdff
}

.hcode-contact-grid>div>p:not(.hcode-eyebrow) {
  font-size:16px;
  color:#d8e3ff;
  line-height:1.9
}

.hcode-contact-email {
  font-size:23px;
  font-weight:600;
  letter-spacing:-.7px;
  display:flex;
  align-items:center;
  gap:35px;
  margin-top:35px;
  min-height:44px
}

.hcode-contact-phone {
  font-size:15px;
  color:#d8e3ff!important;
  display:inline-flex;
  align-items:center;
  min-height:44px;
  margin-top:5px
}

.hcode-contact-form {
  padding:5px 0
}

.hcode-field-row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px
}

.hcode-field {
  margin-bottom:18px
}

.hcode-field label {
  display:block;
  font-size:12px;
  font-weight:600;
  margin-bottom:7px
}

.hcode-field label span {
  font-weight:400;
  font-size:10px;
  color:#d0deff
}

.hcode-field input,.hcode-field select,.hcode-field textarea {
  width:100%;
  border:1px solid #829fea;
  background:#1f4ed0;
  color:white;
  border-radius:7px;
  min-height:48px;
  padding:11px 13px;
  font-size:14px;
  line-height:1.6
}

.hcode-field textarea {
  resize:vertical;
  min-height:100px;
  max-height:360px
}

.hcode-field input::placeholder,.hcode-field textarea::placeholder {
  color:#c2d3ff;
  opacity:1
}

.hcode-field select {
  color:#e5edff
}

.hcode-field input:focus-visible,.hcode-field select:focus-visible,.hcode-field textarea:focus-visible {
  outline-color:#fff;
  outline-offset:3px
}

.hcode-site .hcode-button-light {
  background:#fff;
  color:#1c3f9c;
  border:0
}

.hcode-contact-form>.hcode-button {
  margin-top:3px
}

.hcode-form-help {
  font-size:10px;
  color:#d0deff;
  margin-top:13px!important;
  max-width:365px;
  line-height:1.9
}

.hcode-selected-package {
  font-size:12px;
  margin-bottom:15px!important;
  padding:10px 12px;
  border-left:2px solid #ccdcff;
  background:#214dcc
}

.hcode-brief-result {
  margin-top:24px;
  padding:22px;
  background:#1d46b7;
  border:1px solid #6b90ee;
  border-radius:10px
}

.hcode-brief-result>strong {
  font-size:16px
}

.hcode-brief-result>p {
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  font-size:13px;
  line-height:1.8;
  color:#e5edff;
  margin:12px 0 19px
}

.hcode-brief-result>span {
  font-size:11px;
  display:block;
  margin-top:10px;
  color:#d0deff
}

.hcode-dialog {
  border:1px solid var(--hcode-line);
  border-radius:18px;
  padding:42px;
  width:min(600px,calc(100% - 32px));
  max-height:calc(100dvh - 48px);
  color:var(--hcode-ink);
  background:#fff;
  box-shadow:0 20px 60px #14234030;
  overflow:auto;
  overscroll-behavior:contain
}

.hcode-dialog::backdrop {
  background:#13264580;
  backdrop-filter:blur(4px)
}

.hcode-dialog-close {
  position:absolute;
  right:15px;
  top:12px;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  background:#f2f5fa;
  border:0;
  border-radius:50%;
  font-size:27px;
  color:#52647c
}

.hcode-dialog h2 {
  font-size:34px;
  margin:16px 0 18px
}

.hcode-dialog>p:not(.hcode-eyebrow) {
  font-size:15px;
  color:var(--hcode-muted);
  line-height:1.8
}

.hcode-dialog ul {
  list-style:none;
  padding:22px 0;
  margin:20px 0;
  border-block:1px solid var(--hcode-line);
  display:grid;
  gap:13px
}

.hcode-dialog li {
  font-size:14px;
  padding-left:24px;
  position:relative
}

.hcode-dialog li::before {
  content:'✓';
  position:absolute;
  left:0;
  color:var(--hcode-blue)
}

.hcode-dialog p.hcode-dialog-note {
  font-size:12px;
  margin-bottom:25px
}

.hcode-dialog-open {
  overflow:hidden
}

@media(min-width:1500px) {
  .hcode-hero {
    padding-block:105px
  }
}

@media(max-width:1100px) {
  .hcode-container {
    width:calc(100% - 64px)
  }
  .hcode-navigation {
    gap:20px
  }
  .hcode-hero {
    gap:35px;
    padding-block:70px
  }
  .hcode-hero h1 {
    font-size:46px
  }
  .hcode-hero-visual {
    padding-inline:18px
  }
  .hcode-mini-content>strong {
    font-size:24px
  }
  .hcode-graphic-circle {
    right:-55px
  }
  .hcode-hero-footer {
    gap:12px
  }
  .hcode-hero-footer span+span {
    padding-left:12px
  }
  .hcode-visual-footnote {
    display:none
  }
  .hcode-trust-logos {
    gap:12px
  }
}

@media(max-width:900px) {
  .hcode-header-inner {
    min-height:76px
  }
  .hcode-wordmark {
    font-size:36px
  }
  .hcode-menu-toggle {
    display:flex;
    flex-direction:column;
    gap:6px;
    justify-content:center;
    align-items:center;
    background:#fff;
    border:1px solid var(--hcode-line);
    width:46px;
    height:46px;
    border-radius:8px
  }
  .hcode-menu-toggle span {
    width:20px;
    height:2px;
    background:var(--hcode-ink);
    transition:transform .2s
  }
  .hcode-menu-toggle[aria-expanded=true] span:first-child {
    transform:translateY(4px) rotate(45deg)
  }
  .hcode-menu-toggle[aria-expanded=true] span:last-child {
    transform:translateY(-4px) rotate(-45deg)
  }
  .hcode-navigation {
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:#fff;
    border-bottom:1px solid var(--hcode-line);
    padding:16px 32px 24px;
    box-shadow:0 20px 24px #1d315112;
    flex-direction:column;
    align-items:stretch;
    gap:4px
  }
  .hcode-navigation.hcode-is-open {
    display:flex
  }
  .hcode-navigation>a {
    min-height:44px
  }
  .hcode-navigation .hcode-button {
    margin-top:10px
  }
  .hcode-hero {
    grid-template-columns:1fr;
    gap:48px;
    padding-block:52px 50px
  }
  .hcode-hero h1 {
    font-size:58px;
    letter-spacing:-2.8px
  }
  .hcode-hero-description {
    max-width:550px
  }
  .hcode-hero-visual {
    width:min(100%,520px);
    justify-self:center;
    min-height:430px;
    padding-inline:28px
  }
  .hcode-mini-content>strong {
    font-size:29px
  }
  .hcode-graphic-circle {
    right:-2px
  }
  .hcode-hero-footer {
    margin-top:26px
  }
  .hcode-trust-inner {
    grid-template-columns:1fr;
    gap:14px;
    padding-block:25px
  }
  .hcode-trust-inner>p br {
    display:none
  }
  .hcode-trust-inner>p {
    display:flex;
    gap:4px;
    flex-wrap:wrap
  }
  .hcode-trust-logos img {
    height:54px
  }
  .hcode-footer-inner {
    flex-wrap:wrap
  }
}

@media(max-width:520px) {
  .hcode-container {
    width:calc(100% - 40px)
  }
  .hcode-preview-note {
    font-size:10px;
    padding:4px
  }
  .hcode-header-inner {
    min-height:72px
  }
  .hcode-wordmark {
    font-size:34px
  }
  .hcode-hero {
    padding-top:42px;
    gap:35px
  }
  .hcode-eyebrow {
    font-size:9px;
    letter-spacing:.08em;
    gap:8px
  }
  .hcode-brand-line {
    width:18px
  }
  .hcode-hero h1 {
    font-size:43px;
    letter-spacing:-2px;
    line-height:1.16;
    margin-block:22px
  }
  .hcode-hero-description {
    font-size:16px;
    line-height:1.8
  }
  .hcode-actions {
    gap:15px;
    margin-top:27px
  }
  .hcode-actions .hcode-button {
    padding-inline:18px;
    gap:13px;
    font-size:13px
  }
  .hcode-text-link {
    font-size:13px;
    gap:8px
  }
  .hcode-hero-footer {
    font-size:10px;
    gap:9px
  }
  .hcode-hero-footer span+span {
    padding-left:9px
  }
  .hcode-hero-visual {
    min-height:354px;
    padding:19px 14px 57px;
    border-radius:16px;
    width:calc(100% - 8px)
  }
  .hcode-visual-label {
    font-size:7px;
    margin-bottom:13px
  }
  .hcode-mini-site {
    padding:14px 16px 12px
  }
  .hcode-mini-content {
    margin-top:18px
  }
  .hcode-mini-content>strong {
    font-size:22px
  }
  .hcode-graphic-circle {
    width:120px;
    height:120px;
    border-width:28px;
    right:-27px;
    top:12px
  }
  .hcode-graphic-circle:after {
    height:145px;
    left:15px;
    top:-40px;
    width:32px
  }
  .hcode-mail-mock {
    right:-6px;
    bottom:57px;
    padding:10px;
    gap:8px
  }
  .hcode-mail-mock strong,.hcode-hosting-mock strong {
    font-size:10px
  }
  .hcode-mail-mock div>span,.hcode-hosting-mock div>span {
    font-size:8px
  }
  .hcode-visual-icon {
    height:28px;
    width:28px;
    font-size:18px
  }
  .hcode-hosting-mock {
    left:-6px;
    bottom:15px;
    gap:8px;
    padding:10px 12px
  }
  .hcode-hosting-mock>span:last-child {
    margin-left:8px
  }
  .hcode-trust-logos {
    grid-template-columns:repeat(3,1fr);
    gap:12px 22px
  }
  .hcode-trust-logos img {
    height:48px
  }
  .hcode-trust-logos img:nth-child(n+4) {
    display:none
  }
  .hcode-footer-inner {
    gap:16px
  }
  .hcode-footer-inner>span {
    width:100%
  }
  .hcode-footer-inner>span:last-child {
    font-size:11px
  }
}

@media(max-width:1100px) {
  .hcode-section-heading {
    gap:40px
  }
  .hcode-section-heading>p {
    max-width:300px
  }
  .hcode-service {
    padding:28px
  }
  .hcode-package {
    padding:25px 20px
  }
  .hcode-package .hcode-button {
    font-size:11px
  }
  .hcode-contact-grid {
    gap:55px
  }
  .hcode-process-list {
    gap:24px
  }
  .hcode-reference-grid figure {
    height:115px;
    padding:20px
  }
  .hcode-article-grid {
    gap:25px
  }
  .hcode-article h3 {
    font-size:20px
  }
  .hcode-infrastructure-strip {
    align-items:flex-start;
    flex-direction:column;
    gap:12px
  }
}

@media(max-width:900px) {
  .hcode-section {
    padding-block:64px
  }
  .hcode-section-heading {
    align-items:flex-start;
    gap:22px
  }
  .hcode-site h2 {
    font-size:35px;
    letter-spacing:-1.3px
  }
  .hcode-section-heading>p {
    font-size:14px;
    max-width:260px
  }
  .hcode-service {
    padding:26px;
    min-height:350px
  }
  .hcode-service-small {
    min-height:280px
  }
  .hcode-service h3 {
    font-size:28px
  }
  .hcode-service-small h3 {
    font-size:23px
  }
  .hcode-service-tag {
    font-size:7px
  }
  .hcode-service>p {
    font-size:14px
  }
  .hcode-service .hcode-text-link {
    font-size:12px
  }
  .hcode-graphic-caption {
    display:none
  }
  .hcode-commerce-flow {
    gap:10px;
    font-size:9px;
    flex-wrap:wrap
  }
  .hcode-commerce-flow>span:nth-child(odd) {
    padding:8px
  }
  .hcode-package-grid {
    grid-template-columns:1fr;
    max-width:520px;
    margin-inline:auto;
    gap:24px
  }
  .hcode-package {
    padding:28px
  }
  .hcode-package>p {
    min-height:0
  }
  .hcode-package .hcode-button {
    font-size:14px
  }
  .hcode-package ul {
    grid-template-columns:1fr 1fr;
    gap:14px
  }
  .hcode-package-price {
    margin:20px 0
  }
  .hcode-package li {
    font-size:12px
  }
  .hcode-reference-grid {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  .hcode-reference-grid figure {
    height:120px
  }
  .hcode-process-list {
    grid-template-columns:1fr 1fr;
    gap:34px;
    margin-top:32px
  }
  .hcode-article-grid {
    grid-template-columns:1fr;
    gap:35px
  }
  .hcode-article {
    padding-top:22px
  }
  .hcode-article h3 {
    font-size:24px;
    margin-top:15px
  }
  .hcode-article-meta {
    justify-content:flex-start;
    gap:20px
  }
  .hcode-article>p {
    max-width:560px;
    margin-bottom:12px
  }
  .hcode-faq-section {
    grid-template-columns:1fr;
    gap:28px;
    padding-bottom:64px
  }
  .hcode-faq-section>div>p:last-child {
    margin-top:15px
  }
  .hcode-faq-section>div>p br {
    display:none
  }
  .hcode-contact-grid {
    grid-template-columns:1fr;
    gap:35px
  }
  .hcode-contact h2 {
    font-size:60px
  }
  .hcode-contact h2 br {
    display:none
  }
  .hcode-contact-email {
    margin-top:20px
  }
  .hcode-field input,.hcode-field select,.hcode-field textarea {
    font-size:16px
  }
  .hcode-form-help {
    font-size:12px;
    max-width:100%
  }
  .hcode-field label {
    font-size:14px
  }
  .hcode-field label span {
    font-size:12px
  }
}

@media(max-width:520px) {
  .hcode-section {
    padding-block:54px
  }
  .hcode-section-heading {
    display:block;
    margin-bottom:28px
  }
  .hcode-section-heading>p {
    margin-top:18px;
    max-width:100%;
    font-size:15px
  }
  .hcode-site h2 {
    font-size:32px;
    letter-spacing:-1.2px
  }
  .hcode-service-grid {
    grid-template-columns:1fr;
    gap:16px
  }
  .hcode-service {
    padding:25px;
    min-height:335px;
    border-radius:13px
  }
  .hcode-service-small {
    min-height:265px
  }
  .hcode-service h3 {
    font-size:30px
  }
  .hcode-service-small h3 {
    font-size:25px
  }
  .hcode-service>p {
    font-size:15px
  }
  .hcode-service-tag {
    font-size:8px
  }
  .hcode-service .hcode-text-link {
    font-size:14px
  }
  .hcode-commerce-flow {
    font-size:11px;
    margin-top:25px;
    gap:12px
  }
  .hcode-service-web-graphic {
    margin-top:17px
  }
  .hcode-package-heading h2 {
    font-size:32px
  }
  .hcode-package-heading>p:last-child {
    font-size:15px
  }
  .hcode-package-switch {
    margin-top:24px
  }
  .hcode-package-switch button {
    padding-inline:23px
  }
  .hcode-package {
    padding:25px 23px
  }
  .hcode-package ul {
    grid-template-columns:1fr
  }
  .hcode-package li {
    font-size:14px
  }
  .hcode-package>p {
    font-size:15px
  }
  .hcode-package-price {
    font-size:20px
  }
  .hcode-package-for {
    font-size:12px
  }
  .hcode-package-price span {
    font-size:12px
  }
  .hcode-package-note {
    font-size:12px;
    text-align:left
  }
  .hcode-infrastructure-strip strong {
    font-size:15px
  }
  .hcode-infrastructure-strip p {
    font-size:13px
  }
  .hcode-infrastructure-strip>div:last-child {
    gap:25px;
    flex-wrap:wrap
  }
  .hcode-infrastructure-strip button {
    font-size:14px
  }
  .hcode-reference-grid {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  .hcode-reference-grid figure {
    height:85px;
    padding:12px
  }
  .hcode-process-list {
    grid-template-columns:1fr;
    gap:26px
  }
  .hcode-process-list li {
    position:relative;
    padding-left:39px;
    padding-top:19px
  }
  .hcode-process-list li>span {
    position:absolute;
    left:0;
    top:23px
  }
  .hcode-process-list h3 {
    margin:0;
    font-size:21px
  }
  .hcode-process-list p {
    font-size:15px;
    line-height:1.8
  }
  .hcode-article h3 {
    font-size:23px
  }
  .hcode-article>p {
    font-size:15px
  }
  .hcode-article>.hcode-text-link {
    font-size:14px
  }
  .hcode-article-meta {
    font-size:12px
  }
  .hcode-article-meta>span {
    font-size:10px
  }
  .hcode-other-articles>a {
    font-size:14px
  }
  .hcode-faq-section {
    padding-bottom:54px
  }
  .hcode-faq-list summary {
    font-size:15px;
    line-height:1.6;
    padding-block:18px
  }
  .hcode-faq-list details>p {
    font-size:15px
  }
  .hcode-contact h2 {
    font-size:49px;
    letter-spacing:-2px
  }
  .hcode-contact h2 br {
    display:block
  }
  .hcode-contact-grid>div>p:not(.hcode-eyebrow) {
    font-size:16px
  }
  .hcode-contact-email {
    font-size:24px
  }
  .hcode-contact-phone {
    font-size:16px
  }
  .hcode-field-row {
    grid-template-columns:1fr;
    gap:0
  }
  .hcode-contact-form>.hcode-button {
    width:100%;
    font-size:15px
  }
  .hcode-form-help {
    font-size:12px
  }
  .hcode-brief-result {
    padding:18px
  }
  .hcode-brief-result .hcode-button {
    width:100%;
    gap:8px;
    font-size:13px
  }
  .hcode-dialog {
    padding:32px 24px 27px
  }
  .hcode-dialog>.hcode-eyebrow {
    padding-right:27px;
    font-size:9px
  }
  .hcode-dialog h2 {
    font-size:29px
  }
  .hcode-dialog li {
    font-size:15px
  }
  .hcode-dialog p.hcode-dialog-note {
    font-size:13px
  }
  .hcode-dialog .hcode-button {
    font-size:14px;
    width:100%;
    padding-inline:14px
  }
}

.hcode-wordmark img {
  width:154px;
  height:auto
}

.hcode-footer .hcode-wordmark img {
  width:138px
}

.hcode-package .hcode-button {
  font-size:14px
}

.hcode-package li {
  font-size:14px
}

.hcode-package-price span {
  font-size:12px
}

.hcode-process-list p {
  font-size:14px
}

.hcode-infrastructure-strip button {
  font-size:14px
}

.hcode-article>.hcode-text-link {
  font-size:14px
}

.hcode-contact-form .hcode-form-help {
  font-size:12px
}

.hcode-field label {
  font-size:14px
}

.hcode-field label span {
  font-size:12px
}

@media(max-width:520px) {
  .hcode-wordmark img {
    width:132px
  }
  .hcode-footer .hcode-wordmark img {
    width:125px
  }
  .hcode-package .hcode-button {
    font-size:14px
  }
}

@media(prefers-reduced-motion:reduce) {
  .hcode-site * {
    scroll-behavior:auto!important;
    transition:none!important
  }
}
