/* TMK + Octave landing */
:root {
  --navy: #071a3f;
  --navy2: #0b285c;
  --blue: #2367d1;
  --orange: #f28b22;
  --ink: #101828;
  --muted: #667085;
  --line: #e6eaf0;
  --soft: #f6f8fb;
  --white: #fff;
  --tmk-header-h: clamp(64px, 5.2vw, 72px);
  --tmk-logo-h: clamp(40px, 4.4vw, 56px);
  --tmk-logo-w: clamp(66px, 7.2vw, 92px);
  --tmk-page-gutter: 6.5%;
}

body.asc-home,
body.asc-inner {
  background: #fff;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.55;
}

body.asc-home a,
body.asc-inner a {
  color: inherit;
  text-decoration: none;
}

#header.asc-header,
body.asc-home #header.asc-header,
body.asc-inner #header.asc-header {
  height: var(--tmk-header-h) !important;
  padding: 0 var(--tmk-page-gutter) !important;
  background: #fff !important;
  box-shadow: none;
  border-bottom: 1px solid var(--line);
  backdrop-filter: none;
}

#header.asc-header.header-scrolled,
body.asc-home #header.asc-header.header-scrolled {
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(7, 26, 63, 0.08);
}

.tmk-nav-wrap {
  min-height: var(--tmk-header-h);
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  gap: clamp(12px, 1.4vw, 20px);
  flex-wrap: nowrap;
  overflow: visible;
}

#header.asc-header .logo {
  width: auto !important;
  min-width: var(--tmk-logo-w) !important;
  height: auto !important;
  margin: 0;
  line-height: 0;
  overflow: visible !important;
  flex: 0 0 auto !important;
  flex-shrink: 0 !important;
  z-index: 2;
  background: transparent;
}

#header.asc-header .logo a {
  display: inline-flex !important;
  align-items: center;
  gap: 0;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  background: transparent;
  border: 0;
}

#header.asc-header .tmk-logo,
body.asc-home #header.asc-header .tmk-logo,
.tmk-logo {
  display: block;
  width: auto !important;
  max-width: var(--tmk-logo-w) !important;
  height: var(--tmk-logo-h) !important;
  max-height: var(--tmk-logo-h) !important;
  margin: 0;
  object-fit: contain;
  object-position: left center;
}

#header.asc-header .tmk-navbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(8px, 0.8vw, 12px);
  flex: 1 1 auto;
  min-width: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0 !important;
}

#header.asc-header .tmk-navbar > ul {
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0 !important;
}

#header.asc-header .tmk-navbar > ul > li {
  padding: 6px 4px !important;
}

#header.asc-header .tmk-navbar > ul > li:first-child {
  padding-left: 0 !important;
}

#header.asc-header .tmk-navbar > ul > li:last-child {
  padding-right: 0 !important;
}

#header.asc-header .tmk-navbar > ul > li > a,
#header.asc-header .tmk-navbar .nav-link {
  padding: 8px 8px !important;
  font-size: 13.5px !important;
  white-space: nowrap;
}


#header.asc-header .octave-nav-badge {
  width: 48px !important;
  height: 48px !important;
  max-height: 48px !important;
  object-fit: contain;
  background: #000;
  border-radius: 8px;
  padding: 4px;
  margin-right: 0;
}

.tmk-navbar > ul > li > a,
.tmk-navbar .nav-link {
  color: #344054 !important;
  font-size: 13px;
  font-weight: 600;
}

body.asc-home .tmk-navbar > ul > li > a:before,
.tmk-navbar > ul > li > a:before {
  background-color: var(--blue);
}

body.asc-home .tmk-navbar a:hover,
body.asc-home .tmk-navbar li:hover > a,
body.asc-home .tmk-navbar .nav-link:hover,
.tmk-navbar a:hover,
.tmk-navbar li:hover > a {
  color: var(--blue) !important;
}

.mobile-nav-toggle {
  color: var(--navy);
}

.tmk-navbar .tmk-nav-cta,
.tmk-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--blue) !important;
  color: #fff !important;
  padding: 10px 16px !important;
  min-height: 42px;
  margin-right: 0 !important;
  border-radius: 8px;
  font-weight: 700;
  font-size: 13px !important;
  line-height: 1.2;
  white-space: nowrap;
  flex: 0 0 auto;
}

.tmk-navbar .tmk-nav-cta:hover,
.tmk-nav-cta:hover {
  color: #fff !important;
  background: #1b54b0 !important;
}

.tmk-nav-cta:before {
  display: none !important;
}

.tmk-nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 8px;
}

.tmk-lang-toggle {
  position: relative;
  flex: 0 0 auto;
  z-index: 30;
}

.tmk-lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d7e2e8;
  border-radius: 999px;
  padding: 7px 12px;
  background: #fff;
  color: #1a2a33;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.tmk-lang-btn img,
.tmk-lang-menu img {
  width: 18px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
  flex: 0 0 18px;
}

.tmk-lang-btn i {
  font-size: 10px;
  line-height: 1;
  margin: 0;
}

#header.asc-header .tmk-lang-menu,
.tmk-navbar .tmk-lang-menu {
  display: none !important;
  flex-direction: column !important;
  align-items: stretch !important;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  min-width: 196px;
  width: max-content;
  margin: 0;
  padding: 8px;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(7, 26, 63, 0.12);
  z-index: 40;
}

#header.asc-header .tmk-lang-toggle:hover .tmk-lang-menu,
#header.asc-header .tmk-lang-toggle:focus-within .tmk-lang-menu,
.tmk-navbar .tmk-lang-toggle:hover .tmk-lang-menu,
.tmk-navbar .tmk-lang-toggle:focus-within .tmk-lang-menu {
  display: flex !important;
}

#header.asc-header .tmk-lang-menu li,
.tmk-navbar .tmk-lang-menu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 !important;
  list-style: none;
  white-space: normal;
}

.tmk-lang-menu a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--ink) !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  white-space: nowrap;
}

.tmk-lang-menu a:before {
  display: none !important;
}

.tmk-lang-menu a:hover,
.tmk-lang-menu a.active {
  background: var(--soft);
  color: var(--navy) !important;
}

body.asc-home #main,
body.asc-inner #main {
  padding-top: var(--tmk-header-h);
}

.tmk-hero {
  padding: 95px var(--tmk-page-gutter) 100px;
  background: linear-gradient(120deg, #fff 0%, #f4f7fc 65%, #eaf1ff 100%);
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 65px;
  align-items: center;
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 850;
}

.tmk-hero h1 {
  font-size: clamp(36px, 5.5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  margin: 17px 0 23px;
  color: var(--navy);
}

.tmk-hero p {
  font-size: 18px;
  color: var(--muted);
  max-width: 680px;
}

.tmk-actions {
  display: flex;
  gap: 12px;
  margin-top: 31px;
  flex-wrap: wrap;
}

.tmk-btn {
  padding: 14px 21px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  border: 0;
  cursor: pointer;
}

.tmk-btn.primary {
  background: var(--blue);
  color: #fff !important;
}

.tmk-btn.outline {
  border: 1px solid #cbd5e1;
  background: #fff;
  color: var(--navy) !important;
}

.tmk-btn.light {
  background: #fff;
  color: var(--navy) !important;
}

.product-card {
  background: var(--navy);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 28px 70px rgba(7, 26, 63, 0.18);
}

.product-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin-bottom: 18px;
}

.product-top img {
  width: 125px;
  height: auto;
  object-fit: contain;
  mix-blend-mode: screen;
}

.pill {
  border: 1px solid #50678f;
  color: #dbe7ff;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 800;
}

.dashboard {
  background: #fff;
  border-radius: 15px;
  padding: 17px;
}

.dashhead {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 13px;
  font-weight: 800;
  font-size: 13px;
  color: var(--navy);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 13px;
}

.metric {
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 12px;
}

.metric small {
  font-size: 10px;
  color: var(--muted);
}

.metric b {
  display: block;
  font-size: 23px;
  margin-top: 3px;
  color: var(--navy);
}

.chart {
  height: 130px;
  border-radius: 9px;
  background: linear-gradient(180deg, #edf4ff, #fff);
  margin-top: 11px;
  position: relative;
  overflow: hidden;
}

.chart:before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 62%;
  height: 2px;
  background: #d6deeb;
}

.chart:after {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 26%;
  height: 65%;
  border-top: 3px solid var(--blue);
  transform: skewY(-13deg);
}

.trust {
  padding: 23px 6.5%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.trust b {
  display: block;
  font-size: 13px;
  color: var(--navy);
}

.trust span {
  font-size: 11px;
  color: var(--muted);
}

.tmk-section {
  padding: 92px var(--tmk-page-gutter);
}

.tmk-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.tmk-head h2 {
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 10px 0 14px;
  color: var(--navy);
}

.tmk-head p {
  color: var(--muted);
  font-size: 17px;
}

.problem {
  background: var(--soft);
}

.problemgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  align-items: center;
}

.pain {
  display: grid;
  gap: 10px;
}

.pain div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 15px 17px;
  font-weight: 750;
}

.pain div:after {
  content: "→";
  float: right;
  color: #a0aec0;
}

.dark {
  background: var(--navy);
  color: #fff;
}

.dark .tmk-head h2 {
  color: #fff;
}

.dark .tmk-head p {
  color: #b9c6da;
}

.logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.cap {
  border: 1px solid #273a5d;
  background: #0b2147;
  padding: 23px;
  border-radius: 13px;
  min-height: 145px;
}

.cap h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.cap p {
  margin: 0;
  color: #b9c6da;
  font-size: 13px;
}

.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.service {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 23px;
  background: #fff;
}

.num {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.service h3 {
  margin: 7px 0;
}

.service p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.industries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.industry {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px;
  min-height: 145px;
  background: #fff;
}

.industry b {
  font-size: 17px;
  color: var(--navy);
}

.industry p {
  color: var(--muted);
  font-size: 13px;
  margin: 8px 0 0;
}

.whygrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}

.whycard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 22px;
}

.whycard h3 {
  margin: 0 0 8px;
  color: var(--navy);
}

.whycard p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.clientwall {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  background: #fff;
  overflow: hidden;
}

.clientwall img {
  width: 100%;
  display: block;
  max-height: 510px;
  object-fit: contain;
  object-position: center;
}

.tmk-cta {
  margin: 0 6.5% 40px;
  border-radius: 22px;
  background: linear-gradient(110deg, var(--navy), #123e84);
  padding: 54px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.tmk-cta h2 {
  font-size: 36px;
  line-height: 1.1;
  margin: 0 0 10px;
  color: #fff;
}

.tmk-cta p {
  color: #c9d6eb;
  margin: 0;
}

.tmk-contact {
  padding: 0 6.5% 90px;
}

.tmk-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(7, 26, 63, 0.08);
}

.tmk-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.tmk-field {
  display: block;
  margin-bottom: 12px;
}

.tmk-field input,
.tmk-field select,
.tmk-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 14px;
  color: var(--ink);
  background: #fff;
}

.tmk-field textarea {
  min-height: 110px;
  resize: vertical;
}

.tmk-form-note {
  margin: 12px 0 0;
  font-size: 12px;
  color: var(--muted);
}

.tmk-form-alert {
  padding: 12px 14px;
  border-radius: 8px;
  margin-bottom: 14px;
  font-size: 14px;
}

.tmk-form-alert--success {
  background: #ecfdf3;
  color: #027a48;
}

.tmk-form-alert--error {
  background: #fef3f2;
  color: #b42318;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

a.solution {
  color: inherit;
  text-decoration: none;
  display: block;
}

.solution {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 27px;
  min-height: 225px;
  position: relative;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.solution:hover {
  transform: translateY(-5px);
  border-color: #8bb8ff;
  background: #f5f9ff;
  box-shadow:
    0 14px 32px rgba(35, 103, 209, 0.16),
    0 0 0 1px rgba(35, 103, 209, 0.2),
    0 0 28px rgba(35, 103, 209, 0.22);
}

.solution.featured {
  grid-column: span 2;
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
  min-height: 270px;
}

.solution.featured:hover {
  background: #0d2f72;
  border-color: #5d9bff;
  box-shadow:
    0 18px 40px rgba(7, 26, 63, 0.28),
    0 0 0 1px rgba(93, 155, 255, 0.45),
    0 0 36px rgba(35, 103, 209, 0.45);
}

.solution .num {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: var(--blue);
}

.solution.featured .num {
  color: #9fc4ff;
}

.solution h3 {
  font-size: 20px;
  line-height: 1.15;
  color: var(--navy);
  margin: 11px 0 9px;
}

.solution.featured h3 {
  font-size: 29px;
  color: #fff;
}

.solution p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
  max-width: 560px;
}

.solution.featured p {
  color: #c5d0df;
}

.solution-link {
  position: absolute;
  left: 27px;
  bottom: 23px;
  font-size: 12px;
  font-weight: 850;
  color: var(--blue);
}

.solution.featured .solution-link {
  color: #fff;
}

.solution:hover h3 {
  color: var(--blue);
}

.solution.featured:hover h3 {
  color: #fff;
}

.solution:hover .solution-link {
  text-shadow: 0 0 12px rgba(35, 103, 209, 0.45);
}

.partner-page {
  min-height: 100vh;
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 6.5vw;
  overflow: hidden;
}

.partner-page:before {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(44, 103, 184, 0.08), rgba(44, 103, 184, 0) 68%);
  right: -260px;
  bottom: -290px;
  pointer-events: none;
}

.partner-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 42px 0 20px;
  position: relative;
  z-index: 1;
}

.partner-octave-logo {
  width: 132px;
  height: auto;
  object-fit: contain;
  filter: invert(1);
}

.partner-kicker {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
  color: #718096;
}

.partner-center {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 80px;
}

.partner-eyebrow {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.22em;
  margin-bottom: 22px;
}

.partner-badge {
  width: min(245px, 34vw);
  height: auto;
  display: block;
  border-radius: 14px;
  box-shadow: 0 22px 60px rgba(7, 26, 63, 0.12);
}

.partner-center h2 {
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--navy);
  margin: 30px 0 14px;
}

.partner-center p {
  max-width: 690px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.partner-points {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 28px;
}

.partner-points span {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
  border-radius: 999px;
  padding: 9px 15px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

footer#footer,
#footer {
  padding: 0 !important;
  background: transparent !important;
  color: inherit;
}

.mobile-nav-toggle {
  color: var(--navy) !important;
}

.navbar-mobile .mobile-nav-toggle {
  color: #fff !important;
}

.tmk-footer {
  background: #2f2f70;
  color: #fff;
  padding: 72px var(--tmk-page-gutter) 56px;
  margin-top: 0;
}

.footer-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(240px, 1.15fr) auto minmax(280px, 1.5fr);
  gap: 40px 56px;
  align-items: start;
}

.footer-contact h3,
.follow-title {
  margin: 0 0 22px;
  max-width: none;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  min-height: 1.2em;
}

.footer-contact h3 {
  white-space: nowrap;
}

.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin: 0 0 22px;
  color: #fff;
  font-size: 15px;
  line-height: 1.55;
}

.contact-row a {
  color: #fff;
}

.contact-row a:hover {
  text-decoration: underline;
}

.contact-icon {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  margin-top: 2px;
}

.contact-icon svg {
  width: 21px;
  height: 21px;
  display: block;
}

.footer-follow {
  padding-top: 0;
  min-width: 180px;
}

.follow-title {
  font-weight: 400;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.social-link {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  transition: transform 0.2s ease, background 0.2s ease;
}

.social-link:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.social-link svg {
  width: 30px;
  height: 30px;
  display: block;
}

.footer-bottom {
  max-width: 640px;
  width: 100%;
  margin: 0;
  margin-top: 11px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.5;
  align-self: start;
}

.footer-bottom span {
  max-width: none;
  display: inline;
  margin: 0;
}

.footer-bottom-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  white-space: nowrap;
  font-size: 11px;
}

.footer-bottom-right {
  white-space: nowrap;
  font-size: 11px;
  text-align: right;
}

@media (max-width: 1400px) {
  :root {
    --tmk-logo-h: 50px;
    --tmk-logo-w: 82px;
  }

  #header.asc-header .tmk-navbar > ul > li {
    padding: 6px 3px !important;
  }

  #header.asc-header .tmk-navbar > ul > li > a,
  #header.asc-header .tmk-navbar .nav-link {
    padding: 7px 6px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 1240px) {
  :root {
    --tmk-header-h: 66px;
    --tmk-logo-h: 46px;
    --tmk-logo-w: 76px;
  }

  #header.asc-header .tmk-navbar > ul > li {
    padding: 5px 2px !important;
  }

  #header.asc-header .tmk-navbar > ul > li > a,
  #header.asc-header .tmk-navbar .nav-link {
    padding: 6px 5px !important;
    font-size: 12px !important;
  }

  .tmk-navbar .tmk-nav-cta,
  .tmk-nav-cta {
    padding: 9px 14px !important;
    min-height: 40px;
    font-size: 12.5px !important;
  }

  .tmk-lang-btn {
    padding: 5px 8px !important;
  }
}

@media (max-width: 1100px) {
  :root {
    --tmk-header-h: 64px;
    --tmk-logo-h: 44px;
    --tmk-logo-w: 72px;
  }

  .tmk-navbar:not(.navbar-mobile) .tmk-nav-cta {
    padding: 7px 10px !important;
    min-height: 36px;
    font-size: 11px !important;
  }
}

@media (max-width: 991px) {
  .navbar-mobile .tmk-nav-cta {
    display: inline-flex !important;
    margin: 8px 16px 16px;
    justify-content: center;
    min-height: 44px;
    font-size: 14px !important;
    padding: 12px 18px !important;
  }
}

@media (max-width: 950px) {
  .tmk-hero,
  .problemgrid,
  .whygrid,
  .tmk-form-row {
    grid-template-columns: 1fr;
  }

  .services {
    grid-template-columns: repeat(2, 1fr);
  }

  .industries,
  .solution-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .solution.featured {
    grid-column: span 2;
  }
}

@media (max-width: 700px) {
  #header.asc-header .tmk-logo {
    width: auto !important;
    max-width: var(--tmk-logo-w) !important;
    height: var(--tmk-logo-h) !important;
    max-height: var(--tmk-logo-h) !important;
    margin: 0;
  }

  #header.asc-header .octave-nav-badge {
    width: 40px !important;
    height: 40px !important;
  }

  .partner-page {
    padding: 0 7%;
    min-height: auto;
  }

  .partner-topbar {
    padding-top: 28px;
  }

  .partner-octave-logo {
    width: 105px;
  }

  .partner-center h2 {
    font-size: 32px;
  }

  .partner-badge {
    width: 190px;
  }

  .tmk-footer {
    padding: 48px var(--tmk-page-gutter) 28px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-contact h3,
  .follow-title {
    font-size: 20px;
    white-space: nowrap;
  }

  .footer-bottom {
    display: flex;
    flex-direction: row;
    margin-top: 11px;
    max-width: none;
  }

  .footer-bottom span {
    display: inline;
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  :root {
    --tmk-page-gutter: 6%;
  }

  .tmk-hero {
    padding: 70px var(--tmk-page-gutter);
  }

  .tmk-section {
    padding: 68px var(--tmk-page-gutter);
  }

  .trust,
  .services,
  .industries,
  .logos,
  .solution-grid {
    grid-template-columns: 1fr;
  }

  .solution.featured {
    grid-column: span 1;
  }

  .solution-link {
    position: static;
    display: block;
    margin-top: 22px;
  }

  .tmk-cta {
    margin: 0 6% 30px;
    padding: 35px 25px;
    display: block;
  }

  .tmk-cta .tmk-btn {
    display: inline-block;
    margin-top: 22px;
  }

  .tmk-contact {
    padding: 0 6% 65px;
  }

  .tmk-head h2 {
    font-size: 32px;
  }
}

.tmk-page-detail .tmk-page-media img {
  display: block;
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 0 auto 24px;
  border-radius: 8px;
  object-fit: contain;
}

.tmk-page-copy {
  box-shadow: 0 0 30px rgba(16, 24, 40, 0.06);
}

.tmk-page-copy,
.tmk-page-copy p,
.tmk-page-copy * {
  color: var(--ink) !important;
  background: transparent !important;
  text-decoration: none !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
}
