:root {
  --ts-card: rgba(255, 255, 255, 0.9);
  --ts-line: rgba(12, 74, 110, 0.14);
  --ts-shadow: 0 20px 50px rgba(12, 74, 110, 0.12);
  /* clears fixed nav; hero bg extends to top of viewport */
  --ts-hero-nav-pad: 5.1rem;
}

.ts-main {
  padding-top: 0;
}

.pd-breadcrumb {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.25rem;
}

.pd-breadcrumb a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.pd-breadcrumb a:hover {
  color: #fff;
}

.pd-breadcrumb span {
  margin: 0 0.35rem;
  opacity: 0.7;
}

.ts-hero .pd-breadcrumb {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
}

/* Pull hero to top: override global `.section` padding */
.section.ts-hero {
  padding: 0 0 4.15rem;
}

.ts-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.ts-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("https://images.unsplash.com/photo-1516483638261-f4dbaf036963?auto=format&fit=crop&w=2200&q=80")
    center 60%/cover no-repeat;
  transform: scale(1.02);
}

.ts-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(800px 420px at 10% 10%, rgba(255, 255, 255, 0.38), transparent 55%),
    linear-gradient(145deg, rgba(12, 74, 110, 0.48), rgba(22, 101, 52, 0.4));
}

.ts-hero-inner {
  max-width: 920px;
  padding-top: var(--ts-hero-nav-pad);
  text-align: center;
}

.ts-hero .hero-kicker {
  color: rgba(255, 255, 255, 0.88);
}

.ts-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.35rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0.75rem 0 1rem;
  color: #fff;
  text-shadow: 0 14px 35px rgba(0, 0, 0, 0.35);
}

.ts-hero-sub {
  max-width: 70ch;
  margin: 0 auto;
  color: rgba(244, 250, 255, 0.9);
}

.ts-hero-tags {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.ts-hero-tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.82rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(6px);
}

.ts-hero-cta {
  display: flex;
  gap: 0.9rem;
  justify-content: center;
  margin-top: 1.75rem;
  flex-wrap: wrap;
}

.ts-primary,
.ts-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.ts-primary {
  background: #fff;
  color: var(--ocean);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.ts-primary:hover {
  background: #f4fbff;
  color: var(--ocean);
}

.ts-secondary {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.ts-secondary:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.ts-section-kicker {
  display: inline-block;
  margin: 0 0 0.6rem;
  font-size: 0.77rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-weight: 700;
  color: var(--ocean);
  background: rgba(12, 74, 110, 0.09);
  border: 1px solid rgba(12, 74, 110, 0.12);
  border-radius: 999px;
  padding: 0.38rem 0.78rem;
}

.ts-grid {
  margin-top: 2.75rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.ts-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 255, 0.92));
  border: 1px solid var(--ts-line);
  border-radius: 18px;
  padding: 1.35rem;
  box-shadow: var(--ts-shadow);
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ts-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(12, 74, 110, 0.15);
  border-color: rgba(12, 74, 110, 0.25);
}

.ts-card h3 {
  margin: 0.85rem 0 0.45rem;
  font-size: 1.12rem;
  color: var(--text);
}

.ts-card .muted {
  font-size: 0.93rem;
}

.ts-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(150deg, rgba(12, 74, 110, 0.14), rgba(22, 101, 52, 0.14));
  color: var(--ocean);
  border: 1px solid rgba(12, 74, 110, 0.14);
  font-size: 1.16rem;
}

.ts-list {
  margin: 0.9rem 0 0;
  padding-left: 1.05rem;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.7;
}

.ts-pricing {
  background:
    radial-gradient(620px 320px at 0% 0%, rgba(12, 74, 110, 0.07), transparent 60%),
    radial-gradient(520px 300px at 100% 100%, rgba(22, 101, 52, 0.07), transparent 60%),
    var(--surface);
}

.ts-table {
  margin-top: 2.25rem;
  background: var(--cream);
  border: 1px solid rgba(12, 74, 110, 0.12);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(12, 74, 110, 0.08);
}

.ts-row {
  display: grid;
  grid-template-columns: 1.8fr 1fr 0.8fr;
  gap: 0.75rem;
  padding: 1rem 1.2rem;
  border-top: 1px solid rgba(12, 74, 110, 0.08);
  align-items: center;
}

.ts-table .ts-row:not(.ts-row-head):hover {
  background: rgba(12, 74, 110, 0.035);
}

.ts-row:first-child {
  border-top: 0;
}

.ts-row-head {
  background: rgba(12, 74, 110, 0.08);
  font-weight: 800;
  color: var(--ocean);
}

.ts-row strong {
  color: var(--text);
  font-size: 0.97rem;
}

.ts-request {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 1.5rem;
  align-items: start;
  margin-top: 2.25rem;
  padding: 1.25rem;
  border-radius: 24px;
  background:
    radial-gradient(720px 360px at 12% 10%, rgba(56, 189, 248, 0.12), transparent 60%),
    radial-gradient(600px 320px at 90% 20%, rgba(34, 197, 94, 0.1), transparent 55%);
}

.ts-request-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.94));
  border: 1px solid rgba(12, 74, 110, 0.13);
  border-radius: 22px;
  padding: 1.75rem 1.75rem 1.55rem;
  box-shadow: 0 22px 54px rgba(12, 74, 110, 0.12);
  backdrop-filter: blur(10px);
}

.ts-request-card h2 {
  margin-bottom: 0.45rem;
}

.ts-request-card .muted {
  margin-top: 0.25rem;
  font-size: 0.92rem;
  line-height: 1.6;
}

.ts-form {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.05rem 1rem;
}

.ts-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  text-align: left;
}

.ts-form span {
  font-size: 0.72rem;
  font-weight: 800;
  color: rgba(15, 23, 42, 0.78);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ts-form input,
.ts-form select,
.ts-form textarea {
  font-family: inherit;
  font-size: 0.94rem;
  padding: 0.88rem 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(12, 74, 110, 0.16);
  background: rgba(255, 255, 255, 0.94);
  color: var(--text);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ts-form input:focus,
.ts-form select:focus,
.ts-form textarea:focus {
  border-color: var(--ocean);
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.14);
}

.ts-form textarea {
  resize: vertical;
  min-height: 120px;
}

.ts-form-wide {
  grid-column: 1 / -1;
}

.ts-submit {
  grid-column: 1 / -1;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #0ea5e9 0%, #14b8a6 55%, #22c55e 100%);
  color: #fff;
  font-size: 0.98rem;
  font-weight: 800;
  padding: 0.98rem 1rem;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 16px 32px rgba(14, 165, 233, 0.24);
}

.ts-submit:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.ts-hint {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.86rem;
  text-align: center;
  color: rgba(15, 23, 42, 0.62);
}

.ts-side-card {
  background: var(--cream);
  border: 1px solid rgba(12, 74, 110, 0.12);
  border-radius: 22px;
  padding: 1.35rem 1.35rem 1.25rem;
  box-shadow: 0 18px 44px rgba(12, 74, 110, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ts-side-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 56px rgba(12, 74, 110, 0.13);
}

.ts-side-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--text);
}

.ts-side-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  line-height: 1.8;
  font-size: 0.91rem;
}

.ts-side-list li {
  position: relative;
  padding-left: 1.55rem;
  margin: 0.4rem 0;
}

.ts-side-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.02rem;
  width: 22px;
  height: 22px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #0f172a;
  background: rgba(14, 165, 233, 0.12);
  border: 1px solid rgba(14, 165, 233, 0.18);
}

.ts-side-list strong {
  color: var(--text);
}

.ts-side-highlight {
  margin-top: 1rem;
  background: linear-gradient(135deg, rgba(12, 74, 110, 0.1), rgba(22, 101, 52, 0.1));
  border-color: rgba(14, 165, 233, 0.2);
}

.ts-whats {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.9rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
  background: #25d366;
  color: #fff;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.35);
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.ts-whats:hover {
  color: #fff;
  transform: translateY(-1px);
  filter: brightness(1.02);
  box-shadow: 0 16px 36px rgba(37, 211, 102, 0.42);
}

@media (max-width: 980px) {
  .ts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ts-request {
    grid-template-columns: 1fr;
    padding: 0;
    background: none;
  }
}

@media (max-width: 760px) {
  .section.ts-hero {
    padding: 0 0 3.3rem;
  }

  :root {
    --ts-hero-nav-pad: 4.65rem;
  }

  .ts-hero h1 {
    font-size: clamp(1.9rem, 8vw, 2.5rem);
  }

  .ts-hero-tags {
    gap: 0.5rem;
  }

  .ts-hero-tags span {
    font-size: 0.72rem;
  }

  .ts-grid {
    grid-template-columns: 1fr;
  }

  .ts-row {
    grid-template-columns: 1fr;
  }

  .ts-form {
    grid-template-columns: 1fr;
  }
}

