@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/dm-mono-v16-400-latin-ext.woff2") format("woff2");
  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: "DM Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/dm-mono-v16-400-latin.woff2") format("woff2");
  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;
}

@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/dm-mono-v16-500-latin-ext.woff2") format("woff2");
  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: "DM Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/dm-mono-v16-500-latin.woff2") format("woff2");
  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;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/inter-v20-latin-ext.woff2") format("woff2");
  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: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/inter-v20-latin.woff2") format("woff2");
  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;
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/space-grotesk-v22-latin-ext.woff2") format("woff2");
  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: "Space Grotesk";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/space-grotesk-v22-latin.woff2") format("woff2");
  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;
}

:root {
  --bg: #060b19;
  --bg-soft: #0b1425;
  --bg-elevated: #0f1b30;
  --surface: rgba(14, 27, 49, 0.78);
  --surface-solid: #101d33;
  --surface-strong: #152640;
  --text: #f6f9ff;
  --text-muted: #aeb9d0;
  --text-soft: #7f8da8;
  --line: rgba(185, 208, 244, 0.14);
  --line-strong: rgba(185, 208, 244, 0.27);
  --brand: #67e8f9;
  --brand-strong: #22d3ee;
  --blue: #60a5fa;
  --violet: #a78bfa;
  --lime: #86efac;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  --shadow-soft: 0 20px 55px rgba(0, 0, 0, 0.22);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --container: min(1180px, calc(100% - 40px));
  --top-strip-height: 36px;
  --nav-height: 78px;
  --header-height: calc(var(--top-strip-height) + var(--nav-height));
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

button {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

::selection {
  background: rgba(103, 232, 249, 0.28);
  color: var(--text);
}

:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 4px;
}

.site-shell {
  position: relative;
  overflow: clip;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 78px 0;
}

.section-muted {
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 8% 15%, rgba(96, 165, 250, 0.055), transparent 26%),
    radial-gradient(circle at 96% 90%, rgba(167, 139, 250, 0.065), transparent 30%),
    var(--bg-soft);
}

.section-grid {
  background-image:
    linear-gradient(rgba(185, 208, 244, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(185, 208, 244, 0.034) 1px, transparent 1px);
  background-size: 56px 56px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
  border-radius: 10px;
  background: var(--text);
  color: var(--bg);
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.ambient {
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
}

.ambient-cyan {
  top: 110px;
  left: -250px;
  background: rgba(34, 211, 238, 0.17);
}

.ambient-violet {
  top: 580px;
  right: -250px;
  background: rgba(167, 139, 250, 0.14);
}

.section-heading {
  display: grid;
  gap: 22px;
  margin-bottom: 44px;
}

.section-heading-centered {
  display: block;
  max-width: 790px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading h2,
.standard-copy h2,
.delivery-copy h2,
.faq-intro h2,
.contact-copy h2 {
  margin: 0;
  font-family: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.25rem, 11vw, 4.15rem);
  line-height: 1.04;
  letter-spacing: -0.052em;
}

.section-heading h2 span,
.standard-copy h2 span,
.delivery-copy h2 span,
.contact-copy h2 span {
  color: var(--brand);
}

.section-heading p,
.standard-copy > p,
.delivery-copy > p,
.faq-intro > p,
.contact-copy > p {
  max-width: 68ch;
  margin: 18px 0 0;
  color: var(--text-muted);
  font-size: 1.04rem;
}

.section-heading-centered p {
  max-width: 680px;
  margin-inline: auto;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.section-kicker::before {
  width: 23px;
  height: 1px;
  background: currentColor;
  content: "";
}

.text-gradient {
  background: linear-gradient(105deg, var(--brand), var(--blue) 48%, #c4b5fd);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 13px;
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.2;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(112deg, var(--brand), var(--blue));
  box-shadow: 0 14px 36px rgba(34, 211, 238, 0.18);
  color: #06111f;
}

.button-primary:hover {
  box-shadow: 0 18px 42px rgba(34, 211, 238, 0.26);
}

.button-ghost {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.025);
  color: var(--text);
}

.button-ghost:hover {
  border-color: rgba(103, 232, 249, 0.45);
  background: rgba(103, 232, 249, 0.06);
}

.button-small {
  min-height: 44px;
  padding: 10px 17px;
  border-radius: 12px;
  font-size: 0.84rem;
}

.button-large {
  min-height: 58px;
  padding-inline: 24px;
}

.button svg,
.text-link svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.site-header.scrolled,
.site-header.menu-open {
  border-bottom: 1px solid var(--line);
  background: rgba(6, 11, 25, 0.9);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

.top-strip {
  height: var(--top-strip-height);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 15, 31, 0.96);
}

.top-strip-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.top-strip-messages,
.top-strip-contact {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 20px;
}

.top-strip-messages span,
.top-strip-contact a {
  color: var(--text-muted);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.top-strip-messages span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.top-strip-messages span::before {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 12px rgba(103, 232, 249, 0.65);
  content: "";
}

.top-strip-promise {
  display: none !important;
}

.top-strip-contact {
  justify-content: flex-end;
}

.top-strip-contact a:first-child {
  display: none;
}

.top-strip-contact a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
}

.top-strip-contact a:hover {
  color: var(--brand);
}

.nav-shell {
  display: flex;
  min-height: var(--nav-height);
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 11px;
}

.brand img {
  width: 43px;
  height: 43px;
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--brand);
  font-family: "DM Mono", monospace;
  font-size: 0.56rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.primary-nav {
  position: fixed;
  z-index: 99;
  top: var(--header-height);
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
  padding: 26px 20px;
  visibility: hidden;
  border-top: 1px solid var(--line);
  background: rgba(6, 11, 25, 0.98);
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
}

.primary-nav.open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.primary-nav a {
  position: relative;
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--text-muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.primary-nav a:not(.button):hover,
.primary-nav a:not(.button).active {
  background: rgba(103, 232, 249, 0.06);
  color: var(--text);
}

.primary-nav a:not(.button).active::after {
  position: absolute;
  right: 12px;
  bottom: 8px;
  left: 12px;
  height: 2px;
  border-radius: 2px;
  background: var(--brand);
  content: "";
}

.nav-contact-cta {
  justify-content: center;
  margin-top: 10px;
  background: linear-gradient(112deg, var(--brand), var(--blue)) !important;
  color: #06111f !important;
}

.nav-toggle {
  display: grid;
  width: 46px;
  height: 46px;
  padding: 12px;
  place-content: center;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  cursor: pointer;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.nav-toggle.active span:first-child {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  padding-top: clamp(68px, 12vw, 118px);
}

.hero-grid {
  display: grid;
  align-items: center;
  gap: 52px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: var(--brand);
  font-family: "DM Mono", monospace;
  font-size: 0.69rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.status-dot {
  width: 8px;
  height: 8px;
  border: 2px solid rgba(103, 232, 249, 0.28);
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 16px rgba(103, 232, 249, 0.65);
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.7rem, 13.5vw, 5.25rem);
  line-height: 0.99;
  letter-spacing: -0.06em;
}

.hero-lead {
  max-width: 690px;
  margin: 25px 0 0;
  color: var(--text-muted);
  font-size: clamp(1.03rem, 2.7vw, 1.18rem);
}

.hero-actions {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}

.hero-signals {
  display: grid;
  gap: 9px;
  margin: 28px 0 0;
  padding: 0;
  color: var(--text-muted);
  font-size: 0.78rem;
  list-style: none;
}

.hero-signals li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-signals li > span {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border: 1px solid var(--brand);
  border-radius: 50%;
  background: rgba(103, 232, 249, 0.16);
}

.hero-visual {
  min-width: 0;
}

.browser-demo {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  background: rgba(9, 18, 36, 0.9);
  box-shadow: var(--shadow);
}

.browser-bar,
.browser-footer {
  display: flex;
  min-height: 43px;
  align-items: center;
  gap: 12px;
  padding: 10px 13px;
  color: var(--text-soft);
  font-family: "DM Mono", monospace;
  font-size: 0.58rem;
}

.browser-bar {
  border-bottom: 1px solid var(--line);
}

.browser-bar > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.browser-bar > strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  color: var(--lime);
  font-weight: 500;
}

.browser-bar > strong i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
}

.window-dots {
  display: flex;
  flex: 0 0 auto;
  gap: 5px;
}

.window-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(185, 208, 244, 0.22);
}

.window-dots i:first-child {
  background: #fb7185;
}

.window-dots i:nth-child(2) {
  background: #fbbf24;
}

.window-dots i:last-child {
  background: #86efac;
}

.browser-canvas {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: 520px;
  padding: 16px;
  background:
    radial-gradient(circle at 15% 15%, rgba(34, 211, 238, 0.11), transparent 32%),
    linear-gradient(rgba(185, 208, 244, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(185, 208, 244, 0.03) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
}

.page-preview {
  min-height: 294px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #f5f8ff;
  color: #0a1730;
}

.preview-nav {
  display: flex;
  min-height: 43px;
  align-items: center;
  gap: 13px;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(12, 29, 60, 0.1);
}

.preview-logo {
  display: grid;
  width: 27px;
  height: 27px;
  margin-right: auto;
  place-items: center;
  border-radius: 8px;
  background: #0b1730;
  color: var(--brand);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.preview-nav i {
  width: 23px;
  height: 3px;
  border-radius: 3px;
  background: rgba(11, 23, 48, 0.24);
}

.preview-nav b {
  width: 48px;
  height: 20px;
  border-radius: 6px;
  background: #0b1730;
}

.preview-hero {
  padding: 30px 22px 22px;
}

.preview-hero > span {
  color: #0e7490;
  font-family: "DM Mono", monospace;
  font-size: 0.47rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.preview-hero h2 {
  max-width: 390px;
  margin: 8px 0 14px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.45rem, 7vw, 2.35rem);
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.preview-hero p {
  width: 84%;
  height: 5px;
  margin: 7px 0;
  border-radius: 4px;
  background: rgba(11, 23, 48, 0.13);
}

.preview-hero p:nth-of-type(2) {
  width: 64%;
}

.preview-hero > div {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}

.preview-hero > div b,
.preview-hero > div i {
  width: 68px;
  height: 25px;
  border-radius: 7px;
}

.preview-hero > div b {
  background: linear-gradient(110deg, #22d3ee, #60a5fa);
}

.preview-hero > div i {
  border: 1px solid rgba(11, 23, 48, 0.17);
}

.preview-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 0 22px 22px;
}

.preview-cards i {
  min-height: 48px;
  border: 1px solid rgba(11, 23, 48, 0.08);
  border-radius: 9px;
  background: rgba(11, 23, 48, 0.035);
}

.quality-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(8, 17, 34, 0.95);
}

.quality-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 13px;
  border-bottom: 1px solid var(--line);
  color: var(--text-soft);
  font-family: "DM Mono", monospace;
  font-size: 0.58rem;
}

.quality-heading strong {
  color: var(--brand);
  font-weight: 500;
}

.quality-panel ul {
  display: grid;
  margin: 0;
  padding: 7px 13px;
  list-style: none;
}

.quality-panel li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 35px;
  border-bottom: 1px solid rgba(185, 208, 244, 0.08);
  font-size: 0.67rem;
}

.quality-panel li:last-child {
  border-bottom: 0;
}

.quality-panel li span {
  color: var(--text-soft);
  font-family: "DM Mono", monospace;
  font-size: 0.53rem;
}

.quality-panel li strong {
  min-width: 0;
  overflow: hidden;
  color: var(--text-muted);
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.quality-panel li i {
  color: var(--lime);
  font-family: "DM Mono", monospace;
  font-size: 0.52rem;
  font-style: normal;
}

.browser-footer {
  justify-content: space-between;
  border-top: 1px solid var(--line);
}

.browser-footer span {
  display: none;
  align-items: center;
  gap: 5px;
}

.browser-footer span i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--brand);
}

.browser-footer strong {
  margin-left: auto;
  color: var(--brand);
  font-weight: 500;
}

.trust-strip {
  border-block: 1px solid var(--line);
  background: rgba(11, 20, 37, 0.72);
}

.trust-grid {
  display: grid;
}

.trust-grid > div {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.trust-grid > div:last-child {
  border-bottom: 0;
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.95rem;
}

.trust-grid span {
  margin-top: 3px;
  color: var(--text-soft);
  font-size: 0.75rem;
}

.service-grid {
  display: grid;
  gap: 18px;
}

.service-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 100% 0%, rgba(103, 232, 249, 0.07), transparent 34%),
    var(--surface);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.service-card:hover {
  border-color: rgba(103, 232, 249, 0.34);
  box-shadow: var(--shadow-soft);
  transform: translateY(-3px);
}

.card-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(103, 232, 249, 0.3);
  border-radius: 15px;
  background: rgba(103, 232, 249, 0.07);
  color: var(--brand);
}

.card-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.card-index {
  margin-top: 24px;
  color: var(--text-soft);
  font-family: "DM Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-card h3 {
  margin: 10px 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.32rem;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.service-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.service-card ul,
.audience-card ul,
.delivery-panels ul,
.contact-copy ul {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  color: var(--text-muted);
  font-size: 0.8rem;
  list-style: none;
}

.service-card li,
.audience-card li,
.delivery-panels li,
.contact-copy li {
  position: relative;
  padding-left: 17px;
}

.service-card li::before,
.audience-card li::before,
.delivery-panels li::before,
.contact-copy li::before {
  position: absolute;
  top: 0.73em;
  left: 0;
  width: 6px;
  height: 6px;
  border: 1px solid var(--brand);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.audience-grid {
  display: grid;
  gap: 18px;
}

.audience-card {
  --audience-accent: var(--brand);
  position: relative;
  min-width: 0;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--audience-accent) 10%, transparent), transparent 36%),
    var(--surface);
}

.audience-card::before {
  position: absolute;
  top: 0;
  right: 28px;
  left: 28px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--audience-accent), transparent);
  content: "";
  opacity: 0.65;
}

.audience-public {
  --audience-accent: var(--blue);
}

.audience-business {
  --audience-accent: var(--lime);
}

.audience-personal {
  --audience-accent: var(--violet);
}

.audience-label {
  color: var(--audience-accent);
  font-family: "DM Mono", monospace;
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.audience-card h3 {
  margin: 14px 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.55rem;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.audience-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.audience-card li::before {
  border-color: var(--audience-accent);
}

.scope-note {
  display: grid;
  gap: 16px;
  margin-top: 28px;
  padding: 24px;
  border: 1px dashed rgba(103, 232, 249, 0.32);
  border-radius: var(--radius-md);
  background: rgba(103, 232, 249, 0.035);
}

.scope-note div {
  display: grid;
}

.scope-note span {
  color: var(--brand);
  font-family: "DM Mono", monospace;
  font-size: 0.63rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.scope-note strong {
  margin-top: 5px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.18rem;
}

.scope-note p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.standard-layout {
  display: grid;
  align-items: center;
  gap: 52px;
}

.standard-list {
  display: grid;
  gap: 4px;
  margin-top: 36px;
}

.standard-list article {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.standard-list article > span {
  color: var(--brand);
  font-family: "DM Mono", monospace;
  font-size: 0.68rem;
}

.standard-list h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.02rem;
}

.standard-list p {
  margin: 5px 0 0;
  color: var(--text-muted);
  font-size: 0.84rem;
}

.quality-console {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background: rgba(7, 15, 31, 0.94);
  box-shadow: var(--shadow);
}

.console-head,
.console-foot {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  color: var(--text-soft);
  font-family: "DM Mono", monospace;
  font-size: 0.62rem;
}

.console-head {
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.console-head i {
  color: var(--lime);
  font-style: normal;
}

.console-score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 22px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 80% 50%, rgba(103, 232, 249, 0.09), transparent 30%),
    linear-gradient(135deg, rgba(96, 165, 250, 0.04), rgba(167, 139, 250, 0.035));
}

.console-score div {
  display: grid;
}

.console-score small {
  color: var(--text-soft);
  font-family: "DM Mono", monospace;
  font-size: 0.59rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.console-score strong {
  margin-top: 6px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.25rem, 5vw, 1.8rem);
  line-height: 1.08;
}

.console-score svg {
  width: 90px;
  height: 90px;
  flex: 0 0 auto;
  fill: none;
  stroke: rgba(185, 208, 244, 0.12);
  stroke-width: 6;
}

.console-score svg .progress {
  stroke: var(--brand);
  stroke-dasharray: 280 302;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: center;
}

.console-score svg path {
  stroke: var(--lime);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5;
}

.console-checks {
  display: grid;
  padding: 10px 16px;
}

.console-checks > div {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr) 18px;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  border-bottom: 1px solid rgba(185, 208, 244, 0.08);
  font-size: 0.7rem;
}

.console-checks > div:last-child {
  border-bottom: 0;
}

.console-checks span {
  color: var(--text-muted);
}

.console-checks strong {
  color: var(--text-soft);
  font-family: "DM Mono", monospace;
  font-size: 0.6rem;
  font-weight: 500;
}

.console-checks i {
  color: var(--lime);
  font-style: normal;
}

.console-foot {
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
}

.console-foot span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.console-foot span i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--brand);
}

.type-grid {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--line);
}

.type-grid article {
  position: relative;
  min-width: 0;
  padding: 26px;
  background: var(--bg);
  transition: background 0.2s ease;
}

.type-grid article:hover {
  background: var(--bg-soft);
}

.type-grid article > span {
  color: var(--brand);
  font-family: "DM Mono", monospace;
  font-size: 0.64rem;
}

.type-grid h3 {
  margin: 22px 0 9px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.24rem;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.type-grid p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.86rem;
}

.process-list {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 15px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.process-number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(103, 232, 249, 0.3);
  border-radius: 12px;
  background: rgba(103, 232, 249, 0.06);
  color: var(--brand);
  font-family: "DM Mono", monospace;
  font-size: 0.67rem;
}

.process-list small {
  color: var(--brand);
  font-family: "DM Mono", monospace;
  font-size: 0.59rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.process-list h3 {
  margin: 6px 0 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.26rem;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.process-list p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.86rem;
}

.process-list > li > strong {
  grid-column: 2;
  align-self: center;
  color: var(--text-soft);
  font-family: "DM Mono", monospace;
  font-size: 0.62rem;
  font-weight: 500;
}

.delivery-grid {
  display: grid;
  gap: 42px;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  color: var(--brand);
  font-size: 0.88rem;
  font-weight: 800;
}

.delivery-panels {
  display: grid;
  gap: 16px;
}

.delivery-panels article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.delivery-panels h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.25rem;
}

.faq-layout {
  display: grid;
  gap: 42px;
}

.faq-intro {
  align-self: start;
}

.faq-intro h2 {
  font-size: clamp(2.35rem, 11vw, 4rem);
}

.faq-intro > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 22px;
  color: var(--brand);
  font-weight: 800;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 2px;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  position: relative;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
}

.faq-list summary span::before,
.faq-list summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  background: var(--brand);
  content: "";
  transform: translate(-50%, -50%);
}

.faq-list summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.2s ease;
}

.faq-list details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-list details p {
  max-width: 68ch;
  margin: -2px 42px 22px 2px;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.contact-section {
  padding-top: 92px;
}

.contact-shell {
  display: grid;
  gap: 38px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(103, 232, 249, 0.28);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 10% 0%, rgba(103, 232, 249, 0.11), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(167, 139, 250, 0.12), transparent 36%),
    var(--surface-solid);
  box-shadow: var(--shadow);
}

.contact-copy ul {
  margin-top: 22px;
}

.contact-actions {
  align-self: center;
}

.contact-actions .button {
  width: 100%;
}

.contact-actions p {
  margin: 14px 2px 0;
  color: var(--text-soft);
  font-size: 0.76rem;
}

.site-footer {
  padding-top: 76px;
  border-top: 1px solid var(--line);
  background: #050a15;
}

.footer-grid {
  display: grid;
  gap: 34px;
}

.footer-brand p {
  max-width: 340px;
  margin: 16px 0 0;
  color: var(--text-muted);
  font-size: 0.84rem;
}

.footer-column h3 {
  margin: 0 0 13px;
  color: var(--text-soft);
  font-family: "DM Mono", monospace;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-column nav {
  display: grid;
  gap: 4px;
}

.footer-column a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--text-muted);
  font-size: 0.82rem;
}

.footer-column a:hover,
.footer-column a[aria-current="page"] {
  color: var(--brand);
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 54px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  color: var(--text-soft);
  font-family: "DM Mono", monospace;
  font-size: 0.59rem;
}

.will-reveal {
  transform: translateY(20px);
  transition: transform 0.62s ease;
}

.will-reveal.in-view {
  transform: translateY(0);
}

@media (min-width: 480px) {
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .hero-signals {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
  }

  .browser-footer span {
    display: inline-flex;
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-grid > div {
    padding: 22px 18px;
  }

  .trust-grid > div:nth-child(odd) {
    padding-left: 0;
    border-right: 1px solid var(--line);
  }

  .trust-grid > div:nth-child(even) {
    padding-right: 0;
  }

  .trust-grid > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .process-list li {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 20px;
  }

  .contact-shell {
    padding: 40px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (min-width: 640px) {
  .section {
    padding: 92px 0;
  }

  .section-heading {
    margin-bottom: 52px;
  }

  .top-strip-promise {
    display: none !important;
  }

  .top-strip-contact a:first-child {
    display: inline-flex;
  }

  .hero {
    padding-top: 88px;
  }

  .browser-canvas {
    grid-template-columns: minmax(0, 1.35fr) minmax(210px, 0.65fr);
    min-height: 410px;
  }

  .page-preview,
  .quality-panel {
    min-height: 100%;
  }

  .preview-hero {
    padding: 46px 28px 24px;
  }

  .preview-cards {
    padding: 0 28px 26px;
  }

  .service-grid,
  .audience-grid,
  .type-grid,
  .delivery-panels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scope-note {
    grid-template-columns: minmax(210px, 0.65fr) minmax(0, 1.35fr);
    align-items: center;
    gap: 28px;
  }

  .type-grid article {
    padding: 30px;
  }

  .contact-actions .button {
    width: auto;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
  }
}

@media (min-width: 768px) {
  .section-heading {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    align-items: end;
    gap: 54px;
  }

  .section-heading > p {
    margin: 0;
  }

  .section-heading-centered {
    display: block;
  }

  .process-list li {
    grid-template-columns: 52px minmax(0, 1fr) minmax(150px, 0.42fr);
    align-items: center;
    gap: 24px;
  }

  .process-list > li > strong {
    grid-column: auto;
    justify-self: end;
    text-align: right;
  }

  .delivery-grid,
  .faq-layout,
  .contact-shell {
    grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
    align-items: center;
    gap: 58px;
  }

  .faq-layout {
    align-items: start;
  }

  .faq-intro {
    position: sticky;
    top: calc(var(--header-height) + 28px);
  }

  .footer-grid {
    grid-template-columns: minmax(250px, 1.4fr) repeat(3, minmax(130px, 0.6fr));
  }

  .footer-brand {
    grid-column: auto;
  }
}

@media (min-width: 920px) {
  .nav-shell {
    min-height: var(--nav-height);
  }

  .primary-nav {
    position: static;
    z-index: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
    padding: 0;
    visibility: visible;
    border: 0;
    background: transparent;
    opacity: 1;
    transform: none;
    margin-left: auto;
  }

  .primary-nav a {
    min-height: 44px;
    padding: 10px 9px;
    font-size: 0.76rem;
  }

  .primary-nav a:not(.button).active::after {
    right: 9px;
    bottom: 2px;
    left: 9px;
  }

  .nav-toggle {
    display: none;
  }

  .nav-contact-cta {
    margin-top: 0;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.03fr) minmax(440px, 0.97fr);
    gap: 48px;
  }

  .hero h1 {
    font-size: clamp(3.65rem, 6.1vw, 5.25rem);
  }

  .hero-visual {
    margin-right: -34px;
  }

  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-card {
    padding: 28px;
  }

  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audience-card {
    padding: 34px;
  }

  .standard-layout {
    grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
    gap: 72px;
  }

  .type-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1000px) {
  .top-strip-promise {
    display: inline-flex !important;
  }
}

@media (min-width: 1180px) {
  .section {
    padding: 118px 0;
  }

  .hero {
    padding-top: 110px;
    padding-bottom: 126px;
  }

  .hero-grid {
    gap: 62px;
  }

  .hero-visual {
    margin-right: -62px;
  }

  .primary-nav a {
    padding-inline: 12px;
    font-size: 0.8rem;
  }

  .primary-nav a:not(.button).active::after {
    right: 12px;
    left: 12px;
  }

  .contact-shell {
    padding: 58px;
  }
}

@media (max-width: 389px) {
  :root {
    --container: min(1180px, calc(100% - 32px));
  }

  .top-strip-messages span {
    font-size: 0.62rem;
  }

  .top-strip-contact a {
    font-size: 0.61rem;
  }

  .brand-copy {
    display: none;
  }

  .hero h1 {
    font-size: 2.58rem;
  }

  .browser-canvas {
    padding: 10px;
  }

  .browser-bar > span {
    max-width: 110px;
  }

  .preview-nav i:nth-of-type(2),
  .preview-nav i:nth-of-type(3) {
    display: none;
  }

  .service-card,
  .audience-card,
  .type-grid article,
  .delivery-panels article {
    padding: 23px;
  }

  .contact-shell {
    padding: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .will-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Shared Perfect.sk chrome typography and alignment. */
.top-strip,
.primary-nav a,
.site-footer {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.top-strip :is(span, a) {
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: left;
}

.primary-nav {
  gap: 4px;
}

.primary-nav a:not(.button) {
  min-height: 44px;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
}

.primary-nav a:not(.button).active::after {
  right: 10px;
  bottom: 5px;
  left: 10px;
}

.primary-nav .button {
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
}

.primary-nav .nav-contact-cta {
  min-height: 44px;
  justify-content: center;
  color: #06111f !important;
  margin: 0 0 0 6px;
  padding: 0 16px;
  text-align: center;
}

.site-footer :is(.footer-grid, .footer-brand, .footer-column, .footer-links) {
  text-align: left;
}

.site-footer {
  padding: 72px 0 0;
}

.site-footer .footer-grid {
  gap: 44px;
  padding: 0;
}

.site-footer .footer-brand p {
  max-width: 390px;
  margin: 18px 0 14px;
  font-size: 0.86rem;
  line-height: 1.65;
}

.site-footer :is(.footer-column h3, .footer-column strong, .footer-links strong) {
  margin: 0 0 16px;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
}

.site-footer :is(.footer-column nav, .footer-column ul, .footer-links > div) {
  display: grid;
  align-content: start;
  gap: 8px;
}

.site-footer :is(.footer-column a, .footer-links a) {
  display: inline-flex;
  width: fit-content;
  min-height: 0;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  text-align: left;
}

.footer-bottom,
.footer-bottom p {
  font-size: 0.7rem;
  line-height: 1.5;
}

.site-footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  margin-top: 48px;
  padding: 20px 0 26px;
  border-top: 1px solid var(--line);
}

.site-footer .footer-bottom > * {
  flex: 1 1 260px;
  margin: 0;
}

.site-footer .footer-bottom > :last-child {
  text-align: right;
}

@media (max-width: 919px) {
  .top-strip :is(span, a) {
    font-size: 0.64rem;
  }

  .primary-nav a:not(.button),
  .primary-nav .button {
    font-size: 0.9rem;
  }

  .primary-nav a:not(.button) {
    min-height: 48px;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 12px;
    text-align: left;
  }

  .primary-nav a:not(.button)::after {
    display: none;
  }

  .primary-nav a:not(.button).active {
    background: var(--surface-strong);
  }

  .primary-nav .nav-contact-cta {
    min-height: 48px;
    margin: 5px 0 0;
    padding: 8px 16px;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding-top: 56px;
  }

  .site-footer .footer-grid {
    gap: 32px;
  }

  .site-footer .footer-bottom > :last-child,
  .footer-bottom p:last-child {
    text-align: left;
  }
}
