:root {
  --hsjd-navy: #092f55;
  --hsjd-navy-deep: #062541;
  --hsjd-blue: #0b67a5;
  --hsjd-cyan: #00a7c8;
  --hsjd-aqua: #35d0c7;
  --hsjd-mist: #eef8fb;
  --hsjd-sky: #dff4f8;
  --hsjd-ink: #15324a;
  --hsjd-muted: #607487;
  --hsjd-line: #d8e7ed;
  --hsjd-white: #fff;
  --hsjd-shadow: 0 18px 55px rgba(6, 47, 85, .12);
  --hsjd-radius: 22px;
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--hsjd-ink); background: #fff; }
.hsjd-main, .hsjd-main > *, .hsjd-site-header, .hsjd-utility, .hsjd-footer { margin-block-start: 0 !important; }
.hsjd-main *, .hsjd-site-header *, .hsjd-footer * { box-sizing: border-box; }
.hsjd-main img, .hsjd-site-header img, .hsjd-footer img { max-width: 100%; height: auto; }
.hsjd-container { width: min(calc(100% - 40px), 1180px) !important; max-width: none !important; margin-inline: auto !important; }
.hsjd-section { padding: 100px 0; }
.hsjd-section-heading { margin-bottom: 42px !important; }
.hsjd-section-heading h2, .hsjd-tech-copy h2, .hsjd-voice-copy h2, .hsjd-story h2, .hsjd-appointment h2, .hsjd-location-card h2 {
  margin: 8px 0 16px; color: var(--hsjd-navy); font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.04; letter-spacing: -.045em;
}
.hsjd-section-heading > p { max-width: 470px; color: var(--hsjd-muted); font-size: 1.05rem; line-height: 1.75; }
.hsjd-eyebrow { margin: 0; color: var(--hsjd-cyan); font-weight: 800; font-size: .76rem; letter-spacing: .15em; text-transform: uppercase; }
.hsjd-eyebrow.hsjd-light { color: #7ee7e0; }
.hsjd-centered { max-width: 760px !important; text-align: center; }
.hsjd-centered > p { margin-inline: auto; color: var(--hsjd-muted); }

/* Header */
.hsjd-utility { padding: 8px 0; background: var(--hsjd-navy-deep); color: #d9edf7; font-size: .76rem; }
.hsjd-utility p { margin: 0; }
.hsjd-utility a { color: #fff; text-decoration: none; }
.hsjd-status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--hsjd-aqua); box-shadow: 0 0 0 5px rgba(53, 208, 199, .15); }
.hsjd-site-header { position: sticky; z-index: 100; top: 0; padding: 13px 0; border-bottom: 1px solid rgba(9, 47, 85, .08); background: rgba(255, 255, 255, .96); box-shadow: 0 5px 24px rgba(6, 47, 85, .06); backdrop-filter: blur(16px); }
body.admin-bar .hsjd-site-header { top: 32px; }
.hsjd-nav-wrap { min-height: 55px; }
.hsjd-brand-logo, .hsjd-brand-logo img { margin: 0; display: block; }
.hsjd-main-nav { color: var(--hsjd-navy); font-weight: 700; font-size: .9rem; }
.hsjd-main-nav a { text-decoration: none !important; }
.hsjd-main-nav a:hover { color: var(--hsjd-cyan); }
.hsjd-header-cta .wp-block-button__link, .hsjd-main .wp-block-button:not(.is-style-outline) .wp-block-button__link { border-radius: 999px; background: var(--hsjd-cyan); color: #fff; box-shadow: 0 9px 22px rgba(0, 167, 200, .22); transition: transform .2s ease, box-shadow .2s ease; }
.hsjd-header-cta .wp-block-button__link:hover, .hsjd-main .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover { transform: translateY(-2px); box-shadow: 0 13px 28px rgba(0, 167, 200, .3); }

/* Hero */
.hsjd-hero { position: relative; overflow: hidden; padding: 84px 0 72px; background: linear-gradient(135deg, #f5fbfd 0%, #fff 58%, #e9f8fb 100%); }
.hsjd-hero::before { content: ""; position: absolute; width: 520px; height: 520px; top: -270px; left: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(53, 208, 199, .16), transparent 68%); }
.hsjd-hero-grid { gap: clamp(40px, 7vw, 90px); }
.hsjd-hero-copy { position: relative; z-index: 2; }
.hsjd-hero-title { margin: 12px 0 24px; color: var(--hsjd-navy); font-size: clamp(3.25rem, 6.3vw, 6.25rem); line-height: .91; letter-spacing: -.065em; }
.hsjd-hero-title mark { padding: 0; color: var(--hsjd-cyan); background: transparent; }
.hsjd-hero-lead { max-width: 610px; margin-bottom: 30px; color: var(--hsjd-muted); font-size: clamp(1.03rem, 1.7vw, 1.22rem); line-height: 1.72; }
.hsjd-hero-actions { gap: 12px; }
.hsjd-hero-actions .is-style-outline .wp-block-button__link { border: 1px solid var(--hsjd-line); border-radius: 999px; color: var(--hsjd-navy); background: rgba(255,255,255,.65); }
.hsjd-trust-row { max-width: 430px; margin-top: 34px !important; gap: 0; }
.hsjd-trust-row .wp-block-column + .wp-block-column { border-left: 1px solid var(--hsjd-line); padding-left: 28px; }
.hsjd-trust-row p { margin: 0; color: var(--hsjd-muted); font-size: .8rem; line-height: 1.55; }
.hsjd-trust-row strong { color: var(--hsjd-navy); font-size: 1.25rem; }
.hsjd-hero-visual { position: relative; padding: 10px 0 22px; }
.hsjd-hero-image { margin: 0; overflow: hidden; border-radius: 45% 45% 24px 24px; box-shadow: var(--hsjd-shadow); }
.hsjd-hero-image img { width: 100%; min-height: 530px; object-fit: cover; display: block; }
.hsjd-floating-card { position: absolute; z-index: 3; padding: 13px 17px !important; border: 1px solid rgba(255,255,255,.7); border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: 0 15px 38px rgba(6,47,85,.16); backdrop-filter: blur(12px); }
.hsjd-floating-card p { margin: 0; font-size: .78rem; line-height: 1.35; }
.hsjd-floating-card small { color: var(--hsjd-muted); }
.hsjd-hours-card { left: -38px; bottom: 45px; gap: 10px; }
.hsjd-mini-icon { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 12px; color: #fff; background: var(--hsjd-cyan); font-weight: 900; }
.hsjd-place-card { right: -22px; top: 70px; }

/* Quick access */
.hsjd-quick-actions { padding: 0; background: var(--hsjd-navy); color: #fff; }
.hsjd-quick-grid { margin: 0 auto !important; gap: 0; }
.hsjd-quick-item { min-height: 112px; padding: 28px 28px; border-right: 1px solid rgba(255,255,255,.13); display: flex; align-items: center; }
.hsjd-quick-item:last-child { border-right: 0; }
.hsjd-quick-item.hsjd-urgent { background: var(--hsjd-cyan); }
.hsjd-quick-item p { margin: 0; }
.hsjd-quick-item small { color: #b8d5e5; }
.hsjd-urgent small { color: #ecffff; }
.hsjd-quick-item a { color: #fff; text-decoration: none; }

/* Services */
.hsjd-services { background: #fff; }
.hsjd-service-tools { display: flex; gap: 18px; align-items: center; justify-content: space-between; margin-bottom: 28px !important; }
.hsjd-search-box { min-width: 290px; display: flex; gap: 10px; align-items: center; padding: 0 16px; border: 1px solid var(--hsjd-line); border-radius: 999px; color: var(--hsjd-blue); background: #fff; }
.hsjd-search-box input { width: 100%; min-height: 45px; border: 0; outline: 0; color: var(--hsjd-ink); background: transparent; font: inherit; }
.hsjd-filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.hsjd-filter-chips button { padding: 10px 15px; border: 1px solid var(--hsjd-line); border-radius: 999px; color: var(--hsjd-muted); background: #fff; cursor: pointer; font: 700 .78rem inherit; }
.hsjd-filter-chips button:hover, .hsjd-filter-chips button.is-active { border-color: var(--hsjd-cyan); color: #fff; background: var(--hsjd-cyan); }
.hsjd-services-grid { gap: 18px; }
.hsjd-service-card { position: relative; min-height: 310px; padding: 30px !important; overflow: hidden; border: 1px solid var(--hsjd-line); border-radius: var(--hsjd-radius); background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.hsjd-service-card:hover { transform: translateY(-5px); border-color: #acdfe8; box-shadow: var(--hsjd-shadow); }
.hsjd-service-card[hidden] { display: none !important; }
.hsjd-service-card.hsjd-featured { color: #fff; border-color: var(--hsjd-blue); background: linear-gradient(145deg, var(--hsjd-blue), var(--hsjd-navy)); }
.hsjd-service-number { position: absolute; right: 22px; top: 14px; margin: 0; color: #dbeef3; font-weight: 900; font-size: 2.2rem; }
.hsjd-featured .hsjd-service-number { color: rgba(255,255,255,.14); }
.hsjd-service-icon { display: grid; place-items: center; width: 56px; height: 56px; margin: 0 0 32px; border-radius: 15px; color: var(--hsjd-blue); background: var(--hsjd-mist); font-weight: 900; font-size: .78rem; }
.hsjd-featured .hsjd-service-icon { color: var(--hsjd-navy); background: var(--hsjd-aqua); }
.hsjd-service-card h3 { margin: 0 0 12px; color: var(--hsjd-navy); font-size: 1.28rem; }
.hsjd-service-card > p:not([class]) { min-height: 67px; color: var(--hsjd-muted); font-size: .93rem; line-height: 1.6; }
.hsjd-featured h3, .hsjd-featured > p:not([class]) { color: #fff; }
.hsjd-text-button .wp-block-button__link, .hsjd-doctor-button .wp-block-button__link { padding: 0 !important; border: 0 !important; color: var(--hsjd-blue) !important; background: transparent !important; font-weight: 800; box-shadow: none !important; }
.hsjd-featured .hsjd-text-button .wp-block-button__link { color: var(--hsjd-aqua) !important; }
.hsjd-empty-services { padding: 35px; border-radius: var(--hsjd-radius); text-align: center; background: var(--hsjd-mist); }
.hsjd-empty-services h3 { margin: 0; color: var(--hsjd-navy); }

/* Technology */
.hsjd-technology { overflow: hidden; color: #d7e9f2; background: var(--hsjd-navy); }
.hsjd-technology-grid { gap: clamp(45px, 8vw, 105px); }
.hsjd-tech-media { position: relative; }
.hsjd-tech-media figure { margin: 0; overflow: hidden; border-radius: 180px 180px 24px 24px; }
.hsjd-tech-media img { width: 100%; min-height: 530px; object-fit: cover; display: block; }
.hsjd-tech-badge { position: absolute; right: -30px; bottom: 34px; margin: 0; padding: 16px 18px; border-radius: 15px; color: var(--hsjd-navy); background: var(--hsjd-aqua); line-height: 1.25; box-shadow: 0 16px 35px rgba(0,0,0,.18); }
.hsjd-tech-copy h2 { color: #fff; }
.hsjd-tech-copy > p:not(.hsjd-eyebrow) { max-width: 620px; line-height: 1.75; }
.hsjd-feature-list { margin: 30px 0; padding: 0; list-style: none; }
.hsjd-feature-list li { position: relative; padding: 0 0 22px 50px; }
.hsjd-feature-list li::before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; color: var(--hsjd-navy); background: var(--hsjd-aqua); font-weight: 900; }
.hsjd-feature-list small { color: #b9d0dd; }

/* Doctors */
.hsjd-specialists { background: #f7fbfc; }
.hsjd-specialty-list { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; margin: -15px auto 32px; }
.hsjd-specialty-list span { padding: 7px 11px; border-radius: 999px; color: var(--hsjd-blue); background: #e8f5f8; font-size: .75rem; font-weight: 700; }
.hsjd-doctor-grid { gap: 14px; }
.hsjd-doctor-card { padding: 20px 23px !important; gap: 18px; border: 1px solid var(--hsjd-line); border-radius: 17px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.hsjd-doctor-card:hover { transform: translateY(-3px); box-shadow: 0 12px 35px rgba(6,47,85,.09); }
.hsjd-doctor-card > .wp-block-group { flex: 1; }
.hsjd-doctor-card p, .hsjd-doctor-card h3 { margin: 0; }
.hsjd-doctor-card p:not(.hsjd-doctor-avatar) { color: var(--hsjd-cyan); font-size: .76rem; font-weight: 800; }
.hsjd-doctor-card h3 { margin-top: 3px; color: var(--hsjd-navy); font-size: 1.13rem; }
.hsjd-doctor-avatar { flex: 0 0 62px; display: grid; place-items: center; width: 62px; height: 62px; border-radius: 18px; color: #fff !important; font-weight: 900 !important; font-size: 1rem !important; }
.hsjd-avatar-blue { background: linear-gradient(145deg, var(--hsjd-blue), #279bd2); }
.hsjd-avatar-aqua { background: linear-gradient(145deg, #00a7a5, var(--hsjd-aqua)); }
.hsjd-avatar-navy { background: linear-gradient(145deg, var(--hsjd-navy), #195f91); }
.hsjd-avatar-sky { background: linear-gradient(145deg, #448dbd, #80cde1); }
.hsjd-extra-doctor { display: none !important; }
.hsjd-extra-doctor.is-visible { display: flex !important; }
.hsjd-center-action { margin-top: 30px; text-align: center; }
.hsjd-center-action button { padding: 12px 20px; border: 1px solid var(--hsjd-blue); border-radius: 999px; color: var(--hsjd-blue); background: #fff; cursor: pointer; font-weight: 800; }
.hsjd-center-action p { color: var(--hsjd-muted); font-size: .75rem; }

/* Featured doctor */
.hsjd-voice { padding-bottom: 0; background: #fff; }
.hsjd-voice-grid { overflow: hidden; gap: 0; border-radius: 28px; background: var(--hsjd-mist); }
.hsjd-voice-photo figure { height: 100%; margin: 0; }
.hsjd-voice-photo img { width: 100%; min-height: 600px; object-fit: cover; object-position: center top; display: block; }
.hsjd-voice-copy { padding: clamp(38px, 6vw, 80px) !important; }
.hsjd-voice-copy h2 { font-size: clamp(2rem, 3.3vw, 3.1rem); }
.hsjd-voice-intro { color: var(--hsjd-muted); line-height: 1.7; }
.hsjd-voice-services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 22px; padding: 0; list-style: none; }
.hsjd-voice-services li::before { content: "•"; margin-right: 8px; color: var(--hsjd-cyan); font-weight: 900; }

/* Story */
.hsjd-story { color: #d6e9f2; background: var(--hsjd-navy-deep); }
.hsjd-story h2 { color: #fff; }
.hsjd-story-intro { margin-bottom: 55px !important; gap: 80px; }
.hsjd-story-intro p { line-height: 1.75; }
.hsjd-timeline { position: relative; gap: 0; }
.hsjd-timeline::before { content: ""; position: absolute; top: 12px; left: 3%; right: 3%; height: 1px; background: rgba(126,231,224,.34); }
.hsjd-timeline-item { position: relative; padding: 42px 24px 10px 0; }
.hsjd-timeline-item::before { content: ""; position: absolute; top: 5px; left: 0; width: 15px; height: 15px; border: 4px solid var(--hsjd-navy-deep); border-radius: 50%; background: var(--hsjd-aqua); box-shadow: 0 0 0 1px rgba(126,231,224,.8); }
.hsjd-timeline-item p { color: #bcd1dd; line-height: 1.6; }
.hsjd-timeline-item p:first-child { color: var(--hsjd-aqua); }
.hsjd-timeline-item h3 { color: #fff; font-size: 1.12rem; }
.hsjd-values-row { margin-top: 50px !important; gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.08); }
.hsjd-values-row .wp-block-column { padding: 22px; text-align: center; background: var(--hsjd-navy-deep); }
.hsjd-values-row p { margin: 0; }
.hsjd-values-row small { color: #9fbac9; }

/* Appointment */
.hsjd-appointment { background: linear-gradient(135deg, #f4fbfd, #e9f8fa); }
.hsjd-appointment-grid { gap: clamp(45px, 8vw, 110px); }
.hsjd-appointment-grid > .wp-block-column:first-child > p:not(.hsjd-eyebrow) { color: var(--hsjd-muted); line-height: 1.75; }
.hsjd-contact-list { padding: 0; list-style: none; }
.hsjd-contact-list li { margin: 18px 0; padding-left: 18px; border-left: 3px solid var(--hsjd-aqua); }
.hsjd-contact-list small { color: var(--hsjd-muted); }
.hsjd-contact-list a { color: var(--hsjd-navy); text-decoration: none; }
.hsjd-appointment-form { padding: clamp(25px, 4vw, 42px); border-radius: 24px; background: #fff; box-shadow: var(--hsjd-shadow); }
.hsjd-form-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 15px; margin-bottom: 24px; }
.hsjd-form-heading strong { color: var(--hsjd-navy); font-size: 1.25rem; }
.hsjd-form-heading small { color: var(--hsjd-muted); }
.hsjd-appointment-form label { display: block; margin: 15px 0 6px; color: var(--hsjd-navy); font-size: .78rem; font-weight: 800; }
.hsjd-appointment-form input, .hsjd-appointment-form select { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid var(--hsjd-line); border-radius: 10px; color: var(--hsjd-ink); background: #fbfdfe; font: inherit; }
.hsjd-appointment-form input:focus, .hsjd-appointment-form select:focus { outline: 3px solid rgba(0,167,200,.14); border-color: var(--hsjd-cyan); }
.hsjd-appointment-form button { width: 100%; margin-top: 20px; padding: 15px; border: 0; border-radius: 999px; color: #fff; background: var(--hsjd-cyan); cursor: pointer; font: 800 .95rem inherit; }
.hsjd-appointment-form > p { margin: 13px 0 0; color: var(--hsjd-muted); font-size: .72rem; line-height: 1.5; text-align: center; }
.hsjd-appointment-form > p a { color: var(--hsjd-blue); }

/* Location and footer */
.hsjd-location { position: relative; min-height: 540px; overflow: hidden; }
.hsjd-location iframe { width: 100%; min-height: 540px; border: 0; display: block; filter: saturate(.75) contrast(.95); }
.hsjd-location-card { position: absolute; top: 50%; left: max(20px, calc((100vw - 1180px) / 2)); width: min(410px, calc(100% - 40px)); transform: translateY(-50%); padding: 40px !important; border-radius: 22px; background: #fff; box-shadow: var(--hsjd-shadow); }
.hsjd-location-card h2 { font-size: 2.3rem; }
.hsjd-location-card > p:not(.hsjd-eyebrow):not(.hsjd-location-hours) { color: var(--hsjd-muted); line-height: 1.7; }
.hsjd-location-hours { padding: 15px; border-radius: 12px; background: var(--hsjd-mist); }
.hsjd-location-hours small { color: var(--hsjd-muted); }
.hsjd-footer { padding: 70px 0 22px; color: #bbcfdb; background: #041d33; }
.hsjd-footer-grid { gap: 45px; }
.hsjd-footer-logo { padding: 8px; border-radius: 8px; background: #fff; }
.hsjd-footer h3 { margin-top: 0; color: #fff; font-size: .95rem; }
.hsjd-footer p { font-size: .87rem; line-height: 1.8; }
.hsjd-footer a { color: #d9ecf4; text-decoration: none; }
.hsjd-footer a:hover { color: var(--hsjd-aqua); }
.hsjd-footer-bottom { margin-top: 36px !important; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.hsjd-footer-bottom p { margin: 0; font-size: .72rem; }
.hsjd-floating-whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 22px; padding: 13px 18px; border-radius: 999px; color: #fff !important; background: #19ad62; box-shadow: 0 13px 35px rgba(9,69,39,.28); text-decoration: none !important; font-weight: 800; font-size: .84rem; }

@media (max-width: 960px) {
  .hsjd-section { padding: 76px 0; }
  .hsjd-header-cta { display: none; }
  .hsjd-hero-grid, .hsjd-technology-grid, .hsjd-voice-grid, .hsjd-appointment-grid { flex-direction: column; }
  .hsjd-hero-copy, .hsjd-hero-visual, .hsjd-tech-media, .hsjd-tech-copy, .hsjd-voice-photo, .hsjd-voice-copy { flex-basis: auto !important; width: 100%; }
  .hsjd-hero-visual { max-width: 680px; margin-inline: auto; }
  .hsjd-quick-grid { flex-wrap: wrap !important; }
  .hsjd-quick-item { flex-basis: 50% !important; }
  .hsjd-tech-media { max-width: 580px; margin-inline: auto; }
  .hsjd-tech-badge { right: 12px; }
  .hsjd-story-intro { gap: 25px; }
  .hsjd-timeline { flex-wrap: wrap !important; }
  .hsjd-timeline::before { display: none; }
  .hsjd-timeline-item { flex-basis: 50% !important; }
}

@media (max-width: 782px) {
  body.admin-bar .hsjd-site-header { top: 46px; }
  .hsjd-utility-contact { display: none; }
  .hsjd-main-nav .wp-block-navigation__responsive-container.is-menu-open { padding: 28px; background: var(--hsjd-navy); color: #fff; }
  .hsjd-main-nav .wp-block-navigation__responsive-container-close { color: #fff; }
  .hsjd-service-tools { align-items: stretch; flex-direction: column; }
  .hsjd-search-box { min-width: 0; }
  .hsjd-services-grid, .hsjd-doctor-grid { grid-template-columns: 1fr !important; }
  .hsjd-place-card { right: 8px; }
  .hsjd-hours-card { left: 8px; }
  .hsjd-location { padding-top: 350px; background: var(--hsjd-mist); }
  .hsjd-location iframe { min-height: 420px; }
  .hsjd-location-card { top: 30px; left: 20px; transform: none; }
}

@media (max-width: 600px) {
  .hsjd-container { width: min(calc(100% - 28px), 1180px) !important; }
  .hsjd-utility { text-align: center; }
  .hsjd-utility-inner { justify-content: center !important; }
  .hsjd-brand-logo img { width: 112px !important; }
  .hsjd-hero { padding-top: 58px; }
  .hsjd-hero-title { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hsjd-hero-image img { min-height: 400px; }
  .hsjd-floating-card { position: static; margin-top: 10px !important; }
  .hsjd-place-card { display: none; }
  .hsjd-quick-item { min-height: 96px; flex-basis: 100% !important; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .hsjd-split-heading { display: block !important; }
  .hsjd-filter-chips { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
  .hsjd-filter-chips button { flex: 0 0 auto; }
  .hsjd-service-card { min-height: auto; }
  .hsjd-service-card > p:not([class]) { min-height: 0; }
  .hsjd-tech-media img { min-height: 420px; }
  .hsjd-doctor-card { align-items: flex-start !important; }
  .hsjd-voice-services { grid-template-columns: 1fr; }
  .hsjd-voice-photo img { min-height: 440px; }
  .hsjd-story-intro { flex-direction: column; }
  .hsjd-timeline-item { flex-basis: 100% !important; padding-left: 30px; }
  .hsjd-values-row { flex-direction: column; }
  .hsjd-form-heading { align-items: flex-start; flex-direction: column; }
  .hsjd-location-card { width: calc(100% - 28px); left: 14px; padding: 28px !important; }
  .hsjd-footer-grid { gap: 25px; }
  .hsjd-floating-whatsapp { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

