.tlk-page {
  font-family: inherit;
  color: #22160e;
  background: #fffaf4;
  overflow: hidden;
}

.tlk-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.tlk-hero {
  position: relative;
  padding: 90px 0 70px;
  background:
    radial-gradient(circle at top left, rgba(180, 116, 54, 0.25), transparent 35%),
    linear-gradient(135deg, #3a2416 0%, #6b3f22 50%, #a86b36 100%);
  color: #fff;
}

.tlk-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.tlk-badge,
.tlk-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 230, 190, 0.16);
  color: #ffdca8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 16px;
}

.tlk-hero h1 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  margin: 0 0 20px;
  color: #fff;
}

.tlk-subtitle {
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255,255,255,0.86);
  max-width: 680px;
  margin-bottom: 28px;
}

.tlk-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.tlk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.25s ease;
}

.tlk-btn-primary {
  background: #f5b45f;
  color: #2d1a0d;
  box-shadow: 0 12px 30px rgba(245, 180, 95, 0.25);
}

.tlk-btn-primary:hover {
  transform: translateY(-3px);
  background: #ffd08a;
  color: #2d1a0d;
}

.tlk-btn-secondary {
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
  background: rgba(255,255,255,0.08);
}

.tlk-btn-secondary:hover {
  background: rgba(255,255,255,0.16);
  color: #fff;
}

.tlk-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 560px;
}

.tlk-trust div {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 18px;
  padding: 16px;
}

.tlk-trust strong {
  display: block;
  font-size: 22px;
  color: #ffdca8;
}

.tlk-trust span {
  color: rgba(255,255,255,0.75);
  font-size: 14px;
}

.tlk-hero-card {
  position: relative;
}

.tlk-hero-visual {
  min-height: 420px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04)),
    #2d1a0d;
  box-shadow: 0 28px 80px rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 36px;
}

.tlk-door {
  height: 300px;
  width: 105px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.12), transparent),
    repeating-linear-gradient(90deg, #8a5128 0 12px, #74411f 12px 24px);
  border: 3px solid #d29a5b;
  box-shadow: inset 0 0 0 8px rgba(255,255,255,0.08);
}

.tlk-door-left {
  transform: rotateY(22deg) skewY(-2deg);
}

.tlk-door-mid {
  transform: translateY(-12px);
}

.tlk-door-right {
  transform: rotateY(-22deg) skewY(2deg);
}

.tlk-form-card {
  position: relative;
  margin: -65px auto 0;
  width: 88%;
  background: #fff;
  color: #2d1a0d;
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 22px 60px rgba(0,0,0,0.20);
}

.tlk-form-card h2 {
  font-size: 22px;
  margin: 0 0 10px;
  color: #2d1a0d;
}

.tlk-form-card p {
  margin: 0 0 18px;
  line-height: 1.7;
  color: #6d5a4b;
}

.tlk-mini-cta {
  display: inline-flex;
  padding: 12px 18px;
  border-radius: 12px;
  background: #3a2416;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.tlk-section {
  padding: 82px 0;
}

.tlk-light {
  background: #fff3e3;
}

.tlk-dark {
  background:
    radial-gradient(circle at right, rgba(245,180,95,0.18), transparent 36%),
    #2d1a0d;
  color: #fff;
}

.tlk-two-col {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.tlk-section-label {
  background: #f4dfc2;
  color: #6b3f22;
}

.tlk-dark .tlk-section-label {
  background: rgba(255,255,255,0.12);
  color: #ffdca8;
}

.tlk-section h2,
.tlk-heading-center h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.16;
  margin: 0 0 16px;
  color: #2d1a0d;
}

.tlk-dark h2,
.tlk-dark h3 {
  color: #fff;
}

.tlk-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #6d5a4b;
}

.tlk-dark p {
  color: rgba(255,255,255,0.78);
}

.tlk-solution-box,
.tlk-material-card {
  background: #fff;
  border-radius: 28px;
  padding: 34px;
  border: 1px solid rgba(107, 63, 34, 0.12);
  box-shadow: 0 20px 50px rgba(88, 50, 20, 0.10);
}

.tlk-solution-box h3,
.tlk-material-card h3 {
  color: #2d1a0d;
  font-size: 26px;
  margin: 0 0 12px;
}

.tlk-heading-center {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 42px;
}

.tlk-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.tlk-card {
  background: #fff;
  border: 1px solid rgba(107, 63, 34, 0.10);
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 16px 42px rgba(88, 50, 20, 0.08);
  transition: 0.25s ease;
}

.tlk-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(88, 50, 20, 0.14);
}

.tlk-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #3a2416;
  color: #ffdca8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 20px;
}

.tlk-card h3 {
  margin: 0 0 10px;
  color: #2d1a0d;
  font-size: 21px;
}

.tlk-card p {
  margin: 0;
}

.tlk-benefit-list {
  display: grid;
  gap: 18px;
}

.tlk-benefit {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 22px;
  padding: 24px;
}

.tlk-benefit h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.tlk-benefit p {
  margin: 0;
}

.tlk-use-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.tlk-use-grid div {
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  text-align: center;
  font-weight: 800;
  color: #3a2416;
  border: 1px solid rgba(107, 63, 34, 0.12);
  box-shadow: 0 12px 30px rgba(88, 50, 20, 0.07);
}

.tlk-link-box {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.tlk-link-box p {
  margin: 0;
  font-weight: 800;
  color: #3a2416;
}

.tlk-link-box a {
  color: #6b3f22;
  font-weight: 800;
  text-decoration: underline;
}

.tlk-material-card ul {
  padding-left: 20px;
  margin: 0;
}

.tlk-material-card li {
  margin-bottom: 12px;
  line-height: 1.7;
  color: #6d5a4b;
}

.tlk-step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.tlk-step {
  position: relative;
  background: #fff;
  border-radius: 26px;
  padding: 28px;
  border: 1px solid rgba(107, 63, 34, 0.10);
  box-shadow: 0 16px 42px rgba(88, 50, 20, 0.08);
}

.tlk-step span {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #f5b45f;
  color: #2d1a0d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 18px;
}

.tlk-step h3 {
  margin: 0 0 10px;
  color: #2d1a0d;
}

.tlk-step p {
  margin: 0;
}

.tlk-cta {
  padding: 70px 0;
  background: #3a2416;
}

.tlk-cta-box {
  background:
    radial-gradient(circle at right, rgba(255,208,138,0.22), transparent 34%),
    linear-gradient(135deg, #6b3f22, #2d1a0d);
  color: #fff;
  border-radius: 34px;
  padding: 46px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  box-shadow: 0 28px 80px rgba(0,0,0,0.22);
}

.tlk-cta h2 {
  color: #fff;
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 44px);
}

.tlk-cta p {
  color: rgba(255,255,255,0.80);
  margin: 0;
  max-width: 680px;
}

.tlk-internal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.tlk-internal-grid a {
  background: #fff;
  border: 1px solid rgba(107, 63, 34, 0.12);
  border-radius: 18px;
  padding: 18px;
  color: #3a2416;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
  transition: 0.25s ease;
}

.tlk-internal-grid a:hover {
  background: #3a2416;
  color: #fff;
}

.tlk-faq-wrap {
  max-width: 900px;
}

.tlk-faq {
  display: grid;
  gap: 14px;
}

.tlk-faq-item {
  background: #fff;
  border: 1px solid rgba(107, 63, 34, 0.12);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(88, 50, 20, 0.07);
}

.tlk-faq-question {
  width: 100%;
  border: none;
  background: #fff;
  color: #2d1a0d;
  padding: 20px 22px;
  font-size: 17px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tlk-faq-question span {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #f4dfc2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tlk-faq-answer {
  display: none;
  padding: 0 22px 20px;
}

.tlk-faq-answer p {
  margin: 0;
}

.tlk-faq-item.is-open .tlk-faq-answer {
  display: block;
}

.tlk-faq-item.is-open .tlk-faq-question span {
  background: #3a2416;
  color: #fff;
}

@media (max-width: 980px) {
  .tlk-hero-grid,
  .tlk-two-col,
  .tlk-cta-box {
    grid-template-columns: 1fr;
  }

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

  .tlk-use-grid,
  .tlk-step-grid,
  .tlk-internal-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tlk-cta-box {
    text-align: center;
  }

  .tlk-cta-box .tlk-btn {
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .tlk-hero {
    padding: 70px 0 55px;
  }

  .tlk-section {
    padding: 62px 0;
  }

  .tlk-card-grid,
  .tlk-use-grid,
  .tlk-step-grid,
  .tlk-internal-grid,
  .tlk-trust {
    grid-template-columns: 1fr;
  }

  .tlk-hero-actions {
    flex-direction: column;
  }

  .tlk-btn {
    width: 100%;
  }

  .tlk-hero-visual {
    min-height: 320px;
    padding: 22px;
  }

  .tlk-door {
    height: 230px;
    width: 75px;
  }

  .tlk-form-card {
    width: 94%;
  }

  .tlk-cta-box {
    padding: 32px 22px;
  }
}