@charset "UTF-8";
.trl30-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2388c2;
  margin-bottom: 0.75rem;
}
.trl30-eyebrow::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: currentColor;
  border-radius: 2px;
  flex-shrink: 0;
}
.trl30-eyebrow--light {
  color: rgba(255, 255, 255, 0.65);
}

.trl30-sec-intro {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .trl30-sec-intro {
    margin-bottom: 3rem;
  }
}
.trl30-sec-intro--center {
  text-align: center;
}
.trl30-sec-intro--center .trl30-sec-heading {
  margin-inline: auto;
}

.trl30-sec-heading {
  font-family: "Marcellus", serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: #1a1a2e;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 768px) {
  .trl30-sec-heading {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .trl30-sec-heading {
    font-size: 2.5rem;
  }
}
.trl30-sec-heading em {
  font-style: italic;
  color: #2388c2;
}

.sec-trl30-hero {
  background: linear-gradient(120deg, #e0f4fc 0%, #edeaf8 100%);
  position: relative;
  overflow: hidden;
}

.trl30-hero-inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-block: 3rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .trl30-hero-inner {
    flex-direction: row;
    align-items: center;
    gap: 0;
    min-height: 680px;
    padding-block: 0;
  }
}

.trl30-hero-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .trl30-hero-content {
    width: 55%;
    padding-block: 4rem;
    gap: 1.5rem;
  }
}

.trl30-hero-wysiwyg h1,
.trl30-hero-wysiwyg h2 {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1a1a2e;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}
@media (min-width: 768px) {
  .trl30-hero-wysiwyg h1,
  .trl30-hero-wysiwyg h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .trl30-hero-wysiwyg h1,
  .trl30-hero-wysiwyg h2 {
    font-size: 3rem;
  }
}
.trl30-hero-wysiwyg h1 strong,
.trl30-hero-wysiwyg h2 strong {
  font-weight: 400;
  color: #2388c2;
}
.trl30-hero-wysiwyg h1 em,
.trl30-hero-wysiwyg h2 em {
  font-style: italic;
  color: #2388c2;
}
.trl30-hero-wysiwyg p {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  color: #6b7280;
  line-height: 1.8;
  margin: 0;
}
.trl30-hero-wysiwyg p strong {
  font-weight: 600;
  color: #1a1a2e;
}

.trl30-hero-facts {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .trl30-hero-facts {
    flex-wrap: nowrap;
    gap: 0;
  }
}

.trl30-hero-fact {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .trl30-hero-fact {
    padding-inline: 1.25rem;
    border-left: 1px solid #bee9ec;
  }
  .trl30-hero-fact:first-child {
    padding-left: 0;
    border-left: none;
  }
}

.trl30-fact-value {
  font-family: "Marcellus", serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #2388c2;
  line-height: 1.1;
  display: block;
}

.trl30-fact-label {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #181818;
}

.trl30-fact-sep {
  display: none;
}

.trl30-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 54px;
  padding: 0 1.75rem;
  background-color: #27b63e;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color all 0.2s ease;
  align-self: flex-start;
}
@media (min-width: 992px) {
  .trl30-hero-cta {
    height: 60px;
    padding: 0 2rem;
  }
}
.trl30-hero-cta:hover {
  background-color: #1e9430;
  color: #ffffff;
}
.trl30-hero-cta svg {
  flex-shrink: 0;
}

.trl30-hero-media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 320px;
}
@media (min-width: 992px) {
  .trl30-hero-media {
    width: 45%;
    min-height: 680px;
    padding-bottom: 1.5rem;
  }
}

.trl30-hero-img-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 380px;
}
@media (min-width: 992px) {
  .trl30-hero-img-wrap {
    max-width: 100%;
  }
}

.trl30-hero-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 30px 60px rgba(35, 136, 194, 0.14));
}

.trl30-hero-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 148px;
  height: 148px;
  z-index: 20;
}
@media (min-width: 992px) {
  .trl30-hero-badge {
    width: 168px;
    height: 168px;
    bottom: 30px;
    left: -20px;
  }
}
.trl30-hero-badge .badge-center .badge-years {
  font-size: 0.55rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  max-width: 80px;
}

.sec-trl30-how {
  background-color: #ffffff;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .sec-trl30-how {
    padding-block: 5rem;
  }
}

.trl30-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .trl30-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .trl30-steps {
    grid-template-columns: repeat(4, 1fr);
  }
}

.trl30-step {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.trl30-step-num {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  color: #2388c2;
  line-height: 1;
}

.trl30-step-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a2e;
  line-height: 1.3;
  margin: 0;
}

.trl30-step-body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #6b7280;
  line-height: 1.75;
  margin: 0;
}

.sec-trl30-terms {
  background-color: #f4f8fb;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .sec-trl30-terms {
    padding-block: 5rem;
  }
}

.trl30-terms-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 992px) {
  .trl30-terms-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 3rem;
  }
}

.trl30-terms-col {
  display: flex;
  flex-direction: column;
}

.sec-trl30-terms .trl30-intro-wysiwyg ul {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.sec-trl30-terms .trl30-intro-wysiwyg ul li {
  position: relative;
  padding: 1rem 0 1rem 2.5rem;
  border-bottom: 1px solid #e5e7eb;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #1a1a2e;
  line-height: 1.65;
}
.sec-trl30-terms .trl30-intro-wysiwyg ul li:last-child {
  border-bottom: none;
}
.sec-trl30-terms .trl30-intro-wysiwyg ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.1rem;
  color: #2388c2;
  position: absolute;
  left: 0;
  top: 1em;
  line-height: 1;
}
.sec-trl30-terms .trl30-intro-wysiwyg ul li strong {
  font-weight: 600;
  color: #1a1a2e;
}

.trl30-fee-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.trl30-fee-card-head {
  background-color: #1a1a2e;
  color: #ffffff;
  padding: 1.25rem 1.5rem;
  font-family: "Marcellus", serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
}
.trl30-fee-card-head em {
  font-style: italic;
  color: #2388c2;
}

.trl30-fee-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.trl30-fee-row:last-of-type {
  border-bottom: none;
}

.trl30-fee-label {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a2e;
}
.trl30-fee-label small {
  display: block;
  font-weight: 300;
  color: #6b7280;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.trl30-fee-value {
  font-family: "Marcellus", serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1a1a2e;
  white-space: nowrap;
}
.trl30-fee-value.is-free {
  color: #2388c2;
}

.trl30-fee-note {
  padding: 1rem 1.5rem 1.25rem;
  background-color: #f4f8fb;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #6b7280;
  line-height: 1.65;
}

.sec-trl30-machine {
  background-color: #ffffff;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .sec-trl30-machine {
    padding-block: 5rem;
  }
}

.trl30-machine-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 992px) {
  .trl30-machine-grid {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 3rem;
  }
}

.trl30-machine-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.trl30-machine-img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  object-fit: contain;
}
@media (min-width: 992px) {
  .trl30-machine-img {
    max-width: 100%;
  }
}

.trl30-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 992px) {
  .trl30-spec-grid {
    gap: 1.25rem;
  }
}

.trl30-spec-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.trl30-spec-value {
  font-family: "Marcellus", serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: #1a1a2e;
  line-height: 1.1;
  display: block;
}
.trl30-spec-value small {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2388c2;
  letter-spacing: 0.04em;
}

.trl30-spec-body {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #6b7280;
  line-height: 1.65;
}

.trl30-machine-note {
  margin-top: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #6b7280;
  line-height: 1.65;
}

.sec-trl30-cost {
  background-color: #f4f8fb;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .sec-trl30-cost {
    padding-block: 5rem;
  }
}

.trl30-cost-intro {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #6b7280;
  line-height: 1.8;
  margin: 0.75rem 0 0;
  max-width: 64ch;
}

.trl30-cost-table-wrap {
  overflow-x: auto;
  margin-top: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.trl30-cost-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
}
.trl30-cost-table th {
  background-color: #1a1a2e;
  color: #ffffff;
  text-align: left;
  padding: 1rem 1.25rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.trl30-cost-table th:nth-child(2), .trl30-cost-table th:nth-child(3) {
  text-align: right;
}
.trl30-cost-table td {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e5e7eb;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #1a1a2e;
  vertical-align: top;
}
.trl30-cost-table td:nth-child(2), .trl30-cost-table td:nth-child(3) {
  text-align: right;
}
.trl30-cost-table tr:last-child td {
  border-bottom: none;
}
.trl30-cost-table tr.is-highlight td {
  background-color: rgba(35, 136, 194, 0.05);
}
.trl30-cost-table tr.is-highlight td.trl30-col-num {
  color: #2388c2;
  font-weight: 600;
}
.trl30-cost-table tr.is-highlight .trl30-row-name {
  color: #2388c2;
}

.trl30-row-name {
  display: block;
  font-weight: 600;
  color: #1a1a2e;
}
.trl30-row-name small {
  display: block;
  font-weight: 300;
  color: #6b7280;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.trl30-col-num {
  font-family: "Marcellus", serif;
  font-size: 1.125rem;
  color: #1a1a2e;
  white-space: nowrap;
  font-weight: 400;
}

.trl30-cost-note {
  margin-top: 1.25rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #6b7280;
  line-height: 1.65;
  max-width: 72ch;
}

.trl30-cost-splits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .trl30-cost-splits {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .trl30-cost-splits {
    grid-template-columns: repeat(5, 1fr);
  }
}

.trl30-split-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.trl30-split-value {
  display: block;
  font-family: "Marcellus", serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #1a1a2e;
}

.trl30-split-label {
  display: block;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2388c2;
  margin: 0.25rem 0;
}

.trl30-split-body {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: #6b7280;
  line-height: 1.55;
}

.trl30-split-bar {
  height: 5px;
  border-radius: 3px;
  background-color: #e5e7eb;
  margin-top: 0.75rem;
  overflow: hidden;
}

.trl30-split-fill {
  height: 100%;
  border-radius: 3px;
  background-color: #2388c2;
}

.sec-trl30-plan {
  background-color: #1a1a2e;
  position: relative;
  overflow: hidden;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .sec-trl30-plan {
    padding-block: 5rem;
  }
}
.sec-trl30-plan::before {
  content: "30";
  position: absolute;
  right: -40px;
  bottom: -80px;
  font-family: "Marcellus", serif;
  font-style: italic;
  font-size: 24rem;
  color: rgba(255, 255, 255, 0.03);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.trl30-plan-intro {
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .trl30-plan-intro {
    margin-bottom: 3rem;
  }
}

.trl30-plan-heading {
  font-family: "Marcellus", serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 768px) {
  .trl30-plan-heading {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .trl30-plan-heading {
    font-size: 2.5rem;
  }
}
.trl30-plan-heading em {
  font-style: italic;
  color: #2388c2;
}

.trl30-plan-body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.8;
  margin: 0.75rem 0 0;
  max-width: 56ch;
}

.trl30-weeks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .trl30-weeks {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .trl30-weeks {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
}

.trl30-week {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 992px) {
  .trl30-week {
    padding: 2rem 1.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
  }
  .trl30-week:first-child {
    border-left: none;
    padding-left: 0;
  }
}

.trl30-week-tag {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2388c2;
}

.trl30-week-title {
  font-family: "Marcellus", serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.3;
  margin: 0;
}

.trl30-week-body {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.75;
  margin: 0;
}

.trl30-week-pill {
  display: inline-block;
  align-self: flex-start;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #1a1a2e;
  background-color: #2388c2;
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
}

.sec-trl30-types {
  background-color: #ffffff;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .sec-trl30-types {
    padding-block: 5rem;
  }
}

.trl30-types-table-wrap {
  overflow-x: auto;
  margin-top: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.trl30-types-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
}
.trl30-types-table th {
  background-color: #1a1a2e;
  color: #ffffff;
  text-align: left;
  padding: 1rem 1.25rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.trl30-types-table td {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e5e7eb;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #1a1a2e;
  vertical-align: top;
  line-height: 1.65;
}
.trl30-types-table tr:last-child td {
  border-bottom: none;
}

.trl30-type-ph {
  font-family: "Marcellus", serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1a1a2e;
  white-space: nowrap;
}

.trl30-type-name {
  display: block;
  font-weight: 600;
  color: #1a1a2e;
}

.trl30-type-desc {
  font-size: 0.875rem;
  color: #6b7280;
}

.trl30-type-note {
  margin-top: 1.25rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #6b7280;
  line-height: 1.65;
}

.sec-trl30-why {
  background-color: #f4f8fb;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .sec-trl30-why {
    padding-block: 5rem;
  }
}

.trl30-why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .trl30-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.trl30-why-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.trl30-why-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a2e;
  line-height: 1.3;
  margin: 0;
}

.trl30-why-body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #6b7280;
  line-height: 1.75;
  margin: 0;
}

.sec-trl30-testi {
  background-color: #ffffff;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .sec-trl30-testi {
    padding-block: 5rem;
  }
}

.trl30-testi-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .trl30-testi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .trl30-testi-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.trl30-testi-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}

.trl30-testi-quote {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #1a1a2e;
  line-height: 1.75;
  flex: 1;
  position: relative;
  padding-top: 1.5rem;
}
.trl30-testi-quote::before {
  content: "“";
  position: absolute;
  top: -0.5rem;
  left: -0.25rem;
  font-family: "Marcellus", serif;
  font-size: 3rem;
  color: #2388c2;
  line-height: 1;
}

.trl30-testi-who {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.trl30-testi-name {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a2e;
}

.trl30-testi-detail {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #6b7280;
}

.trl30-testi-badge {
  display: inline-block;
  align-self: flex-start;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2388c2;
  background-color: rgba(35, 136, 194, 0.1);
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  margin-top: 0.5rem;
}

.trl30-testi-note {
  margin-top: 1.25rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #6b7280;
  line-height: 1.65;
}

.sec-trl30-certs {
  background-color: #ffffff;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .sec-trl30-certs {
    padding-block: 5rem;
  }
}

.trl30-cert-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .trl30-cert-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .trl30-cert-row {
    grid-template-columns: repeat(5, 1fr);
  }
}

.trl30-cert {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
}

.trl30-cert-img-wrap {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .trl30-cert-img-wrap {
    width: 120px;
    height: 120px;
  }
}

.trl30-cert-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.trl30-cert-name {
  display: block;
  font-family: "Marcellus", serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1a1a2e;
  line-height: 1.2;
}

.trl30-cert-desc {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #6b7280;
  line-height: 1.55;
}

.trl30-certs-note {
  margin-top: 2rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #6b7280;
  line-height: 1.65;
  max-width: 68ch;
}

.sec-trl30-sources {
  background-color: #f4f8fb;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .sec-trl30-sources {
    padding-block: 5rem;
  }
}

.trl30-sources-intro {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #6b7280;
  line-height: 1.8;
  margin: 0.75rem 0 0;
  max-width: 60ch;
}

.trl30-src-list {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  counter-reset: src-counter;
}
@media (min-width: 768px) {
  .trl30-src-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.trl30-src-item {
  counter-increment: src-counter;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.25rem 1.25rem 1.25rem 4rem;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.trl30-src-item::before {
  content: counter(src-counter, decimal-leading-zero);
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  font-family: "Marcellus", serif;
  font-style: italic;
  font-size: 1.125rem;
  color: #2388c2;
  line-height: 1;
}

.trl30-src-title {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a2e;
}

.trl30-src-desc {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #6b7280;
  line-height: 1.65;
}

.trl30-src-url {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2388c2;
  text-decoration: none;
  word-break: break-all;
}
.trl30-src-url:hover {
  text-decoration: underline;
}

.trl30-src-note {
  margin-top: 1.25rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #6b7280;
  line-height: 1.65;
  max-width: 68ch;
}
.trl30-src-note a {
  color: #2388c2;
  font-weight: 600;
  text-decoration: none;
}
.trl30-src-note a:hover {
  text-decoration: underline;
}

.sec-trl30-faq {
  background-color: #f4f8fb;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .sec-trl30-faq {
    padding-block: 5rem;
  }
}

.trl30-faq-accordion {
  max-width: 880px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.trl30-faq-item {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: box-shadow all 0.2s ease;
}
.trl30-faq-item.is-open {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.trl30-faq-q-wrap {
  margin: 0;
}

.trl30-faq-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color all 0.2s ease;
}
@media (min-width: 992px) {
  .trl30-faq-toggle {
    padding: 1.25rem 2rem;
  }
}
.trl30-faq-toggle:hover {
  background-color: rgba(35, 136, 194, 0.04);
}
.trl30-faq-toggle:focus-visible {
  outline: 2px solid #2388c2;
  outline-offset: -2px;
}

.trl30-faq-question {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a2e;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .trl30-faq-question {
    font-size: 1.125rem;
  }
}

.trl30-faq-icon {
  flex-shrink: 0;
  color: #2388c2;
  transition: transform all 0.2s ease;
}
.trl30-faq-item.is-open .trl30-faq-icon {
  transform: rotate(180deg);
}

.trl30-faq-answer {
  padding: 0 1.5rem 1.25rem;
}
@media (min-width: 992px) {
  .trl30-faq-answer {
    padding: 0 2rem 1.5rem;
  }
}
.trl30-faq-answer[hidden] {
  display: none;
}

.trl30-faq-answer-inner {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #1a1a2e;
  line-height: 1.85;
}
.trl30-faq-answer-inner p {
  margin: 0 0 0.75rem;
}
.trl30-faq-answer-inner p:last-child {
  margin-bottom: 0;
}

.sec-trl30-cta {
  background-color: #1a1a2e;
  background-color: #2388c2;
  background-color: #0e4d6e;
  padding-block: 3rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .sec-trl30-cta {
    padding-block: 5rem;
  }
}
.sec-trl30-cta::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  width: 180px;
  height: 180px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.06) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
  pointer-events: none;
}

.trl30-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
  max-width: 720px;
  margin-inline: auto;
}

.trl30-cta-heading {
  font-family: "Marcellus", serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 768px) {
  .trl30-cta-heading {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .trl30-cta-heading {
    font-size: 2.5rem;
  }
}
.trl30-cta-heading em {
  font-style: italic;
  color: #2388c2;
}

.trl30-cta-body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin: 0;
  max-width: 56ch;
}

.trl30-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 60px;
  padding: 0 2rem;
  background-color: #27b63e;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color all 0.2s ease;
}
.trl30-cta-btn:hover {
  background-color: #1e9430;
  color: #ffffff;
}
.trl30-cta-btn svg {
  flex-shrink: 0;
}

.trl30-cta-secondary {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  width: 100%;
}

.trl30-cta-sec-heading {
  font-family: "Marcellus", serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.trl30-cta-sec-body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.75;
  margin: 0;
  max-width: 48ch;
}

.trl30-cta-ghost {
  display: inline-flex;
  align-items: center;
  height: 52px;
  padding: 0 1.5rem;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease;
}
.trl30-cta-ghost:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

.trl30-sec-intro {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .trl30-sec-intro {
    margin-bottom: 3rem;
  }
}

.trl30-intro-wysiwyg h2 {
  font-family: "Marcellus", serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: #1a1a2e;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}
@media (min-width: 768px) {
  .trl30-intro-wysiwyg h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .trl30-intro-wysiwyg h2 {
    font-size: 2.5rem;
  }
}
.trl30-intro-wysiwyg h2 strong {
  font-weight: 400;
  color: #2388c2;
}
.trl30-intro-wysiwyg h2 em {
  font-style: italic;
  color: #2388c2;
}
.trl30-intro-wysiwyg p {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #6b7280;
  line-height: 1.8;
  margin: 0.75rem 0 0;
}
.trl30-intro-wysiwyg p strong {
  font-weight: 600;
  color: #1a1a2e;
}
.trl30-intro-wysiwyg--light h2 {
  color: #ffffff;
}
.trl30-intro-wysiwyg--light p {
  color: rgba(255, 255, 255, 0.65);
}

.trl30-fee-card-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.trl30-fee-card {
  min-width: 380px;
}

.trl30-cost-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.trl30-cost-table-wrap .trl30-cost-table {
  min-width: 480px;
}

.trl30-types-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.trl30-types-table-wrap .trl30-types-table {
  min-width: 520px;
}

/*# sourceMappingURL=trial30.css.map */
