:root {
  --acetec-primary: #34339a;
  --acetec-primary-dark: #22216f;
  --acetec-primary-light: #eeefff;
  --acetec-ink: #17172d;
  --acetec-text: #44445a;
  --acetec-muted: #6b6b80;
  --acetec-line: #e2e3ee;
  --acetec-soft: #f5f6fb;
  --acetec-white: #ffffff;
  --acetec-radius: 1.25rem;
  --acetec-shadow: 0 1.25rem 3.75rem rgba(34, 33, 111, 0.1);
  --bs-primary: #34339a;
  --bs-primary-rgb: 52, 51, 154;
}

html {
  scroll-padding-top: 6rem;
}

body {
  background: var(--acetec-soft);
  color: var(--acetec-text);
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
}

a {
  color: var(--acetec-primary);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--acetec-primary-dark);
}

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

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 15px;
  right: 15px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  transition: all 0.4s;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-float i {
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.whatsapp-float::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.6s;
  background-color: #25d366;
  transform: scale(1);
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: white;
}

.whatsapp-float:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: white;
}

.whatsapp-float:hover::after {
  transform: scale(1.4);
  opacity: 0;
  color: white;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background: var(--acetec-white);
  border-radius: 0.5rem;
  box-shadow: var(--acetec-shadow);
  clip: auto !important;
  clip-path: none;
  color: var(--acetec-ink);
  display: block;
  height: auto;
  left: 1rem;
  padding: 1rem;
  top: 1rem;
  width: auto;
  z-index: 100000;
}

.btn {
  border-radius: 0.65rem;
  font-weight: 700;
  padding: 0.75rem 1.25rem;
}

.btn-lg {
  padding: 0.95rem 1.5rem;
}

.btn-primary {
  --bs-btn-bg: var(--acetec-primary);
  --bs-btn-border-color: var(--acetec-primary);
  --bs-btn-hover-bg: var(--acetec-primary-dark);
  --bs-btn-hover-border-color: var(--acetec-primary-dark);
  --bs-btn-active-bg: var(--acetec-primary-dark);
  --bs-btn-active-border-color: var(--acetec-primary-dark);
}

.btn-outline-primary {
  --bs-btn-color: var(--acetec-primary);
  --bs-btn-border-color: var(--acetec-primary);
  --bs-btn-hover-bg: var(--acetec-primary);
  --bs-btn-hover-border-color: var(--acetec-primary);
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(226, 227, 238, 0.9);
  box-shadow: 0 0.25rem 1.5rem rgba(34, 33, 111, 0.04);
  position: sticky;
  top: 0;
  z-index: 1030;
}

.admin-bar .site-header {
  top: 32px;
}

.site-header .navbar {
  min-height: 5rem;
  padding: 0.65rem 0;
}

.navbar-brand {
  margin-right: 2rem;
  padding: 0;
}

.site-logo {
  height: 3.5rem;
  object-fit: contain;
  object-position: left center;
  width: auto;
}

.navbar-toggler {
  border-color: var(--acetec-line);
  box-shadow: none !important;
}

.site-header .nav-link,
.site-header .menu-item > a {
  border-radius: 0.5rem;
  color: var(--acetec-ink);
  display: block;
  font-size: 0.92rem;
  font-weight: 650;
  padding: 0.6rem 0.65rem !important;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus,
.site-header .nav-link.active,
.site-header .menu-item > a:hover,
.site-header .current-menu-item > a {
  color: var(--acetec-primary);
}

.site-header .nav-link--cta {
  background: var(--acetec-primary);
  color: var(--acetec-white);
  margin-left: 0.35rem;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.site-header .nav-link--cta:hover,
.site-header .nav-link--cta:focus,
.site-header .nav-link--cta.active {
  background: var(--acetec-primary-dark);
  color: var(--acetec-white);
}

.onepage-section {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.section-soft {
  background: var(--acetec-soft);
}

.eyebrow {
  color: var(--acetec-primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.eyebrow--light {
  color: #c9caff;
}

.section-title,
.hero-title,
.page-title,
.entry-title {
  color: var(--acetec-ink);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.35rem);
}

.section-lead {
  color: var(--acetec-muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.hero-section {
  background: linear-gradient(135deg, #f7f7ff 0%, #ffffff 50%, #ececff 100%);
  min-height: calc(100vh - 5rem);
  padding: clamp(5rem, 10vw, 8rem) 0;
}

.hero-title {
  font-size: clamp(2.65rem, 5.5vw, 5.25rem);
}

.hero-lead {
  color: var(--acetec-muted);
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  max-width: 41rem;
}

.hero-shape {
  border: 1px solid rgba(52, 51, 154, 0.14);
  border-radius: 50%;
  position: absolute;
}

.hero-shape--one {
  height: 36rem;
  right: -12rem;
  top: -14rem;
  width: 36rem;
}

.hero-shape--two {
  bottom: -10rem;
  height: 24rem;
  left: -10rem;
  width: 24rem;
}

.hero-visual {
  backface-visibility: hidden;
  background: var(--acetec-white);
  border: 1px solid rgba(52, 51, 154, 0.1);
  border-radius: 2rem;
  box-shadow: 0 2rem 5rem rgba(34, 33, 111, 0.16);
  max-width: 32rem;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3rem);
  position: relative;
  transform: perspective(75rem) rotateZ(2deg) rotateX(0deg) rotateY(0deg);
  transform-origin: bottom right;
  transform-style: preserve-3d;
  transition:
    transform 0.55s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.55s ease;
  will-change: transform;
}

.hero-visual::before {
  /* background: var(--acetec-primary); */
  border-radius: 2rem;
  content: "";
  inset: 1rem -1rem -1rem 1rem;
  position: absolute;
  z-index: -1;
}

.hero-visual img {
  backface-visibility: hidden;
  margin: 0 auto;
  transform: rotate(-2deg) translateZ(1.5rem);
  transition: transform 0.55s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.hero-visual__detail {
  border-top: 1px solid var(--acetec-line);
  display: block;
  margin-top: 2rem;
  padding-top: 1.5rem;
  transform: rotate(-2deg) translateZ(1rem);
  transition: transform 0.55s cubic-bezier(0.2, 0.75, 0.25, 1);
}

@media (hover: hover) and (pointer: fine) {
  .hero-visual:hover {
    box-shadow: 1.25rem 2.75rem 5.5rem rgba(34, 33, 111, 0.22);
    transform: perspective(75rem) rotateZ(0.5deg) rotateX(-6deg) rotateY(-8deg)
      translate3d(-0.3rem, -0.35rem, 0);
  }

  .hero-visual:hover img {
    transform: rotate(-0.5deg) translate3d(-0.15rem, -0.1rem, 2.25rem);
  }

  .hero-visual:hover .hero-visual__detail {
    transform: rotate(-0.5deg) translate3d(-0.1rem, 0, 1.6rem);
  }
}

.hero-visual__detail strong,
.hero-visual__detail span {
  display: block;
}

.hero-visual__detail strong {
  color: var(--acetec-ink);
  font-size: 1.1rem;
}

.hero-visual__detail span {
  color: var(--acetec-muted);
  font-size: 0.9rem;
  margin-top: 0.2rem;
}

.about-panel {
  background: var(--acetec-primary);
  border-radius: 1.75rem;
  box-shadow: var(--acetec-shadow);
  color: var(--acetec-white);
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.35;
  min-height: 27rem;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem);
}

.about-panel::after {
  background: linear-gradient(
    180deg,
    rgba(23, 23, 45, 0.08) 20%,
    rgba(23, 23, 45, 0.88) 100%
  );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.about-panel__mark {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  transition: transform 0.6s ease;
  width: 100%;
}

.about-panel:hover .about-panel__mark {
  transform: scale(1.035);
}

.about-panel p {
  margin-top: 13rem;
  position: relative;
  text-shadow: 0 0.15rem 1rem rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.value-item {
  align-items: center;
  color: var(--acetec-ink);
  display: flex;
  font-weight: 700;
  gap: 0.65rem;
}

.value-item span {
  align-items: center;
  background: var(--acetec-primary-light);
  border-radius: 50%;
  color: var(--acetec-primary);
  display: inline-flex;
  flex: 0 0 2rem;
  height: 2rem;
  justify-content: center;
}

.service-card {
  background: var(--acetec-white);
  border-radius: var(--acetec-radius);
  box-shadow: 0 0.75rem 2.5rem rgba(34, 33, 111, 0.07);
	transition:
		transform 180ms ease,
		box-shadow 180ms ease;
}

.service-card:has(.stretched-link),
.product-card:has(.stretched-link),
.solution-card:has(.stretched-link) {
	cursor: pointer;
}

.service-card:hover {
  box-shadow: var(--acetec-shadow);
  transform: translateY(-0.4rem);
}

.service-card__number {
  align-items: center;
  background: var(--acetec-primary-light);
  border-radius: 0.75rem;
  color: var(--acetec-primary);
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 800;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.service-card h3,
.product-card h3,
.news-card h3 {
  color: var(--acetec-ink);
	font-weight: 750;
}

.service-card h3 a,
.product-card h3 a {
	color: var(--acetec-ink);
}

.service-card__media img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
	width: 100%;
}

.service-card__excerpt,
.product-card__excerpt {
	color: var(--acetec-muted);
}

.service-card__excerpt p,
.product-card__excerpt p {
	margin-bottom: 0;
}

.faq-section .row > * {
  min-width: 0;
}

.faq-section .section-title,
.faq-section .section-lead {
  max-width: 100%;
  overflow-wrap: break-word;
}

.faq-section .accordion,
.faq-section .accordion-item,
.faq-section .accordion-header,
.faq-section .accordion-collapse,
.faq-section .accordion-body {
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.accordion-item {
  border-color: var(--acetec-line);
  overflow: hidden;
}

.accordion-button {
  align-items: center;
  color: var(--acetec-ink);
  font-size: 1.05rem;
  font-weight: 750;
  gap: 1rem;
  line-height: 1.45;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 1.4rem 0;
  text-align: left;
  white-space: normal;
  word-break: normal;
}

.accordion-button::after {
  flex: 0 0 var(--bs-accordion-btn-icon-width);
  margin-left: auto;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  color: var(--acetec-primary);
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  color: var(--acetec-muted);
  overflow-wrap: anywhere;
  padding: 0 2rem 1.5rem 0;
}

.store-section {
  background: linear-gradient(
    135deg,
    var(--acetec-primary-dark),
    var(--acetec-primary)
  );
}

.product-card {
  backface-visibility: hidden;
  background: var(--acetec-white);
  border-radius: var(--acetec-radius);
  color: var(--acetec-text);
  overflow: hidden;
  transform: perspective(75rem) rotateZ(0deg) rotateX(0deg) rotateY(0deg);
  transform-origin: bottom left;
  transform-style: preserve-3d;
  transition:
    transform 0.55s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.55s ease;
  will-change: transform;
}

.product-card__media {
  align-items: center;
  background: linear-gradient(135deg, #eeeeff, #dadaff);
  display: flex;
  height: 15rem;
  justify-content: center;
  overflow: hidden;
  transform: translateZ(0.75rem);
  transition: transform 0.55s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.product-card .card-body {
  backface-visibility: hidden;
  transform: translateZ(1rem);
  transition: transform 0.55s cubic-bezier(0.2, 0.75, 0.25, 1);
}

@media (hover: hover) and (pointer: fine) {
  .product-card:hover {
    box-shadow: -1.25rem 2.75rem 5.5rem rgba(15, 14, 72, 0.28);
    transform: perspective(75rem) rotateZ(-0.5deg) rotateX(-6deg) rotateY(8deg)
      translate3d(0.3rem, -0.35rem, 0);
  }

  .product-card:hover .product-card__media {
    transform: translate3d(0.15rem, -0.1rem, 1.6rem);
  }

  .product-card:hover .card-body {
    transform: translate3d(0.1rem, 0, 1.75rem);
  }
}

.product-card__media img {
  object-fit: cover;
}

.product-card__media span {
  color: rgba(52, 51, 154, 0.16);
  font-size: 6rem;
  font-weight: 900;
}

.news-card {
  border: transparent;
  border-radius: var(--acetec-radius);
  box-shadow: 0 0.75rem 2.5rem rgba(34, 33, 111, 0.06);
  overflow: hidden;
  transition: 0.35s ease;
}

.news-card:hover {
  transform: translateY(-8px);
}

.news-card__media img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.news-card__date {
  color: var(--acetec-muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.news-card h3 a {
  color: var(--acetec-ink);
}

.news-card__excerpt {
  color: var(--acetec-muted);
}

.news-card__excerpt p {
  margin-bottom: 0;
}

.news-card__link {
	font-weight: 750;
}

.solution-card {
	border: 1px solid var(--acetec-line);
	border-radius: var(--acetec-radius);
	box-shadow: 0 0.75rem 2.5rem rgba(34, 33, 111, 0.07);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.solution-card:hover {
	box-shadow: var(--acetec-shadow);
	transform: translateY(-8px);
}

.solution-card__media img,
.solution-card__placeholder {
	aspect-ratio: 16 / 10;
	object-fit: cover;
	width: 100%;
}

.solution-card__placeholder {
	align-items: center;
	background: linear-gradient(135deg, #eeeeff, #dadaff);
	display: flex;
	justify-content: center;
}

.solution-card__placeholder span {
	color: rgba(52, 51, 154, 0.16);
	font-size: 6rem;
	font-weight: 900;
}

.solution-card__type {
	color: var(--acetec-primary);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.solution-card__title a {
	color: var(--acetec-ink);
}

.solution-card__excerpt {
	color: var(--acetec-muted);
}

.solution-card__excerpt p {
	margin-bottom: 0;
}

.solution-card__link {
	font-weight: 750;
}

.solution-entry {
	margin-left: auto;
	margin-right: auto;
	max-width: 62rem;
}

.solution-entry__thumbnail img {
	max-height: 38rem;
	object-fit: cover;
}

.contact-section {
  background: var(--acetec-soft);
}

.contact-panel {
  background: var(--acetec-white);
  border: 1px solid var(--acetec-line);
  border-radius: 2rem;
  box-shadow: var(--acetec-shadow);
  padding: clamp(2rem, 6vw, 5rem);
}

.contact-column {
  background: var(--acetec-soft);
  border-radius: var(--acetec-radius);
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2rem);
  box-shadow: 0 0.75rem 2.5rem rgba(34, 33, 111, 0.06);
}

.contact-column:hover {
  transition: 0.35s ease;
  transform: translateY(-6px);
}

.contact-column__title {
  color: var(--acetec-ink);
  font-size: 1.4rem;
  font-weight: 750;
  margin-bottom: 1.25rem;
}

.contact-address,
.contact-social-text {
  color: var(--acetec-muted);
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.contact-address {
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}

.contact-column .contact-link {
  background: var(--acetec-white);
}

.contact-link {
  background: var(--acetec-soft) !important;
  border: 1px solid transparent;
  border-radius: 1rem;
  color: var(--acetec-ink);
  display: block;
  padding: 1.15rem 1.35rem;
  box-shadow: 0 0.75rem 2.5rem rgba(34, 33, 111, 0.06);
}

.contact-link:hover,
.contact-link:focus {
  border-color: var(--acetec-primary);
  color: var(--acetec-primary);
}

.contact-link small,
.contact-link strong {
  display: block;
}

.contact-link small {
  color: var(--acetec-muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-link strong {
  font-size: 1rem;
  line-height: 1.45;
  margin-top: 0.35rem;
}

.contact-social-title {
  color: var(--acetec-ink);
  font-weight: 750;
}

.social-mark {
  display: inline-block;
  font-size: 1.1em;
  font-weight: 800;
  margin-right: 0.3rem;
}

.contact-form input:not([type="submit"]),
.contact-form textarea,
.contact-form select {
  border: 1px solid var(--acetec-line);
  border-radius: 0.65rem;
  padding: 0.8rem 1rem;
  width: 100%;
}

.section-space {
  padding: 4rem 0;
}

.page-header,
.entry-single,
.site-sidebar,
.comments-area,
.empty-state {
  background: var(--acetec-white);
  border: 1px solid var(--acetec-line);
  border-radius: var(--acetec-radius);
  box-shadow: var(--acetec-shadow);
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.page-title,
.entry-title {
  font-size: clamp(2rem, 4vw, 3.6rem);
  margin: 0;
}

.page-subtitle,
.archive-description,
.entry-card__meta,
.entry-meta {
  color: var(--acetec-muted);
}

.content-grid {
  margin-top: 1.5rem;
}

.content-grid .entry-card + .entry-card {
  margin-top: 1.5rem;
}

.entry-card {
  background: var(--acetec-white);
  border: 1px solid var(--acetec-line);
  border-radius: var(--acetec-radius);
  box-shadow: var(--acetec-shadow);
  overflow: hidden;
  transition: 0.35s ease;
}

.entry-card:hover {
  transform: translateY(-8px);
}

.entry-card__media img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.entry-card__body {
  padding: 1.5rem;
}

.entry-card__title {
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 750;
  line-height: 1.2;
  margin: 0.5rem 0 0.85rem;
}

.entry-card__title a,
.entry-title a,
.post-nav__title {
  color: var(--acetec-ink);
}

.entry-thumbnail {
  margin: 1.75rem 0;
}

.entry-thumbnail img {
  border-radius: 1rem;
  width: 100%;
}

.entry-content > * + *,
.comment-content > * + * {
  margin-top: 1rem;
}

.entry-content blockquote {
  background: var(--acetec-primary-light);
  border-left: 4px solid var(--acetec-primary);
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
}

.post-share,
.entry-taxonomy {
  border-top: 1px solid var(--acetec-line);
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.post-share__links,
.entry-taxonomy,
.search-form__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.post-share__link,
.button-link {
  background: var(--acetec-primary);
  border-radius: 0.65rem;
  color: var(--acetec-white);
  display: inline-flex;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

.post-share__link:hover,
.button-link:hover {
  background: var(--acetec-primary-dark);
  color: var(--acetec-white);
}

.search-field {
  flex: 1 1 15rem;
}

.site-sidebar ul,
.footer-widgets ul,
.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comments-area,
.post-navigation,
.search-page__form {
  margin-top: 1.5rem;
}

.blog-search {
  background: var(--acetec-white);
  border: 1px solid var(--acetec-line);
  border-radius: var(--acetec-radius);
  box-shadow: 0 0.75rem 2.5rem rgba(34, 33, 111, 0.06);
  padding: 1rem;
}

.blog-sidebar {
  position: sticky;
  top: 6.5rem;
}

.blog-sidebar .widget + .widget {
  border-top: 1px solid var(--acetec-line);
  margin-top: 1.75rem;
  padding-top: 1.75rem;
}

.widget-title {
  color: var(--acetec-ink);
  font-size: 1.35rem;
  font-weight: 750;
  margin-bottom: 1rem;
}

.blog-categories {
  display: block;
}

.blog-category-item + .blog-category-item {
  border-top: 1px solid var(--acetec-line);
}

.blog-category-item a {
  align-items: center;
  color: var(--acetec-ink);
  display: flex;
  font-weight: 650;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.7rem 0;
}

.blog-category-item a:hover,
.blog-category-item a:focus {
  color: var(--acetec-primary);
}

.blog-category-count {
  align-items: center;
  background: var(--acetec-primary-light);
  border-radius: 999px;
  color: var(--acetec-primary);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 800;
  height: 1.75rem;
  justify-content: center;
  min-width: 1.75rem;
  padding: 0 0.45rem;
}

.navigation.pagination {
  display: block;
  margin-top: 2.5rem;
}

.navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

.navigation.pagination .page-numbers {
  align-items: center;
  background: var(--acetec-white);
  border: 1px solid var(--acetec-line);
  border-radius: 0.65rem;
  color: var(--acetec-ink);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 700;
  height: 2.75rem;
  justify-content: center;
  min-width: 2.75rem;
  padding: 0 0.8rem;
}

.navigation.pagination a.page-numbers:hover,
.navigation.pagination a.page-numbers:focus,
.navigation.pagination .page-numbers.current {
  background: var(--acetec-primary);
  border-color: var(--acetec-primary);
  color: var(--acetec-white);
}

.navigation.pagination .page-numbers.dots {
  background: transparent;
  border-color: transparent;
  min-width: auto;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.post-nav-card {
  background: var(--acetec-white);
  border: 1px solid var(--acetec-line);
  border-radius: var(--acetec-radius);
  box-shadow: 0 0.75rem 2.5rem rgba(34, 33, 111, 0.06);
  display: flex;
  flex-direction: column;
  padding: 1.35rem;
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.post-nav-card:hover,
.post-nav-card:focus {
  border-color: var(--acetec-primary);
  transform: translateY(-0.2rem);
}

.post-nav__label {
  color: var(--acetec-primary);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.post-nav__title {
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.45;
}

.post-nav-card--next {
  text-align: right;
}

.comment-body {
  background: var(--acetec-soft);
  border-radius: 1rem;
  padding: 1.25rem;
}

.comment-form input:not([type="submit"]),
.comment-form textarea {
  border: 1px solid var(--acetec-line);
  border-radius: 0.65rem;
  padding: 0.8rem 1rem;
  width: 100%;
}

.site-footer {
  background: var(--acetec-white);
  border-top: 1px solid var(--acetec-line);
  padding: 3rem 0 2rem;
}

.footer-brand img {
  height: 3.75rem;
  width: auto;
}

.footer-tagline,
.site-footer__meta {
  color: var(--acetec-muted);
}

.site-footer__meta {
  border-top: 1px solid var(--acetec-line);
  font-size: 0.88rem;
  text-align: center;
}

.site-footer__meta p {
  margin-bottom: 0;
}

.menu--footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
}

@media (max-width: 991.98px) {
  .site-header .navbar-collapse {
    border-top: 1px solid var(--acetec-line);
    margin-top: 0.75rem;
    padding: 0.75rem 0;
  }

  .site-header .nav-link--cta {
    margin: 0.35rem 0 0;
    text-align: center;
  }

  .hero-section {
    min-height: auto;
  }

  .blog-sidebar {
    position: static;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 575.98px) {
  .site-logo {
    height: 2.8rem;
  }

  .hero-visual::before {
    inset: 0.65rem -0.45rem -0.65rem 0.45rem;
  }

  .about-panel {
    min-height: 22rem;
  }

  .faq-section .accordion-button {
    font-size: 0.98rem;
    gap: 0.75rem;
    padding: 1.15rem 0;
  }

  .faq-section .accordion-body {
    padding: 0 0 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .service-card {
    transition: none;
  }
}
