/* lt8: Two-Tone — split-color header, angled section dividers, two-column features, modern SaaS/geometric feel */

/* Header — split color: left = primary brand, right = white */
.tt-hd {
  display: flex;
  align-items: stretch;
  min-height: 64px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.tt-hd__left {
  background: var(--primary);
  display: flex;
  align-items: center;
  padding: 0 var(--gap-lg);
  min-width: 220px;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  padding-right: calc(var(--gap-lg) + 2rem);
}
.tt-hd__logo {
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.tt-hd__right {
  background: #fff;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--gap-lg);
  padding: 0 var(--gap-lg);
}
.tt-hd__nav { display: flex; gap: var(--gap-md); }
.tt-hd__nav a { text-decoration: none; color: var(--ink); font-size: 0.9rem; font-weight: 500; }
.tt-hd__nav a:hover { color: var(--primary); }

/* CTA Button */
.tt-cta {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  padding: 0.55rem 1.3rem;
  border-radius: var(--corner);
  text-decoration: none;
  font-weight: 600;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
  transition: opacity 0.15s, transform 0.1s;
}
.tt-cta:hover { opacity: 0.88; }
.tt-cta--lg { padding: 0.85rem 2.4rem; font-size: 1.1rem; }

/* Hero — two-tone band with diagonal clip */
.tt-hero { position: relative; overflow: hidden; background: #fff; }
.tt-hero__band {
  background: var(--primary);
  padding: var(--gap-xl) var(--gap-md);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  padding-bottom: calc(var(--gap-xl) + 4rem);
}
.tt-hero__inner {
  max-width: var(--wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: var(--gap-xl);
  align-items: center;
}
.tt-hero__content { color: #fff; }
.tt-hero__content h1 {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: var(--gap-sm);
  color: #fff;
}
.tt-hero__sub { font-size: 1.15rem; opacity: 0.9; margin-bottom: var(--gap-sm); }
.tt-hero__price { font-size: 1.05rem; opacity: 0.85; margin-bottom: var(--gap-lg); }
.tt-hero__price strong { font-size: 1.4rem; opacity: 1; color: #fff; }

/* Floating card on hero right */
.tt-hero__card {
  background: #fff;
  border-radius: calc(var(--corner) * 2);
  padding: var(--gap-lg);
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  position: relative;
  z-index: 2;
}
.tt-hero__card-price {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 0.2rem;
}
.tt-hero__card-label { font-size: 0.9rem; color: #666; margin-bottom: var(--gap-md); }
.tt-hero__card-list { list-style: none; margin-bottom: var(--gap-lg); }
.tt-hero__card-list li {
  padding: var(--gap-xs) 0;
  font-size: 0.9rem;
  color: #444;
  border-bottom: 1px solid #f0f0f0;
}
.tt-hero__card-list li::before { content: "\2713 "; color: var(--accent); font-weight: 700; }

/* Features — two-column grid */
.tt-features {
  padding: var(--gap-xl) var(--gap-md);
  background: #fff;
}
.tt-features__inner { max-width: var(--wrap); margin: 0 auto; }
.tt-features__hd { text-align: center; margin-bottom: var(--gap-xl); }
.tt-features__hd h2 { font-size: 1.9rem; color: var(--ink); margin-bottom: var(--gap-sm); }
.tt-features__hd p { color: #555; font-size: 1rem; }
.tt-features__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap-md);
}
.tt-features__cell {
  display: flex;
  align-items: center;
  gap: var(--gap-md);
  padding: var(--gap-md) var(--gap-lg);
  background: #f8f9ff;
  border-radius: var(--corner);
  border-left: 4px solid var(--primary);
  transition: transform 0.15s, box-shadow 0.15s;
}
.tt-features__cell:hover {
  transform: translateX(3px);
  box-shadow: 2px 2px 8px rgba(0,0,0,0.07);
}
.tt-features__icon {
  color: var(--primary);
  font-size: 1rem;
  flex-shrink: 0;
}
.tt-features__text { font-size: 0.95rem; color: var(--ink); font-weight: 500; }

/* Angled divider using skewY */
.tt-divider {
  height: 60px;
  background: var(--primary);
  transform: skewY(-2deg);
  transform-origin: top left;
  margin: 0 -1px;
}

/* Split section — two-tone columns */
.tt-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: var(--gap-xl) var(--gap-md);
  gap: var(--gap-xl);
  align-items: start;
}
.tt-split__left h2 { font-size: 1.6rem; color: var(--ink); margin-bottom: var(--gap-md); }
.tt-split__list {
  list-style: none;
  margin-bottom: var(--gap-lg);
}
.tt-split__list li {
  padding: var(--gap-sm) 0;
  font-size: 0.95rem;
  color: var(--ink);
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
}
.tt-split__list li::before {
  content: "\2713";
  color: var(--accent);
  font-weight: 700;
  flex-shrink: 0;
}
.tt-split__right {
  background: var(--primary);
  border-radius: calc(var(--corner) * 2);
  padding: var(--gap-lg);
  color: #fff;
}
.tt-split__right h2 { font-size: 1.4rem; color: #fff; margin-bottom: var(--gap-md); }
.tt-split__fee {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--gap-sm) 0;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  font-size: 0.95rem;
}
.tt-split__fee--total {
  font-weight: 700;
  font-size: 1.1rem;
  border-bottom: none;
  border-top: 2px solid rgba(255,255,255,0.5);
  padding-top: var(--gap-md);
  margin-top: var(--gap-xs);
}
.tt-split__fee-amt { font-weight: 600; }
.tt-split__note { font-size: 0.82rem; opacity: 0.75; margin-top: var(--gap-md); }

/* Contact — two-column */
.tt-contact {
  background: #f8f9ff;
  padding: var(--gap-xl) var(--gap-md);
  position: relative;
}
.tt-contact__inner {
  max-width: var(--wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap-xl);
  align-items: start;
}
.tt-contact__col h2 { font-size: 1.6rem; color: var(--ink); margin-bottom: var(--gap-md); }
.tt-contact__col p { color: #555; font-size: 0.95rem; margin-bottom: var(--gap-sm); }
.tt-contact__details { margin-top: var(--gap-lg); }
.tt-contact__details p { color: #444; }
.tt-contact__form {
  display: flex;
  flex-direction: column;
  gap: var(--gap-sm);
}
.tt-contact__form input,
.tt-contact__form textarea {
  padding: 0.65rem 0.9rem;
  border: 1.5px solid #ddd;
  border-radius: var(--corner);
  font-size: 0.95rem;
  font-family: inherit;
  background: #fff;
  transition: border-color 0.15s;
}
.tt-contact__form input:focus,
.tt-contact__form textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(var(--primary), 0.1);
}
.tt-contact__ok {
  padding: var(--gap-md);
  background: #e8f5e9;
  border-radius: var(--corner);
  border-left: 4px solid #4caf50;
}

/* Checkout */
.tt-order { padding: var(--gap-xl) var(--gap-md); background: #fff; }
.tt-order__inner {
  max-width: var(--wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: var(--gap-xl);
  align-items: start;
}
.tt-order__form-col h1 { font-size: 2rem; color: var(--ink); margin-bottom: var(--gap-sm); }
.tt-order__intro { color: #555; margin-bottom: var(--gap-lg); }
.tt-order__form {
  display: flex;
  flex-direction: column;
  gap: var(--gap-sm);
}
.tt-order__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap-sm);
}
.tt-order__form input,
.tt-order__form select {
  padding: 0.7rem 0.9rem;
  border: 1.5px solid #ddd;
  border-radius: var(--corner);
  font-size: 0.95rem;
  font-family: inherit;
  background: #fff;
  transition: border-color 0.15s;
}
.tt-order__form input:focus,
.tt-order__form select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
}
.tt-order__note { font-size: 0.85rem; color: #888; margin-top: var(--gap-sm); }
.tt-order__ok {
  padding: var(--gap-lg);
  background: #e8f5e9;
  border-radius: calc(var(--corner) * 2);
  border-left: 4px solid #4caf50;
}
.tt-order__ok h2 { color: var(--ink); margin-bottom: var(--gap-sm); }
.tt-order__summary {
  background: var(--primary);
  color: #fff;
  padding: var(--gap-lg);
  border-radius: calc(var(--corner) * 2);
  position: sticky;
  top: 80px;
}
.tt-order__summary h3 { color: #fff; margin-bottom: var(--gap-md); font-size: 1.1rem; }
.tt-order__line {
  display: flex;
  justify-content: space-between;
  padding: var(--gap-xs) 0;
  font-size: 0.92rem;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.tt-order__summary ul { list-style: none; margin: var(--gap-md) 0; }
.tt-order__summary li { padding: var(--gap-xs) 0; font-size: 0.88rem; opacity: 0.85; }
.tt-order__summary li::before { content: "\2713 "; font-weight: 700; }
.tt-order__total {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 1.1rem;
  border-top: 2px solid rgba(255,255,255,0.5);
  padding-top: var(--gap-sm);
  margin-top: var(--gap-sm);
}
.tt-order__aside .tt-order__note { color: rgba(255,255,255,0.7); margin-top: var(--gap-md); font-size: 0.82rem; }

/* Content Pages */
.tt-body {
  max-width: 780px;
  margin: 0 auto;
  padding: var(--gap-xl) var(--gap-md);
  line-height: 1.75;
}
.tt-body h1 { font-size: 2rem; margin-bottom: var(--gap-md); color: var(--ink); }
.tt-body h2 { font-size: 1.5rem; margin-top: var(--gap-lg); margin-bottom: var(--gap-sm); color: var(--ink); }
.tt-body h3 { font-size: 1.2rem; margin-top: var(--gap-lg); margin-bottom: var(--gap-sm); }
.tt-body p { margin-bottom: var(--gap-md); }
.tt-body ul, .tt-body ol { margin-bottom: var(--gap-md); padding-left: var(--gap-lg); }
.tt-body li { margin-bottom: var(--gap-xs); }
.tt-body a { color: var(--primary); }
.tt-body strong { color: var(--ink); }

/* Footer */
.tt-ft { background: var(--ink); color: #ccc; }
.tt-ft__top {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: var(--gap-xl) var(--gap-md) var(--gap-lg);
  display: grid;
  grid-template-columns: 1.2fr 1.8fr;
  gap: var(--gap-xl);
}
.tt-ft__brand .tt-ft__logo {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
  margin-bottom: var(--gap-md);
}
.tt-ft__brand p { font-size: 0.85rem; color: #aaa; line-height: 1.6; }
.tt-ft__links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--gap-lg);
}
.tt-ft__col { display: flex; flex-direction: column; gap: var(--gap-sm); }
.tt-ft__col h4 { color: #fff; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: var(--gap-xs); }
.tt-ft__col a { color: #aaa; text-decoration: none; font-size: 0.88rem; }
.tt-ft__col a:hover { color: #fff; }
.tt-ft__bottom {
  border-top: 1px solid #333;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: var(--gap-md) var(--gap-md);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  color: #777;
}

/* Price Hero — two-tone split */
.tt-price-hero {
  background: #fff;
  overflow: hidden;
}
.tt-price-hero__inner {
  max-width: var(--wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 380px;
}
.tt-price-hero__left {
  background: var(--primary);
  color: #fff;
  padding: var(--gap-xl) var(--gap-lg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  padding-right: calc(var(--gap-xl) + 2rem);
}
.tt-price-hero__amount {
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.3rem;
}
.tt-price-hero__label {
  font-size: 1.2rem;
  font-weight: 600;
  opacity: 0.9;
  margin-bottom: var(--gap-sm);
}
.tt-price-hero__note {
  font-size: 0.9rem;
  opacity: 0.75;
  margin-bottom: var(--gap-lg);
}
.tt-cta--inv {
  background: #fff;
  color: var(--primary);
}
.tt-cta--inv:hover {
  opacity: 0.92;
}
.tt-price-hero__right {
  padding: var(--gap-xl) var(--gap-lg);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tt-price-hero__right h2 {
  font-size: 1.5rem;
  color: var(--ink);
  margin-bottom: var(--gap-md);
}
.tt-price-hero__list {
  list-style: none;
}
.tt-price-hero__list li {
  padding: var(--gap-sm) 0;
  font-size: 0.95rem;
  color: #444;
  border-bottom: 1px solid #f0f0f0;
}
.tt-price-hero__list li::before {
  content: "\2713 ";
  color: var(--accent);
  font-weight: 700;
}
.tt-price-hero__list li:last-child {
  border-bottom: none;
  color: #888;
  font-size: 0.88rem;
}

/* Versus comparison */
.tt-versus {
  padding: var(--gap-xl) var(--gap-md);
  background: #fff;
}
.tt-versus__inner {
  max-width: var(--wrap);
  margin: 0 auto;
}
.tt-versus__title {
  text-align: center;
  font-size: 1.8rem;
  color: var(--ink);
  margin-bottom: var(--gap-xl);
}
.tt-versus__vs {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  padding: 0 var(--gap-sm);
  text-transform: lowercase;
}
.tt-versus__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap-lg);
}
.tt-versus__col h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: var(--gap-md);
  padding-bottom: var(--gap-sm);
  border-bottom: 2px solid #eee;
}
.tt-versus__col--us h3 {
  border-bottom-color: var(--primary);
}
.tt-versus__col ul {
  list-style: none;
}
.tt-versus__col li {
  padding: var(--gap-sm) 0;
  font-size: 0.95rem;
  color: var(--ink);
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  align-items: flex-start;
  gap: var(--gap-sm);
}
.tt-versus__col li:last-child {
  border-bottom: none;
}
.tt-versus__x::before {
  content: "\2717";
  color: #c0392b;
  font-weight: 700;
  flex-shrink: 0;
}
.tt-versus__ok::before {
  content: "\2713";
  color: var(--accent);
  font-weight: 700;
  flex-shrink: 0;
}

/* FAQ section */
.tt-faq {
  padding: var(--gap-xl) var(--gap-md);
  background: #f8f9ff;
}
.tt-faq__inner {
  max-width: 720px;
  margin: 0 auto;
}
.tt-faq__inner h2 {
  text-align: center;
  font-size: 1.6rem;
  color: var(--ink);
  margin-bottom: var(--gap-lg);
}
.tt-faq__items {
  display: flex;
  flex-direction: column;
  gap: var(--gap-sm);
}
.tt-faq__item {
  background: #fff;
  border-radius: var(--corner);
  border-left: 4px solid var(--primary);
  overflow: hidden;
}
.tt-faq__item summary {
  padding: var(--gap-md) var(--gap-lg);
  font-weight: 600;
  font-size: 1rem;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
}
.tt-faq__item summary::-webkit-details-marker { display: none; }
.tt-faq__item summary::before {
  content: "+";
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary);
  flex-shrink: 0;
  width: 1.2rem;
  text-align: center;
}
.tt-faq__item[open] summary::before {
  content: "\2212";
}
.tt-faq__item p {
  padding: 0 var(--gap-lg) var(--gap-md) calc(var(--gap-lg) + 1.2rem + var(--gap-sm));
  color: #555;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}

/* Responsive */
@media (max-width: 800px) {
  .tt-hd { flex-direction: column; min-height: auto; position: static; }
  .tt-hd__left {
    clip-path: none;
    padding: var(--gap-md);
    min-width: 0;
    width: 100%;
    justify-content: center;
  }
  .tt-hd__right {
    padding: var(--gap-md);
    flex-wrap: wrap;
    justify-content: center;
  }
  .tt-hd__nav { flex-wrap: wrap; justify-content: center; gap: var(--gap-sm); }
  .tt-price-hero__inner { grid-template-columns: 1fr; }
  .tt-price-hero__left {
    clip-path: none;
    padding: var(--gap-xl) var(--gap-lg);
    text-align: center;
    align-items: center;
  }
  .tt-price-hero__amount { font-size: 3.5rem; }
  .tt-versus__grid { grid-template-columns: 1fr; }
  .tt-order__inner { grid-template-columns: 1fr; }
  .tt-order__row { grid-template-columns: 1fr; }
  .tt-order__summary { position: static; }
  .tt-ft__top { grid-template-columns: 1fr; }
  .tt-ft__links { grid-template-columns: 1fr 1fr; }
  .tt-ft__bottom { flex-direction: column; gap: var(--gap-sm); text-align: center; }
  .tt-divider { display: none; }
}
