/* Local system fonts only. No requests to font services. */
:root {
  color-scheme: light;

  --paper: #f7f9fc;
  --ink: #14233f;
  --muted: #526078;
  --blue: #2549a8;
  --tint: #e7edff;
  --line: #c7d0e0;
  --white: #fff;

  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 1.5rem;
}

body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
}

a {
  color: var(--blue);
  text-underline-offset: 0.22em;
  text-decoration-thickness: 1px;
}

a:hover {
  text-decoration-thickness: 2px;
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
  border-radius: 2px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.035em;
}

p + p {
  margin-top: 1rem;
}

h1 {
  font-size: clamp(2.65rem, 6.6vw, 5.8rem);
}

h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
}

h3 {
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}

svg {
  display: block;
  max-width: 100%;
}

.wrap {
  width: min(1120px, calc(100% - 6rem));
  margin-inline: auto;
}

.skip {
  position: absolute;
  top: -6rem;
  left: 1rem;
  z-index: 2;
  background: white;
  padding: 0.75rem;
}

.skip:focus {
  top: 1rem;
}

.language-anchor {
  position: absolute;
  top: 0;
}

/* Anchor navigation works without scripts, storage or cookies, including file://. */
.locale-en {
  display: none;
}

body:has(#en:target, .locale-en :target) .locale-tr {
  display: none;
}

body:has(#en:target, .locale-en :target) .locale-en {
  display: block;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink);
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -0.055em;
}

.mark {
  width: 29px;
  height: 29px;
  color: var(--blue);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.75rem;
  font-size: 0.9rem;
}

.nav a {
  color: var(--ink);
  text-decoration: none;
  padding-block: 0.6rem;
}

.nav a:hover {
  text-decoration: underline;
}

.languages {
  display: flex;
  gap: 0.65rem;
  border-left: 1px solid var(--line);
  padding-left: 1.5rem;
}

.locale-tr .tr-link,
.locale-en .en-link {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--blue);
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  align-items: center;
  padding-block: 5rem 6rem;
}

.hero h1 {
  max-width: 10ch;
}

.hero-copy > p {
  max-width: 44ch;
  margin-top: 1.8rem;
  font-size: 1.1rem;
  color: var(--muted);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.4rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.3rem;
  background: var(--blue);
  color: var(--white);
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}

.button:hover {
  background: #183780;
}

.conversation {
  margin: 0;
  padding: 2.2rem;
  background: var(--tint);
  border-radius: 48px 48px 48px 8px;
  position: relative;
}

.conversation figcaption {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.85rem;
  margin-bottom: 2rem;
  color: var(--muted);
}

.conversation .orb {
  display: inline-block;
  width: 0.65rem;
  height: 0.65rem;
  border: 2px solid var(--blue);
  border-radius: 50%;
}

.message {
  width: 92%;
  padding: 1.1rem 1.3rem;
  margin-block: 0.9rem;
  border-radius: 17px 17px 17px 3px;
  background: var(--white);
  font-size: 1.05rem;
  box-shadow: 0 8px 24px #14233f08;
}

.message.customer {
  margin-left: auto;
  background: var(--blue);
  color: var(--white);
  border-radius: 17px 17px 3px;
}

.message small {
  display: block;
  font-size: 0.74rem;
  margin-bottom: 0.4rem;
  font-weight: 600;
}

.handover {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  margin-top: 1.8rem;
  font-size: 0.82rem;
  color: var(--muted);
}

.handover svg {
  width: 25px;
  flex-shrink: 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.section-head p {
  color: var(--muted);
  max-width: 31ch;
}

.products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.3rem;
}

.product {
  padding: 2.6rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
}

.product h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.product > p {
  color: var(--muted);
  max-width: 54ch;
}

.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.5rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.features li {
  padding-left: 1.2rem;
  position: relative;
  font-size: 0.95rem;
}

.features li::before {
  content: "";
  position: absolute;
  top: 0.65rem;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--blue);
  border-radius: 50%;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.detail-grid article {
  border-top: 2px solid var(--line);
  padding-top: 1.4rem;
}

.detail-grid h3 {
  font-size: 1.12rem;
  letter-spacing: -0.01em;
}

.detail-grid p {
  margin-top: 0.8rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.about {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 4rem;
  padding-block: 6rem;
}

.about-copy {
  max-width: 60ch;
  font-size: 1.1rem;
  color: var(--muted);
}

.about-copy strong {
  color: var(--ink);
  font-weight: 600;
}

.contact {
  background: var(--ink);
  color: var(--white);
  padding: 3rem;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.contact p {
  margin-top: 1rem;
  color: #d0daec;
}

.contact a {
  color: white;
  font-size: 1.3rem;
}

.contact .placeholder {
  color: white;
  border-color: #8392b0;
  background: #263754;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  padding-block: 2.5rem;
  font-size: 0.82rem;
  color: var(--muted);
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
}

.footer a {
  color: var(--muted);
}

.placeholder {
  display: inline;
  overflow-wrap: anywhere;
  padding: 0.12rem 0.25rem;
  border: 1px dashed #8f681d;
  border-radius: 3px;
  background: #fff3d7;
  color: #644810;
  font-size: 0.9em;
}

.legal-header {
  padding-block: 3.5rem 2.5rem;
}

.legal-header h1 {
  font-size: clamp(2.6rem, 5vw, 4rem);
}

.legal-header > p {
  margin-top: 1.1rem;
  color: var(--muted);
  max-width: 65ch;
}

.draft {
  border-left: 3px solid #8f681d;
  background: #fff3d7;
  color: #644810;
  padding: 1rem 1.25rem;
  margin-top: 1.5rem;
  max-width: 78ch;
  font-size: 0.92rem;
}

.legal-layout {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 3.5rem;
  padding-bottom: 4rem;
}

.contents {
  align-self: start;
  position: sticky;
  top: 2rem;
  font-size: 0.9rem;
}

.contents p {
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.contents a {
  display: block;
  padding-block: 0.4rem;
}

.legal-copy {
  max-width: 76ch;
  min-width: 0;
}

.legal-copy section {
  padding-block: 0.4rem 2.5rem;
}

.legal-copy h2 {
  font-size: 1.55rem;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.legal-copy h3 {
  margin: 1.4rem 0 0.6rem;
  font-size: 1.12rem;
}

.legal-copy ul,
.legal-copy ol {
  padding-left: 1.4rem;
}

.legal-copy li + li {
  margin-top: 0.65rem;
}

.legal-copy code {
  font-family: inherit;
  font-size: 0.95em;
  overflow-wrap: anywhere;
  background: var(--tint);
  padding: 0.15rem 0.3rem;
  border-radius: 3px;
}

.policy-highlight {
  background: var(--tint);
  padding: 1.3rem;
  border-radius: 8px;
  margin-block: 1rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-block: 1.2rem;
  font-size: 0.91rem;
}

caption {
  text-align: left;
  font-weight: 600;
  margin-bottom: 0.65rem;
}

th,
td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
  padding: 0.8rem 0.7rem;
  overflow-wrap: anywhere;
}

th {
  background: #eaf0f8;
  font-weight: 600;
}

td:first-child {
  width: 25%;
  font-weight: 600;
}

.company-details {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 0.7rem 1rem;
}

.company-details dt {
  color: var(--muted);
}

.company-details dd {
  margin: 0;
}

@media (width <= 850px) {
  .wrap {
    width: calc(100% - 3rem);
  }

  .hero {
    gap: 2rem;
    padding-block: 3rem 4rem;
  }

  .conversation {
    padding: 1.5rem;
  }

  .product {
    padding: 1.8rem;
  }

  .detail-grid {
    grid-template-columns: 1fr 1fr;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .contents {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem 1.2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--line);
  }

  .contents p {
    flex-basis: 100%;
  }
}

@media (width <= 600px) {
  .wrap {
    width: calc(100% - 2.5rem);
  }

  .header {
    padding-block: 1.3rem;
    gap: 1rem;
  }

  .brand {
    font-size: 1.5rem;
  }

  .nav {
    gap: 0.8rem;
  }

  .languages {
    gap: 0.7rem;
    padding-left: 0.8rem;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 2.5rem;
    gap: 2.5rem;
  }

  .hero h1 {
    max-width: 11ch;
    font-size: clamp(3rem, 12vw, 4.8rem);
  }

  .hero-copy > p {
    font-size: 1rem;
  }

  .conversation {
    border-radius: 30px 30px 30px 6px;
    padding: 1.4rem;
  }

  .message {
    font-size: 0.97rem;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
    gap: 0.8rem;
  }

  .products,
  .about,
  .contact {
    grid-template-columns: 1fr;
  }

  .product {
    padding: 1.5rem;
  }

  .features {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .detail-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .about {
    gap: 1.5rem;
    padding-block: 3.5rem;
  }

  .contact {
    padding: 1.7rem;
    gap: 1.5rem;
  }

  .footer {
    padding-block: 2rem;
  }

  .legal-header {
    padding-top: 2rem;
  }

  .company-details {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .company-details dd {
    margin-bottom: 0.8rem;
  }

  th,
  td {
    padding: 0.7rem 0.4rem;
  }
}

@media print {
  .header,
  .footer,
  .contents,
  .skip,
  .actions {
    display: none;
  }

  body {
    color: #000;
    background: #fff;
    font-size: 11pt;
  }

  .wrap {
    width: 100%;
  }

  .legal-layout {
    display: block;
  }

  .legal-copy {
    max-width: none;
  }

  .legal-header {
    padding-top: 0;
  }

  h2,
  h3 {
    break-after: avoid;
  }

  a {
    color: #000;
  }
}

.product-link {
  margin-top: 1.5rem;
  font-weight: 600;
}

.product-hero {
  padding-block: 4rem 3.5rem;
}

.eyebrow {
  font-size: 0.85rem;
  color: var(--blue);
  font-weight: 600;
  margin-bottom: 1.4rem;
}

.product-hero h1 {
  font-size: clamp(2.8rem, 5.3vw, 4.7rem);
  max-width: 23ch;
}

.lead {
  font-size: 1.2rem;
  color: var(--muted);
  max-width: 58ch;
  margin-top: 1.8rem;
}

.workflow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 2rem;
  background: var(--tint);
  border-radius: 12px;
  font-weight: 600;
}

.workflow span {
  display: block;
  color: var(--blue);
  font-size: 0.8rem;
  margin-bottom: 0.7rem;
}

.capability-section {
  padding-block: 4.5rem 1rem;
}

.capability-section h2 {
  margin-bottom: 2.5rem;
}

.integration-section {
  padding-block: 4rem;
}

.section-intro {
  color: var(--muted);
  max-width: 65ch;
  margin-block: 1.5rem 2.5rem;
}

@media (width <= 600px) {
  .header {
    flex-wrap: wrap;
  }

  .nav {
    justify-content: space-between;
    width: 100%;
  }

  .product-hero {
    padding-top: 2rem;
  }

  .product-hero h1 {
    font-size: clamp(2.6rem, 10.5vw, 4rem);
  }

  .lead {
    font-size: 1.05rem;
  }

  .workflow {
    grid-template-columns: 1fr 1fr;
    padding: 1.5rem;
    gap: 1.5rem;
  }

  .capability-section {
    padding-top: 3rem;
  }
}

.panel-preview {
  margin: 32px 0 64px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.panel-preview > a {
  display: block;
  padding: 24px;
  background: #f7f7f9;
}

.panel-preview img {
  display: block;
  width: 100%;
  height: auto;
}

.panel-preview figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px 28px;
  border-top: 1px solid var(--line);
}

.panel-preview figcaption strong {
  font-size: 1.125rem;
}

.panel-preview figcaption p {
  margin: 6px 0 0;
  color: var(--muted);
}

.panel-preview figcaption > span {
  flex-shrink: 0;
  font-size: 0.75rem;
  line-height: 1.7;
  color: var(--muted);
}

@media (width <= 640px) {
  .panel-preview {
    margin: 24px 0 40px;
    border-radius: 12px;
  }

  .panel-preview > a {
    padding: 10px;
  }

  .panel-preview figcaption {
    display: block;
    padding: 18px;
  }

  .panel-preview figcaption > span {
    display: block;
    margin-top: 12px;
  }
}

/* Product navigation and benefit-led feature chapters. */
.product-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  padding: 2rem;
  background: var(--tint);
  border-radius: 12px;
}

.product-overview p {
  margin: 0;
  color: var(--muted);
}

.product-overview strong {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--ink);
  font-size: 1.2rem;
}

.feature-nav {
  padding-block: 2rem 0;
}

.feature-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-nav a {
  display: block;
  padding: 0.55rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 0.9rem;
}

.feature-nav a:hover {
  background: var(--tint);
}

.feature-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 2.5rem;
}

.feature-heading h2 {
  margin: 0;
}

.feature-heading .section-intro {
  margin: 0;
  align-self: end;
}

.feature-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2rem;
}

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

.assistant-section {
  margin-top: 4.5rem;
  padding: 3rem;
  background: var(--tint);
  border-radius: 18px;
}

.assistant-examples {
  border-top: 1px solid var(--line);
  margin-top: 2.5rem;
  padding-top: 1.5rem;
}

.assistant-examples > p {
  font-weight: 600;
}

.assistant-examples ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
  color: var(--blue);
}

.capability-section + .contact {
  margin-top: 4.5rem;
}

@media (width <= 850px) {
  .feature-heading {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }

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

  .assistant-examples ul {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

@media (width <= 600px) {
  .product-overview {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.5rem;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .assistant-section {
    padding: 1.5rem;
    margin-top: 3rem;
  }

  .feature-nav a {
    font-size: 0.85rem;
    padding: 0.5rem 0.7rem;
  }
}
