/* Solutii — light overrides only; keep Martex demo-18 layout intact */

#header .desktoplogo img,
#header .smllogo img,
#footer-3 img.footer-logo {
  max-height: 32px !important;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}

/* Header inner width — match .container so logo aligns with page content */
#header .wsmainwp {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: calc(1.5rem * 0.5);
}

@media (min-width: 480px) {
  #header .wsmainwp {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  #header .wsmainwp {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  #header .wsmainwp {
    max-width: 960px;
  }

  #header .desktoplogo {
    margin-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  #header .wsmainwp {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  #header .wsmainwp {
    max-width: 1320px;
  }
}

@media (max-width: 991.98px) {
  #header .smllogo {
    padding-left: calc(1.5rem * 0.5) !important;
  }
}

@media (max-width: 1199.98px) {
  #header .desktoplogo img,
  #footer-3 img.footer-logo {
    max-height: 28px !important;
  }
}

@media (max-width: 767.98px) {
  #header .smllogo img,
  #footer-3 img.footer-logo {
    max-height: 26px !important;
  }
}

/* Hero slide dots */
.hero-tab-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 28px;
}

.hero-tab-btn {
  appearance: none;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #c5ccd8;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-tab-btn:hover:not(:disabled) {
  background: #8a94a6;
}

.hero-tab-btn.is-active {
  background: #56bdbd;
  transform: scale(1.15);
}

.hero-tab-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.hero-tab-btn .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-tab-panel {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
}

#hero-tabs {
  overflow: hidden;
  width: 100%;
}

.hero-tabs-track {
  display: flex;
  width: 100%;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.hero-visual {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  box-sizing: border-box;
}

.hero-visuals {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  overflow: hidden;
}

/* Homepage hero — slightly less top padding (below fixed header) */
#hero-18.hero-section {
  padding-top: 90px !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #hero-18.hero-section {
    padding-top: 30px !important;
  }
}

@media (min-width: 992px) {
  #hero-18.hero-section {
    padding-top: 90px !important;
  }
}

/* Homepage hero — larger carousel visuals (use full image column) */
#hero-18 .hero-visuals {
  max-width: min(100%, 760px);
  overflow-x: hidden;
  overflow-y: visible;
}

@media (min-width: 1200px) {
  #hero-18 .hero-visuals {
    max-width: min(100%, 820px);
  }
}

#hero-18 .hero-visual {
  aspect-ratio: auto;
  min-height: 400px;
  padding: 20px 0 12px;
  align-items: center;
}

@media (min-width: 768px) {
  #hero-18 .hero-visual {
    min-height: 480px;
    padding-top: 28px;
  }
}

#hero-18 .hero-visual img {
  max-width: 100%;
  max-height: 440px;
  width: auto;
  height: auto;
  object-fit: contain;
  transform: none;
}

@media (min-width: 768px) {
  #hero-18 .hero-visual img {
    max-height: 520px;
  }
}

#hero-18 .hero-18-img {
  overflow: visible;
}

/* Ce construim — status bar overlaid on bottom of image well (above title/text) */
#features-2 .fbox-card-top {
  margin: 0 8px 40px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #features-2 .fbox-card-top {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #features-2 .fbox-card-top {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 35px;
  }
}

@media (max-width: 767.98px) {
  #features-2 .fbox-card-top {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 40px;
  }
}

@media (max-width: 479.98px) {
  #features-2 .fbox-card-top {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}

#features-2 .fbox-card-top .fbox-img {
  position: relative;
  margin: 0 !important;
  min-height: 268px;
  padding-top: 52px;
  padding-bottom: 36px;
  border-radius: 12px;
  overflow: hidden;
}

#features-2 .fbox-card-top .fbox-img img {
  max-height: 228px !important;
}

@media (min-width: 1200px) {
  #features-2 .fbox-card-top .fbox-img {
    min-height: 288px;
    padding-top: 58px;
  }

  #features-2 .fbox-card-top .fbox-img img {
    max-height: 248px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #features-2 .fbox-card-top .fbox-img {
    min-height: 258px;
    padding-top: 48px;
  }

  #features-2 .fbox-card-top .fbox-img img {
    max-height: 218px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #features-2 .fbox-card-top .fbox-img {
    min-height: 248px;
    padding-top: 42px;
  }

  #features-2 .fbox-card-top .fbox-img img {
    max-height: 208px !important;
  }
}

@media (max-width: 767.98px) {
  #features-2 .fbox-card-top .fbox-img {
    min-height: 296px;
    padding-top: 54px;
  }

  #features-2 .fbox-card-top .fbox-img img {
    max-height: 258px !important;
  }
}

@media (max-width: 479.98px) {
  #features-2 .fbox-card-top .fbox-img {
    min-height: 278px;
    padding-top: 48px;
  }

  #features-2 .fbox-card-top .fbox-img img {
    max-height: 238px !important;
  }
}

#features-2 .fbox-card-top .fbox-img .maturity-tag {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 8px 16px;
  margin: 0;
  border-radius: 0;
}

#features-2 .fbox-card-top .fbox-img .maturity-tag--live {
  background: #a8dfd4;
  color: #0d5c54;
}

#features-2 .fbox-card-top .fbox-img .maturity-tag--dev {
  background: #fde8c3;
  color: #9a5f0a;
}

#features-2 .fbox-card-top .fbox-img .maturity-tag--pilot {
  background: #e8eaef;
  color: #525c6b;
}

/* Ce construim — titles neutral (state color only on bar, not h6) */
#features-2 .fbox-2 .fbox-txt h6 {
  color: #353f4f;
}

#features-2 .fbox-txt {
  position: relative;
  z-index: 1;
  clear: both;
}

#features-2 .fbox-wrapper .flex.flex-wrap.row-cols-md-3 {
  align-items: stretch;
}

#features-2 .fbox-wrapper .row-cols-md-3 > div > a {
  display: block;
  height: 100%;
}

#features-2 .fbox-2 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#features-2 .fbox-2 .fbox-txt {
  flex: 1 1 auto;
}

/* Maturity tags on graphic feature cards (other sections) */
.fbox-2 .maturity-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.hero-visuals-track {
  display: flex;
  width: 100%;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.hero-visual img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.hero-img-placeholder {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  max-width: none;
  margin: 0;
  background: #f1f3f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.hero-img-placeholder span {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  color: #6b7280;
}

@media (prefers-reduced-motion: reduce) {
  .hero-tabs-track,
  .hero-visuals-track {
    transition: none;
  }
}

/* CTA product cards — tilted screenshot mock */
#banner-13.banner-13--home .banner-13-img img.banner-13-shot,
#banner-13.banner-13--platforma-edge .banner-13-img img.banner-13-shot,
#banner-13.banner-13--chatbot-site .banner-13-img img.banner-13-shot {
  border-radius: 14px;
  box-shadow:
    0 28px 56px rgba(53, 63, 79, 0.16),
    0 10px 22px rgba(53, 63, 79, 0.08);
}

/* Inner page heroes — shared markup (inner-hero.php); sizing separate from #hero-18 carousel */
.inner-page-hero .img-block img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 480px;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

@media (min-width: 768px) {
  .inner-page-hero .img-block img {
    max-height: 580px;
    max-width: min(128%, 720px);
  }
}

@media (min-width: 1200px) {
  .inner-page-hero .img-block img {
    max-height: 600px;
    max-width: min(132%, 780px);
  }
}

/* Chatbot247 — tall img-03: slightly larger than default inner hero, still height-capped */
@media (min-width: 768px) {
  #hero-chatbot247.inner-page-hero .img-block img {
    max-height: 620px;
    max-width: min(155%, 860px);
  }
}

/* Chatbot247 — Ce primești: two text-only cards, top-aligned */
#features-5 .fbox-5 {
  display: block;
}

#features-5 .fbox-5-img {
  display: none !important;
}

#features-5 .fbox-wrapper {
  text-align: left;
}

@media (min-width: 992px) {
  #features-5 .flex.flex-wrap.items-start > div {
    margin-bottom: 0;
  }
}

#features-5 .fbox-5.fb-2 {
  border-left: 3px solid rgba(22, 128, 251, 0.65);
  background-color: rgba(22, 128, 251, 0.05);
  box-shadow: 0 4px 24px rgba(22, 128, 251, 0.06);
}

/* Program pilot card — stethoscope background */
#program-pilot .program-pilot-card {
  background-color: #f4f4f9;
  background-image: url(../images/stet.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* WhatsApp phone mock (Tab 3) — fit inside same 4:3 slot */
.wa-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
}

.wa-phone-screen {
  height: 100%;
  width: auto;
  aspect-ratio: 9 / 19.5;
  max-height: 100%;
  background: #ece5dd;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.wa-header {
  background: #075e54;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  padding: 14px 16px;
  text-align: left;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.wa-thread {
  flex: 1 1 auto;
  overflow: auto;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wa-bubble {
  position: relative;
  max-width: 78%;
  border-radius: 8px;
  padding: 8px 10px 18px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  line-height: 1.35;
  text-align: left;
  box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.08);
}

.wa-bubble p {
  margin: 0;
  color: #111b21;
}

.wa-in {
  align-self: flex-start;
  background: #fff;
}

.wa-out {
  align-self: flex-end;
  background: #dcf8c6;
}

.wa-time {
  position: absolute;
  right: 8px;
  bottom: 4px;
  font-size: 10px;
  color: #667781;
  line-height: 1;
  white-space: nowrap;
}

.wa-ticks {
  letter-spacing: -1px;
  color: #53bdeb;
}

a:hover .fbox-2 .fbox-txt h6 {
  color: #56bdbd;
}

.maturity-tag--live {
  background: #c5ebe3;
  color: #0d5c54;
}

.maturity-tag--dev {
  background: #fde8c3;
  color: #9a5f0a;
}

.maturity-tag--pilot {
  background: #e8eaef;
  color: #525c6b;
}

.maturity-tag--roadmap {
  background: #f3f4f6;
  color: #4b5563;
}

/* Row 2 — în dezvoltare / pe hartă: lighter than shipping products */
.features-row-2 .fbox-2 .fbox-img.gr--whitesmoke {
  background: #fafafa;
}

.features-row-2 .fbox-2 .fbox-txt h6 {
  color: #4b5563;
}

.features-row-2 .fbox-2 .fbox-txt p {
  color: #6b7280;
}

.features-row-2 .maturity-tag--dev,
.features-row-2 .maturity-tag--pilot,
.features-row-2 .maturity-tag--roadmap {
  background: #f0f0f0;
  color: #9ca3af;
}

/* Right column aligns with h2, below section-id eyebrow in left column */
@media (min-width: 768px) {
  .col-below-section-id {
    padding-top: calc(0.85rem + 35px);
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .col-below-section-id {
    padding-top: calc(0.85rem + 30px);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .col-below-section-id {
    padding-top: calc(0.85rem + 25px);
  }
}

/* Numbered steps — footnote below step list (not in compiled Tailwind) */
.process-step-note {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  margin-top: 28px;
}

.process-step-note__spacer {
  flex-shrink: 0;
  width: 2.625rem;
  margin-right: 1.625rem;
}

.process-step-note__body {
  flex: 1 1 0;
  min-width: 0;
  border-top: 1px solid #e4e4e4;
  padding-top: 18px;
}

.txt-block .process-step-note__body p {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #6b7280;
}

@media (max-width: 1199.98px) {
  .process-step-note__spacer {
    width: 2.35rem;
    margin-right: 1.1rem;
  }
}

@media (max-width: 991.98px) {
  .process-step-note__spacer {
    width: 2.15rem;
    margin-right: 1.15rem;
  }
}

@media (max-width: 479.98px) {
  .process-step-note__spacer {
    width: 2.3rem;
    margin-right: 1rem;
  }
}

/* Section closing line — slightly heavier than bullet body copy */

/* 100% in-house — three pillars (not a sequence): Hardware · Model AI · Software */
.in-house-pipeline-band {
  width: 100%;
  margin-top: 48px;
  padding: 44px 0 52px;
  background: #fff;
  border-top: 1px solid rgba(53, 63, 79, 0.07);
  border-bottom: 1px solid rgba(53, 63, 79, 0.07);
  box-shadow: 0 12px 40px rgba(53, 63, 79, 0.04);
}

.in-house-pipeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 32px;
  align-items: start;
}

.in-house-pipeline__step {
  text-align: center;
  padding: 0 12px;
}

.in-house-pipeline__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: rgba(22, 128, 251, 0.1);
}

.in-house-pipeline__icon [class*="flaticon-"]:before,
.in-house-pipeline__icon [class*="flaticon-"]:after {
  font-size: 1.75rem;
  line-height: 1;
}

.in-house-pipeline__svg {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  color: var(--theme-color, #1680fb);
}

.in-house-pipeline__svg--hardware {
  width: 2.625rem;
  height: 2.625rem;
}

.in-house-pipeline__svg--ai {
  width: 2rem;
  height: 2rem;
}

.in-house-pipeline__title {
  margin: 0 0 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  color: #353f4f;
  font-family: "Plus Jakarta Sans", "Jakarta", sans-serif;
}

.in-house-pipeline__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #6b7280;
}

@media (max-width: 991.98px) {
  .in-house-pipeline {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
    gap: 36px;
  }

  .in-house-pipeline__step {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .in-house-pipeline-band {
    margin-top: 40px;
    padding: 36px 0 44px;
  }
}

.txt-block .section-closing-line {
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 1.0625rem;
  line-height: 1.55;
  font-weight: 600;
  color: #353f4f;
}

/* Footer: four equal columns, balanced spacing */
#footer-3 .footer-columns {
  row-gap: 0;
}

@media (max-width: 991.98px) {
  #footer-3 .footer-columns {
    row-gap: 16px;
  }

  #footer-3 .footer-columns .footer-links {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  #footer-3 .footer-columns {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  #footer-3 .footer-col {
    flex: 1 1 0;
    min-width: 0;
    max-width: 25%;
  }
}

@media (max-width: 991.98px) {
  #footer-3 .footer-columns {
    justify-content: center;
    text-align: center;
  }

  #footer-3 .footer-col .footer-info,
  #footer-3 .footer-col .footer-socials {
    margin-left: auto;
    margin-right: auto;
  }

  #footer-3 .footer-col .footer-socials {
    display: inline-block;
  }
}

/* Footer column heads + link lists (@layer utilities beats stray Tailwind margins) */
@layer utilities {
  #footer-3 .footer-col-head {
    display: flex;
    align-items: flex-end;
    min-height: 38px;
    margin-bottom: 25px !important;
  }

  #footer-3 .footer-col-head .footer-info,
  #footer-3 .footer-col-head .footer-info--column-title,
  #footer-3 .footer-col-head h6,
  #footer-3 .footer-col-head .footer-logo {
    margin: 0 !important;
  }

  #footer-3 .foo-links {
    display: flex;
    flex-direction: column;
    gap: 1px !important;
  }

  #footer-3 .foo-links .footer-link-item {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.25 !important;
  }

  #footer-3 .fl-4 .footer-socials {
    margin-top: 18px !important;
  }

  @media (min-width: 992px) and (max-width: 1199.98px) {
    #footer-3 .footer-col-head {
      min-height: 34px;
      margin-bottom: 20px !important;
    }
  }

  @media (max-width: 991.98px) {
    #footer-3 .footer-col-head {
      min-height: 0;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px !important;
    }
  }
}

/* CTA banner → footer: offset rotated image negative margin */
#banner-13 .banner-cta-qual {
  display: block;
  margin-top: 0.5em;
}

#banner-13.banner-section {
  padding-bottom: 100px !important;
}

@media (max-width: 1199.98px) {
  #banner-13.banner-section {
    padding-bottom: 80px !important;
  }
}

@media (max-width: 991.98px) {
  #banner-13.banner-section {
    padding-bottom: 70px !important;
  }
}

/* CTA / site cards — same #f4f4f9 base as program pilot (monitorizare pacienți) */
#banner-13.banner-13--platforma-edge .banner-13-wrapper--site,
#banner-13.banner-13--chatbot-site .banner-13-wrapper--site {
  background-color: #f4f4f9;
}

#banner-13.banner-13--platforma-edge .banner-13-txt h2,
#banner-13.banner-13--chatbot-site .banner-13-txt h2 {
  color: #353f4f;
}

/* CTA banner-13 — inset copy (desktop overlay only had pl-* in markup) */
#banner-13.banner-13--home .banner-13-wrapper .banner-overlay,
#banner-13.banner-13--platforma-edge .banner-13-wrapper .banner-overlay,
#banner-13.banner-13--chatbot-site .banner-13-wrapper .banner-overlay {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  padding-left: 90px !important;
  padding-right: 48px !important;
}

@media (max-width: 1199.98px) {
  #banner-13.banner-13--home .banner-13-wrapper .banner-overlay,
  #banner-13.banner-13--platforma-edge .banner-13-wrapper .banner-overlay,
  #banner-13.banner-13--chatbot-site .banner-13-wrapper .banner-overlay {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
    padding-left: 72px !important;
    padding-right: 40px !important;
  }
}

@media (max-width: 991.98px) {
  #banner-13.banner-13--home .banner-13-wrapper .banner-overlay,
  #banner-13.banner-13--platforma-edge .banner-13-wrapper .banner-overlay,
  #banner-13.banner-13--chatbot-site .banner-13-wrapper .banner-overlay {
    padding-top: 64px !important;
    padding-bottom: 68px !important;
    padding-left: 56px !important;
    padding-right: 44px !important;
  }
}

@media (max-width: 767.98px) {
  #banner-13.banner-13--home .banner-13-wrapper .banner-overlay,
  #banner-13.banner-13--platforma-edge .banner-13-wrapper .banner-overlay,
  #banner-13.banner-13--chatbot-site .banner-13-wrapper .banner-overlay {
    padding-top: 56px !important;
    padding-bottom: 64px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  #banner-13.banner-13--home .banner-13-txt,
  #banner-13.banner-13--platforma-edge .banner-13-txt,
  #banner-13.banner-13--chatbot-site .banner-13-txt {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  /* Tall screenshot must not set card height — float visual on the right */
  #banner-13.banner-13--home .banner-overlay .flex,
  #banner-13.banner-13--platforma-edge .banner-overlay .flex,
  #banner-13.banner-13--chatbot-site .banner-overlay .flex {
    position: relative;
    flex-wrap: nowrap;
  }

  #banner-13.banner-13--home .banner-overlay .flex > div:first-child,
  #banner-13.banner-13--platforma-edge .banner-overlay .flex > div:first-child,
  #banner-13.banner-13--chatbot-site .banner-overlay .flex > div:first-child {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  #banner-13.banner-13--home .banner-overlay .flex > div:last-child,
  #banner-13.banner-13--platforma-edge .banner-overlay .flex > div:last-child,
  #banner-13.banner-13--chatbot-site .banner-overlay .flex > div:last-child {
    position: absolute;
    top: 50%;
    right: 0;
    width: 46%;
    max-width: 46%;
    padding-left: 0;
    padding-right: 0;
    transform: translateY(-50%);
    pointer-events: none;
  }

  #banner-13.banner-13--home .banner-13-img,
  #banner-13.banner-13--platforma-edge .banner-13-img,
  #banner-13.banner-13--chatbot-site .banner-13-img {
    margin: 0 !important;
    pointer-events: auto;
    transform: rotate(-20deg);
  }

  #banner-13.banner-13--home .banner-13-img img.banner-13-shot,
  #banner-13.banner-13--platforma-edge .banner-13-img img.banner-13-shot,
  #banner-13.banner-13--chatbot-site .banner-13-img img.banner-13-shot {
    width: 100%;
    max-width: 540px;
    height: auto;
    max-height: none;
    object-fit: contain;
    transform: scale(1.15) translate(50px, 85px);
  }

  #banner-13.banner-13--home .banner-13-img img.banner-13-shot {
    transform: scale(1.4) translate(50px, 58px);
  }
}

@media (max-width: 767.98px) {
  #banner-13.banner-13--home .banner-13-img,
  #banner-13.banner-13--platforma-edge .banner-13-img,
  #banner-13.banner-13--chatbot-site .banner-13-img {
    transform: rotate(-20deg);
  }

  #banner-13.banner-13--home .banner-13-img img.banner-13-shot,
  #banner-13.banner-13--platforma-edge .banner-13-img img.banner-13-shot,
  #banner-13.banner-13--chatbot-site .banner-13-img img.banner-13-shot {
    max-height: 320px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    border-radius: 12px;
    box-shadow:
      0 20px 40px rgba(53, 63, 79, 0.14),
      0 8px 16px rgba(53, 63, 79, 0.07);
    transform: translate(50px, 85px);
  }

  #banner-13.banner-13--home .banner-13-img img.banner-13-shot {
    transform: scale(1.24) translate(50px, 58px);
  }
}
.contact-page-lead {
  color: #6c757d;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.contact-page__grid {
  align-items: flex-start;
  row-gap: 48px;
}

.contact-form-panel {
  border: 1px solid rgba(86, 189, 189, 0.25);
  border-radius: 16px;
  padding: 36px 40px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.contact-form--minimal .contact-form__field {
  margin-bottom: 22px;
}

.contact-form--minimal .contact-form__label {
  display: block;
  font-family: "Plus Jakarta Sans", "Jakarta", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #56bdbd;
  margin-bottom: 10px;
}

.contact-form__optional {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #9ca3af;
}

.contact-form--minimal .form-control {
  width: 100%;
  height: auto;
  min-height: 52px;
  padding: 14px 16px;
  font-size: 1rem;
  color: #353f4f;
  background: #f5f6f8;
  border: 1px solid transparent;
  border-radius: 8px;
  margin-bottom: 0;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.contact-form--minimal textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.contact-form--minimal .form-control::placeholder {
  color: #998da0;
}

.contact-form--minimal .form-control:focus {
  outline: none;
  border-color: #56bdbd;
  background: #fcfdfd;
}

.contact-form--minimal .form-control.error {
  border-color: #ef4444;
}

.contact-form__actions {
  margin-top: 28px;
}

.contact-form-msg {
  margin-top: 16px;
  min-height: 1.5rem;
}

.contact-form-msg .loading {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #56bdbd;
}

.contact-form__success {
  color: #1f7a74;
}

.contact-form__error {
  color: #dc2626;
}

.contact-form__error a {
  color: #56bdbd;
  text-decoration: underline;
}

.contact-details {
  padding: 8px 0 0 24px;
}

.contact-details__list {
  margin: 0 0 32px;
}

.contact-details__item {
  margin-bottom: 28px;
}

.contact-details__item:last-child {
  margin-bottom: 0;
}

.contact-details__item dt {
  font-family: "Plus Jakarta Sans", "Jakarta", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #56bdbd;
  margin-bottom: 8px;
}

.contact-details__item dd {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: #353f4f;
}

.contact-details__item dd a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-details__item dd a:hover {
  color: #56bdbd;
}

.contact-details__legal {
  color: #6c757d;
  padding-top: 28px;
  border-top: 1px solid rgba(86, 189, 189, 0.2);
}

.contact-details__legal-line {
  color: #6c757d;
}

.contact-details__legal-line:first-child {
  color: #353f4f;
}

@media (max-width: 991px) {
  .contact-details {
    padding: 0;
  }

  .contact-form-panel {
    padding: 28px 24px;
  }
}

/* Legal pages — terms, privacy */
.legal-prose {
  color: #6c757d;
}

.legal-prose__title {
  color: #353f4f;
}

.legal-prose h2 {
  margin: 28px 0 12px;
  font-family: "Plus Jakarta Sans", "Jakarta", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  color: #353f4f;
}

.legal-prose p,
.legal-prose li {
  font-size: 1rem;
  line-height: 1.65;
}

.legal-prose ul {
  margin: 0 0 16px;
  padding-left: 1.25rem;
}

.legal-prose li {
  margin-bottom: 8px;
}

.legal-prose li:last-child {
  margin-bottom: 0;
}

.legal-prose a {
  color: #56bdbd;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-prose a:hover {
  color: #353f4f;
}

.legal-prose strong {
  color: #353f4f;
  font-weight: 600;
}
