.triaz-folding-page {
  --tl-primary: #0f5f7a;
  --tl-primary-dark: #07384a;
  --tl-accent: #f4b740;
  --tl-dark: #101820;
  --tl-text: #263238;
  --tl-muted: #68737a;
  --tl-soft: #f4f8fa;
  --tl-white: #ffffff;
  --tl-border: rgba(15, 95, 122, 0.14);
  --tl-radius: 22px;
  font-family: inherit;
  color: var(--tl-text);
  background: #ffffff;
  overflow: hidden;
}

.triaz-folding-page * {
  box-sizing: border-box;
}

.tl-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

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

.tl-soft {
  background:
    radial-gradient(circle at top left, rgba(15, 95, 122, 0.08), transparent 32%),
    var(--tl-soft);
}

.tl-dark {
  background:
    radial-gradient(circle at top right, rgba(244, 183, 64, 0.16), transparent 30%),
    linear-gradient(135deg, #0b1d26, #102f3f);
  color: #ffffff;
}

.tl-hero {
  padding: 92px 0 78px;
  background:
    linear-gradient(135deg, rgba(7, 56, 74, 0.96), rgba(15, 95, 122, 0.92)),
    radial-gradient(circle at 80% 20%, rgba(244, 183, 64, 0.25), transparent 28%);
  color: #ffffff;
  position: relative;
}

.tl-hero::after {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  background: rgba(244, 183, 64, 0.18);
  border-radius: 50%;
  filter: blur(8px);
}

.tl-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 46px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.tl-badge,
.tl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.tl-badge {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.tl-eyebrow {
  color: var(--tl-primary);
  background: rgba(15, 95, 122, 0.09);
  margin-bottom: 14px;
}

.tl-dark .tl-eyebrow,
.tl-final-cta .tl-eyebrow {
  color: #ffe09a;
  background: rgba(255, 255, 255, 0.1);
}

.tl-hero h1 {
  margin: 20px 0 18px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.06;
  letter-spacing: -1.8px;
  color: #ffffff;
}

.tl-hero-text {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
  max-width: 720px;
}

.tl-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.tl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1;
  transition: all 0.22s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.tl-btn-primary {
  background: var(--tl-accent);
  color: #1a1a1a;
  box-shadow: 0 16px 35px rgba(244, 183, 64, 0.28);
}

.tl-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(244, 183, 64, 0.38);
  color: #1a1a1a;
}

.tl-btn-secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.08);
}

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

.tl-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

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

.tl-trust strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
}

.tl-trust span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.tl-hero-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 32px;
  padding: 24px;
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
}

.tl-card-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.84);
}

.tl-card-top strong {
  color: #ffe09a;
}

.tl-door-visual {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  min-height: 330px;
  padding: 16px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.06));
  overflow: hidden;
}

.tl-panel {
  position: relative;
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05)),
    linear-gradient(180deg, #dfe7eb, #8ca2ad);
  border: 1px solid rgba(255,255,255,0.28);
  box-shadow: inset 0 0 0 7px rgba(16, 47, 63, 0.18);
  transform-origin: left center;
  animation: tlFold 4.5s ease-in-out infinite;
}

.tl-panel:nth-child(2) {
  animation-delay: 0.15s;
}

.tl-panel:nth-child(3) {
  animation-delay: 0.3s;
}

.tl-panel:nth-child(4) {
  animation-delay: 0.45s;
}

.tl-panel::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 10px;
  width: 8px;
  height: 8px;
  background: var(--tl-accent);
  border-radius: 50%;
}

@keyframes tlFold {
  0%, 100% {
    transform: perspective(600px) rotateY(0deg);
  }
  50% {
    transform: perspective(600px) rotateY(-8deg);
  }
}

.tl-card-list {
  margin-top: 22px;
}

.tl-card-list p {
  margin: 10px 0;
  color: rgba(255, 255, 255, 0.86);
}

.tl-section-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.tl-section-head h2,
.tl-two-col h2,
.tl-highlight-card h2,
.tl-final-box h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.8px;
  color: var(--tl-dark);
}

.tl-section-head p,
.tl-two-col p,
.tl-highlight-card p,
.tl-final-box p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--tl-muted);
}

.tl-light-head h2,
.tl-light-head p {
  color: #ffffff;
}

.tl-benefit-grid,
.tl-product-grid,
.tl-step-grid,
.tl-link-grid {
  display: grid;
  gap: 20px;
}

.tl-benefit-grid {
  grid-template-columns: repeat(4, 1fr);
}

.tl-product-grid {
  grid-template-columns: repeat(3, 1fr);
}

.tl-step-grid {
  grid-template-columns: repeat(4, 1fr);
}

.tl-benefit-card,
.tl-product-card,
.tl-info-box,
.tl-highlight-card {
  background: #ffffff;
  border: 1px solid var(--tl-border);
  border-radius: var(--tl-radius);
  padding: 26px;
  box-shadow: 0 18px 45px rgba(7, 56, 74, 0.08);
}

.tl-benefit-card h3,
.tl-product-card h3,
.tl-info-box h3,
.tl-step h3 {
  margin: 0 0 10px;
  color: var(--tl-dark);
  font-size: 20px;
}

.tl-benefit-card p,
.tl-product-card p,
.tl-step p {
  margin: 0;
  color: var(--tl-muted);
  line-height: 1.7;
}

.tl-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(15, 95, 122, 0.1);
  color: var(--tl-primary);
  font-size: 24px;
  font-weight: 900;
}

.tl-product-card {
  position: relative;
  overflow: hidden;
}

.tl-product-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--tl-primary), var(--tl-accent));
}

.tl-product-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--tl-primary);
  font-weight: 800;
  text-decoration: none;
}

.tl-product-card a:hover {
  color: var(--tl-primary-dark);
  text-decoration: underline;
}

.tl-two-col {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 36px;
  align-items: center;
}

.tl-check-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.tl-check-list li {
  position: relative;
  padding: 12px 0 12px 34px;
  border-bottom: 1px solid var(--tl-border);
  color: var(--tl-text);
  line-height: 1.6;
}

.tl-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 12px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--tl-primary);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.tl-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tl-tags span {
  padding: 10px 14px;
  background: var(--tl-soft);
  border: 1px solid var(--tl-border);
  border-radius: 999px;
  color: var(--tl-primary-dark);
  font-weight: 700;
  font-size: 14px;
}

.tl-step {
  padding: 26px;
  border-radius: var(--tl-radius);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.tl-step span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #ffe09a;
  font-size: 30px;
  font-weight: 900;
}

.tl-step h3,
.tl-step p {
  color: #ffffff;
}

.tl-step p {
  opacity: 0.78;
}

.tl-highlight-card {
  background:
    radial-gradient(circle at top right, rgba(244, 183, 64, 0.18), transparent 35%),
    linear-gradient(135deg, #0f5f7a, #07384a);
  color: #ffffff;
}

.tl-highlight-card h2,
.tl-highlight-card p {
  color: #ffffff;
}

.tl-highlight-card p {
  opacity: 0.86;
}

.tl-reason-list {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.tl-reason-list div {
  padding: 18px 20px;
  border-left: 4px solid var(--tl-accent);
  background: var(--tl-soft);
  border-radius: 16px;
}

.tl-reason-list strong {
  color: var(--tl-dark);
  font-size: 17px;
}

.tl-reason-list p {
  margin: 7px 0 0;
  font-size: 15px;
}

.tl-link-grid {
  grid-template-columns: repeat(4, 1fr);
}

.tl-link-grid a {
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid var(--tl-border);
  border-radius: 18px;
  color: var(--tl-primary-dark);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(7, 56, 74, 0.06);
  transition: all 0.2s ease;
}

.tl-link-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 95, 122, 0.34);
  color: var(--tl-primary);
}

.tl-faq-list {
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.tl-faq-item {
  border: 1px solid var(--tl-border);
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(7, 56, 74, 0.06);
}

.tl-faq-question {
  width: 100%;
  border: 0;
  background: #ffffff;
  padding: 20px 22px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  cursor: pointer;
  color: var(--tl-dark);
  font-size: 17px;
  font-weight: 900;
}

.tl-faq-question span {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(15, 95, 122, 0.1);
  color: var(--tl-primary);
  font-size: 20px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.tl-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  border-top: 1px solid transparent;
}

.tl-faq-answer p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--tl-muted);
  line-height: 1.75;
}

.tl-faq-item.is-open .tl-faq-answer {
  max-height: 220px;
  border-top-color: var(--tl-border);
}

.tl-faq-item.is-open .tl-faq-question span {
  transform: rotate(45deg);
  background: var(--tl-primary);
  color: #ffffff;
}

.tl-final-cta {
  padding: 72px 0;
  background:
    radial-gradient(circle at top left, rgba(244, 183, 64, 0.22), transparent 28%),
    linear-gradient(135deg, #07384a, #0f5f7a);
}

.tl-final-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  color: #ffffff;
}

.tl-final-box h2,
.tl-final-box p {
  color: #ffffff;
}

.tl-final-box p {
  max-width: 760px;
  opacity: 0.86;
}

@media (max-width: 1024px) {
  .tl-hero-grid,
  .tl-two-col,
  .tl-final-box {
    grid-template-columns: 1fr;
  }

  .tl-benefit-grid,
  .tl-step-grid,
  .tl-link-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .tl-final-box .tl-btn {
    width: fit-content;
  }
}

@media (max-width: 680px) {
  .tl-section {
    padding: 58px 0;
  }

  .tl-hero {
    padding: 66px 0 56px;
  }

  .tl-hero h1 {
    letter-spacing: -1px;
  }

  .tl-hero-text {
    font-size: 16px;
  }

  .tl-trust,
  .tl-benefit-grid,
  .tl-product-grid,
  .tl-step-grid,
  .tl-link-grid {
    grid-template-columns: 1fr;
  }

  .tl-door-visual {
    min-height: 230px;
  }

  .tl-cta-group,
  .tl-btn {
    width: 100%;
  }

  .tl-section-head {
    text-align: left;
  }

  .tl-section-head .tl-eyebrow {
    margin-left: 0;
  }

  .tl-final-box .tl-btn {
    width: 100%;
  }
}