:root {
  --ink-980: #040b12;
  --ink-950: #07111d;
  --ink-900: #0b1a2b;
  --ink-850: #10243a;
  --ink-800: #142d49;
  --ink-700: #1d3c5d;
  --gold-500: #d6a93a;
  --gold-400: #f0cc6a;
  --cream: #f7efe1;
  --muted: #c8d2d9;
  --soft: rgba(247, 239, 225, 0.76);
  --faint: rgba(247, 239, 225, 0.12);
  --panel: rgba(12, 30, 48, 0.74);
  --panel-strong: rgba(16, 36, 58, 0.92);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--cream);
  background: var(--ink-980);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--gold-400);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 1000;
  transform: translateY(-140%);
  border-radius: 4px;
  background: var(--gold-400);
  color: #15110a;
  padding: 10px 14px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, rgba(4, 11, 18, 0.9), rgba(4, 11, 18, 0.46));
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--faint);
  background: rgba(4, 11, 18, 0.96);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(var(--max), calc(100% - 32px));
  min-height: 74px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img,
.footer-brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(247, 239, 225, 0.18);
}

.brand span,
.footer-brand span {
  color: var(--cream);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(247, 239, 225, 0.8);
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  padding-block: 10px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--gold-400);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--faint);
  border-radius: 6px;
  background: rgba(16, 36, 58, 0.9);
  color: var(--cream);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 820px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--faint);
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg {
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    radial-gradient(circle at 72% 32%, rgba(214, 169, 58, 0.12), transparent 26%),
    linear-gradient(90deg, rgba(4, 11, 18, 0.96), rgba(7, 17, 29, 0.78) 44%, rgba(7, 17, 29, 0.24) 78%),
    linear-gradient(180deg, rgba(4, 11, 18, 0.28), rgba(4, 11, 18, 0.98));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 40px));
  max-width: 760px;
  margin-left: max(20px, calc((100% - var(--max)) / 2));
  margin-right: auto;
  padding-block: 126px 86px;
}

.eyebrow {
  max-width: 100%;
  margin: 0 0 16px;
  color: var(--gold-400);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.17em;
  line-height: 1.45;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.02;
}

h1 {
  max-width: 760px;
  font-size: clamp(48px, 7vw, 86px);
  letter-spacing: 0;
  overflow-wrap: normal;
}

h2 {
  font-size: clamp(34px, 4.1vw, 56px);
}

h3 {
  font-size: 22px;
}

.hero-copy {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(247, 239, 225, 0.88);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.service-cta {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.service-cta .btn {
  min-width: 220px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--gold-400);
  color: #14100a;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #ffd978;
}

.btn-secondary {
  border-color: rgba(247, 239, 225, 0.28);
  background: rgba(247, 239, 225, 0.06);
  color: var(--cream);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  border-color: rgba(240, 204, 106, 0.7);
  color: var(--gold-400);
}

.trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.trust-chips li,
.pill {
  border: 1px solid rgba(240, 204, 106, 0.32);
  border-radius: 999px;
  background: rgba(12, 30, 48, 0.72);
  color: rgba(247, 239, 225, 0.88);
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.section {
  padding-block: 110px;
  background: var(--ink-900);
}

.section:nth-of-type(even) {
  background: var(--ink-850);
}

.section-intro {
  padding-block: 84px;
  background: linear-gradient(180deg, var(--ink-950), var(--ink-850));
}

.intro-grid,
.section-heading,
.proof-grid,
.documentation-grid,
.faq-layout,
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: 72px;
  align-items: start;
}

.section-heading {
  margin-bottom: 46px;
}

.section-heading.compact {
  margin-bottom: 0;
}

.section-heading p,
.intro-copy p,
.proof-grid p,
.documentation-grid p,
.faq-layout p,
.cta-band p,
.site-footer p,
article p,
figcaption {
  color: var(--soft);
  font-size: 16px;
  line-height: 1.66;
}

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

.intro-copy p,
.section-heading p,
.proof-grid p,
.documentation-grid > div > p,
.faq-layout > div > p {
  margin: 0;
}

.trust-grid,
.service-grid,
.package-grid,
.project-grid,
.document-list {
  display: grid;
  gap: 18px;
}

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

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

.package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 24px;
}

.project-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.project-filter-bar button {
  border: 1px solid rgba(240, 204, 106, 0.25);
  background: rgba(247, 239, 225, 0.06);
  color: var(--cream);
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.project-filter-bar button:hover,
.project-filter-bar button:focus-visible,
.project-filter-bar button[aria-pressed="true"] {
  background: rgba(214, 169, 58, 0.15);
  border-color: rgba(214, 169, 58, 0.4);
  color: var(--gold-400);
}

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

.project-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.45fr);
  gap: 46px;
  align-items: start;
}

.project-meta-panel {
  display: grid;
  gap: 18px;
  padding: 28px;
  background: rgba(16, 36, 58, 0.86);
  border: 1px solid var(--faint);
  border-radius: var(--radius);
}

.project-info-list {
  display: grid;
  gap: 14px;
}

.project-info-list dt {
  color: var(--gold-400);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-info-list dd {
  margin: 0;
  color: var(--soft);
  line-height: 1.7;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.project-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
}

.project-tags span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 169, 58, 0.3);
  background: rgba(12, 30, 48, 0.68);
  color: var(--cream);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.breadcrumb-nav {
  margin-bottom: 30px;
}

.breadcrumb-nav ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  color: rgba(247, 239, 225, 0.65);
  font-size: 13px;
}

.breadcrumb-nav li::after {
  content: "/";
  margin-left: 8px;
  color: rgba(247, 239, 225, 0.38);
}

.breadcrumb-nav li:last-child::after {
  content: "";
}

.related-projects {
  margin-top: 60px;
}

.related-projects h2 {
  margin-bottom: 24px;
}

@media (max-width: 1040px) {
  .project-detail-grid {
    grid-template-columns: 1fr;
  }

  .project-gallery {
    grid-template-columns: 1fr;
  }
}

.trust-grid article,
.service-grid article,
.project-card,
.package-grid article,
.process-steps article,
.document-list article,
.contact-options div,
.faq-item {
  border: 1px solid var(--faint);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.03) inset;
}

.trust-grid article,
.service-grid article,
.package-grid article,
.process-steps article,
.document-list article {
  padding: 26px;
}

.trust-grid article,
.service-grid article,
.project-card,
.package-grid article {
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.trust-grid article:hover,
.service-grid article:hover,
.project-card:hover,
.package-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(240, 204, 106, 0.36);
  background: var(--panel-strong);
}

.card-number,
.service-icon,
.process-steps span {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  height: 34px;
  margin-bottom: 20px;
  border: 1px solid rgba(240, 204, 106, 0.48);
  border-radius: 5px;
  color: var(--gold-400);
  font-size: 12px;
  font-weight: 900;
}

.service-icon {
  border-radius: 50%;
}

.trust-grid h3,
.service-grid h3,
.process-steps h3,
.package-grid h3,
.document-list h3,
.project-card h3 {
  margin-bottom: 12px;
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.64fr) minmax(0, 1fr);
  gap: 72px;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.section-proof {
  background:
    linear-gradient(90deg, rgba(7, 17, 29, 0.96), rgba(16, 36, 58, 0.92)),
    var(--ink-850);
}

.proof-grid {
  align-items: center;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: var(--soft);
}

.check-list li {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 12px;
}

.check-list span {
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border: 2px solid var(--gold-400);
  border-radius: 50%;
}

.proof-images {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr);
  gap: 16px;
  align-items: end;
}

.proof-images img,
.documentation-image img,
.project-card img {
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.proof-images img:first-child {
  aspect-ratio: 4 / 3;
}

.proof-images img:last-child {
  aspect-ratio: 3 / 4;
}

.package-grid article {
  background: rgba(12, 30, 48, 0.86);
}

.package-grid .featured-package {
  border-color: rgba(240, 204, 106, 0.5);
  background: linear-gradient(180deg, rgba(214, 169, 58, 0.15), rgba(12, 30, 48, 0.86));
}

.package-label,
.project-meta {
  margin: 0 0 10px;
  color: var(--gold-400);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--faint);
  border-radius: var(--radius);
  background: rgba(4, 11, 18, 0.3);
  box-shadow: var(--shadow);
}

.pricing-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  color: var(--cream);
}

.pricing-table caption {
  padding: 16px 18px;
  color: var(--soft);
  text-align: left;
  font-size: 14px;
}

.pricing-table th,
.pricing-table td {
  border-top: 1px solid var(--faint);
  padding: 18px;
  text-align: left;
  vertical-align: top;
}

.pricing-table thead th {
  border-top: 0;
  color: var(--gold-400);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pricing-table tbody th {
  width: 28%;
  color: var(--cream);
}

.pricing-table td {
  color: rgba(247, 239, 225, 0.86);
}

.rate-disclaimer {
  margin-top: 22px;
  border-left: 3px solid var(--gold-400);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: rgba(214, 169, 58, 0.09);
  color: rgba(247, 239, 225, 0.82);
  padding: 16px 18px;
}

.project-card {
  overflow: hidden;
}

.project-card img {
  aspect-ratio: 16 / 11;
  border-radius: 0;
  box-shadow: none;
}

.project-card div {
  padding: 24px;
}

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

.blog-card[hidden] {
  display: none;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.article-tags li {
  border: 1px solid rgba(214, 169, 58, 0.28);
  border-radius: 999px;
  background: rgba(4, 11, 18, 0.32);
  color: rgba(247, 239, 225, 0.8);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
}

.article-hero .breadcrumb-nav {
  margin-bottom: 24px;
}

.article-section {
  background: var(--ink-950);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.28fr);
  gap: 54px;
  align-items: start;
}

.article-content {
  max-width: 820px;
}

.article-content h2 {
  margin-top: 44px;
  margin-bottom: 18px;
  font-size: clamp(28px, 3vw, 40px);
}

.article-content > .eyebrow + h2,
.article-takeaways h2,
.article-checklist h2 {
  margin-top: 0;
}

.article-content h3 {
  margin: 0 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.35;
}

.article-content p,
.article-content li,
.article-sidebar p,
.article-sidebar li,
.article-service-card p {
  color: rgba(247, 239, 225, 0.84);
}

.article-content p {
  margin: 0 0 18px;
}

.article-content ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 22px;
}

.article-content a,
.article-related-list a {
  color: var(--gold-400);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-block {
  margin-top: 28px;
}

.article-answer,
.article-summary-box,
.article-takeaways,
.article-checklist {
  border-left: 3px solid var(--gold-400);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: rgba(214, 169, 58, 0.08);
  padding: 18px 20px;
}

.article-summary-box p,
.article-answer,
.article-takeaways li,
.article-checklist li {
  color: rgba(247, 239, 225, 0.9);
}

.article-summary-box p,
.article-takeaways ul,
.article-checklist ul {
  margin: 0;
}

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

.article-service-card,
.article-sidebar-panel,
.article-faq-item {
  border: 1px solid var(--faint);
  border-radius: var(--radius);
  background: rgba(12, 30, 48, 0.74);
  padding: 20px;
}

.article-service-card {
  display: grid;
  gap: 8px;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.article-service-card:hover,
.article-service-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(240, 204, 106, 0.4);
  background: var(--panel-strong);
}

.article-service-card span {
  color: var(--gold-400);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-service-card p {
  margin: 0;
}

.article-faq-list {
  display: grid;
  gap: 14px;
}

.article-faq-item p {
  margin: 0;
}

.article-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
}

.article-sidebar-panel .article-tags {
  margin-top: 0;
}

.article-related-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
}

.seo-link-grid,
.footer-link-grid {
  display: grid;
  gap: 18px;
}

.seo-link-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-link-card {
  display: grid;
  gap: 8px;
  border: 1px solid var(--faint);
  border-radius: var(--radius);
  background: var(--panel);
  padding: 22px;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.seo-link-card:hover,
.seo-link-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(240, 204, 106, 0.4);
  background: var(--panel-strong);
}

.seo-link-card span,
.footer-link-group h3 {
  color: var(--gold-400);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-link-card p {
  margin: 0;
  color: rgba(247, 239, 225, 0.82);
}

.footer-link-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 54px;
  padding-top: 34px;
  border-top: 1px solid var(--faint);
}

.footer-link-group h3 {
  margin: 0 0 14px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4;
}

.footer-link-group ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-link-group a {
  color: rgba(247, 239, 225, 0.78);
  font-size: 14px;
}

.footer-link-group a:hover,
.footer-link-group a:focus-visible {
  color: var(--gold-400);
}

.documentation-grid {
  align-items: center;
}

.document-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.documentation-image {
  margin: 0;
}

.documentation-image img {
  max-height: 760px;
  object-position: top;
}

figcaption {
  margin-top: 12px;
  font-size: 14px;
}

.faq-layout {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
}

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

.faq-item {
  overflow: hidden;
}

.faq-item h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.faq-item button {
  position: relative;
  width: 100%;
  min-height: 60px;
  border: 0;
  background: transparent;
  color: var(--cream);
  padding: 18px 56px 18px 20px;
  text-align: left;
  font-weight: 800;
  cursor: pointer;
}

.faq-item button::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold-400);
  font-size: 22px;
  line-height: 1;
}

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

.faq-panel {
  padding: 0 20px 20px;
}

.faq-panel p {
  margin: 0;
}

.cta-band {
  padding-block: 70px;
  border-block: 1px solid var(--faint);
  background:
    linear-gradient(90deg, rgba(20, 45, 73, 0.98), rgba(29, 60, 93, 0.92)),
    var(--ink-800);
}

.cta-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.cta-layout h2 {
  max-width: 760px;
  font-size: clamp(32px, 3.6vw, 48px);
}

.cta-layout p {
  max-width: 720px;
  margin: 18px 0 0;
}

.site-footer {
  padding-top: 92px;
  background: #050d16;
}

.footer-grid {
  align-items: start;
}

.footer-brand {
  margin-bottom: 34px;
}

.footer-brand img {
  width: 58px;
  height: 58px;
}

.footer-copy h2 {
  max-width: 680px;
  font-size: clamp(34px, 4vw, 54px);
}

.footer-copy > p {
  max-width: 650px;
  margin: 22px 0 0;
}

.contact-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.contact-options div {
  padding: 18px;
}

.contact-options span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-400);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-options strong {
  color: rgba(247, 239, 225, 0.9);
  font-size: 15px;
}

.contact-form {
  display: grid;
  gap: 12px;
  padding: 28px;
  background: rgba(16, 36, 58, 0.78);
}

.form-note {
  margin: 0 0 8px;
  color: var(--soft);
  font-size: 14px;
}

.contact-form label {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(247, 239, 225, 0.16);
  border-radius: 5px;
  background: rgba(4, 11, 18, 0.82);
  color: var(--cream);
  padding: 11px 12px;
}

.contact-form input:user-invalid,
.contact-form textarea:user-invalid {
  border-color: #f08d6a;
}

.contact-form textarea {
  resize: vertical;
}

.footer-bottom {
  width: min(var(--max), calc(100% - 40px));
  margin: 72px auto 0;
  padding: 24px 0;
  border-top: 1px solid var(--faint);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(247, 239, 225, 0.62);
  font-size: 13px;
}

.footer-bottom a {
  color: var(--gold-400);
  font-weight: 800;
}

.mobile-cta {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1040px) {
  .hero {
    min-height: 740px;
  }

  .intro-grid,
  .section-heading,
  .proof-grid,
  .documentation-grid,
  .faq-layout,
  .footer-grid,
  .process-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .section-heading.compact {
    margin-bottom: 10px;
  }

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

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

  .seo-link-grid,
  .footer-link-grid {
    grid-template-columns: 1fr;
  }

  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 74px;
  }

  .wrap,
  .header-inner,
  .footer-bottom {
    width: min(100% - 28px, 680px);
  }

  .site-header {
    background: rgba(4, 11, 18, 0.94);
  }

  .brand span {
    font-size: 11px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 74px 14px auto 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--faint);
    border-radius: var(--radius);
    background: rgba(4, 11, 18, 0.98);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px 10px;
    border-bottom: 1px solid var(--faint);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(4, 11, 18, 0.9), rgba(4, 11, 18, 0.82) 42%, rgba(4, 11, 18, 0.98)),
      linear-gradient(90deg, rgba(4, 11, 18, 0.96), rgba(7, 17, 29, 0.76));
  }

  .hero-content {
    width: min(100% - 28px, 680px);
    margin-left: 14px;
    margin-right: 14px;
    max-width: none;
    padding-block: 120px 58px;
  }

  h1 {
    font-size: 40px;
    line-height: 1.05;
  }

  .hero-copy {
    font-size: 17px;
  }

  .hero-actions,
  .cta-layout,
  .footer-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
    min-height: 50px;
  }

  .section {
    padding-block: 76px;
  }

  .section-intro {
    padding-block: 66px;
  }

  .trust-grid,
  .service-grid,
  .package-grid,
  .project-grid,
  .process-steps,
  .document-list,
  .contact-options {
    grid-template-columns: 1fr;
  }

  .proof-images {
    grid-template-columns: 1fr;
  }

  .proof-images img,
  .project-card img {
    aspect-ratio: 4 / 3;
  }

  .article-service-links {
    grid-template-columns: 1fr;
  }

  .documentation-image img {
    max-height: none;
    aspect-ratio: 4 / 5;
  }

  .contact-form {
    padding: 22px;
  }

  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    display: block;
    border-top: 1px solid var(--faint);
    background: rgba(4, 11, 18, 0.96);
    padding: 10px 14px;
    backdrop-filter: blur(14px);
  }
}

@media (max-width: 560px) {
  .wrap,
  .header-inner,
  .footer-bottom,
  .hero-content {
    width: min(calc(100% - 28px), 362px);
    margin-left: 14px;
    margin-right: 14px;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 20px;
  }

  .eyebrow {
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .trust-grid article,
  .service-grid article,
  .package-grid article,
  .process-steps article,
  .document-list article,
  .project-card div {
    padding: 22px;
  }
}
