.smarttech-case-study-page {
  --smarttech-blue: #63a6ff;
  --smarttech-cyan: #6ae4da;
  --smarttech-surface: #0d1218;
  --smarttech-surface-strong: #121923;
  background:
    radial-gradient(circle at 85% 8%, rgba(99, 166, 255, .08), transparent 30rem),
    radial-gradient(circle at 8% 32%, rgba(106, 228, 218, .05), transparent 28rem),
    var(--bg);
}

.smarttech-case-study-page .section-code {
  color: var(--smarttech-cyan);
}

.smarttech-hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  padding: calc(var(--header-height) + 74px) 0 94px;
  border-bottom: 1px solid var(--line);
}

.smarttech-grid-bg {
  position: absolute;
  inset: 0;
  opacity: .3;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 88%);
  pointer-events: none;
}

.smarttech-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.smarttech-orb-one {
  top: 120px;
  right: -180px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(99, 166, 255, .14), transparent 68%);
}

.smarttech-orb-two {
  left: -220px;
  bottom: -220px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(106, 228, 218, .08), transparent 68%);
}

.smarttech-hero-inner {
  position: relative;
  z-index: 1;
}

.smarttech-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 76px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.smarttech-breadcrumb a {
  color: var(--text);
  text-decoration: none;
}

.smarttech-breadcrumb a:hover,
.smarttech-breadcrumb a:focus-visible {
  color: var(--smarttech-cyan);
}

.smarttech-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
  gap: 76px;
  align-items: end;
}

.smarttech-hero-copy {
  max-width: 820px;
}

.smarttech-hero-copy h1 {
  margin: 24px 0 0;
  max-width: 850px;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(62px, 8vw, 108px);
  font-weight: 600;
  letter-spacing: -.065em;
  line-height: .92;
}

.smarttech-hero-copy h1 span {
  display: block;
  color: var(--smarttech-blue);
}

.smarttech-hero-lead {
  max-width: 760px;
  margin: 34px 0 0;
  color: var(--text);
  font-size: clamp(19px, 2.2vw, 27px);
  line-height: 1.48;
}

.smarttech-hero-summary {
  max-width: 710px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.smarttech-hero-actions,
.smarttech-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.smarttech-project-brief {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: rgba(13, 18, 24, .84);
  box-shadow: 0 30px 90px rgba(0,0,0,.26);
  backdrop-filter: blur(16px);
}

.smarttech-brief-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-mono);
  text-transform: uppercase;
}

.smarttech-brief-top span {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .12em;
}

.smarttech-brief-top strong {
  color: var(--smarttech-cyan);
  font-size: 10px;
  letter-spacing: .1em;
}

.smarttech-project-brief dl {
  margin: 0;
}

.smarttech-project-brief dl div {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 20px;
  padding: 17px 20px;
  border-bottom: 1px solid var(--line);
}

.smarttech-project-brief dl div:last-child {
  border-bottom: 0;
}

.smarttech-project-brief dt {
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.smarttech-project-brief dd {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.45;
}

.smarttech-attribution {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  margin-top: 70px;
  padding: 23px 26px;
  border: 1px solid rgba(99, 166, 255, .34);
  background: rgba(99, 166, 255, .055);
}

.smarttech-attribution span {
  color: var(--smarttech-blue);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.smarttech-attribution p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.smarttech-showcase {
  position: relative;
  z-index: 2;
  margin-top: -44px;
  padding-bottom: 88px;
}

.smarttech-frame {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: #090c10;
  box-shadow: 0 30px 100px rgba(0,0,0,.3);
}

.smarttech-frame-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.smarttech-frame img {
  width: 100%;
  height: auto;
  background: #0b0f14;
}

.smarttech-frame figcaption {
  padding: 15px 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.smarttech-section {
  position: relative;
  padding: 116px 0;
  border-top: 1px solid var(--line);
}

.smarttech-section-alt {
  background: rgba(255,255,255,.018);
}

.smarttech-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 60px;
}

.smarttech-section-heading h2,
.smarttech-contribution-copy h2,
.smarttech-outcome-copy h2,
.smarttech-contact-panel h2 {
  margin: 16px 0 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(39px, 5vw, 70px);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: 1.04;
}

.smarttech-section-heading h2 em {
  color: var(--smarttech-blue);
  font-style: normal;
}

.smarttech-section-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.smarttech-context-layout {
  display: grid;
  grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr);
  gap: 34px;
}

.smarttech-story,
.smarttech-problem-card,
.smarttech-module-card,
.smarttech-evidence-card,
.smarttech-transformation-card,
.smarttech-outcome-card,
.smarttech-reflection-card {
  border: 1px solid var(--line);
  background: var(--smarttech-surface);
}

.smarttech-story {
  padding: 34px;
}

.smarttech-story h3,
.smarttech-problem-card h3,
.smarttech-module-card h3,
.smarttech-contribution-item h3,
.smarttech-evidence-card h3,
.smarttech-workflow h3,
.smarttech-transformation-card h3,
.smarttech-reflection-card h3,
.smarttech-repository-note h3 {
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.3;
}

.smarttech-story p,
.smarttech-problem-card p,
.smarttech-module-card p,
.smarttech-contribution-copy p,
.smarttech-contribution-item p,
.smarttech-evidence-card p,
.smarttech-workflow p,
.smarttech-outcome-card p,
.smarttech-repository-note p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.smarttech-story p:last-child,
.smarttech-problem-card p:last-child,
.smarttech-module-card p:last-child,
.smarttech-contribution-copy p:last-child,
.smarttech-contribution-item p:last-child,
.smarttech-evidence-card p:last-child,
.smarttech-workflow p:last-child,
.smarttech-outcome-card p:last-child,
.smarttech-repository-note p:last-child {
  margin-bottom: 0;
}

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

.smarttech-problem-card {
  min-height: 230px;
  padding: 28px;
}

.smarttech-problem-card > span,
.smarttech-module-number,
.smarttech-contribution-item > span,
.smarttech-workflow > li > span {
  color: var(--smarttech-cyan);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .12em;
}

.smarttech-problem-card h3 {
  margin-top: 44px;
}

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

.smarttech-module-card {
  min-height: 395px;
  padding: 27px;
}

.smarttech-module-card h3 {
  margin-top: 54px;
}

.smarttech-module-card ul,
.smarttech-transformation-card ul,
.smarttech-reflection-card ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.smarttech-module-card li,
.smarttech-transformation-card li,
.smarttech-reflection-card li {
  position: relative;
  padding: 10px 0 10px 17px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.smarttech-module-card li::before,
.smarttech-transformation-card li::before,
.smarttech-reflection-card li::before {
  content: '';
  position: absolute;
  top: 17px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--smarttech-blue);
}

.smarttech-architecture {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: #090d12;
}

.smarttech-architecture-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.smarttech-architecture-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr) 92px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  padding: 32px;
}

.smarttech-architecture-node {
  min-height: 215px;
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--smarttech-surface-strong);
}

.smarttech-architecture-node span,
.smarttech-architecture-secondary span,
.smarttech-evidence-card > span,
.smarttech-transformation-card > span,
.smarttech-repository-note > div > span {
  color: var(--smarttech-cyan);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.smarttech-architecture-node strong,
.smarttech-architecture-secondary strong {
  display: block;
  margin-top: 44px;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.smarttech-architecture-node small,
.smarttech-architecture-secondary small,
.smarttech-delivery-strip small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
}

.smarttech-architecture-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 215px;
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.smarttech-architecture-link::before,
.smarttech-architecture-link::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--line-strong);
}

.smarttech-architecture-link span {
  padding: 0 8px;
}

.smarttech-architecture-secondary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.smarttech-architecture-secondary article {
  min-height: 185px;
  padding: 25px;
  border-right: 1px solid var(--line);
}

.smarttech-architecture-secondary article:last-child {
  border-right: 0;
}

.smarttech-architecture-secondary strong {
  margin-top: 32px;
  font-size: 17px;
}

.smarttech-tech-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.smarttech-tech-list li {
  padding: 8px 11px;
  border: 1px solid var(--line);
  color: var(--muted);
  background: rgba(255,255,255,.018);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.smarttech-contribution-layout {
  display: grid;
  grid-template-columns: minmax(300px, .65fr) minmax(0, 1.35fr);
  gap: 76px;
  align-items: start;
}

.smarttech-contribution-copy {
  position: sticky;
  top: calc(var(--header-height) + 34px);
}

.smarttech-contribution-copy h2 {
  font-size: clamp(38px, 4.5vw, 64px);
}

.smarttech-contribution-copy p {
  margin-top: 24px;
  font-size: 14px;
}

.smarttech-contribution-list {
  border-top: 1px solid var(--line-strong);
}

.smarttech-contribution-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.smarttech-contribution-item h3 {
  font-size: 19px;
}

.smarttech-contribution-item p {
  margin: 9px 0 0;
}

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

.smarttech-evidence-card {
  min-height: 345px;
  padding: 30px;
}

.smarttech-evidence-card h3 {
  margin-top: 68px;
  font-size: 23px;
}

.smarttech-workflow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border: 1px solid var(--line-strong);
  list-style: none;
}

.smarttech-workflow li {
  min-height: 245px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--smarttech-surface);
}

.smarttech-workflow li:nth-child(3n) {
  border-right: 0;
}

.smarttech-workflow li:nth-last-child(-n+3) {
  border-bottom: 0;
}

.smarttech-workflow h3 {
  margin-top: 48px;
}

.smarttech-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.smarttech-gallery .smarttech-frame img {
  aspect-ratio: 16 / 10;
  object-fit: contain;
}

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

.smarttech-transformation-card {
  min-height: 390px;
  padding: 34px;
}

.smarttech-transformation-card h3 {
  margin-top: 56px;
  font-size: 26px;
}

.smarttech-delivery-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 20px;
  border: 1px solid var(--line-strong);
}

.smarttech-delivery-strip > div {
  min-height: 165px;
  padding: 22px;
  border-right: 1px solid var(--line);
  background: rgba(255,255,255,.015);
}

.smarttech-delivery-strip > div:last-child {
  border-right: 0;
}

.smarttech-delivery-strip span {
  color: var(--smarttech-cyan);
  font-family: var(--font-mono);
  font-size: 9px;
}

.smarttech-delivery-strip strong {
  display: block;
  margin-top: 34px;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 500;
}

.smarttech-outcome-layout {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: 70px;
  align-items: start;
}

.smarttech-outcome-copy p:last-child {
  margin-top: 25px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

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

.smarttech-outcome-card {
  min-height: 240px;
  padding: 27px;
}

.smarttech-outcome-card strong {
  color: var(--smarttech-cyan);
  font-family: var(--font-mono);
  font-size: 10px;
}

.smarttech-outcome-card span {
  display: block;
  margin-top: 54px;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 19px;
}

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

.smarttech-reflection-card {
  padding: 34px;
}

.smarttech-reflection-card h3 {
  font-size: 25px;
}

.smarttech-reflection-card ul {
  margin-top: 28px;
}

.smarttech-reflection-card li {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 13px;
}

.smarttech-repository-note {
  display: grid;
  grid-template-columns: minmax(240px, .75fr) minmax(300px, 1fr) auto;
  gap: 34px;
  align-items: center;
  margin-top: 22px;
  padding: 28px;
  border: 1px solid rgba(99, 166, 255, .35);
  background: rgba(99, 166, 255, .05);
}

.smarttech-repository-note h3 {
  margin-top: 8px;
}

.smarttech-repository-note p {
  margin: 0;
}

.smarttech-repository-note a {
  color: var(--smarttech-cyan);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
}

.smarttech-contact {
  padding: 90px 0;
  border-top: 1px solid var(--line);
}

.smarttech-contact-panel {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  padding: 44px;
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(135deg, rgba(99, 166, 255, .08), transparent 56%),
    var(--smarttech-surface);
}

.smarttech-contact-panel h2 {
  max-width: 640px;
  font-size: clamp(35px, 4vw, 58px);
}

.smarttech-contact-actions {
  flex: 0 0 auto;
  margin-top: 0;
}

@media (max-width: 1180px) {
  .smarttech-hero-layout,
  .smarttech-section-heading,
  .smarttech-contribution-layout,
  .smarttech-outcome-layout {
    grid-template-columns: 1fr;
  }

  .smarttech-project-brief {
    max-width: 680px;
  }

  .smarttech-section-heading {
    gap: 26px;
  }

  .smarttech-section-heading > p {
    max-width: 720px;
  }

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

  .smarttech-architecture-flow {
    grid-template-columns: 1fr;
  }

  .smarttech-architecture-link {
    min-height: 50px;
  }

  .smarttech-architecture-link::before,
  .smarttech-architecture-link::after {
    max-width: 120px;
  }

  .smarttech-contribution-copy {
    position: static;
    max-width: 760px;
  }

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

  .smarttech-delivery-strip > div:nth-child(3) {
    border-right: 0;
  }

  .smarttech-delivery-strip > div:nth-child(-n+3) {
    border-bottom: 1px solid var(--line);
  }

  .smarttech-repository-note {
    grid-template-columns: 1fr 1fr;
  }

  .smarttech-repository-note a {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .smarttech-hero {
    min-height: 0;
    padding-bottom: 74px;
  }

  .smarttech-breadcrumb {
    margin-bottom: 52px;
  }

  .smarttech-attribution,
  .smarttech-context-layout,
  .smarttech-evidence-grid,
  .smarttech-gallery,
  .smarttech-transformation-grid,
  .smarttech-reflection-grid {
    grid-template-columns: 1fr;
  }

  .smarttech-architecture-secondary {
    grid-template-columns: 1fr;
  }

  .smarttech-architecture-secondary article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .smarttech-architecture-secondary article:last-child {
    border-bottom: 0;
  }

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

  .smarttech-workflow li,
  .smarttech-workflow li:nth-child(3n),
  .smarttech-workflow li:nth-last-child(-n+3) {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .smarttech-workflow li:nth-child(2n) {
    border-right: 0;
  }

  .smarttech-workflow li:nth-last-child(-n+2) {
    border-bottom: 0;
  }

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

  .smarttech-delivery-strip > div,
  .smarttech-delivery-strip > div:nth-child(3) {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .smarttech-delivery-strip > div:nth-child(2n) {
    border-right: 0;
  }

  .smarttech-delivery-strip > div:last-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

  .smarttech-contact-panel {
    display: grid;
    align-items: start;
  }
}

@media (max-width: 680px) {
  .smarttech-hero {
    padding-top: calc(var(--header-height) + 50px);
  }

  .smarttech-breadcrumb {
    display: grid;
    gap: 9px;
  }

  .smarttech-hero-copy h1 {
    font-size: clamp(52px, 16vw, 76px);
  }

  .smarttech-hero-lead {
    font-size: 18px;
  }

  .smarttech-hero-actions,
  .smarttech-contact-actions {
    display: grid;
  }

  .smarttech-hero-actions .button,
  .smarttech-contact-actions .button {
    width: 100%;
  }

  .smarttech-project-brief dl div,
  .smarttech-attribution {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .smarttech-showcase {
    margin-top: -24px;
  }

  .smarttech-section {
    padding: 84px 0;
  }

  .smarttech-section-heading {
    margin-bottom: 42px;
  }

  .smarttech-section-heading h2,
  .smarttech-contribution-copy h2,
  .smarttech-outcome-copy h2 {
    font-size: 38px;
  }

  .smarttech-problem-grid,
  .smarttech-module-grid,
  .smarttech-workflow,
  .smarttech-outcome-grid,
  .smarttech-delivery-strip {
    grid-template-columns: 1fr;
  }

  .smarttech-module-card {
    min-height: 0;
  }

  .smarttech-architecture-flow {
    padding: 18px;
  }

  .smarttech-architecture-node {
    min-height: 190px;
  }

  .smarttech-contribution-item {
    grid-template-columns: 38px 1fr;
    gap: 14px;
  }

  .smarttech-workflow li,
  .smarttech-workflow li:nth-child(2n),
  .smarttech-workflow li:nth-child(3n),
  .smarttech-workflow li:nth-last-child(-n+2),
  .smarttech-workflow li:nth-last-child(-n+3) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .smarttech-workflow li:last-child {
    border-bottom: 0;
  }

  .smarttech-delivery-strip > div,
  .smarttech-delivery-strip > div:nth-child(2n),
  .smarttech-delivery-strip > div:nth-child(3),
  .smarttech-delivery-strip > div:last-child {
    grid-column: auto;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .smarttech-delivery-strip > div:last-child {
    border-bottom: 0;
  }

  .smarttech-repository-note {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .smarttech-contact-panel {
    padding: 30px;
  }

  .smarttech-frame-bar {
    align-items: flex-start;
    flex-direction: column;
  }
}
