:root {
  --pratiko-ink: #0A0A10;
  --pratiko-soft: #F6F3FE;
  --pratiko-card: #ffffff;
  --pratiko-border: rgba(10, 10, 16, .12);
}

body {
  color: var(--pratiko-ink);
}

.pratiko-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--heading-color);
}

.pratiko-brand:hover {
  color: var(--heading-color);
}

.pratiko-brand-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 188px;
  max-width: 188px;
  height: 60px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

.pratiko-brand-logo img {
  display: block;
  flex: 0 0 auto;
  width: 178px;
  max-width: 178px;
  height: 52px;
  max-height: 52px;
  object-fit: contain;
}

.pratiko-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--purple-color), var(--accent-color));
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(147, 109, 255, .22);
}

.pratiko-brand strong,
.pratiko-brand small {
  display: block;
  line-height: 1;
}

.pratiko-brand strong {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0;
}

.pratiko-brand small {
  margin-top: 4px;
  color: #6C6C6C;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.cs_site_header.cs_style_1 {
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(10, 10, 16, .08);
}

.cs_nav_list a,
.cs_hero_title,
.cs_section_title,
.cs_contet_title {
  letter-spacing: 0 !important;
}

.wow,
.cs_hero .wow {
  visibility: visible !important;
  animation-name: none !important;
  opacity: 1 !important;
}

.cs_nav_list a.active,
.cs_nav_list a:hover {
  color: var(--purple-color) !important;
}

.pratiko-nav-cta {
  min-width: 116px;
  justify-content: center;
}

.cs_hero.cs_style_1 {
  background:
    radial-gradient(circle at 82% 18%, rgba(147, 109, 255, .16), transparent 28%),
    radial-gradient(circle at 10% 78%, rgba(0, 204, 97, .12), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #F6F3FE 100%);
}

.pratiko-eyebrow {
  margin: 0 0 12px;
  color: var(--purple-color);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.cs_hero_subtitle,
.cs_section_text,
.pratiko-human-note,
.pratiko-info-card p,
.pratiko-bullet-list li,
.pratiko-plan-card li,
.cs_footer_widget p,
.cs_footer_medu li,
.cs_footer_medu a {
  line-height: 1.55;
}

.pratiko-human-note {
  max-width: 760px;
  margin: 18px 0 26px;
  padding: 16px 18px;
  border-left: 4px solid var(--accent-color);
  border-radius: 12px;
  background: #fff;
  color: #404047;
  box-shadow: 0 16px 36px rgba(10, 10, 16, .06);
}

.pratiko-hero-card {
  overflow: visible;
}

.pratiko-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(10, 10, 16, .04), rgba(10, 10, 16, .34));
  pointer-events: none;
}

.pratiko-hero-card > img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(10, 10, 16, .16);
}

.pratiko-message-overlay,
.pratiko-phone-chip {
  position: absolute;
  z-index: 2;
  box-shadow: 0 22px 60px rgba(10, 10, 16, .18);
}

.pratiko-message-overlay {
  right: 18px;
  top: 18px;
  max-width: 285px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(12px);
}

.pratiko-message-overlay span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(35, 197, 132, .14);
  color: #0b6b48;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pratiko-message-overlay strong,
.pratiko-message-overlay p {
  display: block;
}

.pratiko-message-overlay strong {
  color: var(--heading-color);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
}

.pratiko-message-overlay p {
  margin: 6px 0 0;
  color: #4b4b55;
  font-size: 14px;
  line-height: 1.45;
}

.pratiko-chat-lines {
  display: grid;
  gap: 6px;
  margin-top: 12px;
}

.pratiko-chat-lines em {
  display: block;
  width: fit-content;
  max-width: 100%;
  padding: 7px 10px;
  border-radius: 12px;
  background: #eef7f2;
  color: #1f3d32;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
}

.pratiko-chat-lines em:last-child {
  justify-self: end;
  background: #dcf8c6;
}

.pratiko-phone-chip {
  right: 18px;
  bottom: 18px;
  padding: 11px 14px;
  border-radius: 999px;
  background: #111b21;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.pratiko-phone-chip::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--accent-color);
}

.pratiko-floating-card {
  position: absolute;
  z-index: 3;
  left: -22px;
  bottom: 28px;
  width: 240px;
  padding: 16px;
  border: 1px solid var(--pratiko-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(10, 10, 16, .18);
}

.pratiko-floating-card strong,
.pratiko-floating-card span {
  display: block;
}

.pratiko-floating-card strong {
  position: relative;
  color: var(--purple-color);
  font-weight: 900;
}

.pratiko-floating-card strong::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--accent-color);
}

.pratiko-floating-card span {
  margin-top: 4px;
  color: #4b4b55;
}

.pratiko-section-soft {
  background: var(--pratiko-soft);
}

.pratiko-card-grid,
.pratiko-plan-grid {
  margin-top: 18px;
}

.pratiko-info-card,
.pratiko-plan-card {
  height: 100%;
  padding: 28px;
  border: 1px solid var(--pratiko-border);
  border-radius: 18px;
  background: var(--pratiko-card);
  box-shadow: 0 18px 45px rgba(10, 10, 16, .06);
}

.pratiko-module-catalog {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.pratiko-module-item {
  border: 1px solid var(--pratiko-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(10, 10, 16, .05);
  overflow: hidden;
}

.pratiko-module-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 74px;
  padding: 17px 18px;
  color: var(--heading-color);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.pratiko-module-item summary::-webkit-details-marker {
  display: none;
}

.pratiko-module-item summary i {
  color: var(--purple-color);
  font-size: 13px;
  transition: transform .2s ease;
}

.pratiko-module-item[open] summary i {
  transform: rotate(180deg);
}

.pratiko-module-item p {
  margin: 0;
  padding: 0 18px 18px;
  color: #50505a;
  font-size: 15px;
  line-height: 1.5;
}

.pratiko-demo-access {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 22px 24px;
  border: 1px solid rgba(147, 109, 255, .22);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(147, 109, 255, .10), rgba(0, 204, 97, .08));
}

.pratiko-demo-access p {
  max-width: 520px;
  margin: 0;
  color: #4b4b55;
  font-weight: 750;
}

.pratiko-info-card {
  min-height: 248px;
}

.pratiko-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 12px;
  background: rgba(147, 109, 255, .12);
  color: var(--purple-color);
}

.pratiko-info-card h3,
.pratiko-plan-card h3 {
  margin: 0 0 12px;
  color: var(--heading-color);
  font-size: 25px;
  font-weight: 850;
  letter-spacing: 0;
}

.pratiko-info-card p,
.pratiko-plan-card p {
  margin: 0;
  color: #5e5e66;
}

.pratiko-plan-card {
  position: relative;
  overflow: hidden;
}

.pratiko-plan-card.pratiko-featured {
  background: #121b21;
  color: #fff;
  transform: translateY(-8px);
}

.pratiko-plan-card.pratiko-featured h3,
.pratiko-plan-card.pratiko-featured p,
.pratiko-plan-card.pratiko-featured li {
  color: #fff;
}

.pratiko-plan-badge {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 204, 97, .14);
  color: var(--accent-color);
  font-weight: 800;
  font-size: 13px;
}

.pratiko-price {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin: 18px 0;
}

.pratiko-price strong {
  color: var(--heading-color);
  font-size: 44px;
  line-height: 1;
}

.pratiko-featured .pratiko-price strong,
.pratiko-featured .pratiko-price span {
  color: #fff;
}

.pratiko-price span {
  color: #6C6C6C;
  font-weight: 700;
}

.pratiko-plan-card ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.pratiko-plan-card li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  color: #4b4b55;
  font-weight: 700;
}

.pratiko-plan-card li i {
  margin-top: 4px;
  color: var(--accent-color);
}

.pratiko-plan-card .cs_btn {
  width: 100%;
  margin-top: 20px;
  justify-content: center;
}

.pratiko-bullet-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.pratiko-bullet-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid var(--pratiko-border);
  border-radius: 12px;
  background: #fff;
  color: #33333b;
  font-weight: 700;
}

.pratiko-bullet-list i {
  margin-top: 4px;
  color: var(--accent-color);
}

.pratiko-brand-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 26px;
}

.pratiko-brand-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(10, 10, 16, .1);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: #6C6C6C;
  font-weight: 800;
}

.pratiko-logo-chip {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
  min-width: 156px;
  max-width: 188px;
  min-height: 56px !important;
  max-height: 62px;
  padding: 9px 16px !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .82) !important;
  overflow: hidden;
}

.pratiko-logo-chip img {
  display: block;
  flex: 0 0 auto;
  max-width: 166px;
  max-height: 42px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.pratiko-logo-chip-dark {
  border-color: rgba(10, 10, 16, .1) !important;
  background: rgba(255, 255, 255, .82) !important;
}

.pratiko-logo-chip-small img {
  max-width: 126px;
}

.pratiko-final-cta {
  margin-top: 30px;
  padding: 80px 24px;
  background:
    radial-gradient(circle at 80% 30%, rgba(0, 204, 97, .22), transparent 28%),
    linear-gradient(135deg, #121b21, #2b174f) !important;
}

.pratiko-final-cta .pratiko-eyebrow {
  color: var(--accent-color);
}

.cs_footer {
  background: #F6F3FE;
}

.pratiko-footer-brand {
  margin-bottom: 18px;
}

.pratiko-footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 196px;
  max-width: 196px;
  min-height: 64px;
  max-height: 70px;
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .7);
  overflow: hidden;
}

.pratiko-footer-logo img {
  display: block;
  width: 166px;
  height: 44px;
  object-fit: contain;
}

.pratiko-footer-logos {
  display: grid;
  gap: 12px;
  max-width: 210px;
}

.pratiko-footer-logos .pratiko-logo-chip {
  width: 100%;
}

.pratiko-footer-logos .pratiko-logo-chip img {
  max-width: 150px;
}

.cs_footer_bottom {
  border-top: 1px solid rgba(10, 10, 16, .1);
  padding: 24px 0;
}

.pratiko-wispr-flow {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  padding: 12px 16px 12px 12px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, .38), transparent 26%),
    linear-gradient(135deg, #15162d 0%, #5232d9 48%, #16d9cf 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(82, 50, 217, .3), 0 8px 24px rgba(10, 10, 16, .18);
  overflow: hidden;
  isolation: isolate;
  transition: transform .2s ease, box-shadow .2s ease;
}

.pratiko-wispr-flow::before {
  content: "";
  position: absolute;
  inset: -60% -20%;
  z-index: -1;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.26), transparent 58%);
  transform: translateX(-55%) rotate(8deg);
  animation: pratikoWisprSweep 4s ease-in-out infinite;
}

.pratiko-wispr-flow:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 24px 62px rgba(82, 50, 217, .38), 0 10px 28px rgba(10, 10, 16, .22);
}

.pratiko-wispr-orb {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .24);
}

.pratiko-wispr-orb::before {
  content: "";
  width: 15px;
  height: 22px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 18px rgba(255,255,255,.75);
}

.pratiko-wispr-orb i {
  position: absolute;
  bottom: 12px;
  width: 3px;
  border-radius: 99px;
  background: #fff;
  opacity: .86;
  animation: pratikoWisprBars 1.25s ease-in-out infinite;
}

.pratiko-wispr-orb i:nth-child(1) {
  left: 12px;
  height: 11px;
}

.pratiko-wispr-orb i:nth-child(2) {
  right: 12px;
  height: 15px;
  animation-delay: .18s;
}

.pratiko-wispr-orb i:nth-child(3) {
  left: 21px;
  bottom: 7px;
  height: 6px;
  animation-delay: .34s;
}

.pratiko-wispr-copy {
  display: grid;
  line-height: 1.05;
}

.pratiko-wispr-copy strong {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
}

.pratiko-wispr-copy small {
  margin-top: 4px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

@keyframes pratikoWisprBars {
  0%, 100% { transform: scaleY(.62); }
  50% { transform: scaleY(1.15); }
}

@keyframes pratikoWisprSweep {
  0%, 42% { transform: translateX(-58%) rotate(8deg); }
  64%, 100% { transform: translateX(58%) rotate(8deg); }
}

@media (max-width: 1199px) {
  .pratiko-nav-cta {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .cs_hero_title {
    font-size: 48px !important;
  }

  .pratiko-floating-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    width: auto;
  }

  .pratiko-message-overlay {
    max-width: 260px;
  }

  .pratiko-hero-card > img {
    height: 420px;
  }

  .pratiko-bullet-list {
    grid-template-columns: 1fr;
  }

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

  .pratiko-plan-card.pratiko-featured {
    transform: none;
  }
}

@media (max-width: 575px) {
  .pratiko-brand-logo {
    min-width: 150px;
    max-width: 150px;
    height: 52px;
    padding: 0;
  }

  .pratiko-brand-logo img {
    width: 145px;
    max-width: 145px;
    height: 46px;
    max-height: 46px;
  }

  .cs_hero_title {
    font-size: 40px !important;
  }

  .cs_section_title {
    font-size: 34px !important;
  }

  .pratiko-human-note,
  .pratiko-info-card,
  .pratiko-plan-card {
    padding: 18px;
  }

  .pratiko-info-card {
    min-height: auto;
  }

  .pratiko-price strong {
    font-size: 38px;
  }

  .pratiko-hero-card > img {
    height: 340px;
  }

  .pratiko-message-overlay {
    left: 14px;
    right: 14px;
    top: 14px;
    max-width: none;
    padding: 14px;
  }

  .pratiko-phone-chip {
    left: 14px;
    right: auto;
    bottom: 14px;
  }

  .pratiko-floating-card {
    display: none;
  }

  .pratiko-module-catalog {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pratiko-module-item summary {
    min-height: 62px;
    padding: 15px 16px;
  }

  .pratiko-wispr-flow {
    right: 14px;
    bottom: 14px;
    min-width: 0;
    padding: 10px;
  }

  .pratiko-wispr-copy {
    display: none;
  }
}
