:root {
  --ink: #102232;
  --navy: #064767;
  --navy-deep: #07344e;
  --steel: #5d7483;
  --muted: #6b7d88;
  --gold: #f0a019;
  --gold-deep: #c97a00;
  --teal: #197d82;
  --green: #3d8f67;
  --mist: #f5f8fa;
  --cloud: #eef4f7;
  --white: #ffffff;
  --line: #dbe6ec;
  --shadow: 0 20px 60px rgba(11, 42, 61, 0.12);
  --radius: 8px;
  --container: 1180px;
  --header-height: 84px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
}

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

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

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

input,
select,
textarea {
  width: 100%;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 14px;
  color: var(--white);
  background: var(--navy);
  border-radius: var(--radius);
}

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

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: var(--header-height);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(219, 230, 236, 0.78);
  backdrop-filter: blur(16px);
}

.site-header.is-scrolled {
  box-shadow: 0 12px 34px rgba(11, 42, 61, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-height);
  gap: 22px;
}

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

.brand img {
  width: 58px;
  height: 52px;
  object-fit: contain;
}

.brand span {
  display: grid;
  line-height: 1.05;
}

.brand strong {
  color: var(--navy);
  font-size: 0.98rem;
  font-weight: 800;
  max-width: 260px;
}

.brand small {
  color: var(--gold-deep);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.site-nav a,
.header-cta {
  border-radius: var(--radius);
  font-weight: 750;
  font-size: 0.94rem;
}

.site-nav a {
  padding: 10px 13px;
  color: var(--navy-deep);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--navy);
  background: var(--cloud);
}

.header-cta {
  flex: 0 0 auto;
  padding: 11px 15px;
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 10px 24px rgba(6, 71, 103, 0.17);
}

.header-cta:hover,
.header-cta:focus-visible {
  background: var(--navy-deep);
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--navy);
  background: var(--cloud);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  display: block;
  width: 19px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  content: "";
}

.menu-icon {
  position: relative;
}

.menu-icon::before,
.menu-icon::after {
  position: absolute;
  left: 0;
}

.menu-icon::before {
  top: -6px;
}

.menu-icon::after {
  top: 6px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  position: relative;
  min-height: min(760px, calc(100svh - var(--header-height) - 70px));
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 33%, rgba(255, 255, 255, 0.58) 52%, rgba(255, 255, 255, 0.08) 100%),
    url("hero-software-studio.jpg") center right / cover no-repeat;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: var(--line);
  content: "";
}

.hero-content {
  padding-block: clamp(60px, 8vw, 116px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 620px;
  margin: 0;
  color: var(--navy-deep);
  font-size: clamp(3.1rem, 6vw, 6.5rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 600px;
  margin: 24px 0 0;
  color: #354d5b;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 850;
  line-height: 1.1;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 16px 32px rgba(6, 71, 103, 0.2);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--navy-deep);
}

.button-secondary {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.86);
  border-color: var(--line);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: var(--cloud);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, 720px);
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid rgba(219, 230, 236, 0.86);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow);
}

.hero-proof div {
  min-height: 112px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.92);
}

.hero-proof strong {
  display: block;
  color: var(--navy);
  font-size: 1.3rem;
  line-height: 1.1;
}

.hero-proof span {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.4;
}

.section,
.section-band,
.contact-section {
  padding-block: clamp(70px, 9vw, 118px);
  scroll-margin-top: calc(var(--header-height) + 24px);
}

.section-band {
  background: var(--mist);
  border-block: 1px solid var(--line);
}

.intro-grid,
.split-layout,
.quality-grid,
.contact-grid,
.faq-layout,
.process-layout {
  display: grid;
  gap: clamp(34px, 6vw, 76px);
}

.intro-grid {
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
}

.intro-grid h2,
.section-heading h2,
.quality-copy h2,
.contact-copy h2,
.faq-layout h2,
.split-layout h2 {
  margin: 0;
  color: var(--navy-deep);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.intro-grid p:last-child,
.section-heading p,
.quality-copy p,
.contact-copy p {
  margin: 0;
  color: #425866;
  font-size: 1.08rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-heading.compact {
  max-width: 480px;
  margin: 0;
}

.section-heading p {
  margin-top: 16px;
}

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

.service-card,
.engagement-card,
.faq-item,
.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.service-card {
  min-height: 286px;
  padding: 26px;
  box-shadow: 0 16px 40px rgba(12, 53, 77, 0.07);
}

.service-card-link {
  display: block;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-card-link:hover,
.service-card-link:focus-visible {
  border-color: #bfd7e0;
  box-shadow: 0 22px 54px rgba(12, 53, 77, 0.12);
  transform: translateY(-2px);
}

.service-card h3,
.engagement-card h3,
.process-steps h3 {
  margin: 18px 0 10px;
  color: var(--navy-deep);
  font-size: 1.2rem;
  line-height: 1.2;
}

.service-card p,
.engagement-card p,
.process-steps p,
.faq-panel p {
  margin: 0;
  color: var(--muted);
}

.card-link-text {
  display: inline-flex;
  margin-top: 18px;
  color: var(--navy);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.card-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--navy);
  background: #e8f3f5;
  border: 1px solid #cfe3e7;
  border-radius: var(--radius);
}

.card-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.section-contrast {
  color: var(--white);
  background: var(--navy-deep);
}

.section-contrast .section-kicker {
  color: #f7bf55;
}

.section-contrast h2,
.section-contrast h3 {
  color: var(--white);
}

.section-contrast .section-heading p {
  color: #c7d8e1;
}

.process-layout {
  grid-template-columns: 0.9fr 1.6fr;
  align-items: start;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
}

.process-steps li {
  min-height: 230px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.06);
}

.process-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 34px;
  color: var(--navy-deep);
  background: var(--gold);
  border-radius: var(--radius);
  font-weight: 900;
}

.process-steps p {
  color: #cadce4;
}

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

.engagement-card {
  min-height: 235px;
  padding: 24px;
  border-top: 4px solid var(--gold);
}

.quality-section {
  background: linear-gradient(180deg, #ffffff 0%, #f6fafb 100%);
}

.quality-grid {
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
}

.quality-copy p {
  margin-top: 18px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 26px;
  color: var(--navy);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.quality-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow);
}

.quality-list div {
  min-height: 174px;
  padding: 25px;
  background: var(--white);
}

.quality-list strong {
  display: block;
  color: var(--navy-deep);
  font-size: 1.08rem;
  line-height: 1.25;
}

.quality-list span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
}

.split-layout {
  grid-template-columns: 0.75fr 1.25fr;
  align-items: start;
}

.industry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.industry-list span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  color: var(--navy-deep);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 760;
}

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

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

.article-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 40px rgba(12, 53, 77, 0.07);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.article-card:hover,
.article-card:focus-visible {
  border-color: #bfd7e0;
  box-shadow: 0 22px 54px rgba(12, 53, 77, 0.12);
  transform: translateY(-2px);
}

.article-card h2,
.article-card h3 {
  margin: 0;
  color: var(--navy-deep);
  font-size: 1.45rem;
  line-height: 1.16;
}

.article-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.article-meta,
.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--navy);
  background: var(--cloud);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 900;
}

.proof-card,
.detail-card,
.metric-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.proof-card {
  display: grid;
  min-height: 210px;
  padding: 25px;
  box-shadow: 0 16px 40px rgba(12, 53, 77, 0.07);
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.proof-card:hover,
.proof-card:focus-visible {
  border-color: #bfd7e0;
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(12, 53, 77, 0.12);
}

.proof-card h3,
.detail-card h3,
.metric-card strong {
  margin: 0;
  color: var(--navy-deep);
  font-size: 1.18rem;
  line-height: 1.22;
}

.proof-card p,
.detail-card p,
.metric-card span {
  margin: 10px 0 0;
  color: var(--muted);
}

.page-hero {
  padding-block: clamp(66px, 9vw, 118px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 48%, rgba(255, 255, 255, 0.52) 100%),
    url("hero-software-studio.jpg") center right / cover no-repeat;
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  max-width: 800px;
  margin: 0;
  color: var(--navy-deep);
  font-size: clamp(2.65rem, 5.8vw, 5.2rem);
  line-height: 0.98;
}

.page-hero p {
  max-width: 720px;
  margin: 22px 0 0;
  color: #354d5b;
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 760;
}

.breadcrumb a {
  color: var(--navy);
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 3px;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.content-grid,
.detail-grid,
.metric-grid {
  display: grid;
  gap: 18px;
}

.content-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: start;
}

.content-copy h2,
.cta-panel h2 {
  margin: 0;
  color: var(--navy-deep);
  font-size: clamp(1.8rem, 3.4vw, 2.75rem);
  line-height: 1.08;
}

.content-copy h3 {
  margin: 34px 0 10px;
  color: var(--navy-deep);
  font-size: 1.3rem;
  line-height: 1.2;
}

.content-copy .lead {
  color: #354d5b;
  font-size: 1.18rem;
}

.content-copy p,
.content-copy li {
  color: #425866;
  font-size: 1.04rem;
}

.content-copy p {
  margin: 14px 0 0;
}

.content-copy ul,
.content-copy ol {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 22px;
}

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

.detail-card,
.metric-card {
  padding: 24px;
}

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

.cta-panel {
  position: sticky;
  top: calc(var(--header-height) + 28px);
  padding: 26px;
  color: var(--white);
  background: var(--navy-deep);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.cta-panel h2 {
  color: var(--white);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.cta-panel p {
  margin: 14px 0 0;
  color: #c9d9e1;
}

.cta-panel .button {
  margin-top: 22px;
  background: var(--gold);
  color: var(--navy-deep);
  box-shadow: none;
}

.cta-panel .button:hover,
.cta-panel .button:focus-visible {
  background: #f4b446;
}

.related-section {
  background: var(--mist);
  border-block: 1px solid var(--line);
}

.faq-layout {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
}

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

.faq-item {
  overflow: hidden;
}

.faq-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  padding: 22px 24px;
  color: var(--navy-deep);
  background: var(--white);
  border: 0;
  cursor: pointer;
  font-weight: 850;
  text-align: left;
}

.faq-button span {
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.faq-button span::before,
.faq-button span::after {
  position: absolute;
  inset: 8px 0 auto;
  height: 2px;
  background: var(--gold-deep);
  content: "";
}

.faq-button span::after {
  transform: rotate(90deg);
  transition: transform 160ms ease;
}

.faq-button[aria-expanded="true"] span::after {
  transform: rotate(0deg);
}

.faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 180ms ease;
}

.faq-item.is-open .faq-panel {
  grid-template-rows: 1fr;
}

.faq-panel p {
  min-height: 0;
  overflow: hidden;
  padding: 0 24px;
}

.faq-item.is-open .faq-panel p {
  padding-bottom: 22px;
}

.contact-section {
  color: var(--white);
  background: var(--navy-deep);
}

.contact-grid {
  grid-template-columns: 0.82fr 1.18fr;
  align-items: start;
}

.contact-copy .section-kicker {
  color: #f7bf55;
}

.contact-copy h2 {
  color: var(--white);
}

.contact-copy p {
  margin-top: 18px;
  color: #c9d9e1;
}

.contact-details {
  display: grid;
  gap: 12px;
  margin-top: 30px;
  font-style: normal;
}

.contact-details a {
  display: inline-flex;
  width: fit-content;
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: rgba(240, 160, 25, 0.8);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  color: var(--ink);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

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

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--navy-deep);
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: #f8fbfc;
  border: 1px solid #cddce4;
  border-radius: var(--radius);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form textarea {
  min-height: 142px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(25, 125, 130, 0.12);
}

.form-button {
  width: fit-content;
  cursor: pointer;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--green);
  font-weight: 760;
}

.site-footer {
  padding-block: 28px;
  color: #d6e3e9;
  background: #061f30;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-brand img {
  width: 58px;
  height: 52px;
  object-fit: contain;
  border-radius: 6px;
}

.footer-inner p {
  margin: 0;
  color: #c9d7df;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  font-weight: 760;
}

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

:focus-visible {
  outline: 3px solid rgba(240, 160, 25, 0.72);
  outline-offset: 3px;
}

@media (max-width: 1040px) {
  .header-cta {
    display: none;
  }

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

  .process-layout,
  .quality-grid,
  .contact-grid,
  .faq-layout,
  .split-layout,
  .intro-grid,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .cta-panel {
    position: static;
  }
}

@media (max-width: 780px) {
  :root {
    --header-height: 74px;
  }

  .container {
    width: min(100% - 30px, var(--container));
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 15px;
    right: 15px;
    display: grid;
    gap: 4px;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 13px 12px;
  }

  .brand img {
    width: 50px;
    height: 46px;
  }

  .brand small {
    font-size: 0.68rem;
  }

  .hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 52%, rgba(255, 255, 255, 0.62) 100%),
      url("hero-software-studio.jpg") center right / cover no-repeat;
  }

  .hero-content {
    padding-block: 52px 70px;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 12vw, 4.15rem);
  }

  .hero-proof,
  .process-steps,
  .quality-list,
  .field-row {
    grid-template-columns: 1fr;
  }

  .hero-proof div {
    min-height: 94px;
  }

  .service-grid,
  .engagement-grid,
  .link-grid,
  .article-card,
  .detail-grid,
  .metric-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .engagement-card,
  .process-steps li,
  .quality-list div {
    min-height: auto;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .hero-actions,
  .button,
  .form-button {
    width: 100%;
  }

  .brand span {
    max-width: 190px;
  }

  .brand strong {
    font-size: 0.92rem;
  }

  .section,
  .section-band,
  .contact-section,
  .page-hero {
    padding-block: 60px;
  }

  .service-card,
  .engagement-card,
  .process-steps li,
  .quality-list div,
  .contact-form {
    padding: 22px;
  }
}

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