:root {
  --tck-primary: #20aeb5;
  --tck-primary-dark: #087982;
  --tck-secondary: #e9f9fa;
  --tck-accent: #ff9f43;
  --tck-heading: #17324d;
  --tck-text: #334155;
  --tck-background: #ffffff;
  --tck-light-background: #f4fbfc;
  --tck-border: #d8ecee;
}

.tck-lp {
  color: var(--tck-text);
  background: var(--tck-background);
  padding-bottom: 88px;
}

.tck-container {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.tck-section {
  padding: 64px 0;
}

.tck-section:nth-of-type(even) {
  background: var(--tck-light-background);
}

.tck-section__header {
  margin-bottom: 24px;
}

.tck-eyebrow {
  margin: 0 0 8px;
  color: var(--tck-primary-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tck-section__title,
.tck-page-title,
.tck-hero__title,
.tck-final-cta h2 {
  margin: 0;
  color: var(--tck-heading);
  line-height: 1.25;
  letter-spacing: 0;
}

.tck-section__title {
  font-size: clamp(1.6rem, 5vw, 2.35rem);
}

.tck-section__lead,
.tck-hero__lead {
  max-width: 680px;
  margin: 14px 0 0;
  line-height: 1.8;
}

.tck-hero {
  position: relative;
  overflow: hidden;
  padding: 56px 0 64px;
  background: linear-gradient(180deg, var(--tck-secondary), var(--tck-background));
}

.tck-hero__grid {
  display: grid;
  gap: 32px;
  align-items: center;
}

.tck-hero__title {
  font-size: clamp(2rem, 9vw, 4rem);
}

.tck-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.tck-hero__badges li {
  padding: 8px 12px;
  color: var(--tck-primary-dark);
  background: var(--tck-background);
  border: 1px solid var(--tck-border);
  border-radius: 999px;
  font-weight: 700;
}

.tck-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.tck-button,
.tck-mobile-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.tck-button:focus-visible,
.tck-mobile-cta__button:focus-visible,
.tck-application-form input:focus-visible,
.tck-application-form select:focus-visible,
.tck-application-form textarea:focus-visible,
.tck-faq-item summary:focus-visible {
  outline: 3px solid var(--tck-accent);
  outline-offset: 3px;
}

.tck-button--primary,
.tck-mobile-cta__button--primary {
  color: #fff;
  background: var(--tck-primary-dark);
}

.tck-button--line,
.tck-mobile-cta__button--line {
  color: var(--tck-primary-dark);
  background: #fff;
  border-color: var(--tck-primary);
}

.tck-hero__visual img {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  border-radius: 8px;
}

.tck-hero-art {
  position: relative;
  min-height: 320px;
}

.tck-hero-art__box {
  position: absolute;
  right: 8%;
  bottom: 10%;
  width: 68%;
  aspect-ratio: 1.35;
  background: #fff;
  border: 3px solid var(--tck-border);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(8, 121, 130, 0.16);
}

.tck-hero-art__card {
  position: absolute;
  width: 34%;
  aspect-ratio: 0.72;
  background: linear-gradient(135deg, #fff, var(--tck-secondary));
  border: 3px solid var(--tck-primary);
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(23, 50, 77, 0.12);
}

.tck-hero-art__card--one {
  left: 10%;
  top: 10%;
  transform: rotate(-9deg);
}

.tck-hero-art__card--two {
  left: 28%;
  top: 18%;
  transform: rotate(7deg);
}

.tck-hero-art__seal {
  position: absolute;
  right: 18%;
  top: 18%;
  display: grid;
  place-items: center;
  width: 88px;
  aspect-ratio: 1;
  color: #fff;
  background: var(--tck-accent);
  border-radius: 999px;
  font-weight: 800;
}

.tck-benefit-grid,
.tck-category-grid,
.tck-price-grid,
.tck-tip-grid {
  display: grid;
  gap: 16px;
}

.tck-benefit-card,
.tck-price-card,
.tck-category,
.tck-tip {
  background: #fff;
  border: 1px solid var(--tck-border);
  border-radius: 8px;
}

.tck-benefit-card {
  padding: 20px;
}

.tck-benefit-card__number {
  color: var(--tck-primary);
  font-weight: 800;
}

.tck-benefit-card h3,
.tck-price-card h3 {
  margin: 10px 0 8px;
  color: var(--tck-heading);
  font-size: 1.08rem;
}

.tck-benefit-card p,
.tck-price-card p,
.tck-tip {
  margin: 0;
  line-height: 1.7;
}

.tck-category {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 16px;
  font-weight: 700;
}

.tck-category--featured {
  color: #fff;
  background: var(--tck-primary-dark);
  border-color: var(--tck-primary-dark);
}

.tck-price-card {
  overflow: hidden;
}

.tck-price-card__image {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  color: var(--tck-primary-dark);
  background: var(--tck-secondary);
  font-weight: 800;
}

.tck-price-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tck-price-card__body {
  padding: 16px;
}

.tck-price-card__amount {
  color: var(--tck-primary-dark);
  font-size: 1.35rem;
  font-weight: 800;
}

.tck-price-card__date,
.tck-note,
.tck-empty {
  font-size: 0.92rem;
}

.tck-note {
  margin-top: 20px;
  color: #526273;
  line-height: 1.8;
}

.tck-flow-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  counter-reset: tck-flow;
  list-style: none;
}

.tck-flow-list li {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 64px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--tck-border);
  border-radius: 8px;
}

.tck-flow-list li::before {
  counter-increment: tck-flow;
  content: counter(tck-flow);
  display: grid;
  flex: 0 0 36px;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #fff;
  background: var(--tck-primary);
  border-radius: 999px;
  font-weight: 800;
}

.tck-items__grid {
  display: grid;
  gap: 32px;
}

.tck-check-list,
.tck-x-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tck-check-list li,
.tck-x-list li {
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--tck-border);
  border-radius: 8px;
}

.tck-check-list li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--tck-primary-dark);
  font-weight: 800;
}

.tck-x-list li::before {
  content: "!";
  margin-right: 8px;
  color: var(--tck-accent);
  font-weight: 800;
}

.tck-tip {
  padding: 16px;
  font-weight: 700;
}

.tck-faq-list {
  display: grid;
  gap: 12px;
}

.tck-faq-item {
  background: #fff;
  border: 1px solid var(--tck-border);
  border-radius: 8px;
}

.tck-faq-item summary {
  cursor: pointer;
  padding: 18px;
  color: var(--tck-heading);
  font-weight: 800;
}

.tck-faq-item__answer {
  padding: 0 18px 18px;
  line-height: 1.8;
}

.tck-final-cta {
  padding: 56px 0;
  color: #fff;
  background: var(--tck-primary-dark);
  text-align: center;
}

.tck-final-cta h2 {
  color: #fff;
  font-size: clamp(1.55rem, 6vw, 2.6rem);
}

.tck-final-cta__actions {
  justify-content: center;
}

.tck-page-header {
  padding: 48px 0 24px;
  background: var(--tck-secondary);
}

.tck-page-title {
  font-size: clamp(1.8rem, 7vw, 3rem);
}

.tck-page-content {
  max-width: 760px;
  margin-top: 16px;
  line-height: 1.8;
}

.tck-application-form {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--tck-border);
  border-radius: 8px;
}

.tck-form-grid {
  display: grid;
  gap: 16px;
}

.tck-field label {
  display: block;
  margin-bottom: 8px;
  color: var(--tck-heading);
  font-weight: 700;
}

.tck-field label span {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 6px;
  color: #fff;
  background: var(--tck-accent);
  border-radius: 6px;
  font-size: 0.72rem;
}

.tck-application-form input:not([type="checkbox"]),
.tck-application-form select,
.tck-application-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--tck-text);
  background: #fff;
  border: 1px solid var(--tck-border);
  border-radius: 8px;
}

.tck-checkbox {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding: 12px;
  border: 1px solid var(--tck-border);
  border-radius: 8px;
}

.tck-form-submit {
  margin-top: 20px;
}

.tck-form-errors {
  margin-bottom: 16px;
  padding: 14px 16px;
  color: #7a3418;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 8px;
}

.tck-hp {
  position: absolute;
  left: -9999px;
}

.tck-mobile-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--tck-border);
  box-shadow: 0 -8px 24px rgba(23, 50, 77, 0.12);
}

.admin-bar .tck-mobile-cta {
  bottom: 0;
}

.tck-mobile-cta__button {
  min-height: 44px;
  padding-inline: 10px;
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .tck-benefit-grid,
  .tck-category-grid,
  .tck-price-grid,
  .tck-tip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .tck-field--textarea,
  .tck-field--checkbox {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1024px) {
  .tck-lp {
    padding-bottom: 0;
  }

  .tck-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  }

  .tck-benefit-grid,
  .tck-category-grid,
  .tck-price-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .tck-mobile-cta {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tck-lp *,
  .tck-lp *::before,
  .tck-lp *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* Plugin standalone layout guard for legacy custom themes. */
body.tck-page #sidebar,
body.tck-page #side,
body.tck-page .sidebar,
body.tck-page .side,
body.tck-page .side_area,
body.tck-page .side-area,
body.tck-page .l-sidebar,
body.tck-page .widget-area,
body.tck-page .secondary,
body.tck-page aside {
  display: none !important;
}

body.tck-page #main,
body.tck-page #content,
body.tck-page #contents,
body.tck-page .main,
body.tck-page .content,
body.tck-page .contents,
body.tck-page .l-main,
body.tck-page .site-main,
body.tck-page .entry-content,
body.tck-page article {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
}

body.tck-page .entry-content {
  margin: 0 !important;
  padding: 0 !important;
}

/* Brighter pop style. */
.tck-lp {
  --tck-primary: #12b8c8;
  --tck-primary-dark: #057f8c;
  --tck-secondary: #e7fbff;
  --tck-accent: #ffcf3f;
  --tck-accent-pink: #ff6b9a;
  --tck-heading: #143452;
  --tck-text: #2f4458;
  --tck-border: #bfeef3;
  isolation: isolate;
  overflow: hidden;
  font-feature-settings: "palt";
}

.tck-lp::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 207, 63, 0.22), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(255, 107, 154, 0.14), transparent 22%),
    linear-gradient(180deg, #f5fdff 0%, #ffffff 42%, #f8feff 100%);
}

.tck-hero {
  margin: 0 auto;
  padding: 72px 0 82px;
  background:
    linear-gradient(135deg, rgba(18, 184, 200, 0.14), rgba(255, 207, 63, 0.2)),
    #f8feff;
}

.tck-hero__title {
  max-width: 760px;
  font-weight: 900;
  text-wrap: balance;
}

.tck-hero__lead {
  color: #40576c;
  font-size: 1.08rem;
  font-weight: 700;
}

.tck-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  color: var(--tck-primary-dark);
  background: #fff;
  border: 1px solid var(--tck-border);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(18, 184, 200, 0.12);
}

.tck-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--tck-accent);
  border-radius: 50%;
}

.tck-hero__badges li,
.tck-category,
.tck-benefit-card,
.tck-price-card,
.tck-tip,
.tck-flow-list li,
.tck-check-list li,
.tck-x-list li,
.tck-faq-item,
.tck-application-form {
  border: 2px solid rgba(18, 184, 200, 0.18);
  box-shadow: 0 16px 34px rgba(20, 52, 82, 0.08);
}

.tck-benefit-card,
.tck-price-card,
.tck-tip,
.tck-faq-item {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.tck-benefit-card:hover,
.tck-price-card:hover,
.tck-tip:hover,
.tck-faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(20, 52, 82, 0.13);
}

.tck-button,
.tck-mobile-cta__button {
  min-height: 54px;
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(5, 127, 140, 0.22);
}

.tck-button--primary,
.tck-mobile-cta__button--primary {
  background: linear-gradient(135deg, var(--tck-primary), var(--tck-primary-dark));
}

.tck-button--line,
.tck-mobile-cta__button--line {
  color: #143452;
  background: #fff;
  border-color: #8be4ec;
  box-shadow: 0 12px 26px rgba(18, 184, 200, 0.14);
}

.tck-hero-art__box {
  border-color: #8be4ec;
  background: linear-gradient(180deg, #fff, #effcff);
}

.tck-hero-art__card {
  border-color: #12b8c8;
  background:
    linear-gradient(135deg, rgba(255, 207, 63, 0.65), transparent 42%),
    linear-gradient(160deg, #fff, #eaffff);
}

.tck-hero-art__seal {
  color: #143452;
  background: var(--tck-accent);
  box-shadow: 0 14px 28px rgba(255, 207, 63, 0.35);
}

.tck-section {
  position: relative;
}

.tck-section:nth-of-type(even) {
  background:
    linear-gradient(90deg, rgba(18, 184, 200, 0.08), rgba(255, 207, 63, 0.1)),
    #f8feff;
}

.tck-section__title {
  font-weight: 900;
}

.tck-benefit-card__number {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #143452;
  background: var(--tck-accent);
  border-radius: 14px;
}

.tck-category {
  position: relative;
  overflow: hidden;
  min-height: 86px;
  padding: 18px;
  background: #fff;
}

.tck-category::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 64px;
  height: 64px;
  background: rgba(18, 184, 200, 0.12);
  border-radius: 18px;
  transform: rotate(12deg);
}

.tck-category--featured {
  color: #143452;
  background: linear-gradient(135deg, #ffcf3f, #fff3a8);
  border-color: #ffcf3f;
  font-size: 1.12rem;
}

.tck-price-card__image {
  background:
    linear-gradient(135deg, rgba(255, 207, 63, 0.55), rgba(18, 184, 200, 0.18)),
    #f6feff;
}

.tck-price-card__amount {
  display: inline-flex;
  margin-top: 8px;
  padding: 6px 12px;
  color: #fff;
  background: var(--tck-accent-pink);
  border-radius: 999px;
}

.tck-flow-list li::before {
  background: linear-gradient(135deg, var(--tck-primary), var(--tck-primary-dark));
  box-shadow: 0 10px 18px rgba(18, 184, 200, 0.25);
}

.tck-final-cta {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 207, 63, 0.4), transparent 25%),
    linear-gradient(135deg, #12b8c8, #057f8c);
}
