/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@font-face {
  font-family: VazirLight;
  src: url('../Vazir-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
:root {
  --tada-blue: #004692;
  --tada-blue-soft: #2a68a7;
  --tada-title: #323232;
  --tada-body: #666666;
  --tada-success: #33d734;
  --tada-error: #ff2c2c;
  --tada-line: #e7edf5;
  --tada-soft: #f6fbff;
  --tada-white: #ffffff;
  --tada-bg: #f9fafb;
  --tada-tint: #ecf7fd;
  --tada-meta: #808285;
  --tada-primary-dk: #1a3763;
  --tada-cyan: #1aade6;
  --tada-disabled: #cccccc;
  --tada-divider: #e6e7e8;
  --tada-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  --tada-soft-shadow: 0 10px 24px rgba(0, 70, 146, 0.09);
  --tada-container: min(1500px, calc(100vw - 108px));
  --tada-panel: min(1500px, calc(100vw - 280px));
  --tada-radius: 24px;
}
html {
    direction: rtl;
    max-width: 100%;
    overflow-x: hidden;
    background: var(--tada-bg);
}
body.tada-body {
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    background: var(--tada-bg);
    color: var(--tada-title);
    font-family: VazirLight, IRANSansX, IRANSans, Vazirmatn, "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.7;
    text-rendering: optimizeLegibility;
}
body[class*="elementor-page"] {
  margin-top: 0 !important;
}
.tada-body.has-open-menu, .tada-body.has-open-modal {
  overflow: hidden;
}
* {
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
img, svg {
  display: block;
  max-width: 100%;
}
.screen-reader-text, .tada-hp {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.tada-container {
  width: var(--tada-container);
  margin-inline: auto;
}
.tada-main {
  min-height: 70vh;
  overflow-x: hidden;
}
.tada-header {
  position: relative;
  z-index: 60;
  background: var(--tada-blue);
}
.tada-nav__logo {
  display: inline-grid;
  place-items: center;
  overflow: hidden;
}
.tada-logo-crop, .tada-tagline-crop {
  position: relative;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  flex: 0 0 auto;
}
.tada-logo-crop {
  width: 136px;
  height: 42px;
}
.tada-logo-crop--wordmark {
  width: 134px;
  height: 54px;
}
.tada-tagline-crop {
  width: 154px;
  height: 28px;
}
.tada-logo-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 248px;
  height: 248px;
  max-width: none;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
.tada-logo-image--wordmark {
  width: 268px;
  height: 268px;
}
.tada-tagline-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  max-width: none;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
.tada-nav-shell {
  background: var(--tada-blue);
}
.tada-nav {
  width: var(--tada-container);
  min-height: 88px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  direction: ltr;
}
.tada-nav__logo .tada-logo-crop {
  width: 134px;
  height: 54px;
}
.tada-nav__logo .tada-logo-image {
  width: 268px;
  height: 268px;
}
.tada-nav__logo {
  order: 3;
}
.tada-nav__actions {
  order: 1;
}
.tada-nav__links {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  direction: rtl;
  font-size: 13px;
  font-weight: 700;
}
.tada-nav__links a {
  position: relative;
  padding-block: 10px;
  color: rgba(255, 255, 255, 0.9);
}
.tada-nav__links a.is-active::after {
  content: "";
  position: absolute;
  inset-inline: 8px;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: #fff;
}
.tada-nav__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.tada-login-button, .tada-primary-button, .tada-secondary-button, .tada-small-button, .tada-hero-ghost-button {
  border: 0;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 17px;
  font-size: 13px;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.tada-login-button {
  background: #fff;
  color: var(--tada-blue) !important;
}
.tada-primary-button {
  background: var(--tada-blue);
  color: #fff;
  box-shadow: var(--tada-soft-shadow);
}
.tada-primary-button--light {
  background: #fff;
  color: var(--tada-blue);
}
.tada-secondary-button, .tada-small-button {
  border: 1px solid rgba(0, 70, 146, 0.18);
  background: #fff;
  color: var(--tada-blue);
}
.tada-login-button:hover, .tada-primary-button--light:hover, .tada-secondary-button:hover, .tada-small-button:hover {
  transform: translateY(-1px);
  box-shadow: var(--tada-soft-shadow);
}
.tada-primary-button:hover {
  background: var(--tada-primary-dk);
  transform: translateY(-1px);
  box-shadow: var(--tada-soft-shadow);
}
.tada-login-button svg, .tada-primary-button svg, .tada-secondary-button svg, .tada-small-button svg, .tada-hero-ghost-button svg, .tada-icon-button svg, .tada-contact-pills svg, .tada-contact-card svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tada-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.tada-hero-ghost-button {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.tada-hero-ghost-button:hover {
  transform: translateY(-1px);
  box-shadow: var(--tada-soft-shadow);
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.tada-icon-button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.tada-mobile-toggle, .tada-mobile-menu {
  display: none;
}
.tada-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 100;
  padding: 24px;
  background: var(--tada-blue);
  color: #fff;
}
.tada-mobile-menu.is-open {
  display: block;
}
.tada-mobile-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.tada-mobile-menu nav {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}
.tada-mobile-menu nav a {
  padding: 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
}
.tada-login-button--wide {
  width: 100%;
}
.tada-form-notice {
  width: var(--tada-panel);
  margin: 18px auto;
  padding: 14px 18px;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--tada-soft-shadow);
  text-align: center;
  font-weight: 800;
}
.tada-form-notice.is-success {
  color: #138f22;
}
.tada-form-notice.is-error {
  color: var(--tada-error);
}
.tada-home-opening {
  position: relative;
  min-height: 910px;
  padding: 0 0 104px;
  background: var(--tada-blue);
  color: #fff;
  isolation: isolate;
  overflow: hidden;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.tada-home-opening::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 597px;
  aspect-ratio: 760 / 980;
  pointer-events: none;
  z-index: -1;
  left: -43px;
}
.tada-home-opening__grid {
  display: grid;
  grid-template-columns: minmax(390px, 540px) minmax(0, 1fr);
  align-items: start;
  gap: 102px;
  direction: ltr;
}
.tada-home-opening__art {
  position: relative;
  min-height: 740px;
  min-width: 0;
  direction: rtl;
}
.tada-home-opening__content {
  min-width: 0;
  padding-top: 56px;
  direction: rtl;
}
.tada-home-opening .tada-art-card--orb {
  width: 334px;
  height: 334px;
  right: 190px;
  top: -30px;
  background: transparent;
}
.tada-home-opening .tada-art-card--laptop {
  width: 390px;
  height: 300px;
  right: 90px;
  top: 265px;
  bottom: auto;
  background: transparent;
}
.tada-home-opening .tada-art-card--laptop img {
  width: 100%;
  height: 100%;
}
.tada-home-opening .tada-hero__copy {
    max-width: 919px;
    justify-self: auto;
}
.tada-home-opening h1 {
  margin: 0 0 26px;
  color: #fff;
  font-size: 32px;
  line-height: 1.7;
  font-weight: 900;
}
.tada-home-opening h1::after {
  content: "";
  display: block;
  width: min(360px, 100%);
  height: 1px;
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.78);
}
.tada-home-opening .tada-hero__copy p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 2.15;
}
.tada-home-platform {
    max-width: 919px;
    margin-top: 50px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 2.3;
}
.tada-home-platform__heading {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
.tada-home-platform__heading span {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #fff;
}
.tada-home-platform__heading h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 900;
}
.tada-home-platform p {
  margin: 0 0 14px;
}
.tada-hero {
  position: relative;
  padding: 30px 0 26px;
  background: var(--tada-blue);
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}
.tada-hero::before, .tada-blog-cover::before, .tada-panel-wrap::before {
  content: "";
  position: absolute;
  width: 330px;
  height: 390px;
  border-radius: 50px;
  z-index: -1;
}
.tada-hero::before {
  right: -330px;
  top: 76px;
}
.tada-hero__grid {
    display: grid;
    grid-template-columns: minmax(300px, 410px) minmax(0, 1fr);
    align-items: center;
    gap: 104px;
    direction: ltr;
}
.tada-hero__art {
  min-height: 430px;
  position: relative;
  min-width: 0;
  direction: rtl;
}
.tada-art-card {
  position: absolute;
  border-radius: 36px;
  display: grid;
  place-items: center;
}
.tada-art-card--orb {
  width: 286px;
  height: 286px;
  right: 102px;
  top: 8px;
}
.tada-art-card--laptop {
  width: 338px;
  height: 254px;
  right: 22px;
  bottom: 36px;
}
.tada-art-card--single {
  position: relative;
  width: 650px;
  height: 360px;
  right: auto;
  top: auto;
}
.tada-art-card--single img {
  width: 60%;
  height: 88%;
  object-fit: cover;
  position: absolute;
  right: 10rem;
}
.tada-home-opening__art .tada-art-card--single img {
  width: 500px;
  height: auto;
  right: -1rem;
  top: -1rem;
}
.tada-art-card--tilted img {
    transform: rotate(-7deg) scale(0.96);
}

.tada-art-card--single {
    position: relative;
    width: 650px;
    height: 360px;
    right: auto;
    top: auto;
}

.tada-art-card--single img {
    width: 85%;
    height: 88%;
    object-fit: cover;
    position: absolute;
    right: -3rem;
    bottom: -4rem;
}

.tada-art-card--single::after {
    content: '';
    position: absolute;
    right: -3rem;
    bottom: -4.5rem;
    width: 85%;
    height: 18px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.tada-art-card--orb img {
  width: 92%;
  height: 92%;
}
.tada-art-card--laptop img {
  width: 98%;
  height: 98%;
}
.tada-hero--contact .tada-art-card--single {
  width: 410px;
  height: 330px;
}
.tada-hero--licenses .tada-art-card--single {
  width: 390px;
  height: 330px;
}
.tada-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 540px;
  min-width: 0;
  direction: rtl;
  justify-self: end;
}
.tada-hero h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 30px;
  line-height: 1.68;
  font-weight: 900;
}
.tada-hero p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.95;
}
.tada-hero__badges {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 26px;
  color: #fff;
  font-size: 15px;
}
.tada-blog-cover {
  position: relative;
  height: 392px;
  padding: 0;
  background: var(--tada-blue);
  isolation: isolate;
  overflow: hidden;
}
.tada-blog-cover::before {
  left: -170px;
  top: 80px;
}
.tada-blog-cover__image {
  width: min(680px, 74vw);
  margin-inline: auto;
  transform: translateY(-34px);
}
.tada-panel-wrap {
    position: relative;
    padding: 0 0 96px;
    background: var(--tada-blue);
    isolation: isolate;
    overflow: hidden;
    /*border-bottom-left-radius: 40px;*/
    /*border-bottom-right-radius: 40px;*/
    margin-bottom: 10rem;
}
.tada-panel-wrap::before {
  left: -180px;
  top: 160px;
}
.tada-panel-wrap--archive, .tada-panel-wrap--single, .tada-panel-wrap--page {
  padding-top: 46px;
}
.tada-panel-wrap--home {
  margin-top: 0;
}
.tada-design-panel {
  width: var(--tada-panel);
  max-width: 100%;
  min-width: 0;
  padding: 52px 64px 30px;
  border-radius: var(--tada-radius);
  background: #fff;
  box-shadow: var(--tada-shadow);
  overflow: hidden;
}
.tada-design-panel--home {
  position: relative;
  padding-top: 66px;
    margin-top: 3rem;
}
.tada-design-panel--home::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 50%;
  height: 610px;
  border-radius: 0 0 80px 0;
  background: var(--tada-soft);
}
.tada-design-panel--home > * {
  position: relative;
  z-index: 1;
}
.tada-panel-heading {
  margin-bottom: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--tada-blue);
}
.tada-panel-heading span {
  width: 8px;
  height: 8px;
  border-radius: 2px;
}
.tada-panel-heading h1, .tada-panel-heading h2 {
  min-width: 0;
  max-width: 100%;
  margin: 0;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 900;
  overflow-wrap: anywhere;
}
.tada-panel-heading--page {
  justify-content: flex-start;
}
.tada-prose {
  color: var(--tada-body);
  font-size: 15px;
  line-height: 2;
}
.tada-prose--wide {
  max-width: 980px;
  margin-inline: auto;
}
.tada-prose h2, .tada-prose h3 {
  color: var(--tada-title);
  line-height: 1.8;
}
.tada-prose table {
  width: 100%;
  margin: 28px 0;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: var(--tada-soft-shadow);
}
.tada-prose th, .tada-prose td {
  padding: 14px;
  border: 1px solid var(--tada-line);
  text-align: center;
}
.tada-prose th {
  background: #f4f7fb;
  color: var(--tada-title);
}
.tada-platform-block, .tada-price-demo, .tada-quick-links, .tada-values-block, .tada-testimonial-block, .tada-about-content, .tada-contact-section, .tada-blog-section, .tada-comment-invite, .tada-comments-shell {
  margin-bottom: 58px;
}
.tada-quick-links {
  margin-inline: -64px;
  padding: 46px 64px;
  background: var(--tada-soft);
}
.tada-quick-links .tada-panel-heading {
  justify-content: flex-start;
}
.tada-home-platform .tada-home-feature-overview {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}
.tada-home-platform .tada-home-feature-overview article {
  position: relative;
  padding-inline-start: 14px;
}
.tada-home-platform .tada-home-feature-overview article::before {
  content: "";
  position: absolute;
  top: 9px;
  inset-inline-start: 0;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.8);
}
.tada-home-platform .tada-home-feature-overview h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.7;
}
.tada-home-platform .tada-home-feature-overview p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 2;
}
.tada-platform-block__grid {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}
.tada-platform-block__media {
  border-radius: 20px;
  background: var(--tada-soft);
  display: grid;
  place-items: center;
  min-height: 226px;
  box-shadow: none;
}
.tada-platform-block__media img {
  width: 82%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}
.tada-platform-block__copy {
  min-width: 0;
  color: var(--tada-body);
  font-size: 14px;
  line-height: 1.95;
}
.tada-platform-block__copy .tada-panel-heading {
  margin-bottom: 22px;
}
.tada-platform-block__copy p {
  margin: 0 0 16px;
}
.tada-feature-list {
  margin-top: 30px;
  display: grid;
  gap: 22px;
}
.tada-feature-list article {
  position: relative;
  padding-inline-start: 18px;
}
.tada-feature-list article::before {
  content: "";
  position: absolute;
  top: 13px;
  inset-inline-start: 0;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--tada-blue);
}
.tada-feature-list h3 {
  margin: 0 0 7px;
  color: var(--tada-blue);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 900;
}
.tada-feature-list p {
  margin: 0;
  color: var(--tada-body);
  font-size: 13px;
  line-height: 2;
}
.tada-feature-strip article, .tada-value-grid article, .tada-testimonial, .tada-post-card, .tada-license-card {
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--tada-shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.tada-feature-strip article:hover, .tada-value-grid article:hover, .tada-testimonial:hover, .tada-post-card:hover, .tada-license-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--tada-soft-shadow);
}
.tada-feature-strip article {
  padding: 26px;
}
.tada-feature-strip h3, .tada-value-grid h3, .tada-testimonial h3, .tada-license-card h3 {
  margin: 0 0 12px;
  color: var(--tada-title);
  font-size: 17px;
  font-weight: 900;
}
.tada-feature-strip p, .tada-value-grid p, .tada-testimonial p, .tada-license-card p {
  margin: 0;
  color: var(--tada-body);
  font-size: 14px;
  line-height: 2;
}
.tada-price-table {
  overflow: hidden;
  border: 1px solid var(--tada-divider);
  border-radius: 12px;
  color: var(--tada-title);
  background: #fff;
}
.tada-price-table > div {
  display: grid;
  grid-template-columns: 1.5fr repeat(5, 1fr);
}
.tada-price-table span {
  min-width: 0;
  padding: 13px 10px;
  border-inline-start: 1px solid var(--tada-line);
  text-align: center;
  font-size: 13px;
}
.tada-price-table div:first-child {
  background: var(--tada-tint);
  color: var(--tada-body);
  font-weight: 900;
}
.tada-price-table .is-up, .tada-price-table .is-down, .tada-price-table .is-flat {
  font-weight: 900;
}
.tada-price-table .is-up {
  color: #149863;
}
.tada-price-table .is-down {
  color: var(--tada-error);
}
.tada-price-table .is-flat {
  color: #64748b;
}
.tada-chart-card {
  width: min(640px, 100%);
  margin: 22px auto 0;
  padding: 20px 22px 18px;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--tada-soft-shadow);
}
.tada-chart-card__legend {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 10px;
}
.tada-chart-card__legend span {
  width: 54px;
  height: 8px;
  border-radius: 999px;
  background: #d8dde3;
}
.tada-chart-card__legend span:last-child {
  width: 12px;
  background: var(--tada-blue);
}
.tada-chart-card svg {
  width: 100%;
  height: 150px;
}
.tada-chart-card path {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tada-chart-card path:first-of-type {
  stroke: #69c7ff;
}
.tada-chart-card path:last-of-type {
  stroke: var(--tada-blue);
}
.tada-pill-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.tada-pill-grid a, .tada-pill-grid button {
  min-height: 40px;
  min-width: 190px;
  padding: 0 18px;
  border: 1px solid rgba(0, 70, 146, 0.5);
  border-radius: 7px;
  background: #fff;
  color: var(--tada-blue);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}
.tada-pill-grid button {
  background: var(--tada-blue);
  color: #fff;
}
.tada-value-grid, .tada-testimonial-grid, .tada-license-grid {
  width: min(780px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.tada-value-grid article, .tada-testimonial, .tada-license-card {
  min-height: 140px;
  padding: 22px;
}
.tada-value-grid img, .tada-license-card img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  margin-bottom: 18px;
}
.tada-avatar {
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--tada-blue);
  color: #fff;
  font-weight: 900;
}
.tada-carousel-dots {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.tada-carousel-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c7cdd3;
}
.tada-carousel-dots span:nth-child(2) {
  background: #8d949c;
}
.tada-panel-signature {
  margin-top: 28px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tada-contact-layout, .tada-comment-invite__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: stretch;
}
.tada-contact-layout, .tada-comment-invite__grid {
  direction: ltr;
}
.tada-contact-layout > *, .tada-comment-invite__grid > * {
  direction: rtl;
}
.tada-form {
  padding: 28px;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--tada-soft-shadow);
}
.tada-form label, .tada-comment-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--tada-title);
  font-size: 13px;
  font-weight: 800;
}
.tada-form input, .tada-form textarea, .tada-comment-form input, .tada-comment-form textarea, .tada-inline-form input {
  width: 100%;
  border: 1px solid var(--tada-divider);
  border-radius: 7px;
  background: #fff;
  color: var(--tada-title);
  outline: none;
}
.tada-form input, .tada-comment-form input, .tada-inline-form input {
  height: 44px;
  padding: 0 14px;
}
.tada-form textarea, .tada-comment-form textarea {
  min-height: 130px;
  padding: 14px;
  resize: vertical;
}
.tada-form input:focus, .tada-form textarea:focus, .tada-comment-form input:focus, .tada-comment-form textarea:focus, .tada-inline-form input:focus {
  border-color: var(--tada-blue);
  box-shadow: 0 0 0 3px rgba(0, 70, 146, 0.08);
}
.tada-contact-card {
  position: relative;
  padding: 0 0 30px;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--tada-soft-shadow);
  overflow: hidden;
}
.tada-contact-card__hero, .tada-comment-visual {
  min-height: 300px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--tada-blue);
  overflow: hidden;
}
.tada-contact-card__hero img, .tada-comment-visual img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.tada-contact-card__rows {
  display: grid;
  gap: 18px;
  padding: 26px 30px 0;
}
.tada-contact-card__rows span {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 12px;
  color: var(--tada-title);
}
.tada-contact-card__rows svg {
  grid-row: span 2;
  color: var(--tada-blue);
}
.tada-contact-card__rows b {
  font-size: 13px;
}
.tada-contact-card__rows em {
  color: var(--tada-body);
  font-size: 12px;
  font-style: normal;
}
.tada-contact-card__mark {
  position: absolute;
  left: 22px;
  bottom: 28px;
  width: 96px;
  opacity: 0.95;
}
.tada-location-card {
  margin-top: 58px;
  min-height: 230px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #fff;
  box-shadow: var(--tada-soft-shadow);
  color: var(--tada-blue);
  font-size: 58px;
  font-weight: 900;
  letter-spacing: 0.12em;
  direction: ltr;
}
.tada-section-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 32px;
}
.tada-section-row .tada-panel-heading {
  margin: 0;
}
.tada-blog-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 46px;
}
.tada-blog-categories__count {
  padding: 2px 9px;
  border-radius: 999px;
  background: rgba(0, 70, 146, 0.08);
  font-size: 12px;
  font-weight: 800;
}
.tada-back-link {
  margin-bottom: 26px;
}
.tada-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 42px;
}
.tada-post-grid--archive {
  grid-template-columns: repeat(3, 1fr);
}
.tada-post-card {
  overflow: hidden;
  padding: 18px;
}
.tada-post-card__media {
  min-height: 150px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--tada-blue);
  color: #fff;
}
.tada-post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tada-post-card__media svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.tada-post-card__body {
  padding-top: 18px;
}
.tada-post-card time, .tada-single-meta {
  color: var(--tada-meta);
  font-size: 12px;
}
.tada-post-card h2 {
  margin: 10px 0;
  color: var(--tada-title);
  font-size: 17px;
  line-height: 1.8;
  font-weight: 900;
}
.tada-post-card p {
  margin: 0 0 16px;
  color: var(--tada-body);
  font-size: 13px;
  line-height: 2;
}
.tada-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--tada-blue);
  font-size: 13px;
  font-weight: 900;
}
.tada-read-more svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
.tada-empty-state {
  grid-column: 1 / -1;
  padding: 30px;
  border-radius: 18px;
  background: #f7fbff;
  color: var(--tada-body);
  text-align: center;
}
.tada-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.tada-pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px;
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--tada-soft-shadow);
}
.tada-pagination a, .tada-pagination span {
  min-width: 32px;
  height: 32px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  color: var(--tada-blue);
  font-weight: 800;
}
.tada-pagination .current {
  background: var(--tada-blue);
  color: #fff;
}
.tada-archive-intro {
  max-width: 820px;
  margin: -16px 0 38px auto;
  color: var(--tada-body);
  line-height: 2;
}
.tada-single-panel {
  max-width: 1050px;
}
.tada-single-meta {
  margin: 0 0 30px;
  display: flex;
  gap: 18px;
}
.tada-single-image {
  margin: 0 0 34px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--tada-soft-shadow);
}
.tada-single-image img {
  width: 100%;
  height: auto;
}
.tada-market-cta {
  margin: 46px 0 64px;
  display: flex;
  justify-content: flex-start;
}
.tada-comments, .tada-comment-form {
  width: 100%;
}
.tada-comment-list {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  color: var(--tada-body);
}
.tada-comment-form {
  padding: 0;
}
.tada-comment-form .form-submit {
  margin: 0;
}
.tada-comment-form .tada-primary-button {
  width: 100%;
}
.tada-license-grid {
  margin-top: 20px;
}
.tada-license-card {
  text-align: center;
}
.tada-license-card img {
  margin-inline: auto;
}
.tada-footer {
  position: relative;
  padding: 0 0 48px;
  background: var(--tada-blue);
  color: #fff;
}
.tada-footer__back {
  position: absolute;
  inset-inline: 0;
  top: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  height: 0;
  pointer-events: none;
}
.tada-footer__back a {
  width: 58px;
  height: 58px;
  border: 7px solid var(--tada-blue);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--tada-blue);
  transform: translateY(-50%);
  pointer-events: auto;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.08);
}
.tada-footer__back svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  transform: rotate(90deg);
}
.tada-footer__panel {
  position: relative;
  width: var(--tada-panel);
  margin-inline: auto;
  padding: 72px 76px 30px;
  border-radius: 28px 28px 0 0;
  background: var(--tada-blue-soft);
}
.tada-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  text-align: center;
}
.tada-footer h2 {
  margin: 0 0 18px;
  font-size: 17px;
  font-weight: 900;
}
.tada-footer p, .tada-footer__links a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 2;
}
.tada-footer__links {
  display: grid;
  gap: 8px;
}
.tada-socials {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.tada-socials a {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 7px;
  display: grid;
  place-items: center;
  font-size: 11px;
}
.tada-inline-form {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0;
}
.tada-inline-form input {
  border-radius: 0 8px 8px 0;
  direction: rtl;
}
.tada-inline-form button {
  border: 1px solid #fff;
  border-radius: 8px 0 0 8px;
  background: transparent;
  color: #fff;
  font-weight: 800;
}
.tada-footer__address {
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
}
.tada-footer__address strong {
  display: block;
  margin-bottom: 12px;
  font-size: 17px;
}
.tada-contact-pills {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.tada-contact-pills span {
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  direction: ltr;
  font-size: 12px;
}
.tada-footer__bottom {
  margin-top: 36px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  color: var(--tada-blue);
  font-size: 13px;
  font-weight: 800;
}
.tada-footer__bottom .tada-logo-image {
  width: 232px;
  height: 232px;
}
.tada-footer__bottom .tada-logo-crop {
  width: 122px;
  height: 38px;
}
.tada-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  place-items: center;
  padding: 24px;
}
.tada-modal.is-open {
  display: grid;
}
.tada-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 27, 62, 0.68);
}
.tada-modal__dialog {
  position: relative;
  width: min(560px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 34px;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--tada-shadow);
}
.tada-modal__close {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #f1f5f9;
  color: var(--tada-blue);
}
.tada-modal h2 {
  margin: 0 0 12px;
  color: var(--tada-title);
}
.tada-modal p {
  margin: 0 0 24px;
  color: var(--tada-body);
  line-height: 2;
}
@media (max-width: 1180px) {
    :root {
        --tada-container: min(100vw - 36px, 980px);
        --tada-panel: min(100vw - 44px, 920px);
    }

    .tada-nav {
        grid-template-columns: 132px auto 1fr;
    }

    .tada-nav__links {
        gap: 18px;
    }

    .tada-home-opening {
        min-height: 860px;
    }

    .tada-home-opening__grid {
        grid-template-columns: minmax(340px, 430px) minmax(0, 1fr);
        gap: 60px;
    }

    .tada-home-opening__art {
        min-height: 700px;
    }

    .tada-home-opening__content {
        padding-top: 44px;
    }

    .tada-home-opening .tada-art-card--orb {
        width: 286px;
        height: 286px;
        right: 126px;
        top: -24px;
    }

    .tada-home-opening .tada-art-card--laptop {
        width: 334px;
        height: 258px;
        right: 62px;
        top: 270px;
    }

    .tada-home-platform {
        margin-top: 46px;
    }

    .tada-hero__grid {
        grid-template-columns: 320px 1fr;
        gap: 54px;
    }

    .tada-art-card--orb {
        width: 250px;
        height: 250px;
        right: 82px;
    }

    .tada-art-card--laptop {
        width: 304px;
        height: 232px;
        right: 16px;
    }

    .tada-design-panel, .tada-footer__panel {
        padding-inline: 44px;
    }

    .tada-quick-links {
        margin-inline: -44px;
        padding-inline: 44px;
    }
}
@media (max-width: 900px) {
    :root {
        --tada-container: calc(100vw - 28px);
        --tada-panel: calc(100vw - 28px);
    }

    .tada-topbar {
        height: 62px;
        padding-inline: 18px;
    }

    .tada-logo-crop {
        width: 118px;
        height: 36px;
    }

    .tada-logo-crop--wordmark {
        width: 112px;
        height: 44px;
    }

    .tada-tagline-crop {
        width: 128px;
        height: 24px;
    }

    .tada-logo-image, .tada-topbar .tada-logo-image, .tada-nav__logo .tada-logo-image, .tada-tagline-image {
        width: 218px;
        height: 218px;
    }

    .tada-logo-image--wordmark, .tada-nav__logo .tada-logo-image--wordmark {
        width: 230px;
        height: 230px;
    }

    .tada-nav {
        min-height: 74px;
        grid-template-columns: 1fr auto;
        direction: rtl;
    }

    .tada-nav__logo {
        order: 2;
    }

    .tada-nav__logo .tada-logo-crop {
        width: 112px;
        height: 44px;
    }

    .tada-nav__actions {
        order: 1;
    }

    .tada-nav__links {
        display: none;
    }

    .tada-mobile-toggle {
        display: inline-grid;
    }

    .tada-login-button--compact {
        width: 42px;
        height: 42px;
        min-height: auto;
        padding: 0;
        border-radius: 12px;
    }

    .tada-login-button--compact span {
        display: none;
    }

    .tada-hero {
        padding: 22px 0 28px;
    }

    .tada-home-opening {
        min-height: 0;
        padding: 22px 0 46px;
    }

    .tada-home-opening::before {
        display: none;
    }

    .tada-hero::before, .tada-blog-cover::before, .tada-panel-wrap::before {
        display: none;
    }

    .tada-home-opening__grid, .tada-hero__grid, .tada-platform-block__grid, .tada-contact-layout, .tada-comment-invite__grid, .tada-footer__grid {
        grid-template-columns: 1fr;
    }

    .tada-hero__grid {
        gap: 24px;
        direction: rtl;
    }

    .tada-home-opening__grid {
        gap: 26px;
        direction: rtl;
    }

    .tada-home-opening__art {
        width: 100%;
        min-height: 414px;
        order: -1;
        overflow: hidden;
    }

    .tada-home-opening__content {
        padding-top: 0;
        text-align: center;
    }

    .tada-home-opening .tada-art-card--orb {
        width: min(210px, 58vw);
        height: min(210px, 58vw);
        right: 50%;
        top: 0;
        transform: translateX(50%);
    }

    .tada-home-opening .tada-art-card--laptop {
        width: min(260px, 70vw);
        height: min(214px, 56vw);
        right: 50%;
        top: auto;
        bottom: 20px;
        transform: translateX(50%);
    }

    .tada-hero__art {
        width: 100%;
        min-height: 330px;
        order: -1;
        overflow: hidden;
    }

    .tada-art-card--orb {
        width: min(210px, 58vw);
        height: min(210px, 58vw);
        right: 50%;
        top: 0;
        transform: translateX(50%);
    }

    .tada-art-card--laptop {
        width: min(260px, 70vw);
        height: min(214px, 56vw);
        right: 50%;
        bottom: 20px;
        transform: translateX(50%);
    }

    .tada-art-card--single {
        width: min(420px, 92vw);
        height: 340px;
        margin-inline: auto;
    }

    .tada-art-card--single img {
        width: 84%;
        height: 92%;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: auto;
    }

    .tada-art-card--single::after {
        width: 60%;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 8px;
        height: 14px;
    }

    .tada-home-opening__art .tada-art-card--single img {
        right: auto;
    }

    .tada-hero--contact .tada-art-card--single, .tada-hero--licenses .tada-art-card--single {
        width: min(292px, 84vw);
        height: 236px;
    }

    .tada-hero h1 {
        max-width: min(100%, 320px);
        margin-inline: auto;
        font-size: 24px;
        line-height: 1.65;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .tada-home-opening h1 {
        max-width: min(100%, 320px);
        margin-inline: auto;
        font-size: 24px;
        line-height: 1.65;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .tada-home-opening h1::after {
        margin-inline: auto;
    }

    .tada-hero p {
        max-width: min(100%, 330px);
        margin-inline: auto;
        font-size: 14px;
        line-height: 2;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .tada-home-opening .tada-hero__copy p {
        max-width: min(100%, 330px);
        margin-inline: auto;
        font-size: 14px;
        line-height: 2;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .tada-hero__copy {
        width: 100%;
        justify-self: stretch;
        text-align: center;
    }

    .tada-home-platform {
        max-width: min(100%, 340px);
        margin: 42px auto 0;
        font-size: 13px;
        line-height: 2.1;
        text-align: right;
    }

    .tada-home-platform__heading {
        justify-content: center;
        text-align: center;
    }

    .tada-hero__badges {
        justify-content: center;
        flex-wrap: wrap;
    }

    .tada-design-panel {
        padding: 34px 18px 24px;
        border-radius: 24px;
    }

    .tada-design-panel--home {
        padding-top: 38px;
    }

    .tada-design-panel--home::before {
        width: 100%;
        height: 460px;
        border-radius: 0 0 54px 54px;
    }

    .tada-blog-cover {
        height: 238px;
    }

    .tada-blog-cover__image {
        width: min(460px, 112vw);
        transform: translateY(-8px);
    }

    .tada-platform-block__media {
        order: -1;
        min-height: 214px;
    }

    .tada-platform-block__media img {
        width: min(230px, 82%);
        min-height: 190px;
    }

    .tada-platform-block__copy {
        text-align: center;
    }

    .tada-feature-list article {
        text-align: right;
    }

    .tada-quick-links {
        margin-inline: -18px;
        padding: 38px 18px;
    }

    .tada-panel-heading {
        justify-content: center;
        text-align: center;
    }

    .tada-feature-strip, .tada-value-grid, .tada-testimonial-grid, .tada-license-grid, .tada-post-grid, .tada-post-grid--archive {
        grid-template-columns: 1fr;
    }

    .tada-price-table {
        overflow: hidden;
    }

    .tada-price-table > div:first-child {
        display: none;
    }

    .tada-price-table > div {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas: "title  symbol" "price  change" "unit   unit";
        gap: 10px 16px;
        padding: 16px;
        min-width: 0;
        border-bottom: 1px solid var(--tada-line);
    }

    .tada-price-table > div:last-child {
        border-bottom: 0;
    }

    .tada-price-table > div > span {
        border-inline-start: 0;
        padding: 0;
        text-align: start;
        font-size: 13px;
    }

    .tada-price-table > div > span:nth-child(1) {
        grid-area: title;
        font-weight: 900;
        font-size: 14px;
        color: var(--tada-title);
    }

    .tada-price-table > div > span:nth-child(2) {
        grid-area: symbol;
        color: var(--tada-body);
        align-self: center;
        justify-self: end;
    }

    .tada-price-table > div > span:nth-child(3) {
        grid-area: unit;
        color: var(--tada-body);
        font-size: 12px;
    }

    .tada-price-table > div > span:nth-child(4) {
        grid-area: price;
        font-weight: 900;
        font-size: 20px;
        color: var(--tada-title);
    }

    .tada-price-table > div > span:nth-child(5) {
        display: none;
    }

    .tada-price-table > div > span:nth-child(6) {
        grid-area: change;
        align-self: center;
        justify-self: end;
    }

    .tada-price-table > div > span:nth-child(4)::before {
        content: attr(data-label);
        display: block;
        font-size: 11px;
        font-weight: 400;
        color: var(--tada-body);
        margin-bottom: 2px;
    }

    .tada-price-table > div > span:nth-child(6) {
        padding: 4px 10px;
        border-radius: 999px;
        background: #f1f5f9;
    }

    .tada-chart-card {
        padding: 18px;
    }

    .tada-chart-card svg {
        height: 122px;
    }

    .tada-location-card {
        min-height: 150px;
        font-size: 36px;
    }

    .tada-section-row {
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .tada-panel-signature, .tada-footer__bottom {
        gap: 18px;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .tada-footer {
        padding-bottom: 24px;
    }

    .tada-footer__panel {
        padding: 62px 20px 24px;
    }

    .tada-footer__back a {
        width: 56px;
        height: 56px;
        border-width: 7px;
    }
}
@media (max-width: 520px) {
  .tada-contact-pills, .tada-pill-grid {
    display: grid;
  }
  .tada-pill-grid a, .tada-pill-grid button {
    width: 100%;
  }
  .tada-inline-form {
    grid-template-columns: 64px 1fr;
  }
  .tada-modal__dialog {
    padding: 28px 18px;
  }
}
.tada-chart-fallback {
  display: block;
}
.tada-chart-image {
  display: block;
  width: 100%;
  height: auto;
}
.tada-hero--guide .tada-art-card--single {
  background: var(--tada-soft);
}
.tada-guide-download {
    /*margin-top: 6px;*/
}
.tada-guide-intro {
  margin-bottom: 40px;
}
.tada-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 58px;
}
.tada-guide-card {
  min-height: 180px;
  padding: 26px 22px;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--tada-shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.tada-guide-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--tada-soft-shadow);
}
.tada-guide-card__icon {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--tada-soft);
  color: var(--tada-blue);
}
.tada-guide-card__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tada-guide-card h3 {
  margin: 0 0 10px;
  color: var(--tada-title);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.7;
}
.tada-guide-card p {
  margin: 0;
  color: var(--tada-body);
  font-size: 14px;
  line-height: 2;
}
.tada-guide-cta {
  margin-bottom: 58px;
  padding: 38px 44px;
  border-radius: 16px;
  background: var(--tada-soft);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.tada-guide-cta__copy {
  max-width: 620px;
  min-width: 0;
}
.tada-guide-cta__copy h2 {
  margin: 0 0 10px;
  color: var(--tada-blue);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.6;
}
.tada-guide-cta__copy p {
  margin: 0;
  color: var(--tada-body);
  font-size: 14px;
  line-height: 2;
}
.tada-guide-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.tada-reason-block {
  margin-bottom: 58px;
}
.tada-reason-card {
    padding: 46px 64px;
    border-radius: var(--tada-radius);
    background: #fff;
    box-shadow: var(--tada-soft-shadow);
    position: relative;
    margin-top: -6rem;
    z-index: 1;
}
.tada-reason-block__lead {
  margin: 0 0 28px;
  color: var(--tada-body);
  font-size: 14px;
  line-height: 1.95;
  max-width: 880px;
}
.tada-reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.tada-reason-item {
  min-height: 170px;
  padding: 24px 22px;
  border-radius: 12px;
  background: var(--tada-soft);
  box-shadow: var(--tada-shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.tada-reason-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--tada-soft-shadow);
}
.tada-reason-item__icon {
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #fff;
    color: var(--tada-blue);
}

.tada-reason-item__heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.tada-reason-item__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tada-reason-item h3 {
  margin: 0 0 10px;
  color: var(--tada-title);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.7;
}
.tada-reason-item p {
  margin: 0;
  color: var(--tada-body);
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 900px) {
    .tada-reason-grid {
        grid-template-columns: 1fr;
    }

    .tada-reason-card {
        padding: 30px 24px;
    }
}
.tada-home-help {
  margin-bottom: 58px;
}
.tada-home-help__lead {
  margin: 0 0 28px;
  color: var(--tada-body);
  font-size: 14px;
  line-height: 1.95;
  max-width: 880px;
}
.tada-home-help__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.tada-home-help__card {
  min-height: 170px;
  padding: 24px 22px;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--tada-shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.tada-home-help__card:hover {
  transform: translateY(-2px);
  box-shadow: var(--tada-soft-shadow);
}
.tada-home-help__icon {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--tada-soft);
  color: var(--tada-blue);
}
.tada-home-help__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tada-home-help__card h3 {
  margin: 0 0 10px;
  color: var(--tada-title);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.7;
}
.tada-home-help__card p {
  margin: 0;
  color: var(--tada-body);
  font-size: 14px;
  line-height: 2;
}
.tada-home-help__action {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  .tada-guide-grid, .tada-home-help__grid {
    grid-template-columns: 1fr;
  }
  .tada-guide-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
