.triaz-marine-door-page {
  font-family: inherit;
  color: #1b1f24;
  background: #ffffff;
  overflow: hidden;
}

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

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

.tm-hero {
  position: relative;
  padding: 90px 0;
  background:
    radial-gradient(circle at top right, rgba(31, 111, 235, 0.20), transparent 34%),
    linear-gradient(135deg, #07111f 0%, #10233d 52%, #153b64 100%);
  color: #ffffff;
}

.tm-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 46px;
  align-items: center;
}

.tm-badge,
.tm-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: #0d4c86;
  background: #e8f3ff;
  margin-bottom: 18px;
}

.tm-badge {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.tm-hero h1 {
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.05;
  margin: 0 0 22px;
  letter-spacing: -1.5px;
}

.tm-hero-text {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.86);
  margin: 0 0 28px;
}

.tm-hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 32px;
}

.tm-hero-points div {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 14px;
  font-weight: 700;
}

.tm-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.tm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 800;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}

.tm-btn-primary {
  color: #062033 !important;
  background: #ffc247;
  box-shadow: 0 12px 30px rgba(255, 194, 71, 0.28);
}

.tm-btn-primary:hover {
  transform: translateY(-3px);
  background: #ffd36f;
}

.tm-btn-secondary {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.tm-btn-secondary:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.14);
}

.tm-hero-card {
  padding: 12px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.26);
}

.tm-card-inner {
  min-height: 460px;
  padding: 34px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
    linear-gradient(135deg, #19385e, #0b1728);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.tm-card-inner span {
  font-size: 13px;
  font-weight: 800;
  color: #ffc247;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tm-card-inner h2 {
  color: #ffffff;
  font-size: 31px;
  line-height: 1.2;
  margin: 12px 0;
}

.tm-card-inner p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.tm-card-inner ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.tm-card-inner li {
  padding: 10px 0 10px 28px;
  position: relative;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.tm-card-inner li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffc247;
  font-weight: 900;
}

.tm-trust {
  background: #ffffff;
  margin-top: -32px;
  position: relative;
  z-index: 2;
}

.tm-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(12, 32, 56, 0.12);
  background: #e7edf5;
}

.tm-trust-grid div {
  padding: 26px;
  background: #ffffff;
}

.tm-trust-grid strong {
  display: block;
  font-size: 24px;
  color: #0d4c86;
  margin-bottom: 4px;
}

.tm-trust-grid span {
  color: #5a6777;
}

.tm-section {
  padding: 86px 0;
}

.tm-soft {
  background: #f5f8fc;
}

.tm-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}

.tm-section h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  margin: 0 0 20px;
  letter-spacing: -0.8px;
  color: #102033;
}

.tm-section p {
  color: #5a6777;
  font-size: 16px;
  line-height: 1.85;
}

.tm-solution-box,
.tm-material-box {
  padding: 34px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e5edf5;
  box-shadow: 0 18px 50px rgba(12, 32, 56, 0.08);
}

.tm-solution-box h3 {
  font-size: 25px;
  margin-top: 0;
  color: #102033;
}

.tm-solution-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tm-solution-box li {
  position: relative;
  padding: 14px 0 14px 34px;
  border-bottom: 1px solid #edf2f7;
  color: #344154;
  font-weight: 700;
}

.tm-solution-box li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 14px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #0d4c86;
  color: #ffffff;
  font-size: 13px;
  display: grid;
  place-items: center;
}

.tm-center {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 42px;
}

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

.tm-service-card {
  padding: 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e3ebf5;
  transition: all 0.25s ease;
}

.tm-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(12, 32, 56, 0.10);
}

.tm-service-card h3 {
  font-size: 22px;
  color: #102033;
  margin: 0 0 10px;
}

.tm-list-cards {
  display: grid;
  gap: 16px;
}

.tm-list-cards div {
  padding: 24px;
  border-radius: 22px;
  background: #f5f8fc;
  border: 1px solid #e2ebf5;
}

.tm-list-cards h3 {
  margin: 0 0 8px;
  color: #0d4c86;
}

.tm-list-cards p {
  margin: 0;
}

.tm-dark {
  background:
    radial-gradient(circle at top left, rgba(255, 194, 71, 0.16), transparent 35%),
    linear-gradient(135deg, #07111f, #10233d);
  color: #ffffff;
}

.tm-dark h2,
.tm-dark h3 {
  color: #ffffff;
}

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

.tm-light-label {
  color: #ffc247;
  background: rgba(255, 255, 255, 0.10);
}

.tm-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.tm-why-grid div {
  padding: 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.tm-why-grid h3 {
  font-size: 21px;
  margin: 0 0 10px;
}

.tm-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.tm-process div {
  position: relative;
  padding: 30px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #e3ebf5;
  box-shadow: 0 16px 45px rgba(12, 32, 56, 0.07);
}

.tm-process span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #0d4c86;
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 18px;
}

.tm-process h3 {
  font-size: 21px;
  margin: 0 0 10px;
  color: #102033;
}

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

.tm-link-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 16px;
  border-radius: 18px;
  background: #ffffff;
  color: #0d4c86 !important;
  text-decoration: none !important;
  font-weight: 800;
  border: 1px solid #dfebf7;
  transition: all 0.25s ease;
  text-align: center;
}

.tm-link-grid a:hover {
  transform: translateY(-4px);
  background: #0d4c86;
  color: #ffffff !important;
}

.tm-faq-wrap {
  max-width: 920px;
}

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

.tm-faq-item {
  border: 1px solid #e1eaf4;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
}

.tm-faq-question {
  width: 100%;
  border: 0;
  background: #ffffff;
  padding: 22px 24px;
  font-size: 17px;
  font-weight: 800;
  color: #102033;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.tm-faq-question span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eef5fc;
  color: #0d4c86;
  display: grid;
  place-items: center;
  font-size: 22px;
  line-height: 1;
  transition: all 0.25s ease;
  flex-shrink: 0;
}

.tm-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.tm-faq-answer p {
  margin: 0;
  padding: 0 24px 24px;
}

.tm-faq-item.active .tm-faq-question span {
  transform: rotate(45deg);
  background: #0d4c86;
  color: #ffffff;
}

.tm-final-cta {
  padding: 80px 0;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(255, 194, 71, 0.22), transparent 42%),
    linear-gradient(135deg, #0d4c86, #092b4d);
  color: #ffffff;
}

.tm-final-cta h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
  margin: 0 0 18px;
  color: #ffffff;
}

.tm-final-cta p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .tm-hero-grid,
  .tm-two-col {
    grid-template-columns: 1fr;
  }

  .tm-hero {
    padding: 70px 0;
  }

  .tm-hero-points,
  .tm-card-grid,
  .tm-why-grid,
  .tm-process,
  .tm-link-grid,
  .tm-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tm-card-inner {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .tm-section {
    padding: 64px 0;
  }

  .tm-hero-points,
  .tm-card-grid,
  .tm-why-grid,
  .tm-process,
  .tm-link-grid,
  .tm-trust-grid {
    grid-template-columns: 1fr;
  }

  .tm-hero h1 {
    font-size: 34px;
  }

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

  .tm-btn {
    width: 100%;
  }

  .tm-card-inner {
    padding: 26px;
  }

  .tm-card-inner h2 {
    font-size: 25px;
  }
}