      .dt-track::-webkit-scrollbar {
        display: none;
      }
      .dt-track {
        scrollbar-width: none;
        -ms-overflow-style: none;
      }
      .dt-hero-badge-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      @media (max-width: 1000px) {
        .dt-hero-badge {
          max-width: min(78vw, 320px);
        }
        .dt-hero-badge-text {
          white-space: normal;
          text-overflow: clip;
        }
      }
      @media (max-width: 640px) {
        .dt-clinic-grid {
          grid-template-columns: 1fr !important;
        }
      }
      @media (max-width: 900px) {
        #dt-smile-track > div {
          flex-basis: calc((100% - 16px) / 2) !important;
        }
        #dt-clinic-track > div {
          flex-basis: calc((100% - 16px) / 2) !important;
        }
      }
      @media (max-width: 560px) {
        #dt-smile-track > div {
          flex-basis: 100% !important;
        }
        #dt-clinic-track > div {
          flex-basis: 100% !important;
        }
      }
      .dc-reveal {
        opacity: 0;
        transform: translateY(14px);
        transition:
          opacity 0.7s cubic-bezier(0.22, 0.9, 0.3, 1) var(--d, 0s),
          transform 0.7s cubic-bezier(0.22, 0.9, 0.3, 1) var(--d, 0s);
      }
      .dc-reveal.dc-in {
        opacity: 1;
        transform: translateY(0);
      }
      .dt-lang-menu {
        display: none;
      }

      body {
        margin: 0;
        background: #fcfdf7;
        font-family: "Inter", sans-serif;
        -webkit-font-smoothing: antialiased;
      }
      a {
        color: #01befe;
      }
      a:hover {
        color: #111111;
      }
      ::selection {
        background: #05316e;
        color: #ffffff;
      }
      @keyframes dtOrbit {
        from {
          transform: rotate(0deg);
        }
        to {
          transform: rotate(360deg);
        }
      }
      @keyframes dtBob {
        0%,
        100% {
          transform: translateY(0);
        }
        50% {
          transform: translateY(-5px);
        }
      }
      @keyframes dtPulseGreen {
        0% {
          box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
        }
        70% {
          box-shadow: 0 0 0 16px rgba(37, 211, 102, 0);
        }
        100% {
          box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
        }
      }
      #dt-whatsapp-fixed {
        position: fixed;
        right: clamp(14px, 3vw, 40px);
        bottom: clamp(14px, 3vh, 32px);
        width: 56px;
        height: 56px;
        z-index: 41;
        border-radius: 50%;
        background: #25d366;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 24px -8px rgba(5, 49, 110, 0.4);
        animation: dtPulseGreen 2.6s ease-out infinite;
        text-decoration: none;
        transition: transform 0.18s ease;
      }
      #dt-whatsapp-fixed:hover {
        transform: scale(1.08);
      }
      #dt-whatsapp-fixed svg {
        width: 30px;
        height: 30px;
      }
      @media (max-width: 640px) {
        #dt-whatsapp-fixed {
          width: 50px;
          height: 50px;
          right: 12px;
          bottom: 12px;
        }
        #dt-whatsapp-fixed svg {
          width: 27px;
          height: 27px;
        }
      }
      @keyframes dtPulseRing {
        0% {
          box-shadow: 0 0 0 0 rgba(0, 83, 249, 0.4);
        }
        70% {
          box-shadow: 0 0 0 14px rgba(0, 83, 249, 0);
        }
        100% {
          box-shadow: 0 0 0 0 rgba(0, 83, 249, 0);
        }
      }
      @keyframes dtSpinY {
        from {
          transform: rotateY(0deg);
        }
        to {
          transform: rotateY(360deg);
        }
      }

      .bkw-app,
      .bkw-app *,
      .bkw-app *::before,
      .bkw-app *::after {
        box-sizing: border-box;
      }
      .bkw-app {
        --bkw-ink: #111111;
        --bkw-muted: #333333;
        --bkw-accent: #05316e;
        --bkw-accent-2: #01befe;
        --bkw-line: #d8e3ee;
        --bkw-paper: #ffffff;
        --bkw-bg: #fcfdf7;
        --bkw-shadow:
          0 20px 50px -20px rgba(5, 49, 110, 0.25),
          0 0 90px -32px rgba(143, 172, 202, 0.45);
        position: relative;
        width: 100%;
        max-width: 640px;
        height: min(760px, 92vh);
        margin: 0 auto;
        overflow-x: hidden;
        box-sizing: border-box;
      }
      @media (min-width: 641px) {
        .bkw-app {
          height: min(700px, 90vh);
        }
      }
      .bkw-app button,
      .bkw-app input {
        font-family: inherit;
      }
      .bkw-topbar {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 20;
        display: flex;
        justify-content: center;
        padding: 0 0 clamp(10px, 1.8vh, 18px);
        pointer-events: none;
      }
      .bkw-rail-dots {
        display: none;
        gap: 6px;
      }
      .bkw-rail-dots.show {
        display: flex;
      }
      .bkw-rail-dots span {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--bkw-line);
        transition:
          background 0.2s ease,
          transform 0.2s ease;
      }
      .bkw-rail-dots span.on {
        background: var(--bkw-accent);
        transform: scale(1.3);
      }
      .bkw-screens {
        position: relative;
        height: 100%;
        width: 100%;
      }
      .bkw-screen {
        display: none;
        height: 100%;
        width: 100%;
        align-items: stretch;
        justify-content: center;
        padding-top: clamp(32px, 4.9vh, 50px);
        padding-bottom: clamp(32px, 4.9vh, 50px);
        overflow-y: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
      }
      .bkw-screen::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
      }
      .bkw-screen.active {
        display: flex;
      }
      .bkw-screen-inner {
        width: 100%;
        max-width: 640px;
        height: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 1;
      }
      .bkw-icon-badge {
        width: clamp(40px, 6.4vh, 58px);
        height: clamp(40px, 6.4vh, 58px);
        border-radius: 50%;
        background: var(--bkw-bg);
        border: 1px solid var(--bkw-line);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: clamp(8px, 1.4vh, 16px);
        flex-shrink: 0;
        transform: scale(0.6);
        opacity: 0;
        transition:
          transform 0.5s cubic-bezier(0.2, 1.4, 0.4, 1) 0.12s,
          opacity 0.3s ease 0.12s;
      }
      .bkw-screen.active .bkw-icon-badge {
        transform: scale(1);
        opacity: 1;
      }
      .bkw-icon-badge svg {
        width: 56%;
        height: 56%;
      }
      .bkw-ticket {
        background: var(--bkw-paper);
        border: 1px solid var(--bkw-line);
        border-radius: 22px;
        box-shadow: var(--bkw-shadow);
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        overflow: hidden;
      }
      .bkw-ticket-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: clamp(10px, 1.8vh, 20px) clamp(16px, 3vw, 28px);
        border-bottom: 1px dashed var(--bkw-line);
        font-family: "IBM Plex Mono", monospace;
        font-size: 11.5px;
        color: var(--bkw-muted);
        flex-shrink: 0;
      }
      .bkw-route {
        display: flex;
        align-items: center;
        gap: 10px;
        color: var(--bkw-ink);
        font-weight: 600;
      }
      .bkw-route .bkw-plane {
        color: var(--bkw-accent);
      }
      .bkw-ticket-body {
        padding: clamp(16px, 3.2vh, 40px) clamp(16px, 3.2vw, 32px)
          clamp(12px, 2vh, 24px);
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-content: safe center;
      }
      .bkw-ticket-body::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
      }
      .bkw-q-label {
        font-family: "IBM Plex Mono", monospace;
        font-size: 11px;
        color: var(--bkw-accent-2);
        letter-spacing: 0.08em;
        text-transform: uppercase;
        font-weight: 600;
      }
      .bkw-q-title {
        font-family: "Source Serif 4", serif;
        font-size: clamp(17px, 2.2vh, 26px);
        font-weight: 600;
        margin-top: 7px;
        margin-bottom: clamp(12px, 2.2vh, 26px);
        line-height: 1.25;
      }
      .bkw-options {
        display: grid;
        gap: 9px;
      }
      .bkw-opt {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: clamp(10px, 1.6vh, 16px) 16px;
        border: 1.5px solid var(--bkw-line);
        border-radius: 14px;
        background: var(--bkw-bg);
        cursor: pointer;
        text-align: left;
        font-size: clamp(13px, 1.5vh, 15.5px);
        font-weight: 500;
        color: var(--bkw-ink);
        transition:
          border-color 0.15s ease,
          background 0.15s ease,
          transform 0.1s ease;
      }
      .bkw-opt:hover {
        border-color: var(--bkw-accent-2);
        transform: translateX(2px);
      }
      .bkw-opt.selected {
        border-color: var(--bkw-accent);
        background: #eaf6f4;
      }
      .bkw-opt .bkw-check {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 1.5px solid var(--bkw-line);
        flex-shrink: 0;
        position: relative;
      }
      .bkw-opt.selected .bkw-check {
        border-color: var(--bkw-accent);
        background: var(--bkw-accent);
      }
      .bkw-opt.selected .bkw-check::after {
        content: "";
        position: absolute;
        inset: 5px;
        border-radius: 50%;
        background: white;
      }
      .bkw-ticket-foot {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: clamp(10px, 1.8vh, 20px) clamp(16px, 3vw, 32px);
        border-top: 1px dashed var(--bkw-line);
        flex-shrink: 0;
      }
      .bkw-link-back {
        background: none;
        border: none;
        color: var(--bkw-muted);
        font-size: 13.5px;
        cursor: pointer;
        font-weight: 500;
        margin-right: auto;
      }
      .bkw-btn-next {
        background: var(--bkw-ink);
        color: white;
        border: none;
        padding: 11px 20px;
        border-radius: 100px;
        font-size: 13.5px;
        font-weight: 600;
        cursor: not-allowed;
        opacity: 0.35;
        pointer-events: auto;
        transition:
          opacity 0.15s ease,
          background 0.15s ease;
      }
      .bkw-btn-next.ready {
        opacity: 1;
        cursor: pointer;
      }
      .bkw-btn-next.ready:hover {
        background: var(--bkw-accent);
      }
      .bkw-btn-next-wrap {
        position: relative;
        display: inline-flex;
      }
      .bkw-tip-bubble {
        position: absolute;
        bottom: calc(100% + 10px);
        right: 0;
        background: var(--bkw-ink);
        color: white;
        font-size: 12px;
        font-weight: 500;
        padding: 8px 12px;
        border-radius: 10px;
        white-space: nowrap;
        opacity: 0;
        transform: translateY(4px);
        pointer-events: none;
        transition:
          opacity 0.2s ease,
          transform 0.2s ease;
        z-index: 5;
      }
      .bkw-tip-bubble::after {
        content: "";
        position: absolute;
        top: 100%;
        right: 16px;
        border: 5px solid transparent;
        border-top-color: var(--bkw-ink);
      }
      .bkw-tip-bubble.show-tip {
        opacity: 1;
        transform: translateY(0);
      }
      .bkw-ticket::before,
      .bkw-ticket::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background: var(--bkw-bg);
        border-radius: 50%;
        top: clamp(48px, 7.6vh, 72px);
      }
      .bkw-ticket::before {
        left: -10px;
      }
      .bkw-ticket::after {
        right: -10px;
      }
      .bkw-field {
        margin-bottom: 14px;
      }
      .bkw-field label {
        display: block;
        font-size: 12px;
        font-weight: 600;
        color: var(--bkw-muted);
        margin-bottom: 6px;
        font-family: "IBM Plex Mono", monospace;
        letter-spacing: 0.03em;
      }
      .bkw-field input {
        width: 100%;
        border: 1.5px solid var(--bkw-line);
        border-radius: 12px;
        padding: 13px 14px;
        font-size: 15.5px;
        color: var(--bkw-ink);
        background: var(--bkw-bg);
        transition: border-color 0.15s ease;
      }
      .bkw-field input:focus {
        outline: none;
        border-color: var(--bkw-accent-2);
      }
      .bkw-field-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
      }
      .bkw-gender-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
      }
      .bkw-gender-row .bkw-opt {
        justify-content: center;
        text-align: center;
        padding: 13px 6px;
        font-size: 13.5px;
      }
      .bkw-gender-row .bkw-opt .bkw-check {
        display: none;
      }
      .bkw-turnstile-wrap {
        display: flex;
        justify-content: center;
        margin-top: 4px;
        max-width: 100%;
        overflow: hidden;
      }
      .cf-turnstile {
        max-width: 100%;
      }
      .cf-turnstile iframe {
        max-width: 100% !important;
      }
      .bkw-contact-form .bkw-icon-badge {
        width: clamp(36px, 5.4vh, 48px);
        height: clamp(36px, 5.4vh, 48px);
        margin-bottom: 8px;
      }
      .bkw-contact-form .bkw-q-label {
        font-size: 11px;
      }
      .bkw-contact-form .bkw-q-title {
        font-size: clamp(17px, 2.1vh, 22px);
        margin-top: 6px;
        margin-bottom: clamp(12px, 1.8vh, 18px);
      }
      .bkw-contact-form .bkw-ticket-body {
        padding-top: clamp(14px, 2.4vh, 26px);
        padding-bottom: clamp(12px, 1.8vh, 18px);
      }
      .bkw-contact-form .bkw-ticket-top {
        padding-top: 10px;
        padding-bottom: 10px;
      }
      .bkw-contact-form .bkw-ticket-foot {
        padding-top: 14px;
        padding-bottom: 14px;
      }
      .bkw-modal-overlay {
        position: fixed;
        inset: 0;
        z-index: 100;
        background: rgba(5, 49, 110, 0.35);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.35s ease;
      }
      .bkw-modal-overlay.show {
        opacity: 1;
        pointer-events: auto;
      }
      .bkw-modal-card {
        background: #ffffff;
        border-radius: 24px;
        box-shadow:
          0 20px 50px -20px rgba(5, 49, 110, 0.25),
          0 0 90px -32px rgba(143, 172, 202, 0.45);
        padding: clamp(28px, 5vh, 48px) clamp(24px, 5vw, 44px);
        max-width: 380px;
        width: 100%;
        text-align: center;
        transform: scale(0.85) translateY(10px);
        opacity: 0;
        transition:
          transform 0.4s cubic-bezier(0.2, 1.4, 0.4, 1),
          opacity 0.3s ease;
      }
      .bkw-modal-overlay.show .bkw-modal-card {
        transform: scale(1) translateY(0);
        opacity: 1;
      }
      .bkw-modal-stamp {
        width: clamp(56px, 9vh, 72px);
        height: clamp(56px, 9vh, 72px);
        margin: 0 auto clamp(14px, 2vh, 20px);
        border-radius: 50%;
        border: 2px solid #01befe;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: clamp(24px, 3.6vh, 30px);
        color: #01befe;
        transform: rotate(-8deg);
      }
      .bkw-modal-card h3 {
        font-family: "Source Serif 4", serif;
        font-size: clamp(19px, 2.6vh, 24px);
        font-weight: 600;
        color: #111111;
        margin-bottom: 8px;
      }
      .bkw-modal-card p {
        color: #333333;
        font-size: 13.5px;
        line-height: 1.6;
      }
      .bkw-close-btn {
        margin-top: 20px;
        background: none;
        border: none;
        color: #333333;
        font-size: 13px;
        text-decoration: underline;
        text-underline-offset: 3px;
        cursor: pointer;
      }
      @media (max-width: 480px) {
        .bkw-field-row {
          grid-template-columns: 1fr;
          gap: 10px;
        }
        .bkw-field {
          margin-bottom: 10px;
        }
        .bkw-field input {
          padding: 11px 14px;
        }
        .bkw-contact-form .bkw-icon-badge {
          width: 28px;
          height: 28px;
          margin-bottom: 4px;
        }
        .bkw-contact-form .bkw-q-title {
          margin-bottom: 8px;
        }
        .bkw-contact-form .bkw-ticket-top {
          padding-top: 6px;
          padding-bottom: 6px;
        }
        .bkw-contact-form .bkw-ticket-foot {
          padding-top: 10px;
          padding-bottom: 10px;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        .bkw-app * {
          animation: none !important;
          transition: none !important;
        }
      }
