/* Duo Dinamika — responsive company website. */
:root {
  --ink: #172f46;
  --text-main: #172f46;
  --text-body: #546373;
  --text-muted: #627182;
  --blue: #245cdb;
  --primary: #245cdb;
  --paper: #fafbf9;
  --line: #dce2e5;
  --font-heading: "Manrope", "Segoe UI", sans-serif;
  --font-sans: "DM Sans", "Segoe UI", sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
  color-scheme: light;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--text-body);
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
[hidden] {
  display: none !important;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
a,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
a {
  color: inherit;
  text-decoration: none;
}
a,
button {
  transition:
    color 0.2s,
    background 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5 {
  color: var(--ink);
  font-family: var(--font-heading);
  font-weight: 650;
  line-height: 1.25;
}
img {
  max-width: 100%;
  display: block;
}
svg {
  display: inline-block;
  vertical-align: middle;
}
.icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.icon-definitions {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
:focus-visible {
  outline: 3px solid #2a67e4;
  outline-offset: 5px;
  border-radius: 3px;
}
.container {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.section-spacing {
  padding-block: 80px;
}
.eyebrow {
  display: block;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.9px;
  line-height: 1.7;
  margin-bottom: 22px;
}
h2 {
  font-size: clamp(30px, 3.05vw, 44px);
  letter-spacing: -1.7px;
  line-height: 1.22;
}
.muted-heading {
  color: #778795;
}
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
}
.text-link:hover {
  color: var(--blue);
}
.text-link .icon {
  width: 17px;
  height: 17px;
  flex-basis: 17px;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 47px;
  padding: 13px 21px;
  border-radius: 5px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.btn-primary,
.btn-gold {
  color: white;
  background: var(--blue);
  border-color: var(--blue);
}
.btn-primary:hover,
.btn-gold:hover {
  background: #1949b6;
  border-color: #1949b6;
  box-shadow: 0 5px 15px #245cdb1c;
}
.btn-outline {
  color: var(--ink);
  border-color: #cfd8df;
  background: transparent;
}
.btn-outline:hover {
  border-color: var(--ink);
  background: #f2f5f7;
}
.btn-lg {
  min-height: 54px;
  padding: 16px 23px;
}
.btn-sm {
  min-height: 40px;
}
.icon-button {
  border: 1px solid var(--line);
  background: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  color: var(--ink);
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  background: white;
  padding: 12px 20px;
  z-index: 200;
}
.skip-link:focus {
  top: 10px;
}
/* Header and mobile navigation */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fafbf9f5;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.site-header.scrolled {
  box-shadow: 0 3px 20px #142e4708;
}
.nav-wrapper {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.brand-logo-img {
  width: 48px;
  height: 42px;
  object-fit: contain;
}
.brand-meta {
  display: flex;
  flex-direction: column;
}
.brand-name {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.15px;
  color: var(--ink);
  line-height: 1.6;
}
.brand-sub {
  font-size: 11px;
  font-weight: 500;
  color: #617484;
  line-height: 1.8;
  letter-spacing: 1.5px;
}
.desktop-nav {
  display: flex;
  gap: 29px;
  align-items: center;
}
.nav-link {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-block: 15px;
  color: #5c6873;
}
.nav-link:hover,
.nav-link.active {
  color: var(--blue);
}
.nav-link.active::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  bottom: 4px;
  left: calc(50% - 2px);
  background: var(--blue);
}
.header-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}
.header-cta {
  min-height: 44px;
  padding: 12px 17px;
}
.mobile-toggle {
  display: none;
}
.mobile-drawer-overlay {
  position: fixed;
  inset: 0;
  background: #0b213778;
  z-index: 80;
  backdrop-filter: blur(3px);
}
.mobile-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 90;
  width: min(390px, 100%);
  background: var(--paper);
  padding: 24px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
}
.mobile-nav-list {
  display: flex;
  flex-direction: column;
}
.mobile-nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}
.drawer-contact {
  margin-top: auto;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.drawer-contact .eyebrow {
  margin-bottom: 0;
}
.drawer-contact .text-link {
  font-size: 15px;
}
/* Hero */
.hero-section {
  padding-top: 48px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.16fr 1fr;
  align-items: center;
  gap: 64px;
  padding-bottom: 48px;
}
.hero-content {
  padding-top: 12px;
}
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 29px;
  font-size: 12px;
  letter-spacing: 1.7px;
}
.small-line {
  width: 25px;
  height: 1px;
  background: var(--blue);
}
h1 {
  font-size: clamp(48px, 4.9vw, 70px);
  letter-spacing: -3.8px;
  line-height: 1.14;
  font-weight: 650;
}
.hero-emphasis {
  position: relative;
  color: var(--blue);
  display: inline-block;
}
.hero-emphasis > svg {
  position: absolute;
  width: 100%;
  height: 13px;
  bottom: -11px;
  left: 0;
  color: #e6b85d;
}
.hero-description {
  margin-top: 31px;
  max-width: 460px;
  font-size: 17px;
  line-height: 1.95;
}
.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  margin-top: 31px;
}
.hero-cta-group .btn {
  font-size: 14px;
  padding-inline: 19px;
  gap: 15px;
}
.hero-cta-group .text-link {
  font-size: 14px;
  gap: 8px;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  color: #617282;
  font-size: 12px;
}
.hero-note .icon {
  width: 14px;
  height: 14px;
  flex-basis: 14px;
}
.hero-note > span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #9fadb9;
  margin-inline: 5px;
}
.hero-visual {
  position: relative;
  padding-right: 20px;
  padding-bottom: 25px;
}
.hero-photo {
  height: 498px;
  position: relative;
  border-radius: 100px 8px 8px 8px;
  overflow: hidden;
  background: #1e4875;
}
.hero-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 44%;
}
.photo-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    #0b28441a 0%,
    transparent 35%,
    #061c35d9 100%
  );
}
.photo-topline {
  position: absolute;
  inset: 36px 30px auto 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.8;
}
.photo-topline .icon {
  width: 27px;
  height: 27px;
}
.photo-caption {
  position: absolute;
  bottom: 100px;
  left: 34px;
  font-family: var(--font-heading);
  color: white;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.7px;
  line-height: 1.4;
}
.photo-caption span {
  color: #d7e4f1;
}
.hero-stamp {
  position: absolute;
  bottom: 0;
  left: -32px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 26px;
  background: white;
  border: 1px solid #e5eaf0;
  border-radius: 7px;
  box-shadow: 0 8px 24px #17365109;
}
.stamp-icon {
  background: #edf3fc;
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.hero-stamp strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
}
.hero-stamp div > span {
  font-size: 12px;
  display: block;
  margin-top: 3px;
}
.visual-index {
  position: absolute;
  top: 60px;
  right: -7px;
  writing-mode: vertical-rl;
  font-size: 10px;
  letter-spacing: 2px;
  color: #526579;
}
.expertise-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-block: 29px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.expertise-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: #526579;
}
.expertise-strip a {
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}
.expertise-strip a:hover {
  color: var(--blue);
}
.expertise-number {
  font-size: 11px;
  color: #526579;
  vertical-align: top;
  margin-right: 10px;
}
/* Introduction */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.about-copy {
  padding-top: 3px;
}
.about-copy .lead {
  color: var(--ink);
  font-size: 21px;
  line-height: 1.65;
  margin-bottom: 17px;
}
.about-copy > p + p {
  font-size: 16px;
  line-height: 1.9;
}
.about-copy .text-link {
  margin-top: 23px;
}
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 52px;
  padding-top: 33px;
  border-top: 1px solid var(--line);
}
.principle {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  padding-inline: 28px;
  border-right: 1px solid var(--line);
}
.principle:first-child {
  padding-left: 0;
}
.principle:last-child {
  border: 0;
}
.principle > .icon {
  color: var(--blue);
  width: 26px;
  height: 26px;
  flex-basis: 26px;
}
.principle h3 {
  font-size: 18px;
  margin-bottom: 7px;
}
.principle p {
  font-size: 14px;
}
.section-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  margin-bottom: 49px;
}
.section-heading-row > p {
  max-width: 325px;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 5px;
}
/* Product links and accent text */
.text-gradient,
.text-gradient-gold {
  color: var(--blue);
}
.products-line {
  border-top: 1px solid #d4dee6;
  margin-top: 37px;
  padding-top: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.products-line > span {
  font-size: 11px;
  color: #526579;
  letter-spacing: 1px;
}
.products-line > a {
  font-size: 16px;
  font-family: var(--font-heading);
  font-weight: 650;
  color: var(--ink);
}
.products-line a:hover {
  color: var(--blue);
}
.products-line .icon {
  width: 14px;
  height: 14px;
  margin-left: 6px;
}
/* Sectors */
.sector-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.sector-card {
  padding: 30px 22px 24px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.sector-card:first-child {
  padding-left: 0;
}
.sector-card:last-child {
  padding-right: 0;
  border-right: 0;
}
.sector-number {
  color: #526579;
  font-size: 12px;
  margin-bottom: 31px;
}
.sector-card h3 {
  font-size: 19px;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.sector-card p {
  font-size: 14px;
  line-height: 1.8;
}
.sector-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #d5dfe6;
  color: var(--blue);
  border-radius: 50%;
  margin-top: 25px;
}
.sector-link::after {
  content: "";
  position: absolute;
  inset: 0;
}
.sector-card:has(a:hover) {
  background: #f0f4f8;
}
/* Solution finder */
.wizard-section {
  background: #142e47;
  color: #b8cadb;
}
.finder-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 85px;
  align-items: start;
}
.finder-intro {
  padding-top: 21px;
}
.finder-intro .eyebrow {
  color: #a2c2ff;
}
.finder-intro h2 {
  color: white;
  font-size: 42px;
  line-height: 1.25;
}
.finder-intro h2 span {
  color: #9abef9;
}
.finder-intro > p {
  font-size: 16px;
  line-height: 1.9;
  max-width: 310px;
  margin-top: 24px;
}
.finder-steps {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 32px;
  font-size: 15px;
}
.finder-steps b {
  font-weight: 400;
  font-size: 12px;
  color: #9cbae0;
  margin-right: 15px;
}
.finder-note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #a5b9ce;
  border-top: 1px solid #365067;
  padding-top: 22px;
  margin-top: 32px;
}
.finder-note .icon {
  width: 14px;
  height: 14px;
  flex-basis: 14px;
}
.finder-intro noscript a {
  text-decoration: underline;
}
.wizard-card-wrapper {
  background: #fff;
  color: var(--text-body);
  border-radius: 8px;
  padding: 32px;
  min-width: 0;
}
.wizard-progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 32px;
  isolation: isolate;
}
.wizard-progress::before,
.progress-active-line {
  position: absolute;
  content: "";
  height: 1px;
  background: #dce4ec;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: -1;
}
.progress-active-line {
  background: var(--blue);
  width: 0;
  transition: width 0.25s;
}
.wizard-node {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 1px solid #d4dee8;
  color: #687c8f;
  background: #fff;
  font-size: 12px;
}
.wizard-node.active {
  background: var(--blue);
  border-color: var(--blue);
  color: white;
}
.wizard-node .icon {
  width: 13px;
  height: 13px;
  flex-basis: 13px;
}
.wizard-step-clean {
  display: none;
}
.wizard-step-clean.active {
  display: block;
}
.wizard-step-clean h3 {
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.wizard-step-clean .step-desc {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 8px;
  margin-bottom: 22px;
}
.wizard-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}
.wizard-select-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px 13px;
  border: 1px solid #dbe3ea;
  border-radius: 5px;
  cursor: pointer;
  transition:
    border-color 0.2s,
    background 0.2s;
  min-width: 0;
}
.wizard-select-item:hover {
  border-color: #819fcd;
  background: #f8faff;
}
.wizard-select-item.selected {
  border-color: var(--blue);
  background: #f0f5ff;
}
.radio-dot {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  border: 1px solid #b2c0cd;
  border-radius: 50%;
  margin-top: 3px;
}
.selected .radio-dot {
  border: 4px solid var(--blue);
}
.wizard-select-item h4 {
  font-size: 14px;
  font-family: var(--font-sans);
  font-weight: 600;
  line-height: 1.65;
}
.wizard-select-item p {
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.8;
}
.wizard-nav-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 23px;
}
.wizard-nav-btns .btn {
  font-size: 12px;
  min-height: 42px;
  padding: 11px 15px;
  gap: 10px;
}
.wizard-nav-btns .icon {
  width: 15px;
  height: 15px;
  flex-basis: 15px;
}
.wizard-nav-btns .text-link {
  font-size: 12px;
}
.result-badge-clean {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #147159;
  margin-bottom: 16px;
}
.result-badge-clean .icon {
  width: 15px;
  height: 15px;
}
#resultTitle {
  font-size: 23px !important;
  line-height: 1.4;
}
#resultDesc {
  font-size: 12px !important;
  margin-top: 10px;
}
.result-services-clean {
  display: grid;
  gap: 9px;
  margin-top: 23px;
}
.result-service-item {
  font-size: 14px;
  padding: 13px 15px;
  background: #f0f5fa;
  border-left: 2px solid var(--blue);
  line-height: 1.8;
}
.email-hint {
  font-size: 12px;
  margin-top: 20px;
}
/* FAQ */
.faq-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
}
.faq-layout > div > p {
  font-size: 15px;
  margin-top: 23px;
}
.faq-layout .text-link {
  margin-top: 10px;
  font-size: 15px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 550;
  line-height: 1.7;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary .icon {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
  color: #65798c;
  transition: transform 0.2s;
}
.faq-item[open] summary {
  color: var(--blue);
}
.faq-item[open] summary .icon {
  transform: rotate(180deg);
  color: var(--blue);
}
.faq-answer {
  padding: 0 28px 24px 0;
  font-size: 15px;
  line-height: 1.95;
}
.faq-answer a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
/* Phone and email contact */
.contact-section {
  background: #edf2f6;
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
}
.contact-info {
  padding-top: 17px;
}
.contact-info h2 {
  font-size: 47px;
}
.contact-info h2 > span {
  color: var(--blue);
}
.contact-info > p {
  font-size: 16px;
  line-height: 1.9;
  max-width: 330px;
  margin-top: 25px;
}
.contact-methods {
  margin-top: 28px;
}
.contact-method {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-block: 16px;
  color: var(--ink);
}
.contact-method > .icon:first-child {
  width: 36px;
  height: 36px;
  padding: 9px;
  flex-basis: 36px;
  border: 1px solid #cbd7e3;
  border-radius: 50%;
  color: var(--blue);
}
.contact-method > span {
  flex: 1;
  min-width: 0;
}
.contact-method small {
  display: block;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #526579;
}
.contact-method strong {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 650;
  display: block;
  overflow-wrap: anywhere;
}
.contact-method > .icon:last-child {
  width: 15px;
  height: 15px;
  flex-basis: 15px;
}
.contact-method:hover {
  color: var(--blue);
}
.office-info {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding-top: 25px;
  margin-top: 15px;
  border-top: 1px solid #d3dfe8;
}
.office-info .icon {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
  margin-top: 4px;
}
.office-info p {
  font-size: 15px;
  line-height: 1.9;
}
.office-hours {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
  margin-top: 20px;
  max-width: 320px;
}
.office-hours span {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.office-hours b {
  font-weight: 450;
  white-space: nowrap;
}
.form-box {
  padding: 35px;
  border-radius: 8px;
  background: white;
  border: 1px solid #e0e7ed;
  min-width: 0;
}
.form-box .eyebrow {
  font-size: 11px;
  margin-bottom: 13px;
}
.form-box > h3 {
  font-size: 26px;
  letter-spacing: -0.9px;
}
.form-box > p {
  font-size: 14px;
  line-height: 1.85;
  margin-top: 14px;
  margin-bottom: 26px;
}
.contact-form-clean {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.form-group-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.form-group label {
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
}
.form-group label > span {
  color: var(--blue);
}
.form-group input,
.form-group select,
.form-group textarea {
  border: 1px solid #d8e1e8;
  border-radius: 4px;
  padding: 12px;
  width: 100%;
  min-width: 0;
  color: var(--ink);
  background: #fff;
  font-size: 14px;
  line-height: 1.7;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #718294;
  opacity: 1;
}
.form-group textarea {
  resize: vertical;
  min-height: 105px;
}
.form-group select {
  min-height: 45px;
  padding-right: 24px;
}
.contact-form-clean > .btn {
  width: 100%;
  font-size: 14px;
  min-height: 49px;
}
.form-note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  text-align: center;
}
.form-note .icon {
  width: 12px;
  height: 12px;
  flex-basis: 12px;
}
.form-status {
  font-size: 14px;
  color: #255d47;
}
.form-status:empty {
  display: none;
}
#preparedEmailLink {
  font-size: 14px;
  text-decoration: underline;
}
/* Footer */
.site-footer {
  background: #122b42;
  color: #b7c8d7;
  padding: 55px 0 25px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-bottom: 38px;
  border-bottom: 1px solid #334b60;
}
.site-footer .brand-name {
  color: white;
}
.site-footer .brand-sub {
  color: #bdccda;
}
.footer-top > p {
  font-family: var(--font-heading);
  color: #dce6ed;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
.footer-cta {
  display: flex;
  gap: 16px;
  font-size: 15px;
  color: #e6eef5;
  align-items: center;
}
.footer-cta .icon {
  border: 1px solid #4b647c;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 8px;
  flex-basis: 36px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 1fr 1fr;
  gap: 45px;
  padding-block: 38px;
}
.footer-grid h3 {
  color: #f0f4f7;
  font-size: 15px;
  margin-bottom: 17px;
}
.footer-grid a {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
  overflow-wrap: anywhere;
}
.footer-grid p {
  font-size: 14px;
  line-height: 1.95;
  margin-top: 12px;
}
.footer-about p {
  margin-top: 0;
}
.site-footer a:hover {
  color: white;
}
.footer-bottom {
  border-top: 1px solid #334b60;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 25px;
  font-size: 12px;
  color: #a6b9ca;
}
.footer-bottom a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.footer-bottom .icon {
  width: 13px;
  height: 13px;
}
/* More visible content, larger typography, and a stronger visual rhythm. */
.hero-section {
  background: radial-gradient(ellipse at 94% 14%, #dce8fb 0%, transparent 52%);
  border-bottom: 1px solid #e1e9ef;
}
.hero-content {
  position: relative;
  z-index: 1;
}
.hero-eyebrow {
  letter-spacing: 1.35px;
}
.hero-description {
  max-width: 520px;
  line-height: 1.8;
}
.hero-note {
  flex-wrap: wrap;
}
.hero-photo {
  box-shadow: 16px 16px 0 #dce7f4;
}
.hero-stamp {
  border-left: 4px solid #e6b85d;
}
.visual-index {
  display: none;
}
.expertise-strip {
  background: #e9f0f9;
  border: 1px solid #d3e0f0;
  border-radius: 8px;
  padding: 23px 25px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.expertise-label {
  color: #375b81;
}
.expertise-number {
  font-weight: 700;
  color: var(--blue);
}
.about-grid {
  gap: 65px;
}
.about-copy .lead {
  line-height: 1.6;
}
.principles {
  gap: 18px;
  border: 0;
  padding-top: 0;
  margin-top: 34px;
}
.principle,
.principle:first-child,
.principle:last-child {
  padding: 23px 21px;
  background: #edf3fb;
  border: 1px solid #d7e3f1;
  border-bottom: 3px solid #7299de;
  border-radius: 7px;
}
.principle:nth-child(2) {
  background: #eef6f2;
  border-color: #d8e9df;
  border-bottom-color: #6b9c8a;
}
.principle:nth-child(2) > .icon {
  color: #34715b;
}
.principle:nth-child(3) {
  background: #faf5e9;
  border-color: #eee2c6;
  border-bottom-color: #caa45a;
}
.principle:nth-child(3) > .icon {
  color: #8e6d30;
}
.principle h3 {
  line-height: 1.5;
}
.principle p {
  line-height: 1.7;
}
.section-heading-row {
  gap: 45px;
  margin-bottom: 36px;
}
.section-heading-row > p {
  max-width: 405px;
  line-height: 1.8;
}

.products-showcase {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #d2dfed;
}
.products-heading {
  margin-bottom: 25px;
}
.products-heading .eyebrow {
  margin-bottom: 10px;
}
.products-heading h3 {
  font-size: 26px;
  letter-spacing: -0.6px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 27px;
  border-radius: 9px;
  color: #dce8ff;
  background: #224fae;
  overflow: hidden;
  min-width: 0;
}
.product-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border: 25px solid #ffffff0a;
  border-radius: 50%;
  right: -45px;
  top: -45px;
  pointer-events: none;
}
.product-retail {
  background: #246856;
  color: #e0efe8;
}
.product-erp {
  background: #233b57;
  color: #dce7f1;
}
.product-symbol {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: #ffffff15;
  border: 1px solid #ffffff30;
  border-radius: 10px;
  color: white;
  margin-bottom: 24px;
}
.product-symbol .icon {
  width: 24px;
  height: 24px;
}
.product-kind {
  font-size: 10px;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
  font-weight: 600;
}
.product-card h4 {
  color: white;
  font-size: 28px;
  margin-bottom: 15px;
}
.product-card p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 25px;
}
.product-action {
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid #ffffff35;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: white;
  font-size: 14px;
  font-weight: 600;
}
.product-card:hover {
  box-shadow: 0 9px 25px #183d632e;
}
.sector-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 0;
  gap: 20px;
}
.sector-card,
.sector-card:first-child,
.sector-card:last-child {
  background: #fff;
  padding: 26px;
  border: 1px solid #d9e3ec;
  border-radius: 9px;
}
.sector-top {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.sector-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #eaf1fe;
  color: #295bb7;
  border-radius: 11px;
}
.sector-icon .icon {
  width: 25px;
  height: 25px;
}
.sector-card:nth-child(2n) .sector-icon {
  background: #eaf5ee;
  color: #34735c;
}
.sector-card:nth-child(3n) .sector-icon {
  background: #fbf2df;
  color: #8e6d30;
}
.sector-number {
  margin-bottom: 0;
  color: #60778c;
  font-weight: 600;
}
.sector-card h3 {
  font-size: 21px;
}
.sector-card p {
  font-size: 15px;
  line-height: 1.8;
}
.sector-tags {
  color: #496582;
  background: #f0f5fa;
  border-radius: 4px;
  padding: 6px 10px;
  margin-top: 20px;
  font-size: 12px;
}
.sector-link {
  margin-top: 20px;
  margin-left: auto;
  width: 39px;
  height: 39px;
  background: #f4f7fb;
}
.wizard-section {
  background:
    radial-gradient(ellipse at 0 100%, #204e72 0%, transparent 65%), #142e47;
}
.finder-layout {
  gap: 55px;
  grid-template-columns: 0.85fr 1.15fr;
}
.finder-intro > p {
  max-width: 360px;
}
.finder-steps {
  gap: 12px;
}
.finder-steps span {
  padding: 10px 16px;
  border: 1px solid #527b9c;
  background: #244761;
  border-radius: 5px;
}
.finder-steps b {
  color: #cfdeec;
}
.finder-note {
  color: #cedce9;
}
.wizard-card-wrapper {
  box-shadow: 0 15px 40px #051d3420;
}
.faq-list {
  border: 1px solid #dce5ed;
  border-radius: 8px;
  padding: 0 24px;
  background: white;
  box-shadow: 0 5px 20px #15395904;
}
.faq-item:last-child {
  border-bottom: 0;
}
.faq-item summary {
  padding-block: 24px;
}
.contact-section {
  background: #e8f0fa;
}
.contact-layout {
  gap: 65px;
}
.contact-method {
  padding-block: 19px;
}
.office-info {
  padding-top: 22px;
}
.form-box {
  border-top: 4px solid var(--blue);
  box-shadow: 0 10px 35px #2148770b;
}
/* Tablet */
@media (min-width: 1550px) {
  .hero-grid {
    gap: 95px;
  }
  .hero-photo {
    height: 540px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: calc(100% - 64px);
  }
  .desktop-nav {
    gap: 20px;
  }
  .nav-link {
    font-size: 14px;
  }
  .brand-name {
    font-size: 17px;
  }
  .brand-logo-img {
    width: 41px;
    height: 36px;
  }
  .hero-grid {
    gap: 43px;
  }
  h1 {
    font-size: 57px;
    letter-spacing: -3px;
  }
  .hero-photo {
    height: 455px;
  }
  .hero-cta-group {
    gap: 20px;
  }
  .hero-note {
    flex-wrap: wrap;
    font-size: 12px;
  }
  .hero-stamp {
    left: -18px;
    padding: 17px 20px;
  }
  .about-grid {
    gap: 60px;
  }

  .finder-layout,
  .contact-layout,
  .faq-layout {
    gap: 45px;
  }
  .finder-intro h2 {
    font-size: 36px;
  }
  .wizard-card-wrapper {
    padding: 27px;
  }
  .sector-card {
    padding-inline: 16px;
  }
  .sector-card h3 {
    font-size: 18px;
  }
  .form-box {
    padding: 28px;
  }
}
@media (max-width: 1000px) {
  .desktop-nav {
    display: none;
  }
  .mobile-toggle {
    display: inline-flex;
  }
  .nav-wrapper {
    height: 78px;
  }
  .hero-section {
    padding-top: 45px;
  }
  h1 {
    font-size: 49px;
    letter-spacing: -2.6px;
  }
  .hero-grid {
    gap: 28px;
  }
  .hero-eyebrow {
    font-size: 11px;
    letter-spacing: 1px;
  }
  .hero-photo {
    height: 430px;
    border-top-left-radius: 75px;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-cta-group {
    gap: 17px;
  }
  .hero-cta-group .text-link {
    min-height: 38px;
  }
  .photo-caption {
    font-size: 21px;
    left: 24px;
  }
  .hero-stamp {
    gap: 10px;
    padding: 15px;
  }
  .hero-stamp strong {
    font-size: 15px;
  }
  .hero-stamp div > span {
    font-size: 11px;
  }
  .stamp-icon {
    width: 36px;
    height: 36px;
  }
  .expertise-strip {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px 28px;
  }
  .expertise-label {
    width: 100%;
  }
  .expertise-strip a {
    font-size: 14px;
  }
  .section-spacing {
    padding-block: 75px;
  }
  .about-grid {
    gap: 45px;
  }
  .about-copy .lead {
    font-size: 18px;
  }
  .principle {
    padding-inline: 18px;
    gap: 12px;
  }
  .principle h3 {
    font-size: 15px;
  }
  .principle p {
    font-size: 12px;
  }
  .section-heading-row {
    gap: 35px;
  }
  .section-heading-row > p {
    max-width: 280px;
    font-size: 15px;
  }

  .products-line {
    justify-content: flex-start;
    gap: 25px;
  }
  .products-line > span {
    width: 100%;
  }
  .sector-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .sector-card {
    border-bottom: 1px solid var(--line);
  }
  .sector-card:first-child {
    padding-left: 16px;
  }
  .sector-card:nth-child(3) {
    border-right: 0;
  }
  .sector-card:nth-child(n + 4) {
    border-bottom: 0;
  }
  .finder-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .finder-intro {
    padding-top: 0;
  }
  .finder-intro h2 br {
    display: none;
  }
  .finder-intro h2 {
    max-width: 580px;
  }
  .finder-intro > p {
    max-width: 500px;
  }
  .finder-steps {
    flex-direction: row;
    gap: 28px;
    margin-top: 22px;
  }
  .finder-note {
    margin-top: 22px;
    padding-top: 15px;
  }
  .wizard-card-wrapper {
    padding: 35px;
  }
  .wizard-select-item h4 {
    font-size: 16px;
  }
  .wizard-select-item p {
    font-size: 14px;
  }
  .wizard-select-item {
    padding: 19px;
  }
  .contact-layout {
    gap: 32px;
  }
  .contact-info h2 {
    font-size: 38px;
  }
  .contact-method strong {
    font-size: 17px;
  }
  .form-group-row {
    grid-template-columns: 1fr;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .faq-layout h2 br {
    display: none;
  }
  .footer-grid {
    gap: 25px;
  }
  .footer-top > p {
    font-size: 17px;
  }
}
/* Mobile */
@media (max-width: 700px) {
  .container {
    width: calc(100% - 40px);
  }
  .nav-wrapper {
    height: 74px;
    gap: 10px;
  }
  .header-cta {
    display: none;
  }
  .brand-logo {
    gap: 10px;
  }
  .brand-logo-img {
    width: 40px;
    height: 35px;
  }
  .brand-name {
    font-size: 17px;
  }
  .brand-sub {
    font-size: 10px;
    letter-spacing: 1.1px;
  }
  .section-spacing {
    padding-block: 60px;
  }
  .eyebrow {
    margin-bottom: 17px;
    font-size: 12px;
  }
  h2 {
    font-size: 32px;
    letter-spacing: -1.2px;
  }
  .hero-section {
    padding-top: 36px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-bottom: 36px;
  }
  .hero-content {
    padding-top: 0;
  }
  .hero-eyebrow {
    font-size: 11px;
    gap: 9px;
    margin-bottom: 21px;
    letter-spacing: 1.2px;
  }
  .small-line {
    width: 17px;
  }
  h1 {
    font-size: clamp(39px, 10.5vw, 64px);
    letter-spacing: -2.3px;
    line-height: 1.17;
  }
  .hero-emphasis > svg {
    bottom: -9px;
    height: 10px;
  }
  .hero-description {
    font-size: 16px;
    line-height: 1.9;
    margin-top: 26px;
    max-width: 100%;
  }
  .hero-cta-group {
    margin-top: 24px;
    gap: 20px;
  }
  .hero-cta-group .btn {
    min-height: 49px;
    font-size: 14px;
  }
  .hero-cta-group .text-link {
    font-size: 14px;
    min-height: 42px;
  }
  .hero-note {
    margin-top: 17px;
    font-size: 12px;
    gap: 5px;
  }
  .hero-note > span {
    margin-inline: 2px;
  }
  .hero-visual {
    padding: 0 10px 20px 12px;
  }
  .hero-photo {
    height: 370px;
    border-radius: 64px 6px 6px 6px;
  }
  .hero-photo > img {
    object-position: 50% 38%;
  }
  .photo-topline {
    inset: 26px 24px auto 30px;
    font-size: 10px;
  }
  .photo-caption {
    bottom: 100px;
    left: 25px;
    font-size: 25px;
  }
  .hero-stamp {
    left: 0;
    padding: 15px 19px;
    gap: 13px;
  }
  .hero-stamp strong {
    font-size: 16px;
  }
  .hero-stamp div > span {
    font-size: 12px;
  }
  .visual-index {
    right: -4px;
    font-size: 10px;
    top: 44px;
  }
  .expertise-strip {
    gap: 15px 23px;
    padding-block: 23px;
  }
  .expertise-label {
    font-size: 11px;
  }
  .expertise-strip a {
    font-size: 14px;
  }
  .expertise-number {
    margin-right: 6px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .about-copy .lead {
    font-size: 19px;
  }
  .about-copy > p + p {
    font-size: 16px;
  }
  .principles {
    grid-template-columns: 1fr;
    padding-top: 0;
    margin-top: 35px;
  }
  .principle {
    padding: 21px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    gap: 17px;
  }
  .principle:first-child {
    padding-top: 21px;
  }
  .principle h3 {
    font-size: 17px;
  }
  .principle p {
    font-size: 15px;
  }
  .section-heading-row {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading-row > p {
    max-width: 100%;
    margin-top: 22px;
    font-size: 16px;
  }

  .products-line {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 19px;
  }
  .products-line > span {
    grid-column: 1 / -1;
    font-size: 10px;
  }
  .products-line > a {
    font-size: 15px;
  }
  .sector-grid {
    grid-template-columns: 1fr 1fr;
  }
  .sector-card {
    padding: 24px 17px !important;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .sector-card:nth-child(3) {
    border-right: 1px solid var(--line);
  }
  .sector-card:nth-child(even) {
    border-right: 0;
  }
  .sector-card:nth-child(4) {
    border-bottom: 1px solid var(--line);
  }
  .sector-card:last-child {
    grid-column: 1 / -1;
    border: 0;
  }
  .sector-number {
    margin-bottom: 19px;
  }
  .sector-card h3 {
    font-size: 18px;
  }
  .sector-card p {
    font-size: 15px;
  }
  .sector-link {
    width: 40px;
    height: 40px;
  }
  .finder-intro h2 {
    font-size: 34px;
    letter-spacing: -1.2px;
  }
  .finder-steps {
    flex-wrap: wrap;
    gap: 10px 18px;
    font-size: 12px;
  }
  .finder-steps b {
    margin-right: 7px;
  }
  .finder-note {
    font-size: 12px;
  }
  .wizard-card-wrapper {
    padding: 25px 20px;
  }
  .wizard-step-clean h3 {
    font-size: 21px;
  }
  .wizard-step-clean .step-desc {
    font-size: 15px;
  }
  .wizard-cards-grid {
    grid-template-columns: 1fr;
  }
  .wizard-select-item {
    padding: 16px;
  }
  .wizard-select-item[data-val="it"] {
    grid-column: auto !important;
  }
  .wizard-select-item h4 {
    font-size: 15px;
  }
  .wizard-select-item p {
    font-size: 14px;
  }
  .wizard-nav-btns .btn {
    min-height: 45px;
    font-size: 12px;
    padding: 12px;
  }
  .result-service-item {
    font-size: 15px;
  }
  #resultEmailBtn {
    flex: 1;
  }
  .faq-layout h2 br {
    display: block;
  }
  .faq-item summary {
    font-size: 16px;
    padding-block: 21px;
  }
  .faq-answer {
    padding-right: 12px;
    font-size: 15px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .contact-info {
    padding-top: 0;
  }
  .contact-info h2 {
    font-size: 40px;
  }
  .contact-info h2 br:nth-child(2) {
    display: none;
  }
  .contact-method strong {
    font-size: 20px;
  }
  .contact-method {
    padding-block: 14px;
  }
  .office-hours {
    font-size: 14px;
    max-width: 290px;
  }
  .form-box {
    padding: 27px 22px;
  }
  .form-box > p {
    font-size: 15px;
  }
  .form-group-row {
    gap: 19px;
  }
  .form-group label {
    font-size: 15px;
  }
  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 18px;
    padding: 12px;
  }
  .form-group input::placeholder,
  .form-group textarea::placeholder {
    font-size: 15px;
  }
  .form-note {
    font-size: 12px;
    flex-wrap: wrap;
  }
  .site-footer {
    padding-top: 36px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 23px;
    padding-bottom: 27px;
  }
  .footer-top > p {
    display: none;
  }
  .footer-cta {
    width: 100%;
    justify-content: space-between;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 23px;
    padding-block: 30px;
  }
  .footer-about {
    grid-column: 1 / -1;
  }
  .footer-about br {
    display: none;
  }
  .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }
  .footer-grid a,
  .footer-grid p {
    font-size: 15px;
  }
  .footer-grid h3 {
    font-size: 16px;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    font-size: 12px;
  }
}
@media (max-width: 1199px) {

  .principles {
    gap: 12px;
  }
  .principle {
    padding: 20px 17px;
  }
  .product-card {
    padding: 23px;
  }
  .product-card p {
    font-size: 14px;
  }
  .finder-layout,
  .contact-layout {
    gap: 35px;
  }
}
@media (max-width: 1000px) {
  .expertise-strip {
    padding: 22px;
  }
  .about-grid {
    gap: 35px;
  }
  .principles {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .principle,
  .principle:first-child,
  .principle:last-child {
    padding: 21px;
  }
  .principle h3 {
    font-size: 17px;
  }
  .principle p {
    font-size: 15px;
  }

  .section-heading-row {
    gap: 25px;
  }
  .sector-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sector-card,
  .sector-card:first-child,
  .sector-card:last-child,
  .sector-card:nth-child(3),
  .sector-card:nth-child(n + 4) {
    padding: 25px;
    border: 1px solid #d9e3ec;
  }
  .product-grid {
    gap: 14px;
  }
  .product-card {
    padding: 20px;
  }
  .product-card h4 {
    font-size: 24px;
  }
  .product-kind {
    font-size: 9px;
    letter-spacing: 0.7px;
  }
  .product-action {
    font-size: 13px;
    gap: 8px;
  }
  .finder-layout {
    grid-template-columns: 1fr;
  }
  .finder-steps span {
    flex: 1;
  }
  .finder-intro > p {
    max-width: 580px;
  }
  .contact-layout {
    gap: 28px;
  }
  .contact-method {
    gap: 10px;
  }
  .contact-method strong {
    font-size: 17px;
  }
}
@media (max-width: 700px) {
  .hero-section {
    padding-top: 33px;
  }
  .hero-eyebrow {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .hero-description {
    font-size: 16px;
  }
  .hero-note {
    font-size: 11px;
    row-gap: 8px;
  }
  .hero-cta-group {
    gap: 8px 18px;
  }
  .hero-cta-group .btn,
  .hero-cta-group .text-link {
    font-size: 14px;
  }
  .hero-visual {
    padding-right: 17px;
  }
  .hero-photo {
    box-shadow: 10px 10px 0 #d8e5f7;
  }
  .expertise-strip {
    margin-bottom: 22px;
    padding: 22px 18px;
    gap: 14px 23px;
  }
  .expertise-strip a {
    font-size: 14px;
  }
  .expertise-label {
    font-size: 10px;
  }
  .expertise-number {
    font-size: 10px;
  }
  .section-spacing {
    padding-block: 52px;
  }
  .section-heading-row > p {
    margin-top: 20px;
  }

  .products-heading h3 {
    font-size: 24px;
  }
  .product-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .product-card {
    padding: 25px;
  }
  .product-symbol {
    margin-bottom: 20px;
  }
  .product-kind {
    font-size: 11px;
    letter-spacing: 1px;
  }
  .product-card h4 {
    font-size: 29px;
  }
  .product-card p {
    font-size: 15px;
  }
  .product-action {
    font-size: 14px;
  }
  .sector-grid {
    gap: 13px;
  }
  .sector-card,
  .sector-card:first-child,
  .sector-card:last-child,
  .sector-card:nth-child(3),
  .sector-card:nth-child(n + 4) {
    grid-column: auto;
    padding: 21px 16px !important;
    border: 1px solid #d9e3ec;
  }
  .sector-top {
    margin-bottom: 19px;
  }
  .sector-icon {
    width: 38px;
    height: 38px;
  }
  .sector-number {
    font-size: 11px;
  }
  .sector-card h3 {
    font-size: 18px;
  }
  .sector-card p {
    font-size: 14px;
  }
  .sector-tags {
    font-size: 11px;
    padding: 7px;
  }
  .finder-steps {
    flex-direction: column;
    font-size: 14px;
  }
  .finder-steps b {
    font-size: 12px;
  }
  .wizard-select-item h4 {
    font-size: 15px;
  }
  .wizard-select-item p {
    font-size: 14px;
  }
  .wizard-nav-btns .btn {
    font-size: 12px;
  }
  .faq-list {
    padding-inline: 19px;
  }
  .faq-item summary {
    font-size: 16px;
  }
  .faq-answer {
    font-size: 15px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact-method strong {
    font-size: 19px;
  }
  .contact-method small {
    font-size: 11px;
  }
  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 16px;
  }
  .form-group label {
    font-size: 14px;
  }
  .form-group input::placeholder,
  .form-group textarea::placeholder {
    font-size: 14px;
  }
  .form-note {
    font-size: 11px;
  }
  .contact-form-clean > .btn {
    font-size: 14px;
  }
  .footer-grid a,
  .footer-grid p {
    font-size: 15px;
  }
  .footer-grid h3 {
    font-size: 16px;
  }
  .footer-bottom {
    font-size: 12px;
  }
}
@media (max-width: 359px) {
  .container {
    width: calc(100% - 32px);
  }
  .hero-eyebrow {
    font-size: 10px;
    letter-spacing: 0.8px;
  }
  h1 {
    font-size: 38px;
  }
  .hero-note {
    font-size: 11px;
  }
  .hero-cta-group {
    gap: 9px;
  }
  .hero-photo {
    height: 335px;
  }
  .contact-method strong {
    font-size: 18px;
  }
  .form-box {
    padding-inline: 17px;
  }
}
/* Services: five clear choices and a focused detail panel. */
.services-section {
  background: #f1f5fa;
}
.services-heading {
  align-items: flex-end;
  gap: 48px;
  margin-bottom: 34px;
}
.services-heading .eyebrow {
  margin-bottom: 16px;
}
.services-heading h2 {
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.28;
  letter-spacing: -1.5px;
}
.services-heading h2 span {
  color: #536b82;
  font-weight: 500;
}
.services-heading > p {
  max-width: 350px;
  margin-bottom: 4px;
  line-height: 1.8;
}
.services-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  scroll-margin-top: 110px;
}
.pillar-detail-tabs-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.pillar-tab-btn {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 30px 1fr;
  align-items: start;
  gap: 16px 10px;
  min-width: 0;
  padding: 20px;
  border: 1px solid #d8e2ed;
  border-radius: 12px;
  background: #ffffffb8;
  color: var(--ink);
  text-align: left;
}
.pillar-tab-btn:hover {
  background: #fff;
  border-color: #9fb8d3;
}
.pillar-tab-btn.active {
  background: #193c60;
  border-color: #193c60;
  color: #fff;
  box-shadow: 0 6px 16px #193c601a;
}
.pillar-tab-btn > .icon {
  grid-column: 1;
  grid-row: 1;
  width: 26px;
  height: 26px;
  color: #386b9d;
}
.service-number {
  grid-column: 2;
  grid-row: 1;
  color: #708195;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
}
.service-tab-label {
  grid-column: 1 / -1;
  min-width: 0;
}
.service-tab-label strong {
  display: block;
  color: inherit;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
}
.service-tab-label small {
  display: block;
  margin-top: 5px;
  color: #627487;
  font-size: 12px;
  line-height: 1.6;
}
.pillar-tab-btn.active > .icon,
.pillar-tab-btn.active .service-number,
.pillar-tab-btn.active small {
  color: #c7dcf2;
}
.service-content,
.pane-info {
  min-width: 0;
}
.pillar-tab-pane {
  padding: 36px;
  background: #fff;
  border: 1px solid #dce5ee;
  border-radius: 16px;
  box-shadow: 0 8px 28px #193c6005;
}
.pillar-tab-pane + .pillar-tab-pane {
  margin-top: 18px;
}
.pillar-tab-pane[hidden] + .pillar-tab-pane {
  margin-top: 0;
}
.pillar-pane-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 285px;
  gap: 42px;
  align-items: start;
}
.service-panel-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.panel-icon {
  display: inline-flex;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: #386b9d;
  background: #edf3fa;
}
.panel-icon .icon {
  width: 23px;
  height: 23px;
}
.section-badge {
  color: #476584;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.6;
}
.pane-info h3 {
  max-width: 26ch;
  font-size: clamp(26px, 2.5vw, 33px);
  letter-spacing: -1px;
  line-height: 1.3;
  text-wrap: balance;
}
.pane-info .lead-text {
  margin-top: 16px;
  color: var(--text-body);
  font-size: 16px;
  line-height: 1.85;
}
.pane-checklist {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin: 24px 0 28px;
  padding: 24px 0 0;
  border-top: 1px solid #e7edf3;
  list-style: none;
}
.pane-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.8;
}
.pane-check-icon {
  display: inline-flex;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
  border-radius: 50%;
  color: #386b9d;
  background: #edf3fa;
}
.pane-check-icon .icon {
  width: 12px;
  height: 12px;
  flex-basis: 12px;
}
.pane-info .btn {
  min-height: 46px;
  padding: 12px 18px;
  font-size: 14px;
}
.pane-side-box {
  display: grid;
  gap: 24px;
  padding: 26px;
  background: #f3f6fa;
  border: 1px solid #e7edf4;
  border-radius: 12px;
}
.pane-benefits-label {
  color: #637b92;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 1.7;
}
.pane-feature-highlight h4 {
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.5;
}
.pane-feature-highlight p {
  color: #617386;
  font-size: 14px;
  line-height: 1.85;
}
.pane-feature-highlight + .pane-feature-highlight {
  padding-top: 22px;
  border-top: 1px solid #dae3ed;
}
@media (max-width: 1100px) {
  .services-heading {
    gap: 30px;
  }
  .services-heading > p {
    max-width: 290px;
  }
  .pillar-tab-btn {
    padding: 16px;
  }
  .service-tab-label strong {
    font-size: 14px;
  }
  .service-tab-label small {
    font-size: 11px;
  }
  .pillar-pane-card {
    grid-template-columns: minmax(0, 1fr) 255px;
    gap: 28px;
  }
  .pillar-tab-pane {
    padding: 28px;
  }
  .pane-side-box {
    padding: 22px;
  }
}
@media (max-width: 900px) {
  .services-heading {
    display: block;
  }
  .services-heading > p {
    max-width: 560px;
    margin-top: 18px;
  }
  .pillar-detail-tabs-nav {
    gap: 8px;
  }
  .pillar-tab-btn {
    padding: 15px 12px;
    gap: 12px 8px;
  }
  .service-tab-label strong {
    font-size: 12px;
  }
  .service-tab-label small {
    display: none;
  }
  .pillar-pane-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .pane-side-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
  }
  .pane-benefits-label {
    grid-column: 1 / -1;
  }
  .pane-feature-highlight + .pane-feature-highlight {
    padding-top: 0;
    border-top: 0;
  }
}
@media (max-width: 700px) {
  .services-heading {
    margin-bottom: 26px;
  }
  .services-heading h2 {
    font-size: clamp(27px, 6.8vw, 36px);
    letter-spacing: -1px;
  }
  .services-heading > p {
    margin-top: 16px;
    font-size: 15px;
  }
  .pillar-detail-tabs-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pillar-tab-btn {
    grid-template-rows: 23px 1fr;
    padding: 14px 15px;
    gap: 10px 8px;
    border-radius: 10px;
  }
  .pillar-tab-btn > .icon {
    width: 22px;
    height: 22px;
  }
  .service-tab-label strong {
    font-size: 13px;
  }
  .pillar-tab-btn:last-child {
    grid-column: 1 / -1;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    grid-template-rows: auto;
    align-items: center;
    gap: 12px;
  }
  .pillar-tab-btn:last-child .service-tab-label {
    grid-column: 2;
    grid-row: 1;
  }
  .pillar-tab-btn:last-child .service-number {
    grid-column: 3;
  }
  .pillar-tab-pane {
    padding: 24px 20px;
    border-radius: 12px;
  }
  .service-panel-heading {
    gap: 10px;
    margin-bottom: 18px;
  }
  .section-badge {
    font-size: 10px;
    letter-spacing: 0.8px;
  }
  .pane-info h3 {
    font-size: 26px;
    letter-spacing: -0.8px;
  }
  .pane-info .lead-text,
  .pane-checklist li {
    font-size: 15px;
  }
  .pane-checklist {
    margin-top: 20px;
    padding-top: 20px;
  }
  .pane-info .btn {
    width: 100%;
    padding-inline: 12px;
    font-size: 13px;
  }
  .pane-side-box {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding: 22px;
  }
  .pane-feature-highlight + .pane-feature-highlight {
    padding-top: 20px;
    border-top: 1px solid #dae3ed;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
@media print {
  .site-header {
    position: static;
  }
  .mobile-toggle,
  .mobile-drawer,
  .mobile-drawer-overlay,
  .hero-visual,
  .wizard-section,
  .form-box,
  .footer-cta,
  .skip-link {
    display: none !important;
  }
  .container {
    width: 100%;
  }
  .section-spacing {
    padding-block: 30px;
  }
  .hero-grid,
  .about-grid,
  .contact-layout,
  .faq-layout,
  .services-layout {
    display: block;
  }
  .pillar-tab-pane[hidden] {
    display: block !important;
    margin-top: 20px;
  }
  .pillar-detail-tabs-nav {
    display: none;
  }
}
