:root {
  --smart-mint: rgb(123, 220, 180);
  --smart-mint-deep: #4cb98d;
  --smart-mint-soft: #eafaf3;
  --smart-ink: #171923;
  --smart-slate: #5f6672;
  --smart-cloud: #f4f8f7;
  --smart-line: rgba(23, 25, 35, .12);
}

body[data-page="partenaires-ai-smarttalk"] {
  background: #fff;
  color: var(--smart-ink);
}

body[data-page="partenaires-ai-smarttalk"] h1,
body[data-page="partenaires-ai-smarttalk"] h2,
body[data-page="partenaires-ai-smarttalk"] h3 {
  color: inherit;
}

body[data-page="partenaires-ai-smarttalk"] em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.smart-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  background: linear-gradient(145deg, #fff 10%, #f7fbfa 58%, #ecfaf4 100%);
}

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

.smart-orb-one {
  width: 430px;
  height: 430px;
  top: -220px;
  right: 12%;
  background: rgba(123, 220, 180, .26);
}

.smart-orb-two {
  width: 260px;
  height: 260px;
  left: -150px;
  bottom: -100px;
  border: 1px solid rgba(123, 220, 180, .55);
}

.smart-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, .85fr);
  gap: 72px;
  align-items: center;
  padding-top: 88px;
  padding-bottom: 88px;
}

.smart-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 28px;
  color: var(--smart-slate);
  font-size: 13px;
  font-weight: 700;
}

.smart-breadcrumb a:hover {
  color: var(--smart-mint-deep);
}

.smart-partner-lockup,
.smart-card-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 900;
}

.smart-partner-lockup {
  min-height: 46px;
  padding: 5px 16px 5px 6px;
  border: 1px solid rgba(76, 185, 141, .25);
  border-radius: 999px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 14px 36px rgba(23, 25, 35, .06);
}

.smart-partner-lockup b {
  color: var(--smart-mint-deep);
  font-size: 18px;
}

.smart-partner-icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 34px;
  border-radius: 9px;
  background: var(--smart-mint);
}

.smart-partner-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.smart-hero h1 {
  max-width: 720px;
  margin-top: 28px;
  font-size: clamp(48px, 6.3vw, 86px);
  line-height: .94;
  letter-spacing: -.055em;
}

.smart-hero h1 em {
  color: var(--smart-slate);
}

.smart-lead {
  max-width: 680px;
  margin-top: 28px;
  color: var(--smart-slate);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.55;
}

.smart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 32px;
}

.smart-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.smart-button:hover {
  transform: translateY(-2px);
}

.smart-button-primary {
  background: var(--smart-ink);
  color: #fff;
  box-shadow: 0 18px 38px rgba(23, 25, 35, .18);
}

.smart-button-primary:hover {
  background: #000;
  color: #fff;
}

.smart-button-secondary {
  border-color: var(--smart-line);
  background: rgba(255, 255, 255, .75);
  color: var(--smart-ink);
}

.smart-button-secondary:hover {
  border-color: var(--smart-mint-deep);
  background: #fff;
}

.smart-price-note {
  margin-top: 18px;
  color: var(--smart-slate);
  font-size: 14px;
}

.smart-price-note strong {
  color: var(--smart-ink);
}

.smart-price-note del {
  margin-right: 4px;
  color: var(--smart-slate);
  text-decoration-thickness: 2px;
}

.smart-hero-visual {
  position: relative;
  min-height: 570px;
  display: grid;
  align-items: center;
}

.smart-assistant-panel {
  position: relative;
  z-index: 1;
  width: min(540px, 100%);
  min-height: 430px;
  margin-left: auto;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(123, 220, 180, .13), transparent 32%),
    #080b0c;
  color: #fff;
  box-shadow: 0 38px 90px rgba(23, 25, 35, .24);
}

.smart-assistant-topbar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.smart-assistant-topbar > div {
  display: grid;
  gap: 2px;
}

.smart-assistant-topbar small {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, .6);
}

.smart-assistant-topbar small i {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: var(--smart-mint);
  box-shadow: 0 0 0 4px rgba(123, 220, 180, .12);
}

.smart-more {
  margin-left: auto;
  color: rgba(255, 255, 255, .45);
  letter-spacing: 2px;
}

.smart-message {
  width: fit-content;
  max-width: 85%;
  margin-top: 26px;
  padding: 14px 17px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 1.5;
}

.smart-message-client {
  margin-left: auto;
  border-bottom-right-radius: 5px;
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .8);
}

.smart-message-ai {
  border-bottom-left-radius: 5px;
  background: var(--smart-mint);
  color: #10231b;
  font-weight: 700;
}

.smart-contact-preview {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 15px;
  background: rgba(255, 255, 255, .055);
}

.smart-contact-preview > div {
  display: grid;
  gap: 3px;
}

.smart-contact-preview small {
  color: rgba(255, 255, 255, .55);
}

.smart-contact-preview b:last-child {
  margin-left: auto;
  color: var(--smart-mint);
}

.smart-mini-logo {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 38px;
  border-radius: 9px;
  background: #d71920;
  color: #fff;
  font-size: 17px;
  font-weight: 950;
}

.smart-wisikard-favicon {
  overflow: hidden;
  background: transparent;
}

.smart-wisikard-favicon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.smart-kard-photo {
  position: absolute;
  z-index: 2;
  left: -36px;
  bottom: 6px;
  width: 270px;
  margin: 0;
  padding: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 22px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 30px 65px rgba(23, 25, 35, .24);
  transform: rotate(-3deg);
}

.smart-kard-photo img {
  width: 100%;
  height: 190px;
  display: block;
  object-fit: cover;
  object-position: center 55%;
  border-radius: 15px;
}

.smart-kard-photo figcaption {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  display: grid;
  gap: 3px;
  padding: 38px 16px 14px;
  border-radius: 0 0 15px 15px;
  background: linear-gradient(transparent, rgba(8, 11, 12, .9));
  color: #fff;
}

.smart-kard-photo figcaption span {
  color: var(--smart-mint);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.smart-kard-photo figcaption strong {
  font-size: 14px;
}

.smart-proof {
  border-top: 1px solid var(--smart-line);
  border-bottom: 1px solid var(--smart-line);
  background: #fff;
}

.smart-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.smart-proof-grid > div {
  min-height: 126px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 22px 28px;
  border-right: 1px solid var(--smart-line);
}

.smart-proof-grid > div:last-child {
  border-right: 0;
}

.smart-proof-grid strong {
  font-size: 20px;
}

.smart-proof-grid span {
  color: var(--smart-slate);
  font-size: 13px;
}

.smart-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--smart-mint-deep);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.smart-eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: currentColor;
}

.smart-intro {
  padding-top: 124px;
  padding-bottom: 124px;
}

.smart-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  gap: 90px;
  align-items: start;
}

.smart-intro h2,
.smart-section-head h2,
.smart-flow-copy h2,
.smart-offer-copy h2,
.smart-faq-layout h2,
.smart-final-cta h2 {
  margin-top: 20px;
  letter-spacing: -.04em;
}

.smart-intro h2 em,
.smart-section-head h2 em,
.smart-final-cta h2 em {
  color: var(--smart-slate);
}

.smart-intro-copy {
  display: grid;
  gap: 20px;
  padding-top: 36px;
  color: var(--smart-slate);
  font-size: 18px;
  line-height: 1.7;
}

.smart-duo-section {
  overflow: hidden;
  background: var(--smart-cloud);
}

.smart-section-head {
  max-width: 880px;
  margin-bottom: 56px;
}

.smart-duo-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
  align-items: center;
}

.smart-duo-card {
  min-height: 480px;
  padding: clamp(32px, 5vw, 64px);
  border-radius: 30px;
}

.smart-duo-ai {
  background: var(--smart-ink);
  color: #fff;
  box-shadow: 0 28px 70px rgba(23, 25, 35, .16);
}

.smart-duo-wisikard {
  border: 1px solid var(--smart-line);
  background: #fff;
}

.smart-card-brand-dark {
  color: var(--smart-ink);
}

.smart-duo-card h3 {
  margin-top: 70px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 400;
  letter-spacing: -.04em;
}

.smart-duo-card > p {
  max-width: 520px;
  margin-top: 22px;
  color: rgba(255, 255, 255, .66);
  font-size: 17px;
  line-height: 1.65;
}

.smart-duo-wisikard > p {
  color: var(--smart-slate);
}

.smart-duo-card ul,
.smart-offer-panel ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.smart-duo-card li,
.smart-offer-panel li {
  position: relative;
  padding-left: 26px;
}

.smart-duo-card li::before,
.smart-offer-panel li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--smart-mint);
  font-weight: 950;
}

.smart-plus {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border: 8px solid var(--smart-cloud);
  border-radius: 50%;
  background: var(--smart-mint);
  color: var(--smart-ink);
  font-size: 26px;
  font-weight: 900;
}

.smart-flow-section {
  padding-top: 130px;
  padding-bottom: 130px;
}

.smart-flow-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr);
  gap: 96px;
  align-items: start;
}

.smart-flow-copy {
  position: sticky;
  top: 120px;
}

.smart-flow-copy p {
  margin-top: 26px;
  color: var(--smart-slate);
  font-size: 18px;
  line-height: 1.7;
}

.smart-text-link {
  display: inline-flex;
  gap: 10px;
  margin-top: 28px;
  border-bottom: 2px solid var(--smart-mint);
  font-weight: 900;
}

.smart-flow-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.smart-flow-list li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 24px;
  padding: 34px 0;
  border-bottom: 1px solid var(--smart-line);
}

.smart-flow-list li:first-child {
  padding-top: 0;
}

.smart-flow-list > li > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--smart-mint-soft);
  color: var(--smart-mint-deep);
  font-size: 12px;
  font-weight: 950;
}

.smart-flow-list h3 {
  font-size: 24px;
}

.smart-flow-list p {
  margin-top: 8px;
  color: var(--smart-slate);
  line-height: 1.65;
}

.smart-features-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(123, 220, 180, .14), transparent 28%),
    var(--smart-ink);
  color: #fff;
}

.smart-section-head-light h2,
.smart-section-head-light h2 em {
  color: #fff;
}

.smart-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.smart-feature-grid article {
  min-height: 260px;
  padding: 34px;
  border-right: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.smart-feature-grid article > span {
  color: var(--smart-mint);
  font-size: 12px;
  font-weight: 900;
}

.smart-feature-grid h3 {
  margin-top: 44px;
  font-size: 26px;
}

.smart-feature-grid p {
  margin-top: 14px;
  color: rgba(255, 255, 255, .64);
  line-height: 1.65;
}

.smart-offer-section {
  background: var(--smart-mint-soft);
}

.smart-offer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .75fr);
  gap: 84px;
  align-items: center;
}

.smart-offer-copy > p {
  max-width: 650px;
  margin-top: 24px;
  color: var(--smart-slate);
  font-size: 18px;
  line-height: 1.7;
}

.smart-offer-visual {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 38px;
  padding: 18px;
  border: 1px solid rgba(76, 185, 141, .22);
  border-radius: 20px;
  background: rgba(255, 255, 255, .65);
}

.smart-offer-visual img {
  width: 150px;
  height: 105px;
  object-fit: cover;
  border-radius: 13px;
}

.smart-offer-visual div {
  display: grid;
  gap: 7px;
}

.smart-offer-visual span {
  color: var(--smart-slate);
  font-size: 14px;
}

.smart-offer-panel {
  padding: clamp(32px, 5vw, 58px);
  border-radius: 28px;
  background: var(--smart-ink);
  color: #fff;
  box-shadow: 0 32px 70px rgba(23, 25, 35, .18);
}

.smart-offer-badge {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(123, 220, 180, .14);
  color: var(--smart-mint);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.smart-offer-price {
  display: flex;
  align-items: end;
  gap: 12px;
  margin-top: 26px;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1;
}

.smart-offer-price del {
  padding-bottom: 10px;
  color: rgba(255, 255, 255, .52);
  font-size: 30px;
  text-decoration-color: var(--smart-mint);
  text-decoration-thickness: 3px;
}

.smart-offer-price strong {
  font-size: 76px;
  font-weight: 400;
}

.smart-offer-price small {
  padding-bottom: 10px;
  color: rgba(255, 255, 255, .55);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.smart-offer-caption {
  margin-top: 8px;
  color: rgba(255, 255, 255, .62);
}

.smart-offer-discount {
  max-width: 390px;
  margin-top: 16px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.55;
}

.smart-offer-discount strong {
  color: var(--smart-mint);
}

.smart-offer-panel .smart-button {
  width: 100%;
  margin-top: 32px;
  background: var(--smart-mint);
  color: var(--smart-ink);
  box-shadow: none;
}

.smart-offer-panel .smart-button:hover {
  background: #91e5c2;
}

.smart-legal-note {
  margin-top: 16px;
  color: rgba(255, 255, 255, .42);
  font-size: 11px;
  text-align: center;
}

.smart-faq-section {
  padding-top: 126px;
  padding-bottom: 126px;
}

.smart-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(420px, 1fr);
  gap: 90px;
}

.smart-faq-layout > div:first-child > p {
  margin-top: 24px;
  color: var(--smart-slate);
}

.smart-faq-layout a {
  border-bottom: 1px solid var(--smart-mint-deep);
  color: var(--smart-ink);
  font-weight: 800;
}

.smart-faq-list {
  border-top: 1px solid var(--smart-line);
}

.smart-faq-list details {
  border-bottom: 1px solid var(--smart-line);
}

.smart-faq-list summary {
  position: relative;
  padding: 25px 42px 25px 0;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 900;
}

.smart-faq-list summary::-webkit-details-marker {
  display: none;
}

.smart-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 22px;
  right: 4px;
  color: var(--smart-mint-deep);
  font-size: 24px;
}

.smart-faq-list details[open] summary::after {
  content: "−";
}

.smart-faq-list details p {
  padding: 0 42px 26px 0;
  color: var(--smart-slate);
  line-height: 1.7;
}

.smart-final-cta {
  padding: 98px 0;
  overflow: hidden;
  background: var(--smart-mint);
}

.smart-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(350px, .65fr);
  gap: 100px;
  align-items: end;
}

.smart-final-cta .smart-eyebrow {
  color: var(--smart-ink);
}

.smart-final-cta h2 {
  font-size: clamp(46px, 6vw, 78px);
  letter-spacing: -.05em;
}

.smart-final-cta h2 em {
  color: rgba(23, 25, 35, .58);
}

.smart-final-grid > div:last-child > p {
  font-size: 18px;
  line-height: 1.65;
}

.smart-button-light {
  background: #fff;
  color: var(--smart-ink);
  box-shadow: 0 16px 34px rgba(23, 25, 35, .12);
}

.smart-contact-link {
  border-bottom: 2px solid rgba(23, 25, 35, .3);
  font-weight: 900;
}

@media (max-width: 1050px) {
  .smart-hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .smart-hero-visual {
    width: min(720px, 100%);
    margin: 0 auto;
  }

  .smart-intro-grid,
  .smart-flow-layout,
  .smart-offer-layout,
  .smart-faq-layout,
  .smart-final-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .smart-flow-copy {
    position: static;
  }

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

  .smart-final-grid {
    align-items: start;
  }
}

@media (max-width: 760px) {
  .smart-hero-grid {
    padding-top: 54px;
    padding-bottom: 64px;
  }

  .smart-hero h1 {
    font-size: clamp(44px, 14vw, 66px);
  }

  .smart-partner-lockup {
    flex-wrap: wrap;
    border-radius: 16px;
  }

  .smart-hero-visual {
    min-height: 510px;
  }

  .smart-assistant-panel {
    min-height: 420px;
    padding: 18px;
    border-radius: 22px;
  }

  .smart-kard-photo {
    left: 8px;
    width: 250px;
  }

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

  .smart-proof-grid > div:nth-child(2) {
    border-right: 0;
  }

  .smart-proof-grid > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--smart-line);
  }

  .smart-intro,
  .smart-flow-section,
  .smart-faq-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .smart-intro-copy {
    padding-top: 0;
  }

  .smart-duo-grid {
    grid-template-columns: 1fr;
  }

  .smart-duo-card {
    min-height: auto;
  }

  .smart-plus {
    margin: -8px auto;
  }

  .smart-duo-card h3 {
    margin-top: 45px;
  }

  .smart-feature-grid {
    grid-template-columns: 1fr;
  }

  .smart-feature-grid article {
    min-height: 220px;
  }

  .smart-offer-visual {
    grid-template-columns: 1fr;
  }

  .smart-offer-visual img {
    width: 100%;
    height: 190px;
  }

  .smart-offer-price {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .smart-offer-price del {
    padding-bottom: 0;
  }

  .smart-offer-price strong {
    font-size: 68px;
  }

  .smart-flow-list li {
    grid-template-columns: 48px 1fr;
    gap: 16px;
  }

  .smart-final-cta {
    padding: 78px 0;
  }
}

@media (max-width: 480px) {
  .smart-actions,
  .smart-actions .smart-button {
    width: 100%;
  }

  .smart-message {
    max-width: 94%;
  }

  .smart-contact-preview {
    align-items: flex-start;
  }

  .smart-kard-photo {
    width: 220px;
  }

  .smart-kard-photo img {
    height: 165px;
  }

  .smart-proof-grid > div {
    min-height: 116px;
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .smart-button {
    transition: none;
  }
}
