:root {
  --bg: #edf6ff;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-strong: #ffffff;
  --premium-blue: #061a3f;
  --premium-blue-2: #0a2f74;
  --line: rgba(10, 47, 116, 0.14);
  --line-strong: rgba(21, 181, 91, 0.44);
  --blue: #0d3d7a;
  --blue-strong: #0a2f74;
  --blue-soft: #e8f3ff;
  --heading: #061a3f;
  --text: #34445b;
  --muted: #6a7a90;
  --green: #15b55b;
  --white: #ffffff;
  --shadow: 0 18px 52px rgba(18, 73, 140, 0.14);
  --radius: 8px;
  --max: 1080px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 14% 0%, rgba(21, 181, 91, 0.13), transparent 24rem),
    radial-gradient(circle at 90% 10%, rgba(13, 61, 122, 0.14), transparent 26rem),
    linear-gradient(180deg, #f8fbff 0%, #edf6ff 48%, #f8fbff 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img,
iframe {
  display: block;
  max-width: 100%;
}

.link-hub {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 30px 0 46px;
}

.profile-card,
.featured-link,
.guide-section,
.video-directory,
.testimonial-section,
.hub-footer {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.profile-card {
  display: grid;
  justify-items: center;
  padding: 34px clamp(20px, 5vw, 42px);
  border-color: rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 18% 0%, rgba(21, 181, 91, 0.18), transparent 18rem),
    radial-gradient(circle at 100% 0%, rgba(13, 61, 122, 0.5), transparent 19rem),
    linear-gradient(145deg, #031126 0%, var(--premium-blue-2) 62%, #020a17 100%);
  box-shadow: 0 24px 70px rgba(4, 17, 39, 0.28);
  text-align: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand-logo {
  width: min(310px, 72vw);
  height: auto;
  object-fit: contain;
}

.eyebrow,
.tag,
.link-meta {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 24px 0 10px;
}

.profile-card .eyebrow {
  color: var(--green);
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2 {
  color: var(--heading);
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  max-width: 900px;
  margin-bottom: 14px;
  font-size: clamp(2rem, 8vw, 3.15rem);
}

h2 {
  margin-bottom: 10px;
  font-size: clamp(1.2rem, 4vw, 1.6rem);
}

.profile-subtitle {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--text);
  font-size: 1rem;
}

.profile-card h1 {
  color: var(--white);
}

.profile-card .profile-subtitle {
  color: rgba(255, 255, 255, 0.82);
}

.quick-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.hero-actions {
  margin-top: 4px;
}

.profile-card .btn-primary {
  min-width: min(100%, 280px);
}

.profile-card .btn-whatsapp {
  min-width: min(100%, 260px);
  border-color: rgba(21, 181, 91, 0.42);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.profile-card .btn-whatsapp:hover {
  border-color: rgba(21, 181, 91, 0.72);
  background: rgba(21, 181, 91, 0.14);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.hero-trust span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 900;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0 18px;
  color: var(--white);
  font-weight: 850;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--green);
  color: #041127;
  box-shadow: 0 14px 30px rgba(21, 181, 91, 0.24);
}

.btn-whatsapp {
  border-color: rgba(5, 199, 90, 0.28);
  background: rgba(5, 199, 90, 0.1);
  color: #075a2a;
}

.btn-full {
  width: 100%;
}

.icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  color: currentColor;
  background: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.icon-play {
  clip-path: polygon(22% 12%, 22% 88%, 88% 50%);
}

.icon-whatsapp {
  color: var(--green);
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.04 2A9.94 9.94 0 0 0 3.5 17.05L2.15 22l5.08-1.33A9.96 9.96 0 1 0 12.04 2Zm0 1.8a8.16 8.16 0 1 1-4.15 15.18l-.36-.22-3.02.79.8-2.94-.24-.38A8.14 8.14 0 0 1 12.04 3.8Zm-3.5 4.3c-.18 0-.47.07-.72.34-.25.27-.95.93-.95 2.27s.97 2.63 1.1 2.82c.14.18 1.88 3.02 4.68 4.11 2.32.91 2.8.73 3.3.68.51-.05 1.64-.67 1.87-1.32.23-.65.23-1.2.16-1.32-.07-.11-.25-.18-.53-.32-.28-.13-1.64-.81-1.9-.9-.25-.09-.44-.14-.62.14-.19.27-.72.9-.89 1.08-.16.18-.32.2-.6.07-.27-.14-1.16-.43-2.22-1.37-.82-.73-1.37-1.63-1.53-1.9-.16-.28-.02-.43.12-.57.13-.12.28-.32.42-.48.14-.16.18-.28.27-.46.09-.19.05-.35-.02-.49-.07-.14-.62-1.5-.85-2.05-.22-.53-.45-.46-.62-.47h-.53Z'/%3E%3C/svg%3E");
}

.featured-link {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: 18px;
  margin-top: 16px;
  padding: 16px;
}

.featured-thumb {
  position: relative;
  overflow: hidden;
  align-self: center;
  width: 100%;
  aspect-ratio: 3 / 2;
  border: 0;
  border-radius: var(--radius);
  background: #020a17;
  cursor: pointer;
}

.featured-thumb {
  min-height: 0;
}

.featured-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.featured-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(2, 10, 23, 0.32));
}

.featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 8px 6px 8px 0;
}

.featured-copy p {
  color: var(--text);
}

.tag {
  margin: 0 0 8px;
}

.play-orb {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 16px 42px rgba(21, 181, 91, 0.28);
  transform: translate(-50%, -50%);
}

.play-orb::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #041127;
  transform: translateX(1px);
}

.duration-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  border-radius: 6px;
  padding: 4px 9px;
  background: rgba(2, 10, 23, 0.78);
  color: var(--white);
  font-weight: 900;
}

.guide-section,
.video-directory,
.testimonial-section,
.hub-footer {
  margin-top: 16px;
  padding: 22px;
}

.guide-section {
  background:
    radial-gradient(circle at 0% 0%, rgba(21, 181, 91, 0.08), transparent 18rem),
    var(--surface);
}

.guide-panel {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.guide-header {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.guide-header .eyebrow,
.guide-header p {
  margin: 0;
}

.guide-header p {
  max-width: 720px;
  color: var(--text);
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.guide-card {
  display: grid;
  min-height: 178px;
  align-content: start;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 15px;
  background: var(--surface-strong);
  color: var(--heading);
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(18, 73, 140, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.guide-card:hover,
.guide-card.is-active {
  transform: translateY(-2px);
  border-color: rgba(21, 181, 91, 0.5);
  background:
    radial-gradient(circle at 100% 0%, rgba(21, 181, 91, 0.1), transparent 9rem),
    #ffffff;
  box-shadow: 0 16px 34px rgba(18, 73, 140, 0.14);
}

.guide-card strong {
  color: var(--heading);
  font-size: 0.98rem;
  line-height: 1.22;
}

.guide-card span:last-child {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.38;
}

.guide-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(21, 181, 91, 0.34);
  border-radius: 999px;
  background: rgba(21, 181, 91, 0.1);
  color: var(--green);
}

.guide-icon::before {
  content: "";
  width: 23px;
  height: 23px;
  background: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.guide-icon-all::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6h14M5 12h14M5 18h14M3 6h.01M3 12h.01M3 18h.01' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.guide-icon-service::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 13h16M6 13a6 6 0 0 1 12 0M12 5V3M5 17h14' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.guide-icon-delivery::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 17.5a2 2 0 1 0 4 0 2 2 0 0 0-4 0ZM16 17.5a2 2 0 1 0 4 0 2 2 0 0 0-4 0ZM7 17.5h5l2-4h3l2 4M12 17.5 9.5 12H7M12 7.5l-1.6 3 2.5 2h3' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.guide-icon-management::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 19h16M7 16v-5M12 16V7M17 16v-8M5 5h14v14H5V5Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.guide-icon-pdv::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4h10v5H6V4ZM4 11h16v9H4v-9ZM8 15h3M14 15h2M8 18h8M18 7h2v4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.testimonial-section {
  background:
    radial-gradient(circle at 100% 0%, rgba(21, 181, 91, 0.08), transparent 14rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 250, 255, 0.94));
}

.directory-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.directory-header .eyebrow {
  margin-top: 0;
}

.video-count {
  flex: 0 0 auto;
  border: 1px solid rgba(21, 181, 91, 0.32);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(21, 181, 91, 0.1);
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
}

.filter-row {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin: 0 -22px 16px;
  padding: 0 22px 4px;
  scrollbar-width: thin;
}

.filter-chip {
  flex: 0 0 auto;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 14px;
  background: var(--surface-strong);
  color: var(--heading);
  font-weight: 850;
  cursor: pointer;
}

.filter-chip.is-active {
  border-color: rgba(21, 181, 91, 0.72);
  background: var(--green);
  color: #041127;
}

.link-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.link-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 98px;
  overflow: hidden;
  border: 1px solid rgba(10, 47, 116, 0.14);
  border-radius: var(--radius);
  padding: 16px 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(13, 61, 122, 0.08), transparent 11rem),
    #ffffff;
  box-shadow: 0 12px 28px rgba(18, 73, 140, 0.1);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.link-card:hover {
  transform: translateY(-3px);
  border-color: rgba(13, 61, 122, 0.34);
  background:
    radial-gradient(circle at 100% 0%, rgba(13, 61, 122, 0.12), transparent 11rem),
    #ffffff;
  box-shadow: 0 18px 38px rgba(18, 73, 140, 0.15);
}

.link-card.is-playing {
  border-color: rgba(13, 61, 122, 0.42);
  box-shadow: 0 20px 44px rgba(18, 73, 140, 0.18);
}

.link-card.is-disabled {
  opacity: 0.72;
  cursor: default;
}

.link-card.is-disabled:hover {
  transform: none;
  border-color: rgba(10, 47, 116, 0.14);
  box-shadow: 0 12px 28px rgba(18, 73, 140, 0.1);
}

.link-card.has-thumbnail {
  grid-template-columns: minmax(172px, 220px) 1fr auto;
  min-height: 124px;
  padding: 10px 14px 10px 10px;
}

.video-thumb {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(13, 61, 122, 0.18);
  border-radius: calc(var(--radius) - 4px);
  padding: 0;
  background: #061a3f;
  box-shadow: 0 14px 26px rgba(7, 33, 76, 0.14);
  cursor: pointer;
}

.video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.link-card:hover .video-thumb img {
  transform: scale(1.025);
}

.video-link-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(13, 61, 122, 0.18);
  border-radius: 999px;
  background: rgba(13, 61, 122, 0.08);
  color: var(--blue);
}

.video-link-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.link-card.is-disabled .link-content,
.link-card.is-disabled .open-button {
  cursor: default;
}

.link-content {
  display: grid;
  gap: 5px;
  min-width: 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.link-meta {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--blue);
}

.link-index {
  display: inline-grid;
  min-width: 30px;
  min-height: 22px;
  place-items: center;
  border: 1px solid rgba(13, 61, 122, 0.16);
  border-radius: 999px;
  background: rgba(13, 61, 122, 0.08);
  color: var(--blue);
  font-size: 0.72rem;
}

.link-content strong {
  overflow-wrap: anywhere;
  color: var(--heading);
  font-size: 1.08rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.link-description {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.open-button {
  display: grid;
  min-width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(13, 61, 122, 0.2);
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  cursor: pointer;
}

.link-card.is-playing .open-button {
  border-color: rgba(13, 61, 122, 0.3);
  background: var(--blue-strong);
  color: var(--white);
}

.close-glyph {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-1px);
}

.inline-player {
  grid-column: 1 / -1;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  margin-top: 4px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: #050b14;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 16px 36px rgba(0, 0, 0, 0.2);
  animation: playerReveal 180ms ease both;
}

.inline-player.is-short {
  width: min(100%, 390px);
  aspect-ratio: 9 / 16;
  justify-self: center;
}

.inline-player iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.featured-inline-player {
  grid-column: 1 / -1;
  margin-top: 0;
}

.inline-player[hidden] {
  display: none;
}

.testimonial-intro {
  display: grid;
  gap: 10px;
}

.testimonial-intro h2 {
  margin-bottom: 0;
}

.testimonial-intro .eyebrow {
  margin: 0;
}

.testimonial-intro p {
  margin-bottom: 4px;
  color: var(--text);
}

.testimonial-highlight {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(21, 181, 91, 0.2);
  border-radius: var(--radius);
  padding: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(21, 181, 91, 0.14), transparent 12rem),
    linear-gradient(145deg, var(--premium-blue-2), var(--premium-blue));
  box-shadow: 0 16px 34px rgba(6, 26, 63, 0.14);
}

.testimonial-highlight-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(21, 181, 91, 0.46);
  border-radius: 999px;
  background: rgba(21, 181, 91, 0.12);
  color: var(--green);
}

.testimonial-highlight-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.testimonial-highlight strong {
  display: block;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.25;
}

.testimonial-highlight span:not(.testimonial-highlight-icon) {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
  line-height: 1.4;
}

.testimonial-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.testimonial-feature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  min-height: 74px;
  border: 1px solid rgba(10, 47, 116, 0.14);
  border-radius: var(--radius);
  padding: 11px;
  background: #ffffff;
  color: var(--heading);
  text-align: left;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(18, 73, 140, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.testimonial-feature:hover {
  transform: translateY(-2px);
  border-color: rgba(21, 181, 91, 0.42);
  box-shadow: 0 12px 26px rgba(18, 73, 140, 0.12);
}

.testimonial-feature.is-disabled {
  opacity: 0.72;
  cursor: default;
}

.testimonial-feature-play {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: rgba(21, 181, 91, 0.12);
  color: var(--green);
}

.testimonial-feature strong,
.testimonial-feature small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.testimonial-feature strong {
  color: var(--heading);
  font-size: 0.92rem;
  line-height: 1.22;
}

.testimonial-feature small {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
}

.testimonial-toggle {
  position: relative;
  min-height: 58px;
  overflow: hidden;
  border: 1px solid rgba(21, 181, 91, 0.48);
  background:
    radial-gradient(circle at 100% 0%, rgba(21, 181, 91, 0.32), transparent 10rem),
    linear-gradient(145deg, var(--premium-blue-2), var(--premium-blue));
  color: var(--white);
  box-shadow:
    0 18px 36px rgba(6, 26, 63, 0.22),
    0 0 0 4px rgba(21, 181, 91, 0.08);
}

.testimonial-toggle::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(21, 181, 91, 0.12);
  clip-path: polygon(22% 12%, 22% 88%, 88% 50%);
}

.testimonial-toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  pointer-events: none;
  transform: translateX(-110%);
  transition: transform 420ms ease;
}

.testimonial-toggle[aria-expanded="true"]::before {
  content: "×";
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  clip-path: none;
  border: 1px solid rgba(21, 181, 91, 0.52);
  background: rgba(21, 181, 91, 0.12);
  color: var(--green);
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: none;
}

.testimonial-toggle:hover {
  border-color: rgba(21, 181, 91, 0.72);
  background:
    radial-gradient(circle at 100% 0%, rgba(21, 181, 91, 0.4), transparent 10rem),
    linear-gradient(145deg, #0d2b57, var(--premium-blue));
  box-shadow:
    0 22px 46px rgba(6, 26, 63, 0.28),
    0 0 0 4px rgba(21, 181, 91, 0.12);
}

.testimonial-toggle:hover::after {
  transform: translateX(110%);
}

.testimonial-list {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.testimonial-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 9px 10px;
  background: var(--surface-strong);
  box-shadow: 0 8px 18px rgba(18, 73, 140, 0.08);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.testimonial-card:hover {
  transform: translateY(-2px);
  border-color: rgba(21, 181, 91, 0.36);
  box-shadow: 0 12px 26px rgba(18, 73, 140, 0.12);
}

.testimonial-card.is-playing {
  border-color: rgba(21, 181, 91, 0.5);
}

.testimonial-card.is-disabled {
  opacity: 0.72;
  cursor: default;
}

.testimonial-card.is-disabled:hover {
  transform: none;
  border-color: var(--line);
  box-shadow: 0 8px 18px rgba(18, 73, 140, 0.08);
}

.testimonial-content {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--heading);
  text-align: left;
  cursor: pointer;
}

.testimonial-index {
  display: inline-grid;
  flex: 0 0 auto;
  min-width: 30px;
  min-height: 24px;
  place-items: center;
  border-radius: 999px;
  background: rgba(21, 181, 91, 0.12);
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 900;
}

.testimonial-content span:last-child {
  min-width: 0;
}

.testimonial-content strong {
  display: block;
  overflow: hidden;
  color: var(--heading);
  font-size: 0.94rem;
  line-height: 1.22;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.testimonial-content small {
  display: block;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.testimonial-play {
  display: grid;
  min-width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(21, 181, 91, 0.28);
  border-radius: 999px;
  background: rgba(21, 181, 91, 0.1);
  color: var(--green);
  cursor: pointer;
}

.testimonial-player {
  margin-top: 2px;
}

@keyframes playerReveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.soon-label {
  padding: 0 8px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.hub-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 28px;
  border-color: rgba(21, 181, 91, 0.22);
  background:
    radial-gradient(circle at 100% 0%, rgba(21, 181, 91, 0.16), transparent 18rem),
    linear-gradient(145deg, var(--premium-blue-2), var(--premium-blue));
  color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 48px rgba(4, 17, 39, 0.18);
}

.footer-cta-icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(21, 181, 91, 0.46);
  border-radius: 999px;
  background: rgba(21, 181, 91, 0.12);
  color: var(--green);
}

.footer-cta-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.footer-cta-copy {
  min-width: 0;
}

.footer-cta-copy .eyebrow,
.footer-cta-copy h2,
.footer-cta-copy p {
  margin: 0;
}

.footer-cta-copy h2 {
  color: var(--white);
  font-size: clamp(1.55rem, 3.2vw, 2.1rem);
  line-height: 1.08;
}

.footer-cta-copy p:last-child {
  max-width: 420px;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
}

.footer-whatsapp {
  min-width: 340px;
  border-color: rgba(21, 181, 91, 0.58);
  background: var(--green);
  color: #041127;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(21, 181, 91, 0.22);
}

.footer-whatsapp:hover {
  border-color: rgba(21, 181, 91, 0.74);
  background: #18c865;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 440ms ease, transform 440ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 680px) {
  .link-hub {
    width: min(100% - 18px, var(--max));
    padding-top: 10px;
    padding-bottom: 28px;
  }

  .profile-card,
  .featured-link,
  .guide-section,
  .video-directory,
  .testimonial-section,
  .hub-footer {
    box-shadow: 0 14px 36px rgba(18, 73, 140, 0.12);
  }

  .profile-card {
    padding: 16px 14px 14px;
  }

  .brand-logo {
    width: min(190px, 58vw);
  }

  .profile-card .eyebrow {
    margin: 12px 0 6px;
    font-size: 0.68rem;
  }

  h1 {
    margin-bottom: 8px;
    font-size: clamp(1.45rem, 7vw, 1.9rem);
  }

  h2 {
    font-size: clamp(1.15rem, 5vw, 1.35rem);
  }

  .profile-subtitle {
    margin-bottom: 10px;
    font-size: 0.88rem;
    line-height: 1.42;
  }

  .quick-actions {
    flex-direction: column;
    gap: 8px;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 0;
    white-space: normal;
    line-height: 1.15;
  }

  .hero-trust {
    display: grid;
    width: 100%;
    max-width: 320px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 10px;
  }

  .hero-trust span {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    padding: 5px 9px;
    font-size: 0.72rem;
    white-space: nowrap;
  }

  .featured-link {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 12px;
    padding: 12px;
  }

  .featured-thumb {
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .featured-thumb img {
    object-position: center;
  }

  .play-orb {
    width: 56px;
    height: 56px;
  }

  .duration-badge {
    display: none;
  }

  .featured-copy {
    padding: 0 2px 2px;
  }

  .featured-copy p {
    margin-bottom: 12px;
    font-size: 0.93rem;
  }

  .featured-copy .btn-full {
    display: none;
  }

  .btn {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.94rem;
  }

  .guide-section,
  .video-directory,
  .testimonial-section,
  .hub-footer {
    margin-top: 12px;
    padding: 16px;
  }

  .guide-panel {
    margin-bottom: 16px;
    padding-bottom: 14px;
  }

  .directory-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
  }

  .directory-header .eyebrow {
    margin-bottom: 6px;
    font-size: 0.72rem;
  }

  .video-count {
    padding: 5px 9px;
    font-size: 0.76rem;
  }

  .filter-row {
    gap: 7px;
    margin: 0 -16px 12px;
    padding: 0 16px 4px;
    scroll-snap-type: x proximity;
  }

  .filter-row::-webkit-scrollbar {
    display: none;
  }

  .filter-chip {
    min-height: 40px;
    padding: 0 13px;
    font-size: 0.83rem;
    scroll-snap-align: start;
  }

  .guide-header {
    margin-bottom: 12px;
  }

  .guide-header .eyebrow {
    font-size: 0.72rem;
  }

  .guide-header p {
    font-size: 0.9rem;
  }

  .guide-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .guide-card {
    min-height: 0;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 10px;
    padding: 12px;
  }

  .guide-card span:last-child {
    grid-column: 2;
    font-size: 0.8rem;
  }

  .guide-icon {
    grid-row: span 2;
    width: 38px;
    height: 38px;
  }

  .link-list {
    grid-template-columns: 1fr;
  }

  .link-card {
    grid-template-columns: auto 1fr auto;
    gap: 9px;
    min-height: 82px;
    padding: 12px 10px 12px 14px;
  }

  .link-card.has-thumbnail {
    grid-template-columns: 112px 1fr auto;
    gap: 9px;
    min-height: 82px;
    padding: 8px;
  }

  .video-thumb {
    align-self: center;
    border-radius: 10px;
  }

  .video-link-icon {
    width: 36px;
    height: 36px;
  }

  .video-link-icon svg {
    width: 20px;
    height: 20px;
  }

  .link-meta {
    gap: 6px;
    font-size: 0.68rem;
  }

  .link-index {
    min-width: 26px;
    min-height: 20px;
    font-size: 0.66rem;
  }

  .link-content {
    gap: 3px;
  }

  .link-content strong {
    font-size: 1rem;
    line-height: 1.2;
  }

  .link-description {
    font-size: 0.8rem;
    line-height: 1.35;
    -webkit-line-clamp: 1;
  }

  .open-button {
    min-width: 34px;
    width: 34px;
    height: 34px;
  }

  .open-button .icon {
    width: 17px;
    height: 17px;
  }

  .inline-player {
    margin-top: 0;
  }

  .inline-player.is-short {
    width: min(100%, 340px);
    max-height: 72vh;
  }

  .testimonial-intro {
    gap: 8px;
  }

  .testimonial-intro p {
    font-size: 0.9rem;
  }

  .testimonial-highlight {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 10px;
    padding: 13px;
  }

  .testimonial-highlight-icon {
    width: 42px;
    height: 42px;
  }

  .testimonial-highlight strong {
    font-size: 0.94rem;
  }

  .testimonial-highlight span:not(.testimonial-highlight-icon) {
    font-size: 0.82rem;
  }

  .testimonial-preview {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .testimonial-toggle {
    min-height: 52px;
    padding-inline: 12px;
    font-size: 0.92rem;
  }

  .testimonial-list {
    gap: 7px;
    margin-top: 12px;
  }

  .testimonial-card {
    gap: 8px;
    padding: 8px 9px;
  }

  .testimonial-index {
    min-width: 28px;
    min-height: 22px;
    font-size: 0.68rem;
  }

  .testimonial-content {
    gap: 8px;
  }

  .testimonial-content strong {
    font-size: 0.9rem;
  }

  .testimonial-content small {
    font-size: 0.72rem;
  }

  .testimonial-play {
    min-width: 32px;
    width: 32px;
    height: 32px;
  }

  .hub-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    padding: 22px 16px;
    text-align: center;
  }

  .footer-cta-icon {
    width: 52px;
    height: 52px;
  }

  .footer-cta-copy h2 {
    font-size: 1.52rem;
  }

  .footer-cta-copy p:last-child {
    font-size: 0.94rem;
  }

  .footer-whatsapp {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    font-size: 0.88rem;
    white-space: normal;
  }
}

@media (max-width: 380px) {
  .link-hub {
    width: min(100% - 14px, var(--max));
  }

  .link-card {
    grid-template-columns: 1fr auto;
  }

  .link-card.has-thumbnail {
    grid-template-columns: 94px 1fr auto;
  }

  .video-link-icon {
    display: none;
  }

  .link-description {
    display: none;
  }
}
