.trs-agenda {
      --trs-ink: #0f172a;
      --trs-muted: #475569;
      --trs-border: #e2e8f0;
      --trs-accent: #2563eb;
      --trs-bg: #f8fafc;
      --trs-shadow: 0 18px 50px rgba(2, 6, 23, 0.06);
      color: var(--trs-ink);
    }
    .trs-agenda *, .trs-agenda *::before, .trs-agenda *::after { box-sizing: border-box; }
    .trs-agenda a { color: inherit; text-decoration: none; }
    .trs-container { width: min(1120px, 92%); margin: 0 auto; }

    .trs-btn{
      display: inline-flex; align-items: center; justify-content: center; gap: 8px;
      padding: 10px 16px; border-radius: 999px;
      font-weight: 900; font-size: 14px;
      border: 1px solid var(--trs-border);
      cursor: pointer;
    }
    .trs-btn-primary{ background: var(--trs-accent); color: #fff; border-color: var(--trs-accent); box-shadow: 0 12px 30px rgba(37, 99, 235, 0.18); }
    .trs-btn-secondary{ background: #fff; color: var(--trs-ink); }

    .trs-hero{
      padding: 46px 0 28px 0;
      background:
        radial-gradient(1200px 420px at 18% 12%, rgba(37, 99, 235, 0.18), transparent 60%),
        radial-gradient(900px 420px at 85% 0%, rgba(6, 182, 212, 0.16), transparent 55%),
        linear-gradient(180deg, #fff 0%, var(--trs-bg) 100%);
      border-bottom: 1px solid var(--trs-border);
    }
    .trs-eyebrow{
      display: inline-flex; align-items: center; gap: 8px;
      font-size: 13px; color: var(--trs-muted);
      border: 1px solid var(--trs-border); background: #fff;
      padding: 6px 10px; border-radius: 999px;
    }
    .trs-dot{ width: 8px; height: 8px; border-radius: 999px; background: var(--trs-accent); box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.14); }
    .trs-hero-grid{ display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 24px; align-items: start; margin-top: 14px; }
    .trs-hero h1{ margin: 12px 0 10px 0; font-size: 44px; line-height: 1.05; letter-spacing: -0.02em; }
    .trs-lead{ margin: 0 0 16px 0; color: var(--trs-muted); font-size: 16px; line-height: 1.6; }
    .trs-pills{ display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 18px 0; }
    .trs-pill{ border: 1px solid var(--trs-border); background: #fff; color: var(--trs-muted); font-weight: 800; font-size: 12px; padding: 8px 10px; border-radius: 999px; }
    .trs-card{ border: 1px solid var(--trs-border); background: rgba(255, 255, 255, 0.95); border-radius: 18px; box-shadow: var(--trs-shadow); overflow: hidden; }
    .trs-pad{ padding: 16px; }
    .trs-muted{ color: var(--trs-muted); }
    .trs-small{ font-size: 12px; }
    .trs-check{ display: flex; gap: 10px; align-items: flex-start; margin: 10px 0; }
    .trs-check-badge{
      width: 28px; height: 28px; border-radius: 10px;
      display: grid; place-items: center;
      background: rgba(37, 99, 235, 0.10);
      border: 1px solid rgba(37, 99, 235, 0.18);
      color: var(--trs-accent); font-weight: 900;
      flex: 0 0 auto;
    }

    .trs-section{ padding: 52px 0; }
    .trs-section h2{ margin: 0 0 8px 0; font-size: 28px; letter-spacing: -0.01em; }
    .trs-sub{ margin: 0 0 18px 0; color: var(--trs-muted); }
    .trs-grid3{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
    .trs-feature{
      border: 1px solid var(--trs-border);
      border-radius: 20px;
      padding: 18px;
      background: #fff;
      box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
      transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
    }
    .trs-feature:hover{
      transform: translateY(-3px);
      border-color: color-mix(in srgb, var(--trs-accent), #ffffff 65%);
      box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12);
    }
    .trs-feature .trs-icon{
      width: 40px; height: 40px; border-radius: 12px;
      display: grid; place-items: center;
      background: linear-gradient(135deg, rgba(37, 99, 235, 0.16), rgba(6, 182, 212, 0.18));
      border: 1px solid rgba(37, 99, 235, 0.2);
      color: var(--trs-accent); font-weight: 900;
    }
    .trs-feature-head{
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 6px;
    }
    .trs-feature .trs-title{ font-weight: 900; margin: 0; letter-spacing: -0.01em; }
    .trs-feature .trs-desc{ color: var(--trs-muted); font-size: 13px; line-height: 1.5; }

    .trs-split{ display: flex; justify-content: center; }
    .trs-frame{ border: 1px solid var(--trs-border); border-radius: 18px; overflow: hidden; background: #fff; box-shadow: var(--trs-shadow); }
    .trs-frame iframe{ width: 100%; border: 0; }

    .trs-form{ border: 1px solid var(--trs-border); border-radius: 18px; padding: 16px; background: #fff; box-shadow: var(--trs-shadow); }
    .trs-form{ border: 1px solid rgba(148, 163, 184, 0.35); border-radius: 20px; padding: 22px; background: #fff; box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08); }
    .trs-form h2{ font-size: 26px; letter-spacing: -0.01em; }
    .trs-form label{ display: block; font-weight: 800; font-size: 12px; margin-bottom: 6px; color: #1e293b; letter-spacing: 0.02em; }
    .trs-form input, .trs-form select, .trs-form textarea{
      width: 100%; padding: 12px 14px; border-radius: 14px;
      border: 1px solid rgba(148, 163, 184, 0.45); outline: none;
      font: inherit; background: #fff;
      transition: border-color 160ms ease, box-shadow 160ms ease;
    }
    .trs-form input::placeholder, .trs-form textarea::placeholder{
      color: rgba(100, 116, 139, 0.8);
    }
    .trs-form input:focus, .trs-form select:focus, .trs-form textarea:focus{
      border-color: rgba(37, 99, 235, 0.7);
      box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
    }
    .trs-form textarea{ min-height: 110px; max-height: 260px; resize: vertical; }
    .trs-row{ display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    #form{ scroll-margin-top: 120px; }
    .trs-form-actions .btn{
      border-radius: 999px;
      padding: 10px 20px;
    }

    .trs-hero-actions .btn{
      border-radius: 999px;
    }
    .trs-hero-actions .btn-primary{
      color: #fff;
    }
    .trs-mini-cta{
      border-radius: 999px;
      font-weight: 500;
      color: #fff !important;
      --bs-btn-color: #fff;
      --bs-btn-hover-color: #fff;
      --bs-btn-active-color: #fff;
      background-color: var(--trs-accent);
      border-color: var(--trs-accent);
    }
    .trs-mini-card{
      border: 1px solid var(--trs-border);
      border-radius: 16px;
      padding: 14px;
      background: linear-gradient(135deg, rgba(37,99,235,.10), rgba(6,182,212,.08));
    }
    .trs-mini-header{
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .trs-mini-title{ font-weight: 900; }
    .trs-mini-lines{ margin-top: 12px; display: grid; gap: 8px; }
    .trs-line{
      height: 10px;
      border-radius: 999px;
      background: linear-gradient(90deg, #e2e8f0 0%, #f1f5f9 45%, #e2e8f0 100%);
      background-size: 200% 100%;
      animation: trs-shimmer 2.2s ease-in-out infinite;
    }
    .trs-mini-grid{
      margin-top: 18px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }
    .trs-mini-tile{
      border: 1px solid #e2e8f0;
      background: #fff;
      border-radius: 14px;
      padding: 12px;
    }
    .trs-mini-row{
      display: flex;
      gap: 8px;
      align-items: center;
    }
    .trs-mini-badge{
      width: 26px;
      height: 26px;
      border-radius: 10px;
      display: grid;
      place-items: center;
      font-weight: 900;
    }
    .trs-mini-badge.is-blue{
      background: rgba(37,99,235,.12);
      border: 1px solid rgba(37,99,235,.22);
      color: var(--trs-accent);
    }
    .trs-mini-badge.is-teal{
      background: rgba(6,182,212,.12);
      border: 1px solid rgba(6,182,212,.22);
      color: #0891b2;
    }
    .trs-mini-label{ font-weight: 900; }
    .trs-mini-cta-row{
      margin-top: 14px;
      display: flex;
      justify-content: flex-end;
    }
    @keyframes trs-shimmer{
      0%{ background-position: 0% 50%; }
      100%{ background-position: 100% 50%; }
    }

    .trs-toggle{
      display: inline-flex; align-items: center; justify-content: center;
      gap: 8px;
      padding: 6px; border-radius: 999px; background: #fff;
      border: 1px solid var(--trs-border); box-shadow: var(--trs-shadow);
      width: fit-content;
      max-width: 100%;
    }
    .trs-toggle-wrap{
      width: min(980px, 100%);
      display: flex;
      justify-content: center;
      margin: 0 auto 18px auto;
    }
    .trs-toggle{
      position: relative;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      padding: 6px;
      border-radius: 999px;
      background: #f1f5ff;
      border: 1px solid rgba(37, 99, 235, 0.25);
      box-shadow: 0 12px 28px rgba(37, 99, 235, 0.12);
    }
    .trs-toggle-thumb{
      position: absolute;
      inset: 3px auto 3px 3px;
      width: calc(50% - 3px);
      background: var(--trs-accent);
      border-radius: 999px;
      box-shadow: 0 10px 24px rgba(37, 99, 235, 0.24);
      transition: transform 240ms ease;
    }
    .trs-toggle[data-active="form"] .trs-toggle-thumb{
      transform: translateX(100%);
    }
    .trs-toggle-btn{
      position: relative;
      z-index: 1;
      border: 0;
      background: transparent;
      cursor: pointer;
      padding: 8px 12px;
      border-radius: 999px;
      font-weight: 900;
      font-size: 13px;
      color: var(--trs-accent);
      transition: color 180ms ease;
    }
    .trs-toggle-btn:hover{
      color: #1d4ed8;
    }
    .trs-toggle[data-active="agenda"] .trs-toggle-btn[data-target="agenda"],
    .trs-toggle[data-active="form"] .trs-toggle-btn[data-target="form"]{
      color: #fff;
    }
    .trs-panel{ display: none; width: min(980px, 100%); }
    .trs-panel.is-active{
      display: block;
      animation: trs-panel-in 420ms cubic-bezier(0.16, 1, 0.3, 1);
    }

    @keyframes trs-panel-in{
      from{ opacity: 0; transform: translateY(6px) scale(0.99); }
      to{ opacity: 1; transform: translateY(0) scale(1); }
    }

    .trs-cal-wrap{ position: relative; }
    .trs-cal-wrap .calendly-inline-widget{
      opacity: 0;
      pointer-events: none;
      transition: opacity 200ms ease;
    }
    .trs-cal-wrap iframe{
      visibility: hidden;
    }
    .trs-cal-wrap.is-ready .calendly-inline-widget{
      opacity: 1;
      pointer-events: auto;
    }
    .trs-cal-wrap.is-ready iframe{
      visibility: visible;
    }
    .trs-cal-loading{
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
      text-align: center;
      padding: 16px;
      color: var(--trs-muted);
      background: #ffffff;
      border-top: 1px solid var(--trs-border);
      border-bottom: 1px solid var(--trs-border);
      font-weight: 600;
      gap: 12px;
      z-index: 2;
      opacity: 1;
      transition: opacity 240ms ease;
    }
    .trs-cal-loading::before{
      content: "";
      width: 64px;
      height: 16px;
      background: url("../../assets/img/icons/loader-dots.svg") center/contain no-repeat;
      display: block;
    }
    .trs-cal-loading.is-hidden{
      opacity: 0;
      pointer-events: none;
    }
    .trs-cal-widget{
      min-height: 720px;
      height: clamp(720px, 70vh, 980px);
      width: 100%;
    }
    .trs-cal-widget iframe{
      min-height: 100%;
      height: 100% !important;
    }

    .btn-compact{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
    }

    .trs-cta{
      margin-top: 18px; border-radius: 22px; padding: 26px;
      background: #0b1220; color: #fff;
      border: 1px solid rgba(148, 163, 184, 0.18);
    }
    .trs-cta p{ color: rgba(226, 232, 240, 0.86); margin: 0; }
    .trs-cta-row{ display: flex; align-items: center; justify-content: space-between; gap: 14px; }
    .trs-cta--refined{
      width: min(1120px, 100%);
      margin: 18px auto 0 auto;
      background:
        radial-gradient(560px 220px at 8% 10%, rgba(37, 99, 235, 0.18), transparent 60%),
        radial-gradient(520px 220px at 92% 0%, rgba(6, 182, 212, 0.16), transparent 55%),
        #0b1220;
      border-color: rgba(99, 102, 241, 0.2);
      box-shadow: 0 18px 50px rgba(2, 6, 23, 0.3);
    }
    .trs-cta-title{
      margin: 0 0 6px 0;
      font-size: 22px;
      font-weight: 900;
      letter-spacing: -0.01em;
      color: #fff;
    }
    .trs-cta-copy{
      margin: 0;
      color: rgba(226, 232, 240, 0.86);
      max-width: 520px;
    }
    .trs-cta-actions .btn{
      border-radius: 999px;
      box-shadow: 0 12px 26px rgba(37, 99, 235, 0.25);
    }

    .trs-frame .btn.btn-compact{
      border-radius: 999px;
    }

    .trs-center-text{
      text-align: center;
    }

    .trs-tip{
      display: block;
      text-align: center;
      width: 100%;
      margin-top: 6px;
    }

    @media (max-width: 960px){
      .trs-hero-grid{ grid-template-columns: 1fr; }
      .trs-grid3{ grid-template-columns: 1fr; }
      .trs-row{ grid-template-columns: 1fr; }
      .trs-hero h1{ font-size: 36px; }
      .trs-cta-row{ flex-direction: column; align-items: flex-start; }
      .trs-cta-actions{ width: 100%; }
      .trs-cta-actions .btn{ width: 100%; justify-content: center; }
      .trs-cal-widget{
        min-height: 1180px;
        height: 1180px;
      }
    }

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
  background-image: url("../img/contact-bg.png");
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 640px) {
  .contact {
    background-position: center 50px;
    background-size: contain;
  }
}

.contact:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  background: var(--accent-color);
  color: var(--contrast-color);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form {
  height: 100%;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea,
.contact .php-email-form select {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form .form-control:focus {
  border-color: var(--accent-color);
  outline: 0;
  box-shadow: none;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus,
.contact .php-email-form select:focus {
  border-color: var(--accent-color);
  outline: 0;
  box-shadow: none;
}

.contact .php-email-form select:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2393a1b3' d='M1.41 0L6 4.59 10.59 0 12 1.41 6 7.41 0 1.41z'/%3E%3C/svg%3E");
  background-size: 12px 8px;
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form select option {
  color: var(--default-color);
  cursor: pointer;
}


.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/* PHP Email Form Messages */
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
