* {
  box-sizing: border-box;
}

:root {
  --color-black: #0d0e0e;
  --color-white: #ffffff;
  --color-yellow: #f3c900;
  --color-shadow: rgba(16, 24, 40, 0.02);
  --color-text-muted: #27384a;
  --color-section-soft: #ededed;
  --color-control-border: #ededed;

  --page-bg: var(--color-white);

  --font-menu: "Poppins", Arial, sans-serif;
  --font-cta: "Geist", Arial, sans-serif;
  --font-weight-regular: 400;
  --font-weight-light: 300;
  --font-weight-extra-light: 200;
  --font-weight-semibold: 600;
  --font-size-menu: 18px;
  --font-size-cta: 16px;
  --font-size-hero-title: 80px;
  --font-size-hero-subtitle: 20px;
  --font-size-hero-button: 18px;
  --font-size-hero-trust: 16px;
  --font-size-appointment-title: 24px;
  --font-size-feature-title: 32px;
  --font-size-section-title: 48px;
  --font-size-browser-url: 10px;
  --line-height-menu: 1.4;
  --line-height-cta: 16px;
  --line-height-tight: 1.08;
  --line-height-none: 1;
  --letter-spacing-hero-title: -1px;

  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-20: 80px;
  --space-30: 120px;

  --radius-card: 24px;
  --radius-pill: 40px;
  --radius-button: 12px;

  --header-bg: var(--color-black);
  --header-text: var(--color-white);
  --header-padding-block: var(--space-6);
  --header-padding-inline: var(--space-10);
  --header-column-gap: var(--space-6);
  --header-item-gap: var(--space-4);
  --header-shadow-x: 0;
  --header-shadow-y: 2px;
  --header-shadow-blur: 0;
  --header-shadow: var(--header-shadow-x) var(--header-shadow-y) var(--header-shadow-blur) var(--color-shadow);

  --logo-width: 146.75px;
  --logo-height: 40.711px;

  --nav-padding-block: var(--space-3);
  --nav-padding-inline: var(--space-4);
  --nav-dropdown-gap: var(--space-2);
  --chevron-size: 8px;
  --chevron-stroke: 1px;
  --mobile-header-padding-block: var(--space-4);
  --mobile-header-height: 72.711px;
  --mobile-menu-padding: var(--space-6);
  --mobile-menu-gap: var(--space-4);
  --mobile-toggle-width: 28px;
  --mobile-toggle-height: 24px;
  --mobile-toggle-offset-top: 33%;
  --product-menu-width: 980px;
  --product-menu-top: 77px;
  --product-menu-padding: var(--space-10);
  --product-menu-radius: 20px;
  --product-menu-bg: #fafafa;
  --product-menu-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  --product-menu-column-gap: var(--space-6);
  --product-menu-item-gap: var(--space-2);
  --product-menu-item-padding: var(--space-2);
  --product-menu-heading-size: 20px;
  --product-menu-item-size: 16px;
  --product-menu-icon-size: 16px;
  --product-menu-plain-offset: 40px;
  --product-menu-all-offset: 38px;
  --product-menu-active-bg: #242828;
  --product-menu-trigger-radius: 8px;

  --cta-bg: var(--color-yellow);
  --cta-text: var(--color-black);
  --cta-padding-block: var(--space-4);
  --cta-padding-inline: var(--space-6);
  --cta-gap: var(--space-3);
  --arrow-width: 16px;
  --arrow-stroke: 2px;
  --arrow-head-size: 9px;
  --arrow-head-offset-top: -4px;
  --arrow-head-offset-right: 0;
  --icon-rotate-chevron: 45deg;
  --icon-rotate-arrow: 45deg;
  --chevron-offset-y: -2px;

  --hero-bg: var(--color-black);
  --hero-text: var(--color-white);
  --hero-accent: var(--color-yellow);
  --hero-padding-block: var(--space-20);
  --hero-wrapper-width: 1440px;
  --hero-wrapper-gap: var(--space-10);
  --hero-title-gap: var(--space-3);
  --hero-subtitle-width: 800px;
  --hero-subtitle-padding-top: var(--space-4);
  --hero-actions-gap: var(--space-4);
  --hero-button-min-width: 160px;
  --hero-button-padding-block: var(--space-6);
  --hero-button-padding-inline: var(--space-12);
  --hero-button-gap: var(--space-4);
  --hero-trust-gap: var(--space-4);
  --hero-trust-item-gap: var(--space-2);
  --hero-check-size: 14px;
  --hero-check-stroke: 1px;
  --hero-check-mark-left: 3px;
  --hero-check-mark-top: 3px;
  --hero-check-mark-width: 6px;
  --hero-check-mark-height: 3px;
  --hero-check-mark-rotation: -45deg;
  --hero-image-card-width: 220px;
  --hero-image-card-height: 300px;
  --hero-image-card-edge-bottom: 32px;
  --hero-image-card-lower-bottom: -16px;
  --hero-image-card-inner-offset: 264px;
  --hero-image-radius: var(--radius-card);
  --hero-image-overlay: rgba(109, 113, 132, 0.2);
  --hero-image-overlay-dark: rgba(0, 0, 0, 0.2);
  --hero-image-one-width: 240px;
  --hero-image-one-height: 318px;
  --hero-image-one-left: -10px;
  --hero-image-one-top: -9px;
  --hero-image-one-rotation: 180deg;
  --hero-image-one-scale-y: -1;
  --hero-image-two-width: 251px;
  --hero-image-two-height: 333px;
  --hero-image-two-left: -23px;
  --hero-image-two-top: -15px;
  --hero-image-three-width: 240px;
  --hero-image-three-height: 318px;
  --hero-image-three-left: -10px;
  --hero-image-three-top: -9px;
  --hero-image-four-width: 248px;
  --hero-image-four-height: 328px;
  --hero-image-four-left: -14px;
  --hero-image-four-top: -14px;
  --hero-mobile-padding-block: var(--space-10);
  --hero-mobile-padding-top: var(--space-20);
  --hero-mobile-wrapper-width: 430px;
  --hero-mobile-wrapper-padding-inline: var(--space-4);
  --hero-mobile-wrapper-gap: var(--space-10);
  --hero-mobile-title-size: 48px;
  --hero-mobile-title-gap: var(--space-2);
  --hero-mobile-subtitle-padding-top: var(--space-8);
  --hero-mobile-actions-gap: var(--space-6);
  --hero-mobile-appointment-padding-top: 160px;
  --hero-mobile-appointment-padding-bottom: var(--space-20);
  --hero-mobile-appointment-padding-inline: var(--space-6);
  --hero-mobile-image-card-width: 113.318px;
  --hero-mobile-image-card-height: 154.524px;
  --hero-mobile-image-radius: 12.362px;
  --hero-mobile-image-bottom: 124.53px;
  --hero-mobile-image-one-left: -35.89px;
  --hero-mobile-image-two-left: 94.8px;
  --hero-mobile-image-three-right: 94.69px;
  --hero-mobile-image-four-right: -36px;
  --hero-mobile-image-one-width: 123.675px;
  --hero-mobile-image-one-height: 163.795px;
  --hero-mobile-image-one-left-inner: -5.15px;
  --hero-mobile-image-one-top-inner: -4.64px;
  --hero-mobile-image-two-width: 129.397px;
  --hero-mobile-image-two-height: 171.374px;
  --hero-mobile-image-two-left-inner: -11.85px;
  --hero-mobile-image-two-top-inner: -7.73px;
  --hero-mobile-image-three-width: 123.675px;
  --hero-mobile-image-three-height: 163.795px;
  --hero-mobile-image-three-left-inner: -5.15px;
  --hero-mobile-image-three-top-inner: -4.64px;
  --hero-mobile-image-four-width: 127.652px;
  --hero-mobile-image-four-height: 169.063px;
  --hero-mobile-image-four-left-inner: -7.21px;
  --hero-mobile-image-four-top-inner: -7.21px;
  --appointment-wrap-padding-top: var(--space-30);
  --appointment-wrap-padding-bottom: var(--space-20);
  --appointment-wrap-padding-inline: var(--space-6);
  --appointment-card-width: 540px;
  --appointment-card-padding-block: var(--space-8);
  --appointment-card-padding-inline: var(--space-10);
  --appointment-card-gap: var(--space-6);
  --appointment-card-bg: var(--color-white);
  --appointment-card-shadow: 0 4px 36px rgba(59, 61, 74, 0.14);
  --appointment-title-color: #0e0f2c;
  --appointment-meta-color: #283849;
  --appointment-book-bg: #222222;
  --appointment-book-width: 100px;
  --appointment-book-padding-block: var(--space-4);
  --appointment-book-padding-inline: var(--space-6);
  --appointment-book-gap: var(--space-2);
  --clock-size: 14px;
  --clock-stroke: 1px;
  --clock-hour-hand-height: 4px;
  --clock-minute-hand-height: 5px;
  --clock-minute-hand-rotation: 120deg;
  --typewriter-caret-width: 2px;
  --typewriter-caret-height: 1em;

  --qf-bg: var(--color-white);
  --qf-text: var(--color-black);
  --qf-muted-text: var(--color-text-muted);
  --qf-padding-block: var(--space-20);
  --qf-wrapper-width: 1440px;
  --qf-wrapper-gap: var(--space-10);
  --qf-tab-gap: var(--space-2);
  --qf-tab-padding-block: var(--space-3);
  --qf-tab-padding-inline: var(--space-4);
  --qf-tab-radius: 32px;
  --qf-tab-bg: var(--color-white);
  --qf-tab-active-bg: var(--color-black);
  --qf-tab-active-text: var(--color-white);
  --qf-slider-padding-block: var(--space-10);
  --qf-slide-width: 960px;
  --qf-slide-track-gap: 160px;
  --qf-slide-gap: var(--space-10);
  --qf-slide-text-gap: var(--space-4);
  --qf-mobile-wrapper-width: 430px;
  --qf-mobile-slide-width: 430px;
  --qf-mobile-slide-track-gap: var(--space-20);
  --qf-mobile-slide-gap: var(--space-10);
  --qf-mobile-section-padding-inline: var(--space-6);
  --qf-mobile-content-padding-inline: var(--space-6);
  --qf-mobile-media-width: 410px;
  --qf-media-width: 460px;
  --qf-media-bg: var(--color-section-soft);
  --qf-media-radius: var(--radius-button);
  --qf-media-shadow: 0 4px 20px rgba(44, 45, 56, 0.1);
  --qf-list-gap: var(--space-4);
  --qf-list-item-gap: var(--space-2);
  --qf-icon-size: 24px;
  --qf-icon-dot-size: 7px;
  --qf-controls-gap: var(--space-10);
  --qf-control-size: 40px;
  --qf-control-padding: var(--space-2);
  --qf-control-radius: 48px;
  --qf-dot-area-padding: var(--space-2);
  --qf-dot-gap: 4px;
  --qf-dot-size: 10px;
  --qf-dot-active-width: 26px;
  --qf-dot-radius: 8px;
  --qf-dot-inactive-opacity: 0.4;
  --qf-transition: 420ms ease;

  --embed-bg: var(--color-white);
  --embed-panel-bg: var(--color-section-soft);
  --embed-text: var(--color-black);
  --embed-muted-text: var(--color-text-muted);
  --embed-url-text: #757575;
  --embed-padding-block: var(--space-20);
  --embed-wrapper-width: 1440px;
  --embed-wrapper-padding: var(--space-20);
  --embed-wrapper-gap: var(--space-10);
  --embed-wrapper-radius: var(--space-10);
  --embed-content-gap: var(--space-8);
  --embed-button-padding-block: var(--space-6);
  --embed-button-padding-inline: var(--space-8);
  --embed-button-gap: var(--space-4);
  --embed-button-min-width: 160px;
  --embed-browser-bg: #fafafa;
  --embed-browser-padding: 2px;
  --embed-browser-radius: 20px;
  --embed-browser-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  --embed-browser-top-padding-top: var(--space-3);
  --embed-browser-top-padding-bottom: 10px;
  --embed-browser-top-padding-inline: var(--space-4);
  --embed-browser-top-gap: var(--space-2);
  --embed-browser-top-radius: var(--space-4);
  --embed-window-dot-size: 10px;
  --embed-window-dot-red: #ff5c60;
  --embed-window-dot-yellow: #fac800;
  --embed-window-dot-green: #35c759;
  --embed-image-radius: 19px;

  --wa-bg: var(--color-white);
  --wa-text: var(--color-black);
  --wa-muted-text: var(--color-text-muted);
  --wa-accent: var(--color-yellow);
  --wa-padding-block: var(--space-20);
  --wa-wrapper-width: 1440px;
  --wa-wrapper-gap: var(--space-10);
  --wa-content-gap: var(--space-8);
  --wa-media-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  --wa-image-ratio: 1291 / 973;
  --wa-list-gap: var(--space-4);
  --wa-list-item-gap: var(--space-2);
  --wa-icon-size: 24px;
  --wa-icon-dot-size: 7px;

  --growth-bg: var(--color-white);
  --growth-text: var(--color-black);
  --growth-muted-text: var(--color-text-muted);
  --growth-accent: var(--color-yellow);
  --growth-padding-block: var(--space-20);
  --growth-wrapper-width: 1440px;
  --growth-wrapper-gap: var(--space-10);
  --growth-top-gap: var(--space-10);
  --growth-content-gap: var(--space-8);
  --growth-list-gap: var(--space-4);
  --growth-list-item-gap: var(--space-2);
  --growth-icon-size: 24px;
  --growth-icon-dot-size: 7px;
  --growth-media-width: 700px;
  --growth-media-padding-inline: 64px;
  --growth-media-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  --growth-image-radius: var(--radius-card);
  --growth-image-ratio: 1291 / 973;
  --growth-image-width: 100.34%;
  --growth-image-height: 199.69%;
  --growth-image-left: -0.17%;
  --growth-image-top: -16.22%;
  --growth-float-bg: #fafafa;
  --growth-float-border: #f5f5f5;
  --growth-float-text: var(--color-text-muted);
  --growth-float-opacity: 0.8;
  --growth-time-left: 386px;
  --growth-time-top: 39px;
  --growth-time-padding: 18px;
  --growth-time-gap: 9.37px;
  --growth-time-radius: 12.493px;
  --growth-time-font-size: 14.055px;
  --growth-time-border: 0.781px;
  --growth-time-shadow: 0 1.562px 4.685px rgba(0, 0, 0, 0.1);
  --growth-confirm-left: 320px;
  --growth-confirm-top: 108px;
  --growth-confirm-width: 298px;
  --growth-confirm-padding: var(--space-6);
  --growth-confirm-gap: var(--space-3);
  --growth-confirm-radius: var(--space-4);
  --growth-confirm-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  --growth-confirm-icon-color: #2fce1a;
  --growth-stats-gap: var(--space-6);
  --growth-stat-padding-inline: var(--space-10);
  --growth-stat-gap: var(--space-4);
  --growth-stat-title-size: var(--font-size-appointment-title);
  --growth-divider-width: 1px;
  --growth-divider-bg: var(--color-control-border);

  --business-bg: var(--color-white);
  --business-text: var(--color-black);
  --business-muted-text: var(--color-text-muted);
  --business-padding-block: var(--space-20);
  --business-wrapper-width: 1440px;
  --business-wrapper-gap: var(--space-10);
  --business-header-gap: var(--space-10);
  --business-intro-gap: var(--space-2);
  --business-grid-gap: var(--space-6);
  --business-card-bg: #f2f2f2;
  --business-card-radius: var(--space-4);
  --business-image-bg: #d9d9d9;
  --business-image-height: 230px;
  --business-image-large-height: 300px;
  --business-card-padding-top: var(--space-6);
  --business-card-padding-inline: var(--space-10);
  --business-card-padding-bottom: var(--space-10);
  --business-card-body-gap: var(--space-2);
  --business-list-indent: var(--space-6);
  --business-button-padding-block: var(--space-6);
  --business-button-padding-inline: var(--space-8);
  --business-button-gap: var(--space-4);

  --channel-bg: var(--color-white);
  --channel-text: var(--color-black);
  --channel-muted-text: var(--color-text-muted);
  --channel-accent: var(--color-yellow);
  --channel-padding-block: var(--space-20);
  --channel-wrapper-width: 1440px;
  --channel-wrapper-gap: var(--space-10);
  --channel-title-gap: var(--space-2);
  --channel-title-width: 800px;
  --channel-body-gap: var(--space-10);
  --channel-preview-width: 700px;
  --channel-preview-padding-inline: 64px;
  --channel-preview-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  --channel-frame-radius: var(--radius-card);
  --channel-frame-ratio: 1291 / 973;
  --channel-tab-grid-gap-x: var(--space-8);
  --channel-tab-grid-gap-y: var(--space-4);
  --channel-tab-width: 198.667px;
  --channel-tab-padding-block: var(--space-10);
  --channel-tab-padding-inline: var(--space-6);
  --channel-tab-gap: var(--space-2);
  --channel-tab-radius: var(--space-4);
  --channel-tab-active-shadow: 0 4px 7.5px rgba(0, 0, 0, 0.05);
  --channel-book-left: 44px;
  --channel-book-top: 244.79px;
  --channel-book-width: 84px;
  --channel-book-height: 29.24px;
  --channel-book-font-size: 13.12px;
  --channel-book-padding-inline: 19.68px;
  --channel-ease: 360ms cubic-bezier(0.22, 1, 0.36, 1);

  --manage-bg: var(--color-white);
  --manage-text: var(--color-black);
  --manage-muted-text: var(--color-text-muted);
  --manage-accent: var(--color-yellow);
  --manage-padding-block: var(--space-20);
  --manage-wrapper-width: 1440px;
  --manage-wrapper-gap: var(--space-10);
  --manage-content-gap: var(--space-8);
  --manage-feature-gap: var(--space-4);
  --manage-feature-padding: var(--space-4);
  --manage-feature-right-padding: 56px;
  --manage-icon-width: 60px;
  --manage-icon-height: 40px;
  --manage-visual-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  --manage-visual-padding-block: var(--space-10);
  --manage-visual-padding-inline: 64px;
  --manage-visual-gap: var(--space-2);
  --manage-image-ratio: 700 / 553;
  --manage-image-width: 113.91%;
  --manage-image-height: 126.04%;
  --manage-image-left: -11.46%;
  --manage-image-top: -0.84%;
  --manage-ellipse-size: 532px;
  --manage-ellipse-bottom: 0.2px;

  --cta-section-bg: #fafafa;
  --cta-panel-bg: var(--color-black);
  --cta-panel-text: #fafafa;
  --cta-panel-padding-block: var(--space-20);
  --cta-panel-padding-inline: var(--space-10);
  --cta-panel-radius: var(--space-10);
  --cta-wrapper-width: 1440px;
  --cta-dots-width: 292px;
  --cta-dots-height: 136px;
  --cta-dots-offset: 8px;
  --cta-dots-top: 7.85px;
  --cta-dots-bottom: 8.15px;
  --cta-action-padding-top: var(--space-8);
  --cta-button-padding-block: var(--space-6);
  --cta-button-padding-inline: var(--space-12);
  --cta-button-gap: var(--space-4);

  --footer-bg: var(--color-black);
  --footer-text: var(--color-white);
  --footer-border: #232626;
  --footer-padding-block: var(--space-20);
  --footer-wrapper-width: 1440px;
  --footer-wrapper-gap: var(--space-10);
  --footer-row-gap: var(--space-6);
  --footer-column-gap: var(--space-6);
  --footer-link-gap: var(--space-3);
  --footer-bottom-padding-block: var(--space-10);
  --footer-legal-gap: var(--space-8);
  --footer-contact-gap: var(--space-2);
  --footer-social-gap: var(--space-6);
  --footer-social-size: 24px;

  --motion-duration: 420ms;
  --motion-duration-slow: 700ms;
  --motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --motion-hover-y: -6px;
  --motion-section-y: 28px;
  --motion-card-shadow: 0 16px 40px rgba(13, 14, 14, 0.12);
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: var(--page-bg);
  color: var(--header-text);
  font-family: var(--font-menu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

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

.section-reveal {
  opacity: 0;
  transform: translateY(var(--motion-section-y));
  transition: opacity var(--motion-duration-slow) var(--motion-ease), transform var(--motion-duration-slow) var(--motion-ease);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 1999;
  width: 100%;
  background: var(--header-bg);
  box-shadow: var(--header-shadow);
}

.header-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--header-padding-block) var(--header-padding-inline);
  gap: var(--header-column-gap);
}

.brand {
  display: flex;
  align-items: center;
  flex: 1 0 0;
  height: 100%;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: var(--logo-width);
  height: var(--logo-height);
}

.brand picture {
  display: block;
}

.primary-nav,
.header-actions {
  display: flex;
  flex: 1 0 0;
  align-items: center;
  gap: var(--header-item-gap);
  min-width: 0;
}

.primary-nav {
  justify-content: center;
}

.header-actions {
  justify-content: flex-end;
}

.nav-item,
.login-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--nav-padding-block) var(--nav-padding-inline);
  border-radius: var(--radius-pill);
  color: var(--header-text);
  font-size: var(--font-size-menu);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-menu);
  white-space: nowrap;
}

.nav-item {
  appearance: none;
  border: 0;
  background: transparent;
  font-family: var(--font-menu);
  cursor: pointer;
  transition: background-color var(--motion-duration) var(--motion-ease), color var(--motion-duration) var(--motion-ease);
}

.nav-item--dropdown {
  gap: var(--nav-dropdown-gap);
}

.site-header .nav-item--dropdown.is-active {
  border-radius: var(--product-menu-trigger-radius);
  background: var(--product-menu-active-bg);
  color: var(--color-white);
}

.site-header .nav-item--dropdown.is-active .chevron {
  transform: translateY(2px) rotate(225deg);
}

.chevron {
  width: var(--chevron-size);
  height: var(--chevron-size);
  border-right: var(--chevron-stroke) solid currentColor;
  border-bottom: var(--chevron-stroke) solid currentColor;
  transform: translateY(var(--chevron-offset-y)) rotate(var(--icon-rotate-chevron));
  transition: transform var(--motion-duration) var(--motion-ease);
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--cta-gap);
  padding: var(--cta-padding-block) var(--cta-padding-inline);
  border-radius: var(--radius-button);
  background: var(--cta-bg);
  color: var(--cta-text);
  font-family: var(--font-cta);
  font-size: var(--font-size-cta);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-cta);
  white-space: nowrap;
}

.arrow {
  position: relative;
  width: var(--arrow-width);
  height: var(--arrow-stroke);
  background: currentColor;
}

.arrow::after {
  position: absolute;
  top: var(--arrow-head-offset-top);
  right: var(--arrow-head-offset-right);
  width: var(--arrow-head-size);
  height: var(--arrow-head-size);
  border-top: var(--arrow-stroke) solid currentColor;
  border-right: var(--arrow-stroke) solid currentColor;
  content: "";
  transform: rotate(var(--icon-rotate-arrow));
}

.mobile-menu-toggle,
.mobile-menu {
  display: none;
}

.product-menu {
  position: absolute;
  top: var(--product-menu-top);
  left: 50%;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--product-menu-column-gap);
  width: min(calc(100vw - 48px), var(--product-menu-width));
  padding: var(--product-menu-padding);
  border-radius: var(--product-menu-radius);
  background: var(--product-menu-bg);
  box-shadow: var(--product-menu-shadow);
  color: var(--color-black);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition:
    opacity var(--motion-duration) var(--motion-ease),
    transform var(--motion-duration) var(--motion-ease),
    visibility 0s linear var(--motion-duration);
  visibility: hidden;
}

.site-header.is-product-menu-open #product-menu,
.site-header.is-resources-menu-open #resources-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  transition-delay: 0s;
  visibility: visible;
}

.product-menu__column,
.mobile-product-menu__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--product-menu-item-gap);
  min-width: 0;
}

.product-menu__column--plain {
  padding-top: var(--product-menu-plain-offset);
}

.product-menu__heading {
  margin: 0 0 4px;
  color: var(--color-black);
  font-family: var(--font-menu);
  font-size: var(--product-menu-heading-size);
  font-weight: var(--font-weight-semibold);
  line-height: 1.4;
}

.product-menu__item {
  display: flex;
  align-items: center;
  gap: var(--product-menu-item-gap);
  width: 100%;
  min-width: 0;
  padding: var(--product-menu-item-padding);
  border-radius: 10px;
  color: var(--color-black);
  font-family: var(--font-menu);
  font-size: var(--product-menu-item-size);
  font-weight: var(--font-weight-light);
  line-height: 1.4;
  transition: background-color var(--motion-duration) var(--motion-ease), transform var(--motion-duration) var(--motion-ease);
}

.product-menu__item:hover,
.product-menu__item:focus-visible {
  background: var(--color-white);
  transform: translateX(2px);
}

.product-menu__icon {
  display: block;
  flex: 0 0 auto;
  width: var(--product-menu-icon-size);
  height: var(--product-menu-icon-size);
  object-fit: contain;
}

.product-menu__icon[src$="menu-doctor.svg"],
.product-menu__icon[src$="menu-beauty.svg"],
.product-menu__icon[src$="menu-meetings.svg"] {
  width: 14px;
  height: 16px;
}

.product-menu__icon[src$="menu-car.svg"] {
  width: 15.781px;
  height: 17px;
}

.product-menu__icon[src$="menu-buildings.svg"],
.product-menu__icon[src$="menu-circle-check.svg"],
.product-menu__icon[src$="menu-comment.svg"] {
  width: 16px;
  height: 16px;
}

.product-menu__icon[src$="menu-photo.svg"] {
  width: 17.75px;
  height: 16px;
}

.product-menu__icon[src$="menu-stars.svg"] {
  width: 16.001px;
  height: 16.006px;
}

.product-menu__icon[src$="menu-user-check.svg"] {
  width: 18.659px;
  height: 16px;
}

.product-menu__icon[src$="menu-message.svg"] {
  width: 16px;
  height: 15.996px;
}

.product-menu__icon[src$="menu-globe-pointer.svg"],
.product-menu__icon[src$="menu-user-clock.svg"] {
  width: 18px;
  height: 17px;
}

.product-menu__icon[src$="menu-house-flag.svg"] {
  width: 20.004px;
  height: 16px;
}

.product-menu__icon[src$="menu-laptop-code.svg"] {
  width: 20px;
  height: 14px;
}

.product-menu__icon[src$="menu-calendar.svg"],
.product-menu__icon[src$="menu-calendar-star.svg"] {
  width: 14px;
  height: 15px;
}

.product-menu__icon[src$="menu-envelope.svg"] {
  width: 16px;
  height: 12px;
}

.product-menu__icon[src$="menu-users.svg"] {
  width: 20px;
  height: 14.5px;
}

.product-menu__icon[src$="menu-analytics.svg"] {
  width: 18px;
  height: 12px;
}

.product-menu__all {
  display: inline-flex;
  margin-top: var(--product-menu-all-offset);
  padding: var(--product-menu-item-padding);
  color: var(--color-black);
  font-family: var(--font-menu);
  font-size: var(--product-menu-item-size);
  font-weight: var(--font-weight-light);
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mobile-product-menu {
  display: none;
}

.ba-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-block: var(--hero-padding-block);
  background: var(--hero-bg);
  color: var(--hero-text);
  overflow: hidden;
}

.ba-hero__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--hero-wrapper-gap);
  width: min(100%, var(--hero-wrapper-width));
  max-width: var(--hero-wrapper-width);
}

.ba-hero__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.ba-hero__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 var(--hero-title-gap);
  width: 100%;
  margin: 0;
  color: var(--hero-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-hero-title);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-hero-title);
  text-align: center;
}

.ba-hero__title-light {
  font-weight: var(--font-weight-extra-light);
}

.ba-hero__title-accent {
  color: var(--hero-accent);
  font-weight: var(--font-weight-semibold);
}

.ba-hero__title-line {
  flex-basis: 100%;
  font-weight: var(--font-weight-extra-light);
}

.ba-hero__subtitle {
  width: var(--hero-subtitle-width);
  max-width: 100%;
  margin: 0;
  padding-top: var(--hero-subtitle-padding-top);
  color: var(--hero-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-hero-subtitle);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-menu);
  text-align: center;
}

.ba-hero__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--hero-actions-gap);
  width: 100%;
  color: var(--hero-text);
  white-space: nowrap;
}

.ba-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--hero-button-gap);
  min-width: var(--hero-button-min-width);
  padding: var(--hero-button-padding-block) var(--hero-button-padding-inline);
  border-radius: var(--radius-button);
  background: var(--cta-bg);
  color: var(--cta-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-hero-button);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-none);
}

.ba-hero__arrow {
  position: relative;
  width: var(--arrow-width);
  height: var(--arrow-stroke);
  background: currentColor;
}

.ba-hero__arrow::after {
  position: absolute;
  top: var(--arrow-head-offset-top);
  right: var(--arrow-head-offset-right);
  width: var(--arrow-head-size);
  height: var(--arrow-head-size);
  border-top: var(--arrow-stroke) solid currentColor;
  border-right: var(--arrow-stroke) solid currentColor;
  content: "";
  transform: rotate(var(--icon-rotate-arrow));
}

.ba-hero__trust-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--hero-trust-gap);
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--hero-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-hero-trust);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-menu);
  list-style: none;
}

.ba-hero__trust-item {
  display: flex;
  align-items: center;
  gap: var(--hero-trust-item-gap);
}

.ba-hero__check {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  width: var(--hero-check-size);
  height: var(--hero-check-size);
  background: url("assets/icons/circle-check.svg") center / contain no-repeat;
}

.ba-hero__image-card {
  position: absolute;
  width: var(--hero-image-card-width);
  height: var(--hero-image-card-height);
  overflow: hidden;
  border-radius: var(--hero-image-radius);
  background: var(--color-white);
}

.ba-hero__image-card::after {
  position: absolute;
  inset: 0;
  background: var(--hero-image-overlay);
  content: "";
}

.ba-hero__image-card--one {
  bottom: var(--hero-image-card-edge-bottom);
  left: 0;
}

.ba-hero__image-card--two {
  bottom: var(--hero-image-card-lower-bottom);
  left: var(--hero-image-card-inner-offset);
}

.ba-hero__image-card--two::after {
  background: var(--hero-image-overlay-dark);
}

.ba-hero__image-card--three {
  right: var(--hero-image-card-inner-offset);
  bottom: var(--hero-image-card-lower-bottom);
}

.ba-hero__image-card--four {
  right: 0;
  bottom: var(--hero-image-card-edge-bottom);
}

.ba-hero__image {
  position: absolute;
  display: block;
  max-width: none;
  object-fit: cover;
}

.ba-hero__image--one {
  top: var(--hero-image-one-top);
  left: var(--hero-image-one-left);
  width: var(--hero-image-one-width);
  height: var(--hero-image-one-height);
  transform: rotate(var(--hero-image-one-rotation)) scaleY(var(--hero-image-one-scale-y));
}

.ba-hero__image--two {
  top: var(--hero-image-two-top);
  left: var(--hero-image-two-left);
  width: var(--hero-image-two-width);
  height: var(--hero-image-two-height);
}

.ba-hero__image--three {
  top: var(--hero-image-three-top);
  left: var(--hero-image-three-left);
  width: var(--hero-image-three-width);
  height: var(--hero-image-three-height);
}

.ba-hero__image--four {
  top: var(--hero-image-four-top);
  left: var(--hero-image-four-left);
  width: var(--hero-image-four-width);
  height: var(--hero-image-four-height);
}

.ba-hero__appointment-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: var(--appointment-wrap-padding-top) var(--appointment-wrap-padding-inline) var(--appointment-wrap-padding-bottom);
  overflow: hidden;
}

.ba-hero__appointment-card {
  display: flex;
  align-items: center;
  gap: var(--appointment-card-gap);
  width: var(--appointment-card-width);
  padding: var(--appointment-card-padding-block) var(--appointment-card-padding-inline);
  background: var(--appointment-card-bg);
  box-shadow: var(--appointment-card-shadow);
}

.ba-hero__appointment-copy {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.ba-hero__appointment-title {
  margin: 0;
  color: var(--appointment-title-color);
  font-family: var(--font-menu);
  font-size: var(--font-size-appointment-title);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-menu);
  text-align: center;
  white-space: nowrap;
}

.ba-hero__appointment-title::after {
  display: inline-block;
  width: var(--typewriter-caret-width);
  height: var(--typewriter-caret-height);
  margin-left: 3px;
  background: currentColor;
  content: "";
  transform: translateY(2px);
  animation: typewriter-caret 850ms steps(1) infinite;
}

.ba-hero__appointment-meta {
  display: flex;
  align-items: center;
  gap: var(--hero-trust-item-gap);
  margin: 0;
  color: var(--appointment-meta-color);
  font-family: var(--font-menu);
  font-size: var(--font-size-cta);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-menu);
  text-align: center;
  white-space: nowrap;
}

.ba-hero__clock {
  position: relative;
  display: inline-flex;
  width: var(--clock-size);
  height: var(--clock-size);
  border: var(--clock-stroke) solid currentColor;
  border-radius: 50%;
}

.ba-hero__clock::before,
.ba-hero__clock::after {
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: var(--clock-stroke);
  background: currentColor;
  content: "";
  transform-origin: bottom;
}

.ba-hero__clock::before {
  height: var(--clock-hour-hand-height);
}

.ba-hero__clock::after {
  height: var(--clock-minute-hand-height);
  transform: rotate(var(--clock-minute-hand-rotation));
}

.ba-hero__book-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--appointment-book-width);
  padding: var(--appointment-book-padding-block) var(--appointment-book-padding-inline);
  background: var(--appointment-book-bg);
  color: var(--color-white);
  font-family: var(--font-menu);
  font-size: var(--font-size-cta);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-none);
  white-space: nowrap;
}

@keyframes typewriter-caret {
  0%,
  45% {
    opacity: 1;
  }

  46%,
  100% {
    opacity: 0;
  }
}

.ba-qf {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-block: var(--qf-padding-block);
  background: var(--qf-bg);
  color: var(--qf-text);
  overflow: hidden;
}

.ba-qf__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--qf-wrapper-gap);
  width: min(100%, var(--qf-wrapper-width));
  max-width: var(--qf-wrapper-width);
}

.ba-qf__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--qf-tab-gap);
  width: 100%;
  overflow: hidden;
}

.ba-qf__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--qf-tab-padding-block) var(--qf-tab-padding-inline);
  border: 0;
  border-radius: var(--qf-tab-radius);
  background: var(--qf-tab-bg);
  color: var(--qf-muted-text);
  cursor: pointer;
  font: inherit;
  font-size: var(--font-size-cta);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-menu);
  white-space: nowrap;
}

.ba-qf__tab.is-active {
  background: var(--qf-tab-active-bg);
  color: var(--qf-tab-active-text);
}

.ba-qf__slider {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding-block: var(--qf-slider-padding-block);
}

.ba-qf__viewport {
  width: min(100%, var(--qf-slide-width));
  outline: none;
}

.ba-qf__track {
  display: flex;
  gap: var(--qf-slide-track-gap);
  width: 100%;
  transition: transform var(--qf-transition);
  will-change: transform;
}

.ba-qf__slide {
  display: flex;
  flex: 0 0 100%;
  align-items: flex-start;
  gap: var(--qf-slide-gap);
  width: 100%;
  max-width: var(--qf-slide-width);
}

.ba-qf__content {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--qf-slide-text-gap);
  min-width: 0;
  overflow: hidden;
}

.ba-qf__title {
  margin: 0;
  color: var(--qf-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-feature-title);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-menu);
  text-align: center;
  white-space: nowrap;
}

.ba-qf__text {
  width: min-content;
  min-width: 100%;
  max-width: var(--hero-subtitle-width);
  margin: 0;
  color: var(--qf-muted-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-cta);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-menu);
}

.ba-qf__feature-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--qf-list-gap);
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--qf-muted-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-cta);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-menu);
  list-style: none;
}

.ba-qf__feature-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--qf-list-item-gap);
  width: 100%;
}

.ba-qf__feature-list span:last-child {
  flex: 1 0 0;
  min-width: 0;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.ba-qf__feature-icon {
  position: relative;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  color: var(--qf-text);
  background: var(--qf-feature-icon-url) center / contain no-repeat;
}

.ba-qf__slide:nth-child(1) .ba-qf__feature-list li:nth-child(1) .ba-qf__feature-icon {
  --qf-feature-icon-url: url("assets/icons/stars.svg");
}

.ba-qf__slide:nth-child(1) .ba-qf__feature-list li:nth-child(2) .ba-qf__feature-icon {
  --qf-feature-icon-url: url("assets/icons/user-check.svg");
}

.ba-qf__slide:nth-child(1) .ba-qf__feature-list li:nth-child(3) .ba-qf__feature-icon {
  --qf-feature-icon-url: url("assets/icons/message.svg");
}

.ba-qf__slide:nth-child(2) .ba-qf__feature-list li:nth-child(1) .ba-qf__feature-icon {
  --qf-feature-icon-url: url("assets/icons/globe-pointer.svg");
}

.ba-qf__slide:nth-child(2) .ba-qf__feature-list li:nth-child(2) .ba-qf__feature-icon {
  --qf-feature-icon-url: url("assets/icons/house-flag.svg");
}

.ba-qf__slide:nth-child(2) .ba-qf__feature-list li:nth-child(3) .ba-qf__feature-icon {
  --qf-feature-icon-url: url("assets/icons/user-clock.svg");
}

.ba-qf__slide:nth-child(3) .ba-qf__feature-list li:nth-child(1) .ba-qf__feature-icon {
  --qf-feature-icon-url: url("assets/icons/circle-check-filled.svg");
}

.ba-qf__slide:nth-child(3) .ba-qf__feature-list li:nth-child(2) .ba-qf__feature-icon {
  --qf-feature-icon-url: url("assets/icons/laptop-code.svg");
}

.ba-qf__slide:nth-child(3) .ba-qf__feature-list li:nth-child(3) .ba-qf__feature-icon {
  --qf-feature-icon-url: url("assets/icons/calendar.svg");
}

.ba-qf__slide:nth-child(4) .ba-qf__feature-list li:nth-child(1) .ba-qf__feature-icon {
  --qf-feature-icon-url: url("assets/icons/comment.svg");
}

.ba-qf__slide:nth-child(4) .ba-qf__feature-list li:nth-child(2) .ba-qf__feature-icon {
  --qf-feature-icon-url: url("assets/icons/envelope.svg");
}

.ba-qf__slide:nth-child(4) .ba-qf__feature-list li:nth-child(3) .ba-qf__feature-icon {
  --qf-feature-icon-url: url("assets/icons/calendar-star.svg");
}

.ba-qf__slide:nth-child(5) .ba-qf__feature-list li:nth-child(1) .ba-qf__feature-icon {
  --qf-feature-icon-url: url("assets/icons/users.svg");
}

.ba-qf__slide:nth-child(5) .ba-qf__feature-list li:nth-child(2) .ba-qf__feature-icon {
  --qf-feature-icon-url: url("assets/icons/tachograph-digital.svg");
}

.ba-qf__media {
  display: flex;
  flex: 0 0 var(--qf-media-width);
  align-items: center;
  width: var(--qf-media-width);
  max-width: var(--qf-media-width);
  overflow: hidden;
  border-radius: var(--qf-media-radius);
  background: var(--qf-media-bg);
  box-shadow: var(--qf-media-shadow);
}

.ba-qf__media--gradient {
  background: linear-gradient(180deg, #f6f1fd 0%, #f0f5fb 50%, #dde9ff 100%);
}

.ba-qf__media img {
  display: block;
  width: 100%;
  aspect-ratio: 460 / 305;
  object-fit: cover;
}

.ba-qf__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--qf-controls-gap);
  width: 100%;
  overflow: hidden;
}

.ba-qf__arrow-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--qf-control-size);
  height: var(--qf-control-size);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent center / contain no-repeat;
  color: transparent;
  cursor: pointer;
}

.ba-qf__arrow-button[data-direction="prev"] {
  background-image: url("assets/icons/arrow-left.svg");
}

.ba-qf__arrow-button[data-direction="next"] {
  background-image: url("assets/icons/arrow-right.svg");
}

.ba-qf__arrow-icon {
  display: none;
}

.ba-qf__dots {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  gap: var(--qf-dot-gap);
  padding: var(--qf-dot-area-padding);
  overflow: hidden;
}

.ba-qf__dot {
  width: var(--qf-dot-size);
  height: var(--qf-dot-size);
  padding: 0;
  border: 0;
  border-radius: var(--qf-dot-radius);
  background: var(--qf-text);
  cursor: pointer;
  opacity: var(--qf-dot-inactive-opacity);
  transition: width var(--qf-transition), opacity var(--qf-transition);
}

.ba-qf__dot.is-active {
  width: var(--qf-dot-active-width);
  opacity: 1;
}

.ba-embed {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-block: var(--embed-padding-block);
  background: var(--embed-bg);
  color: var(--embed-text);
}

.ba-embed__wrapper {
  display: flex;
  align-items: center;
  gap: var(--embed-wrapper-gap);
  width: min(100%, var(--embed-wrapper-width));
  max-width: var(--embed-wrapper-width);
  padding: var(--embed-wrapper-padding);
  border-radius: var(--embed-wrapper-radius);
  background: var(--embed-panel-bg);
}

.ba-embed__content {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--embed-content-gap);
  min-width: 0;
  overflow: hidden;
}

.ba-embed__title {
  width: min-content;
  min-width: 100%;
  margin: 0;
  color: var(--embed-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-section-title);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-menu);
}

.ba-embed__text {
  width: min-content;
  min-width: 100%;
  max-width: var(--hero-subtitle-width);
  margin: 0;
  color: var(--embed-muted-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-cta);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-menu);
}

.ba-embed__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--embed-button-gap);
  min-width: var(--embed-button-min-width);
  padding: var(--embed-button-padding-block) var(--embed-button-padding-inline);
  border-radius: var(--radius-button);
  background: var(--cta-bg);
  color: var(--cta-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-hero-button);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-none);
  white-space: nowrap;
}

.ba-embed__arrow {
  position: relative;
  width: var(--arrow-width);
  height: var(--arrow-stroke);
  background: currentColor;
}

.ba-embed__arrow::after {
  position: absolute;
  top: var(--arrow-head-offset-top);
  right: var(--arrow-head-offset-right);
  width: var(--arrow-head-size);
  height: var(--arrow-head-size);
  border-top: var(--arrow-stroke) solid currentColor;
  border-right: var(--arrow-stroke) solid currentColor;
  content: "";
  transform: rotate(var(--icon-rotate-arrow));
}

.ba-embed__browser {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  overflow: hidden;
  padding: var(--embed-browser-padding);
  border-radius: var(--embed-browser-radius);
  background: var(--embed-browser-bg);
  box-shadow: var(--embed-browser-shadow);
}

.ba-embed__browser-top {
  display: flex;
  align-items: flex-start;
  gap: var(--embed-browser-top-gap);
  width: 100%;
  padding: var(--embed-browser-top-padding-top) var(--embed-browser-top-padding-inline) var(--embed-browser-top-padding-bottom);
  border-top-left-radius: var(--embed-browser-top-radius);
  border-top-right-radius: var(--embed-browser-top-radius);
  background: var(--embed-browser-bg);
}

.ba-embed__window-controls,
.ba-embed__browser-spacer {
  display: flex;
  flex: 1 0 0;
  align-items: center;
  gap: var(--embed-browser-top-gap);
  min-width: 0;
}

.ba-embed__browser-spacer {
  height: var(--embed-window-dot-size);
}

.ba-embed__window-dot {
  flex: 0 0 auto;
  width: var(--embed-window-dot-size);
  height: var(--embed-window-dot-size);
  border-radius: var(--space-4);
}

.ba-embed__window-dot--red {
  background: var(--embed-window-dot-red);
}

.ba-embed__window-dot--yellow {
  background: var(--embed-window-dot-yellow);
}

.ba-embed__window-dot--green {
  background: var(--embed-window-dot-green);
}

.ba-embed__url {
  display: flex;
  flex: 1 0 0;
  justify-content: center;
  min-width: 0;
  margin: 0;
  color: var(--embed-url-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-browser-url);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-menu);
  text-align: center;
  white-space: nowrap;
}

.ba-embed__image {
  display: block;
  width: 100%;
  aspect-ratio: 620 / 382;
  border-radius: var(--embed-image-radius);
  object-fit: cover;
}

.ba-wa {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-block: var(--wa-padding-block);
  background: var(--wa-bg);
  color: var(--wa-text);
}

.ba-wa__wrapper {
  display: flex;
  align-items: center;
  gap: var(--wa-wrapper-gap);
  width: min(100%, var(--wa-wrapper-width));
  max-width: var(--wa-wrapper-width);
}

.ba-wa__media {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  filter: drop-shadow(var(--wa-media-shadow));
}

.ba-wa__image {
  display: block;
  width: 100%;
  aspect-ratio: var(--wa-image-ratio);
  object-fit: cover;
}

.ba-wa__content {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--wa-content-gap);
  min-width: 0;
  overflow: hidden;
}

.ba-wa__title {
  width: 100%;
  margin: 0;
  color: var(--wa-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-section-title);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-menu);
}

.ba-wa__title span:last-child {
  color: var(--wa-accent);
}

.ba-wa__text {
  width: 100%;
  max-width: var(--hero-subtitle-width);
  margin: 0;
  color: var(--wa-muted-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-hero-subtitle);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-menu);
}

.ba-wa__feature-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--wa-list-gap);
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--wa-muted-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-cta);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-menu);
  list-style: none;
}

.ba-wa__feature-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--wa-list-item-gap);
  width: 100%;
}

.ba-wa__feature-list li span:last-child {
  flex: 1 0 0;
  min-width: 0;
}

.ba-wa__feature-icon {
  position: relative;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  color: var(--wa-text);
  background: center / contain no-repeat;
}

.ba-wa__feature-list li:nth-child(1) .ba-wa__feature-icon {
  background-image: url("assets/icons/comment.svg");
}

.ba-wa__feature-list li:nth-child(2) .ba-wa__feature-icon {
  background-image: url("assets/icons/message.svg");
}

.ba-wa__feature-list li:nth-child(3) .ba-wa__feature-icon {
  background-image: url("assets/icons/envelope.svg");
}

.ba-growth {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-block: var(--growth-padding-block);
  background: var(--growth-bg);
  color: var(--growth-text);
}

.ba-growth__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--growth-wrapper-gap);
  width: min(100%, var(--growth-wrapper-width));
  max-width: var(--growth-wrapper-width);
}

.ba-growth__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--growth-top-gap);
  width: 100%;
}

.ba-growth__content {
  display: flex;
  flex: 0 0 calc(50% - (var(--growth-top-gap) / 2));
  flex-direction: column;
  align-items: flex-start;
  gap: var(--growth-content-gap);
  width: calc(50% - (var(--growth-top-gap) / 2));
  min-width: 0;
  overflow: hidden;
}

.ba-growth__title {
  width: 100%;
  margin: 0;
  color: var(--growth-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-section-title);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-menu);
}

.ba-growth__title span:last-child {
  color: var(--growth-accent);
}

.ba-growth__text {
  width: 100%;
  max-width: var(--hero-subtitle-width);
  margin: 0;
  color: var(--growth-muted-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-hero-subtitle);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-menu);
}

.ba-growth__feature-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--growth-list-gap);
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--growth-muted-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-cta);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-menu);
  list-style: none;
}

.ba-growth__feature-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--growth-list-item-gap);
  width: 100%;
}

.ba-growth__feature-list li span:last-child {
  flex: 1 0 0;
  min-width: 0;
}

.ba-growth__feature-icon {
  position: relative;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  color: var(--growth-text);
  background: center / contain no-repeat;
}

.ba-growth__feature-list li:nth-child(1) .ba-growth__feature-icon {
  background-image: url("assets/icons/globe-pointer.svg");
}

.ba-growth__feature-list li:nth-child(2) .ba-growth__feature-icon {
  background-image: url("assets/icons/circle-check-filled.svg");
}

.ba-growth__feature-list li:nth-child(3) .ba-growth__feature-icon {
  background-image: url("assets/icons/calendar-star.svg");
}

.ba-growth__media-column {
  display: flex;
  flex: 0 0 calc(50% - (var(--growth-top-gap) / 2));
  flex-direction: column;
  align-items: flex-start;
  width: calc(50% - (var(--growth-top-gap) / 2));
  padding-inline: var(--space-6);
}

.ba-growth__media {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  filter: drop-shadow(var(--growth-media-shadow));
}

.ba-growth__image-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--growth-image-radius);
}

.ba-growth__image-frame::before {
  display: block;
  aspect-ratio: 1291 / 973;
  content: "";
}

.ba-growth__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.ba-growth__time-pill,
.ba-growth__confirm-pill {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: solid var(--growth-float-border);
  background: var(--growth-float-bg);
  color: var(--growth-float-text);
  opacity: var(--growth-float-opacity);
  white-space: nowrap;
  backdrop-filter: blur(40px);
}

.ba-growth__time-pill {
  top: var(--growth-time-top);
  left: var(--growth-time-left);
  gap: var(--growth-time-gap);
  padding: var(--growth-time-padding);
  border-width: var(--growth-time-border);
  border-radius: var(--growth-time-radius);
  box-shadow: var(--growth-time-shadow);
  font-family: var(--font-menu);
  font-size: var(--growth-time-font-size);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-menu);
}

.ba-growth__confirm-pill {
  top: var(--growth-confirm-top);
  left: var(--growth-confirm-left);
  gap: var(--growth-confirm-gap);
  width: var(--growth-confirm-width);
  padding: var(--growth-confirm-padding);
  border-width: 1px;
  border-radius: var(--growth-confirm-radius);
  box-shadow: var(--growth-confirm-shadow);
  font-family: var(--font-menu);
  font-size: var(--font-size-hero-button);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-menu);
}

.ba-growth__confirm-icon {
  position: relative;
  flex: 0 0 var(--growth-icon-size);
  width: var(--growth-icon-size);
  height: var(--growth-icon-size);
  border-radius: 50%;
  background: var(--growth-confirm-icon-color);
}

.ba-growth__confirm-icon::after {
  position: absolute;
  top: 7px;
  left: 6px;
  width: 11px;
  height: 6px;
  border-left: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
  content: "";
  transform: rotate(-45deg);
}

.ba-growth__stats {
  display: flex;
  align-items: stretch;
  gap: var(--growth-stats-gap);
  width: 100%;
  overflow: hidden;
}

.ba-growth__stat {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: center;
  gap: var(--growth-stat-gap);
  min-width: 0;
  margin: 0;
  padding-inline: var(--growth-stat-padding-inline);
  overflow: hidden;
  color: var(--growth-muted-text);
  text-align: center;
}

.ba-growth__stat h3 {
  width: 100%;
  max-width: var(--hero-subtitle-width);
  margin: 0;
  color: var(--growth-muted-text);
  font-family: var(--font-menu);
  font-size: var(--growth-stat-title-size);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-menu);
}

.ba-growth__stat p {
  width: 100%;
  max-width: var(--hero-subtitle-width);
  margin: 0;
  color: var(--growth-muted-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-cta);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-menu);
}

.ba-growth__divider {
  flex: 0 0 var(--growth-divider-width);
  align-self: stretch;
  width: var(--growth-divider-width);
  background: var(--growth-divider-bg);
}

.ba-business {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-block: var(--business-padding-block);
  background: var(--business-bg);
  color: var(--business-text);
}

.ba-business__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--business-wrapper-gap);
  width: min(100%, var(--business-wrapper-width));
  max-width: var(--business-wrapper-width);
}

.ba-business__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--business-header-gap);
  width: 100%;
}

.ba-business__intro {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--business-intro-gap);
  min-width: 0;
  overflow: hidden;
}

.ba-business__title {
  width: 100%;
  margin: 0;
  color: var(--business-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-section-title);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-menu);
}

.ba-business__subtitle {
  width: 100%;
  max-width: var(--hero-subtitle-width);
  margin: 0;
  color: var(--business-muted-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-hero-subtitle);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-menu);
}

.ba-business__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--business-button-gap);
  min-width: var(--embed-button-min-width);
  padding: var(--business-button-padding-block) var(--business-button-padding-inline);
  border-radius: var(--radius-button);
  background: var(--cta-bg);
  color: var(--cta-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-hero-button);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-none);
  white-space: nowrap;
}

.ba-business__arrow {
  position: relative;
  width: var(--arrow-width);
  height: var(--arrow-stroke);
  background: currentColor;
}

.ba-business__arrow::after {
  position: absolute;
  top: var(--arrow-head-offset-top);
  right: var(--arrow-head-offset-right);
  width: var(--arrow-head-size);
  height: var(--arrow-head-size);
  border-top: var(--arrow-stroke) solid currentColor;
  border-right: var(--arrow-stroke) solid currentColor;
  content: "";
  transform: rotate(var(--icon-rotate-arrow));
}

.ba-business__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--business-grid-gap);
  width: 100%;
}

.ba-business__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--business-card-radius);
  background: var(--business-card-bg);
}

.ba-business__image-wrap {
  position: relative;
  width: 100%;
  height: var(--business-image-height);
  overflow: hidden;
  background: var(--business-image-bg);
}

.ba-business__image-wrap--large {
  height: var(--business-image-large-height);
}

.ba-business__image {
  position: absolute;
  display: block;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
}

.ba-business__image--doctors {
  top: -0.21px;
  left: 50%;
  width: 467px;
  height: 306px;
  transform: translateX(-50%);
}

.ba-business__image--beauty {
  top: 0.79px;
  left: 0;
  width: 464px;
  height: 300px;
}

.ba-business__image--meetings {
  top: -0.21px;
  left: -7px;
  width: 482px;
  height: 334px;
}

.ba-business__image--car {
  top: calc(50% - 38.71px);
  left: 50%;
  width: 464px;
  height: 307px;
  transform: translate(-50%, -50%);
}

.ba-business__image--cowork {
  top: -79.21px;
  left: -87px;
  width: 575px;
  height: 387px;
}

.ba-business__image--photo {
  top: calc(50% + 0.29px);
  left: calc(50% + 0.5px);
  width: 477px;
  height: 317px;
  transform: translate(-50%, -50%);
}

.ba-business__card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--business-card-body-gap);
  width: 100%;
  padding: var(--business-card-padding-top) var(--business-card-padding-inline) var(--business-card-padding-bottom);
}

.ba-business__card h3 {
  width: 100%;
  margin: 0;
  color: var(--business-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-appointment-title);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-menu);
}

.ba-business__card ul {
  width: 100%;
  max-width: var(--hero-subtitle-width);
  margin: 0;
  padding-left: var(--business-list-indent);
  color: var(--business-muted-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-cta);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-menu);
}

.ba-business__controls {
  display: none;
}

.ba-channel {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-block: var(--channel-padding-block);
  background: var(--channel-bg);
  color: var(--channel-text);
}

.ba-channel__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--channel-wrapper-gap);
  width: min(100%, var(--channel-wrapper-width));
  max-width: var(--channel-wrapper-width);
}

.ba-channel__title-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--channel-title-gap);
  width: 100%;
  overflow: hidden;
  color: var(--channel-text);
  text-align: center;
}

.ba-channel__title {
  width: min-content;
  min-width: 100%;
  margin: 0;
  font-family: var(--font-menu);
  font-size: var(--font-size-section-title);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-menu);
}

.ba-channel__title span:first-child {
  color: var(--channel-accent);
}

.ba-channel__subtitle {
  width: var(--channel-title-width);
  max-width: 100%;
  margin: 0;
  color: var(--channel-muted-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-hero-subtitle);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-menu);
}

.ba-channel__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--channel-body-gap);
  width: 100%;
}

.ba-channel__preview-column {
  display: flex;
  flex: 0 0 var(--channel-preview-width);
  flex-direction: column;
  align-items: flex-start;
  width: var(--channel-preview-width);
}

.ba-channel__preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-inline: var(--channel-preview-padding-inline);
  overflow: hidden;
  filter: drop-shadow(var(--channel-preview-shadow));
}

.ba-channel__image-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--channel-frame-radius);
  background: #c4c4ff;
}

.ba-channel__image-frame::before {
  display: block;
  aspect-ratio: var(--channel-frame-ratio);
  content: "";
}

.ba-channel__panel {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px) scale(0.985);
  transition: opacity var(--channel-ease), transform var(--channel-ease);
}

.ba-channel__panel[hidden] {
  display: none;
}

.ba-channel__panel.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.ba-channel__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ba-channel__placeholder--profile,
.ba-channel__placeholder--qr {
  background: #c4c4ff;
}

.ba-channel__placeholder--social {
  background: #6666fe;
}

.ba-channel__placeholder--widget {
  background: #c4ffeb;
}

.ba-channel__placeholder--google {
  background: #2d2de6;
}

.ba-channel__book-pill {
  position: absolute;
  top: var(--channel-book-top);
  left: var(--channel-book-left);
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  width: var(--channel-book-width);
  height: var(--channel-book-height);
  padding-inline: var(--channel-book-padding-inline);
  overflow: hidden;
  background: var(--channel-accent);
  color: var(--color-black);
  font-family: var(--font-menu);
  font-size: var(--channel-book-font-size);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-none);
  white-space: nowrap;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity var(--channel-ease), transform var(--channel-ease);
}

.ba-channel__book-pill.is-active {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

.ba-channel__tabs {
  display: grid;
  flex: 1 0 0;
  grid-template-columns: repeat(3, var(--channel-tab-width));
  gap: var(--channel-tab-grid-gap-y) var(--channel-tab-grid-gap-x);
  min-width: 0;
  padding-inline: var(--space-10);
}

.ba-channel__tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--channel-tab-gap);
  width: var(--channel-tab-width);
  padding: var(--channel-tab-padding-block) var(--channel-tab-padding-inline);
  border: 0;
  border-radius: var(--channel-tab-radius);
  background: var(--color-white);
  color: var(--channel-muted-text);
  cursor: pointer;
  font: inherit;
  transform: translateY(0);
  transition: background-color var(--channel-ease), color var(--channel-ease), box-shadow var(--channel-ease), transform var(--channel-ease);
}

.ba-channel__tab.is-active {
  background: var(--color-black);
  color: var(--color-white);
  box-shadow: var(--channel-tab-active-shadow);
  transform: translateY(-2px);
}

.ba-channel__tab img {
  display: block;
  width: 45px;
  height: 40px;
  object-fit: contain;
  transition: opacity var(--channel-ease), transform var(--channel-ease);
}

.ba-channel__tab span {
  width: 100%;
  color: currentColor;
  font-family: var(--font-menu);
  font-size: var(--font-size-cta);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-menu);
  text-align: center;
  opacity: 0.6;
  transition: opacity var(--channel-ease);
}

.ba-channel__tab.is-active span {
  opacity: 1;
}

.ba-manage {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-block: var(--manage-padding-block);
  background: var(--manage-bg);
  color: var(--manage-text);
}

.ba-manage__wrapper {
  display: flex;
  align-items: center;
  gap: var(--manage-wrapper-gap);
  width: min(100%, var(--manage-wrapper-width));
  max-width: var(--manage-wrapper-width);
}

.ba-manage__content {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--manage-content-gap);
  min-width: 0;
  overflow: hidden;
}

.ba-manage__title {
  width: 100%;
  margin: 0;
  color: var(--manage-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-section-title);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-menu);
}

.ba-manage__title span:nth-child(2) {
  color: var(--manage-accent);
}

.ba-manage__text {
  width: 100%;
  max-width: var(--hero-subtitle-width);
  margin: 0;
  color: var(--manage-muted-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-hero-subtitle);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-menu);
}

.ba-manage__features {
  display: flex;
  align-items: flex-start;
  gap: var(--manage-feature-gap);
  width: 100%;
  padding-right: var(--manage-feature-right-padding);
}

.ba-manage__feature {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  min-width: 0;
  padding: var(--manage-feature-padding);
}

.ba-manage__feature img {
  display: block;
  width: var(--manage-icon-width);
  height: var(--manage-icon-height);
  object-fit: contain;
}

.ba-manage__feature span {
  width: min-content;
  min-width: 100%;
  color: var(--manage-muted-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-cta);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-menu);
  text-align: center;
  opacity: 0.6;
}

.ba-manage__visual {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  filter: drop-shadow(var(--manage-visual-shadow));
}

.ba-manage__visual-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--manage-visual-gap);
  width: 100%;
  padding: var(--manage-visual-padding-block) var(--manage-visual-padding-inline);
}

.ba-manage__ellipse {
  position: absolute;
  right: 0;
  bottom: var(--manage-ellipse-bottom);
  width: var(--manage-ellipse-size);
  height: var(--manage-ellipse-size);
  pointer-events: none;
}

.ba-manage__image-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ba-manage__image-frame::before {
  display: block;
  aspect-ratio: var(--manage-image-ratio);
  content: "";
}

.ba-manage__image {
  position: absolute;
  top: var(--manage-image-top);
  left: var(--manage-image-left);
  display: block;
  width: var(--manage-image-width);
  height: var(--manage-image-height);
  object-fit: cover;
  pointer-events: none;
}

.ba-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: var(--space-20) var(--space-6);
  background: var(--color-white);
  color: var(--cta-panel-text);
}

.ba-cta__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, var(--cta-wrapper-width));
  max-width: var(--cta-wrapper-width);
}

.ba-cta__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow: hidden;
  padding: var(--cta-panel-padding-block) var(--cta-panel-padding-inline);
  border-radius: var(--cta-panel-radius);
  background: var(--cta-panel-bg);
}

.ba-cta__dots {
  position: absolute;
  width: var(--cta-dots-width);
  height: var(--cta-dots-height);
  pointer-events: none;
}

.ba-cta__dots--top {
  top: var(--cta-dots-top);
  right: var(--cta-dots-offset);
}

.ba-cta__dots--bottom {
  bottom: var(--cta-dots-bottom);
  left: var(--cta-dots-offset);
}

.ba-cta__title {
  width: min-content;
  min-width: 100%;
  margin: 0;
  color: var(--cta-bg);
  font-family: var(--font-menu);
  font-size: var(--font-size-section-title);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-menu);
  text-align: center;
}

.ba-cta__text {
  width: min-content;
  min-width: 100%;
  margin: 0;
  color: var(--cta-panel-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-hero-subtitle);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-menu);
  text-align: center;
}

.ba-cta__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: var(--cta-action-padding-top);
}

.ba-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--cta-button-gap);
  min-width: var(--embed-button-min-width);
  padding: var(--cta-button-padding-block) var(--cta-button-padding-inline);
  border-radius: var(--radius-button);
  background: var(--cta-bg);
  color: var(--cta-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-hero-button);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-none);
  white-space: nowrap;
}

.ba-cta__arrow {
  position: relative;
  width: var(--arrow-width);
  height: var(--arrow-stroke);
  background: currentColor;
}

.ba-cta__arrow::after {
  position: absolute;
  top: var(--arrow-head-offset-top);
  right: var(--arrow-head-offset-right);
  width: var(--arrow-head-size);
  height: var(--arrow-head-size);
  border-top: var(--arrow-stroke) solid currentColor;
  border-right: var(--arrow-stroke) solid currentColor;
  content: "";
  transform: rotate(var(--icon-rotate-arrow));
}

.ba-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-block: var(--footer-padding-block);
  background: var(--footer-bg);
  color: var(--footer-text);
}

.ba-footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--footer-wrapper-gap);
  width: min(100%, var(--footer-wrapper-width));
  max-width: var(--footer-wrapper-width);
  padding-left: var(--space-6);
  padding-right: var(--space-6);
}

.ba-footer__row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--footer-row-gap);
  width: 100%;
}

.ba-footer__column {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--footer-column-gap);
  min-width: 0;
  overflow: hidden;
  color: var(--footer-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-cta);
  line-height: var(--line-height-menu);
}

.ba-footer__column h2 {
  width: 100%;
  margin: 0;
  font-size: var(--font-size-cta);
  font-weight: 700;
  line-height: var(--line-height-menu);
}

.ba-footer__heading-spacer {
  opacity: 0;
}

.ba-footer__column ul {
  display: flex;
  flex-direction: column;
  gap: var(--footer-link-gap);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ba-footer__column a {
  color: var(--footer-text);
  font-weight: var(--font-weight-light);
}

.ba-footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: var(--footer-link-gap);
  width: 100%;
}

.ba-footer__contact-item {
  display: flex;
  align-items: center;
  gap: var(--footer-contact-gap);
  width: 100%;
  white-space: nowrap;
}

.ba-footer__icon {
  position: relative;
  background: center / contain no-repeat;
}

.ba-footer__icon--mail {
  flex: 0 0 16px;
  width: 16px;
  height: 12px;
  background-image: url("assets/icons/footer-envelope.svg");
}

.ba-footer__icon--phone {
  flex: 0 0 15.501px;
  width: 15.501px;
  height: 15.502px;
  background-image: url("assets/icons/footer-phone.svg");
}

.ba-footer__accent {
  color: var(--color-yellow);
  font-weight: 700;
}

.ba-footer__social {
  display: flex;
  align-items: center;
  gap: var(--footer-social-gap);
  color: var(--footer-text);
  font-size: var(--footer-social-size);
  line-height: var(--line-height-menu);
  white-space: nowrap;
}

.ba-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  color: var(--footer-text);
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.ba-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  width: 100%;
  padding-block: var(--footer-bottom-padding-block);
  border-top: 1px solid var(--footer-border);
  color: var(--footer-text);
  font-family: var(--font-menu);
  font-size: var(--font-size-cta);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-menu);
}

.ba-footer__bottom p {
  margin: 0;
  text-align: center;
}

.ba-footer__legal {
  display: flex;
  align-items: center;
  gap: var(--footer-legal-gap);
  white-space: nowrap;
}

.features-page {
  background: var(--color-white);
  color: var(--color-black);
}

.features-hero {
  display: flex;
  justify-content: center;
  padding: 80px 24px;
  background: var(--color-black);
  color: var(--color-white);
}

.features-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--space-10);
  width: min(100%, 1440px);
}

.features-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features-hero__title {
  margin: 0;
  color: var(--color-white);
  font-family: var(--font-menu);
  font-size: 64px;
  font-weight: var(--font-weight-extra-light);
  letter-spacing: -1px;
  line-height: 1.08;
  text-align: center;
}

.features-hero__title span,
.features-card h3 span {
  color: var(--color-yellow);
  font-weight: var(--font-weight-semibold);
}

.features-hero__text {
  width: min(100%, 800px);
  margin: var(--space-4) 0 0;
  color: var(--color-white);
  font-family: var(--font-menu);
  font-size: 20px;
  font-weight: var(--font-weight-light);
  line-height: 1.4;
  text-align: center;
}

.features-hero__graphic {
  display: flex;
  justify-content: center;
  width: min(100%, 1313px);
  aspect-ratio: 1313 / 503;
  margin-inline: auto;
  overflow: visible;
}

.features-hero__graphic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.features-index {
  display: flex;
  justify-content: center;
  gap: 48px;
  width: 100%;
  padding-inline: var(--space-10);
  overflow: hidden;
}

.features-index__group {
  display: flex;
  flex: 0 0 300px;
  flex-direction: column;
  align-items: flex-start;
}

.features-index__group h2 {
  min-height: 40px;
  margin: 0;
  color: var(--color-white);
  font-family: var(--font-menu);
  font-size: 20px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.4;
}

.features-index__group a {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  width: 100%;
  padding: var(--space-2);
  color: var(--color-white);
  font-family: var(--font-menu);
  font-size: 16px;
  font-weight: var(--font-weight-light);
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.features-index__group img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: invert(1);
}

.features-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
  padding: 80px 24px;
  color: var(--color-black);
  text-align: center;
}

.features-section-title--booking {
  background: #ededed;
}

.features-section-title--business {
  background: #e2f1ef;
}

.features-section-title--teams {
  background: #f2f0fd;
}

.features-section-title h2 {
  width: min(100%, 1400px);
  margin: 0;
  font-family: var(--font-menu);
  font-size: 48px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.4;
}

.features-section-title p {
  width: min(100%, 800px);
  margin: 0;
  color: var(--color-text-muted);
  font-family: var(--font-menu);
  font-size: 20px;
  font-weight: var(--font-weight-light);
  line-height: 1.4;
}

.features-card-section {
  display: flex;
  justify-content: center;
  padding: 80px 24px;
  background: var(--color-white);
}

.features-card {
  display: flex;
  align-items: center;
  gap: var(--space-10);
  width: min(100%, 1440px);
  padding: 80px;
  border-radius: 40px;
  background: #ededed;
}

.features-card-section--mint .features-card {
  background: #e2f1ef;
}

.features-card-section--lavender .features-card {
  background: #f2f0fd;
}

.features-card__content,
.features-card__media {
  flex: 1 1 0;
  min-width: 0;
}

.features-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  overflow: hidden;
}

.features-card h3 {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  margin: 0;
  color: var(--color-black);
  font-family: var(--font-menu);
  font-size: 32px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.4;
}

.features-card h3 img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.features-card p {
  width: 100%;
  margin: 0;
  color: var(--color-text-muted);
  font-family: var(--font-menu);
  font-size: 18px;
  font-weight: var(--font-weight-light);
  line-height: 1.4;
}

.features-card ul {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  width: 100%;
  margin: 0;
  padding: var(--space-4) 0;
  list-style: none;
}

.features-card li {
  position: relative;
  min-height: 22px;
  padding-left: var(--space-8);
  color: var(--color-text-muted);
  font-family: var(--font-menu);
  font-size: 16px;
  font-weight: var(--font-weight-light);
  line-height: 1.4;
}

.features-card li::before {
  position: absolute;
  top: 7px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-black);
  content: "";
}

.features-card__link {
  display: inline-flex;
  align-items: center;
  gap: var(--cta-gap);
  color: var(--color-black);
  font-family: var(--font-cta);
  font-size: 16px;
  font-weight: var(--font-weight-semibold);
  line-height: 16px;
}

.features-card__arrow,
.features-cta__arrow {
  position: relative;
  width: var(--arrow-width);
  height: var(--arrow-stroke);
  background: currentColor;
}

.features-card__arrow::after,
.features-cta__arrow::after {
  position: absolute;
  top: var(--arrow-head-offset-top);
  right: var(--arrow-head-offset-right);
  width: var(--arrow-head-size);
  height: var(--arrow-head-size);
  border-top: var(--arrow-stroke) solid currentColor;
  border-right: var(--arrow-stroke) solid currentColor;
  content: "";
  transform: rotate(var(--icon-rotate-arrow));
}

.features-card__media {
  display: flex;
  aspect-ratio: 860 / 572;
  border-radius: 20px;
  overflow: hidden;
}

.features-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features-cta {
  display: flex;
  justify-content: center;
  padding: 80px 24px;
  background: var(--color-white);
}

.features-cta__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 1440px);
  padding: 80px 40px;
  border-radius: 40px;
  background: var(--color-black);
  color: var(--color-white);
  overflow: hidden;
}

.features-cta__dots {
  position: absolute;
  width: 292px;
  height: 136px;
  pointer-events: none;
}

.features-cta__dots--top {
  top: 8px;
  right: 8px;
}

.features-cta__dots--bottom {
  bottom: 8px;
  left: 8px;
}

.features-cta h2 {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  color: var(--color-yellow);
  font-family: var(--font-menu);
  font-size: 48px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.4;
  text-align: center;
}

.features-cta p {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  color: #fafafa;
  font-family: var(--font-menu);
  font-size: 20px;
  font-weight: var(--font-weight-light);
  line-height: 1.4;
  text-align: center;
}

.features-cta__button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-4);
  min-width: 160px;
  margin-top: var(--space-8);
  padding: var(--space-6) var(--space-12);
  border-radius: var(--radius-button);
  background: var(--color-yellow);
  color: var(--color-black);
  font-family: var(--font-menu);
  font-size: 18px;
  font-weight: var(--font-weight-semibold);
  line-height: 1;
}

/* Pricing page refresh */
.pricing-page-static .pricing-grid-wrap {
  display: flex;
  justify-content: center;
  padding: 64px 24px 80px;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.pricing-page-static .pricing-grid-wrap .container {
  width: min(100%, 1200px);
  max-width: none;
  padding: 0;
}

.pricing-page-static .pricing-grid-wrap .card-deck {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
}

.pricing-page-static .pricing-grid-wrap .card {
  margin: 0;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  color: #000000;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pricing-page-static .pricing-grid-wrap .pricing-card--featured {
  border-color: #0f172a;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.16);
}

.pricing-page-static .pricing-grid-wrap .pricing-card--disabled {
  opacity: 0.62;
}

.pricing-page-static .pricing-grid-wrap .pricing-card--disabled:hover {
  transform: none;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.pricing-page-static .pricing-grid-wrap .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.pricing-page-static .pricing-grid-wrap .card-header {
  position: relative;
  padding: 18px 20px;
  border-bottom: 1px solid #eef2f7;
  background: #f8fafc;
  text-align: center;
}

.pricing-page-static .pricing-grid-wrap .card-header h3 {
  margin: 0;
  color: #0f172a;
  font-family: var(--font-menu);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.pricing-page-static .pricing-grid-wrap .pricing-plan-badge {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #0f172a;
  color: #ffffff;
  font-family: var(--font-menu);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.pricing-page-static .pricing-grid-wrap .card-body {
  padding: 28px 26px 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing-page-static .pricing-grid-wrap .pricing-card-title {
  margin: 0;
  color: #111827;
  font-family: var(--font-menu);
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1;
}

.pricing-page-static .pricing-grid-wrap .pricing-card-title small {
  color: #6b7280;
  font-size: 16px;
  font-weight: 500;
}

.pricing-page-static .pricing-grid-wrap .card-body .muted {
  margin: 12px 0 0;
  color: #475569;
}

.pricing-page-static .pricing-grid-wrap .pricing-plan-meta {
  font-weight: 500;
}

.pricing-page-static .pricing-grid-wrap .pricing-feature-details {
  margin: 18px 0 22px;
  text-align: left;
  color: #334155;
}

.pricing-page-static .pricing-grid-wrap .pricing-feature-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-page-static .pricing-grid-wrap .pricing-feature-details li {
  position: relative;
  padding: 8px 0 8px 28px;
  color: #1f2937;
  font-family: var(--font-menu);
  font-size: 15px;
  line-height: 1.35;
}

.pricing-page-static .pricing-grid-wrap .pricing-feature-details li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #0f172a;
}

.pricing-page-static .pricing-grid-wrap .list-unstyled {
  margin: 22px 0 24px;
  text-align: left;
}

.pricing-page-static .pricing-grid-wrap .list-unstyled li {
  position: relative;
  padding: 8px 0 8px 28px;
  color: #334155;
  font-family: var(--font-menu);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
}

.pricing-page-static .pricing-grid-wrap .list-unstyled li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #cbd5e1;
}

.pricing-page-static .pricing-grid-wrap .btn {
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--font-menu);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-top: auto;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.pricing-page-static .pricing-grid-wrap .btn-outline-primary {
  border-color: #0f172a;
  background: #ffffff;
  color: #0f172a;
}

.pricing-page-static .pricing-grid-wrap .btn-outline-primary:hover {
  transform: translateY(-2px);
  border-color: #0f172a;
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.22);
}

.pricing-page-static .pricing-grid-wrap .btn-landing-header-cta {
  border-color: #0f172a;
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.26);
}

.pricing-page-static .pricing-grid-wrap .btn-landing-header-cta:hover {
  transform: translateY(-2px);
  border-color: #020617;
  background: linear-gradient(135deg, #0b1220 0%, #111827 100%);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(2, 6, 23, 0.32);
}

.pricing-page-static .pricing-grid-wrap .btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.45);
}

.pricing-page-static .pricing-grid-wrap .pricing-note {
  margin: 10px 0 0;
  color: #64748b;
  font-family: var(--font-menu);
  font-size: 13px;
  line-height: 1.3;
}

.pricing-page-static .pricing-grid-wrap .pricing-unavailable-note {
  margin: 10px 0 0;
  color: #b45309;
  font-family: var(--font-menu);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.pricing-page-static .pricing-grid-wrap .pricing-btn-disabled,
.pricing-page-static .pricing-grid-wrap .pricing-btn-disabled:hover {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Subscribe page refresh */
.auth-page-modern {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 48px 24px 80px;
}

.auth-page-modern .auth-hero--subscribe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 24px;
  padding: 32px;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: linear-gradient(135deg, #0f172a 0%, #111827 100%);
  color: #fff;
}

.auth-page-modern .auth-hero--subscribe .muted {
  color: rgba(255, 255, 255, 0.86);
}

.auth-page-modern .subscribe-card--modern {
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.auth-page-modern .subscribe-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
}

.auth-page-modern .subscribe-banner {
  margin: 0;
  padding: 10px 14px;
  border: 1px solid #bbf7d0;
  border-radius: 12px;
  background: #f0fdf4;
  color: #166534;
}

.auth-page-modern .subscribe-block {
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #f8fafc;
}

.auth-page-modern .subscribe-section-title {
  margin: 0 0 14px;
  color: #0f172a;
  font-family: var(--font-menu);
  font-size: 22px;
  font-weight: 600;
}

.auth-page-modern .grid2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.auth-page-modern label {
  display: block;
  margin: 0 0 8px;
  color: #1f2937;
  font-family: var(--font-menu);
  font-size: 14px;
  font-weight: 600;
}

.auth-page-modern input,
.auth-page-modern select,
.auth-page-modern textarea {
  width: 100%;
  margin: 0 0 12px;
  padding: 12px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #fff;
  color: #0f172a;
  font-family: var(--font-menu);
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.auth-page-modern textarea {
  min-height: 110px;
  resize: vertical;
}

.auth-page-modern input:focus,
.auth-page-modern select:focus,
.auth-page-modern textarea:focus {
  border-color: #0f172a;
  outline: none;
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.15);
}

.auth-page-modern .subscribe-readonly {
  background: #f1f5f9;
}

.auth-page-modern .subscribe-hint {
  margin-top: -4px;
  margin-bottom: 12px;
  color: #475569;
  font-size: 13px;
}

.auth-page-modern .subscribe-plan-fieldset {
  margin: 0;
  padding: 10px 0 0;
  border: 0;
}

.auth-page-modern .subscribe-plan-option {
  display: flex;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #dbe3ee;
  border-radius: 12px;
  background: #ffffff;
}

.auth-page-modern .subscribe-plan-option + .subscribe-plan-option {
  margin-top: 10px;
}

.auth-page-modern .subscribe-plan-option--disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.auth-page-modern .subscribe-plan-option input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
}

.auth-page-modern .subscribe-plan-text strong {
  color: #0f172a;
  font-size: 15px;
}

.auth-page-modern .subscribe-plan-desc {
  display: block;
  margin-top: 3px;
}

.auth-page-modern .subscribe-submit-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.auth-page-modern .subscribe-submit-row .btn {
  min-width: 220px;
  padding: 12px 18px;
  border: 1px solid #0f172a;
  border-radius: 999px;
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  color: #fff;
  font-weight: 600;
}

.auth-page-modern .subscribe-submit-row .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(2, 6, 23, 0.25);
}

.auth-login-hero {
  margin-bottom: 24px;
  border-radius: 24px;
  overflow: hidden;
}

.auth-login-hero .features-hero__wrapper {
  width: min(100%, 1100px);
}

.auth-login-hero .features-hero__title {
  font-size: 56px;
}

.auth-login-hero .features-hero__text {
  max-width: 680px;
}

.auth-login-center--modern {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.auth-login-panel {
  width: min(100%, 640px);
  padding: 28px;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.08);
}

.auth-login-panel h2 {
  margin: 0 0 6px;
  color: #0f172a;
  font-family: var(--font-menu);
  font-size: 30px;
  font-weight: 600;
}

.auth-login-form-modern .auth-login-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}

.auth-login-form-modern .auth-login-submit {
  min-width: 140px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #0f172a;
  border-radius: 999px;
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  color: #ffffff;
}

.auth-login-form-modern .auth-login-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(2, 6, 23, 0.25);
}

.auth-login-form-modern .auth-forgot-link {
  color: #334155;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.auth-join-section--modern {
  padding: 28px;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.08);
}

.auth-signup-heading {
  margin: 0;
  color: #0f172a;
  font-family: var(--font-menu);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
}

.auth-signup-intro {
  margin: 10px 0 0;
  color: #475569;
  font-family: var(--font-menu);
  font-size: 16px;
}

.auth-join-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.auth-join-card--modern {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #f8fafc;
}

.auth-join-chip {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e2e8f0;
  color: #334155;
  font-family: var(--font-menu);
  font-size: 12px;
  font-weight: 600;
}

.auth-join-card-title {
  margin: 0;
  color: #0f172a;
  font-family: var(--font-menu);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.auth-signup-note {
  margin: 10px 0 0;
  color: #475569;
  font-family: var(--font-menu);
  font-size: 14px;
  line-height: 1.5;
}

.auth-join-card--modern .auth-join-btn {
  align-self: flex-start;
  min-width: 220px;
  margin: 8px 0 12px;
  padding: 10px 20px;
  border: 1px solid #0f172a;
  border-radius: 999px;
  font-family: var(--font-menu);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.auth-join-card--modern .auth-join-btn.btn-landing-header-cta {
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  color: #ffffff;
}

.auth-join-card--modern .auth-join-btn.btn-secondary {
  background: #ffffff;
  color: #0f172a;
}

.auth-join-card--modern .auth-join-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(2, 6, 23, 0.18);
}

.auth-join-card--modern .auth-join-btn.btn-secondary:hover {
  background: #0f172a;
  color: #ffffff;
}

.auth-join-list {
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.auth-join-list li {
  position: relative;
  padding: 8px 0 8px 24px;
  color: #1f2937;
  font-family: var(--font-menu);
  font-size: 14px;
  line-height: 1.4;
}

.auth-join-list li::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 14px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #0f172a;
}

@media (max-width: 900px) {
  .auth-page-modern .auth-hero--subscribe {
    flex-direction: column;
    align-items: flex-start;
  }

  .auth-page-modern .grid2 {
    grid-template-columns: 1fr;
  }

  .auth-login-hero .features-hero__title {
    font-size: 42px;
  }

  .auth-login-form-modern .auth-login-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .auth-join-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .pricing-page-static .pricing-grid-wrap .card-deck {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .ba-channel__wrapper {
    width: 100%;
    max-width: none;
    padding-inline: var(--space-6);
  }

  .ba-channel__body {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-10);
  }

  .ba-channel__preview-column,
  .ba-channel__tabs {
    flex: 0 0 auto;
    width: 100%;
  }

  .ba-channel__preview {
    padding-inline: 0;
  }

  .ba-channel__tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-4);
    padding-inline: 0;
  }

  .ba-channel__tab {
    width: 100%;
    min-width: 0;
    padding: var(--space-6) var(--space-3);
  }
}

@media (min-width: 769px) and (max-width: 1440px) {
  .ba-growth__wrapper,
  .ba-growth,
  .ba-embed,
  .ba-business,
  .ba-manage,
  .ba-cta {
    padding: var(--space-20) var(--space-6);
  }

  .ba-growth__stat {
    padding-left: 0;
    padding-right: 0;
  }

  .ba-business__card {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  body.is-menu-open {
    overflow: hidden;
  }

  .site-header {
    background: var(--header-bg);
    box-shadow: var(--header-shadow);
  }

  .site-header.is-menu-open {
    z-index: 3000;
    background: var(--color-white);
    box-shadow: none;
  }

  .header-wrapper {
    position: relative;
    min-height: var(--mobile-header-height);
    padding: var(--mobile-header-padding-block) var(--header-padding-inline);
    background: var(--header-bg);
    transition: background-color var(--motion-duration) var(--motion-ease);
  }

  .site-header.is-menu-open .header-wrapper {
    background: var(--color-white);
  }

  .brand {
    align-items: center;
    justify-content: center;
    flex: 1 0 0;
  }

  .primary-nav,
  .header-actions {
    display: none;
  }

  .product-menu {
    display: none;
  }

  .mobile-menu-toggle {
    position: absolute;
    top: var(--mobile-toggle-offset-top);
    right: var(--space-6);
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--mobile-toggle-width);
    height: var(--mobile-toggle-height);
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--color-white);
    cursor: pointer;
    transition: color var(--motion-duration) var(--motion-ease);
  }

  .site-header.is-menu-open .mobile-menu-toggle {
    color: var(--color-black);
  }

  .mobile-menu-toggle__line {
    position: absolute;
    width: var(--mobile-toggle-width);
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition: transform var(--motion-duration) var(--motion-ease), opacity var(--motion-duration) var(--motion-ease);
  }

  .mobile-menu-toggle__line:first-child {
    transform: translateY(-8px);
  }

  .mobile-menu-toggle__line:nth-child(2) {
    transform: translateY(0);
  }

  .mobile-menu-toggle__line:last-child {
    transform: translateY(8px);
  }

  .site-header.is-menu-open .mobile-menu-toggle__line:first-child {
    transform: rotate(45deg);
  }

  .site-header.is-menu-open .mobile-menu-toggle__line:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open .mobile-menu-toggle__line:last-child {
    transform: rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    top: var(--mobile-header-height);
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - var(--mobile-header-height));
    min-height: 0;
    padding: var(--mobile-menu-padding);
    background: var(--color-white);
    color: var(--color-black);
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
    transition:
      transform var(--motion-duration-slow) var(--motion-ease),
      opacity var(--motion-duration) var(--motion-ease),
      visibility 0s linear var(--motion-duration-slow);
    visibility: hidden;
  }

  .site-header.is-menu-open .mobile-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
    visibility: visible;
  }

  .mobile-menu__nav {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    align-items: center;
    gap: var(--mobile-menu-gap);
    min-height: 0;
    width: 100%;
  }

  .mobile-menu__item,
  .mobile-menu__login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--nav-dropdown-gap);
    width: 100%;
    padding: var(--nav-padding-block) var(--nav-padding-inline);
    border-radius: var(--radius-pill);
    color: var(--color-black);
    font-family: var(--font-menu);
    font-size: var(--font-size-menu);
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-menu);
    text-align: center;
    white-space: nowrap;
  }

  .mobile-menu__item {
    appearance: none;
    border: 0;
    background: transparent;
    font-family: var(--font-menu);
    cursor: pointer;
  }

  .mobile-product-trigger[aria-expanded="true"] .mobile-menu__chevron {
    transform: translateY(2px) rotate(225deg);
  }

  .mobile-menu__chevron {
    width: var(--chevron-size);
    height: var(--chevron-size);
    border-right: var(--chevron-stroke) solid currentColor;
    border-bottom: var(--chevron-stroke) solid currentColor;
    transform: translateY(var(--chevron-offset-y)) rotate(var(--icon-rotate-chevron));
    transition: transform var(--motion-duration) var(--motion-ease);
  }

  .mobile-product-menu {
    display: flex;
    flex-direction: column;
    gap: var(--space-6);
    width: 100%;
    padding: var(--product-menu-padding);
    border-radius: var(--product-menu-radius);
    background: var(--product-menu-bg);
    box-shadow: var(--product-menu-shadow);
    color: var(--color-black);
    animation: mobileProductMenuIn var(--motion-duration) var(--motion-ease);
  }

  .mobile-product-menu[hidden] {
    display: none;
  }

  .mobile-product-menu .product-menu__item {
    padding: var(--product-menu-item-padding) 0;
  }

  .mobile-product-menu .product-menu__all {
    margin-top: var(--space-4);
    padding-inline: 0;
  }

  @keyframes mobileProductMenuIn {
    from {
      opacity: 0;
      transform: translateY(-12px);
    }

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

  .mobile-menu__actions {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--mobile-menu-gap);
    width: 100%;
  }

  .mobile-menu__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--cta-gap);
    width: 100%;
    padding: var(--cta-padding-block) var(--cta-padding-inline);
    border-radius: var(--radius-button);
    background: var(--cta-bg);
    color: var(--cta-text);
    font-family: var(--font-cta);
    font-size: var(--font-size-cta);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-cta);
    white-space: nowrap;
    transition: transform var(--motion-duration) var(--motion-ease), box-shadow var(--motion-duration) var(--motion-ease);
  }

  .mobile-menu__arrow {
    position: relative;
    width: var(--arrow-width);
    height: var(--arrow-stroke);
    background: currentColor;
  }

  .mobile-menu__arrow::after {
    position: absolute;
    top: var(--arrow-head-offset-top);
    right: var(--arrow-head-offset-right);
    width: var(--arrow-head-size);
    height: var(--arrow-head-size);
    border-top: var(--arrow-stroke) solid currentColor;
    border-right: var(--arrow-stroke) solid currentColor;
    content: "";
    transform: rotate(var(--icon-rotate-arrow));
  }

  .ba-hero {
    padding: var(--hero-mobile-padding-top) 0 var(--hero-mobile-padding-block);
    overflow: hidden;
  }

  .ba-hero__wrapper {
    gap: var(--hero-mobile-wrapper-gap);
    width: min(100%, var(--hero-mobile-wrapper-width));
    padding-inline: var(--hero-mobile-wrapper-padding-inline);
  }

  .ba-hero__title {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: var(--hero-mobile-title-gap);
    font-size: var(--hero-mobile-title-size);
    line-height: var(--line-height-tight);
  }

  .ba-hero__title-light,
  .ba-hero__title-accent,
  .ba-hero__title-line {
    flex-basis: auto;
  }

  .ba-hero__subtitle {
    padding-top: var(--hero-mobile-subtitle-padding-top);
  }

  .ba-hero__actions {
    gap: var(--hero-mobile-actions-gap);
  }

  .ba-hero__trust-list {
    flex-wrap: wrap;
    gap: var(--space-2) var(--space-4);
  }

  .ba-hero__appointment-wrap {
    padding:
      var(--hero-mobile-appointment-padding-top)
      var(--hero-mobile-appointment-padding-inline)
      var(--hero-mobile-appointment-padding-bottom);
    overflow: visible;
  }

  .ba-hero__appointment-card {
    width: 100%;
    gap: var(--appointment-card-gap);
    padding: var(--space-6) var(--space-4);
  }

  .ba-hero__appointment-title {
    max-width: min(100%, 214px);
    overflow: hidden;
    text-overflow: clip;
  }

  .ba-hero__image-card {
    width: var(--hero-mobile-image-card-width);
    height: var(--hero-mobile-image-card-height);
    border-radius: var(--hero-mobile-image-radius);
  }

  .ba-hero__image-card--one,
  .ba-hero__image-card--two,
  .ba-hero__image-card--three,
  .ba-hero__image-card--four {
    bottom: var(--hero-mobile-image-bottom);
  }

  .ba-hero__image-card--one {
    left: var(--hero-mobile-image-one-left);
  }

  .ba-hero__image-card--two {
    left: var(--hero-mobile-image-two-left);
  }

  .ba-hero__image-card--three {
    right: var(--hero-mobile-image-three-right);
  }

  .ba-hero__image-card--four {
    right: var(--hero-mobile-image-four-right);
  }

  .ba-hero__image--one {
    top: var(--hero-mobile-image-one-top-inner);
    left: var(--hero-mobile-image-one-left-inner);
    width: var(--hero-mobile-image-one-width);
    height: var(--hero-mobile-image-one-height);
  }

  .ba-hero__image--two {
    top: var(--hero-mobile-image-two-top-inner);
    left: var(--hero-mobile-image-two-left-inner);
    width: var(--hero-mobile-image-two-width);
    height: var(--hero-mobile-image-two-height);
  }

  .ba-hero__image--three {
    top: var(--hero-mobile-image-three-top-inner);
    left: var(--hero-mobile-image-three-left-inner);
    width: var(--hero-mobile-image-three-width);
    height: var(--hero-mobile-image-three-height);
  }

  .ba-hero__image--four {
    top: var(--hero-mobile-image-four-top-inner);
    left: var(--hero-mobile-image-four-left-inner);
    width: var(--hero-mobile-image-four-width);
    height: var(--hero-mobile-image-four-height);
  }

  .ba-qf {
    padding-block: var(--space-10);
  }

  .ba-qf__wrapper {
    width: 100vw;
    min-width: 100vw;
    max-width: none;
    padding-inline: var(--qf-mobile-section-padding-inline);
  }

  .ba-qf__tabs {
    justify-content: flex-start;
    width: calc(100% + var(--qf-mobile-section-padding-inline));
    margin-right: calc(var(--qf-mobile-section-padding-inline) * -1);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  .ba-qf__tabs::-webkit-scrollbar {
    display: none;
  }

  .ba-qf__slider {
    justify-content: flex-start;
    width: 100%;
    padding-block: 20px;
  }

  .ba-qf__viewport {
    width: 100%;
  }

  .ba-qf__track {
    gap: var(--qf-mobile-slide-track-gap);
  }

  .ba-qf__slide {
    flex: 0 0 100%;
    flex-direction: column;
    gap: var(--qf-mobile-slide-gap);
    width: 100%;
    max-width: 100%;
  }

  .ba-qf__media {
    order: -1;
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
  }

  .ba-qf__content {
    width: 100%;
    padding-inline: var(--qf-mobile-content-padding-inline);
    overflow: visible;
  }

  .ba-qf__title {
    width: 100%;
    text-align: left;
    white-space: normal;
  }

  .ba-qf__text {
    width: 100%;
    min-width: 0;
  }

  .ba-qf__feature-list li {
    justify-content: flex-start;
  }

  .ba-qf__feature-icon {
    --qf-icon-size: 16px;
  }

  .ba-qf__controls {
    position: relative;
    z-index: 1;
    gap: var(--qf-controls-gap);
  }

  .ba-embed,
  .ba-wa,
  .ba-growth,
  .ba-business,
  .ba-footer {
    padding-block: var(--space-10);
  }

  .ba-embed {
    padding-inline: var(--space-6);
  }

  .ba-business {
    padding: var(--space-20) var(--space-6);
    overflow: hidden;
  }

  .ba-channel,
  .ba-manage,
  .ba-cta {
    padding: var(--space-20) var(--space-6);
  }

  .ba-embed__wrapper,
  .ba-wa__wrapper,
  .ba-growth__wrapper,
  .ba-business__wrapper,
  .ba-channel__wrapper,
  .ba-manage__wrapper,
  .ba-cta__wrapper,
  .ba-footer__wrapper {
    width: 100%;
    max-width: none;
    padding-inline: var(--space-4);
  }

  .ba-growth__wrapper {
    padding: var(--space-20) var(--space-6);
  }

  .ba-embed,
  .ba-growth,
  .ba-business,
  .ba-manage,
  .ba-cta {
    padding: var(--space-20) var(--space-6);
  }

  .ba-embed__title,
  .ba-wa__title,
  .ba-growth__title,
  .ba-business__title,
  .ba-channel__title,
  .ba-manage__title,
  .ba-cta__title {
    width: 100%;
    min-width: 0;
    font-size: var(--font-size-feature-title);
    line-height: var(--line-height-menu);
  }

  .ba-embed__text,
  .ba-wa__text,
  .ba-growth__text,
  .ba-business__subtitle,
  .ba-channel__subtitle,
  .ba-manage__text,
  .ba-cta__text {
    width: 100%;
    min-width: 0;
    max-width: none;
    font-size: var(--font-size-cta);
  }

  .ba-embed__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-6);
    padding-block: var(--space-10);
    border-radius: var(--space-4);
  }

  .ba-embed__content,
  .ba-embed__browser {
    flex: 0 0 auto;
    width: 100%;
  }

  .ba-embed__content {
    gap: var(--space-4);
  }

  .ba-embed__button {
    padding: var(--space-6) var(--space-12);
  }

  .ba-wa__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-6);
  }

  .ba-wa__media,
  .ba-wa__content {
    flex: 0 0 auto;
    width: 100%;
  }

  .ba-wa__content {
    gap: var(--space-4);
  }

  .ba-wa__feature-list {
    gap: var(--space-4);
  }

  .ba-wa__feature-list li {
    justify-content: flex-start;
  }

  .ba-wa__feature-icon {
    --wa-icon-size: 16px;
  }

  .ba-growth__wrapper {
    gap: var(--space-6);
  }

  .ba-growth__top {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-6);
  }

  .ba-growth__content,
  .ba-growth__media-column {
    flex: 0 0 auto;
    width: 100%;
  }

  .ba-growth__content {
    order: 2;
    gap: var(--space-4);
  }

  .ba-growth__media-column {
    order: 1;
  }

  .ba-growth__feature-list li {
    justify-content: flex-start;
  }

  .ba-growth__feature-icon {
    --growth-icon-size: 16px;
  }

  .ba-growth__media {
    padding-inline: 0;
  }

  .ba-growth__image-frame {
    border-radius: var(--space-4);
  }

  .ba-growth__time-pill {
    top: 7%;
    left: 52%;
    padding: 10px 12px;
    font-size: 12px;
  }

  .ba-growth__confirm-pill {
    top: 22%;
    left: 36%;
    width: 240px;
    padding: var(--space-4);
    font-size: var(--font-size-cta);
  }

  .ba-growth__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-6) var(--space-4);
  }

  .ba-growth__divider {
    display: none;
  }

  .ba-growth__stat {
    padding-inline: 0;
  }

  .ba-growth__stat h3 {
    font-size: var(--font-size-appointment-title);
  }

  .ba-business__wrapper {
    gap: var(--space-10);
    padding-inline: 0;
  }

  .ba-business__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .ba-business__intro {
    flex: 0 0 auto;
    gap: var(--space-2);
    width: 100%;
    overflow: visible;
  }

  .ba-business__title {
    margin: 0;
    line-height: 1.28;
    overflow: visible;
  }

  .ba-business__title-accent {
    display: block;
    color: var(--color-yellow);
  }

  .ba-business__subtitle {
    max-width: 382px;
    margin: 0;
    line-height: 1.4;
    overflow: visible;
  }

  .ba-business__button {
    display: none;
  }

  .ba-business__grid {
    display: flex;
    gap: var(--space-6);
    width: calc(100vw - var(--space-6));
    margin-right: calc(var(--space-6) * -1);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .ba-business__grid::-webkit-scrollbar {
    display: none;
  }

  .ba-business__card {
    flex: 0 0 302px;
    width: 302px;
    justify-content: flex-start;
    scroll-snap-align: start;
  }

  .ba-business__image-wrap,
  .ba-business__image-wrap--large {
    height: 230px;
  }

  .ba-business__card-body {
    padding: var(--space-6) var(--space-4);
  }

  .ba-business__card h3 {
    font-size: var(--font-size-appointment-title);
    line-height: var(--line-height-menu);
  }

  .ba-business__card ul {
    padding-left: var(--space-6);
    font-size: var(--font-size-cta);
    line-height: var(--line-height-menu);
  }

  .ba-business__image--doctors {
    top: 0.2px;
    left: calc(50% - 25px);
    width: 368px;
    height: 241px;
    transform: translateX(-50%);
  }

  .ba-business__image--beauty {
    top: 1.2px;
    left: 0;
    width: 366px;
    height: 236px;
  }

  .ba-business__image--meetings {
    top: 0.2px;
    left: -7px;
    width: 380px;
    height: 263px;
  }

  .ba-business__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-10);
    width: 100%;
    overflow: hidden;
  }

  .ba-business__arrow-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--qf-control-size);
    height: var(--qf-control-size);
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent center / contain no-repeat;
    color: transparent;
    cursor: pointer;
  }

  .ba-business__arrow-button[data-business-direction="prev"] {
    background-image: url("assets/icons/arrow-left.svg");
  }

  .ba-business__arrow-button[data-business-direction="next"] {
    background-image: url("assets/icons/arrow-right.svg");
  }

  .ba-business__arrow-icon {
    display: none;
  }

  .ba-business__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--qf-dot-gap);
    padding: var(--qf-dot-area-padding);
  }

  .ba-business__dot {
    width: var(--qf-dot-size);
    height: var(--qf-dot-size);
    padding: 0;
    border: 0;
    border-radius: var(--qf-dot-radius);
    background: var(--business-text);
    cursor: pointer;
    opacity: var(--qf-dot-inactive-opacity);
    transition: width var(--qf-transition), opacity var(--qf-transition);
  }

  .ba-business__dot.is-active {
    width: var(--qf-dot-active-width);
    opacity: 1;
  }

  .ba-channel__wrapper {
    gap: var(--space-6);
  }

  .ba-channel__title-block {
    align-items: flex-start;
    text-align: left;
  }

  .ba-channel__body {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-10);
  }

  .ba-channel__preview-column,
  .ba-channel__tabs {
    flex: 0 0 auto;
    width: 100%;
  }

  .ba-channel__preview {
    padding-inline: 0;
  }

  .ba-channel__image-frame {
    border-radius: var(--radius-card);
  }

  .ba-channel__tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-4);
    padding-inline: 0;
  }

  .ba-channel__tab {
    width: 100%;
    min-width: 0;
    padding: var(--space-6) var(--space-2);
  }

  .ba-channel__tab span {
    font-size: var(--font-size-cta);
  }

  .ba-manage__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-4);
  }

  .ba-manage__content,
  .ba-manage__visual {
    flex: 0 0 auto;
    width: 100%;
  }

  .ba-manage__content {
    order: 2;
    gap: var(--space-4);
  }

  .ba-manage__visual {
    order: 1;
  }

  .ba-manage__features {
    gap: var(--space-4);
    padding-right: 0;
  }

  .ba-manage__visual-inner {
    padding: var(--space-10) 0;
  }

  .ba-manage__ellipse {
    left: 50%;
    right: auto;
    bottom: auto;
    top: 50%;
    width: 352px;
    height: 352px;
    transform: translate(-50%, -50%);
  }

  .ba-manage__feature {
    padding: var(--space-4) var(--space-2);
  }

  .ba-manage__feature span {
    font-size: 14px;
  }

  .ba-cta {
    background: var(--cta-section-bg);
  }

  .ba-cta__panel {
    gap: var(--space-4);
    padding: var(--space-20) var(--space-6);
    border-radius: var(--space-10);
  }

  .ba-cta__text {
    text-align: center;
  }

  .ba-cta__action {
    padding-top: var(--space-8);
  }

  .ba-footer__wrapper {
    gap: var(--space-8);
  }

  .ba-footer__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  .ba-footer__column {
    flex: 0 0 auto;
    width: 100%;
  }

  .ba-footer__heading-spacer {
    display: none;
  }

  .ba-footer__contact-item {
    white-space: normal;
  }

  .ba-footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: var(--space-4);
  }

  .ba-footer__legal {
    flex-wrap: wrap;
    gap: var(--space-4);
  }
}

.cta-button,
.ba-hero__cta,
.ba-embed__button,
.ba-business__button,
.ba-cta__button,
.mobile-menu__cta,
.features-cta__button {
  transition: transform var(--motion-duration) var(--motion-ease), box-shadow var(--motion-duration) var(--motion-ease), filter var(--motion-duration) var(--motion-ease);
}

.cta-button:hover,
.ba-hero__cta:hover,
.ba-embed__button:hover,
.ba-business__button:hover,
.ba-cta__button:hover,
.mobile-menu__cta:hover,
.features-cta__button:hover {
  box-shadow: 0 12px 24px rgba(243, 201, 0, 0.24);
  filter: saturate(1.08);
  transform: translateY(-3px);
}

.ba-hero__image-card {
  transition: transform var(--motion-duration-slow) var(--motion-ease), box-shadow var(--motion-duration-slow) var(--motion-ease);
  animation: hero-card-float 5.5s var(--motion-ease) infinite;
  will-change: transform;
}

.ba-hero__image-card:hover {
  animation-play-state: paused;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  transform: translateY(var(--motion-hover-y)) scale(1.025);
}

.ba-hero__image-card--two {
  animation-delay: -1.2s;
}

.ba-hero__image-card--three {
  animation-delay: -2.4s;
}

.ba-hero__image-card--four {
  animation-delay: -3.6s;
}

@keyframes hero-card-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.ba-business__card {
  transition: transform var(--motion-duration) var(--motion-ease), box-shadow var(--motion-duration) var(--motion-ease);
  will-change: transform;
}

.ba-business__card:hover {
  box-shadow: var(--motion-card-shadow);
  transform: translateY(var(--motion-hover-y));
}

.ba-business__image {
  transition: transform var(--motion-duration-slow) var(--motion-ease);
}

.ba-business__card:hover .ba-business__image--doctors {
  transform: translateX(-50%) scale(1.045);
}

.ba-business__card:hover .ba-business__image--car,
.ba-business__card:hover .ba-business__image--photo {
  transform: translate(-50%, -50%) scale(1.045);
}

.ba-business__card:hover .ba-business__image--beauty,
.ba-business__card:hover .ba-business__image--meetings,
.ba-business__card:hover .ba-business__image--cowork {
  transform: scale(1.045);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .features-hero,
  .features-section-title,
  .features-card-section,
  .features-cta {
    padding: 72px 24px;
  }

  .features-hero__wrapper {
    gap: var(--space-8);
  }

  .features-hero__title {
    font-size: 56px;
  }

  .features-hero__graphic {
    width: min(100%, 1120px);
    aspect-ratio: 1313 / 503;
  }

  .features-index {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-6);
    padding-inline: 0;
  }

  .features-index__group {
    flex: 0 1 auto;
    min-width: 0;
  }

  .features-index__group h2 {
    font-size: 18px;
  }

  .features-index__group a {
    align-items: flex-start;
    font-size: 15px;
  }

  .features-section-title h2,
  .features-cta h2 {
    font-size: 44px;
    line-height: 1.24;
  }

  .features-card {
    gap: var(--space-8);
    padding: 48px;
    border-radius: 32px;
  }

  .features-card h3 {
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 30px;
    line-height: 1.24;
  }

  .features-card h3 img {
    width: 36px;
    height: 36px;
  }

  .features-card__media {
    align-self: stretch;
  }

  .features-cta__box {
    padding: 72px 32px;
    border-radius: 32px;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .features-card {
    flex-direction: column;
    align-items: stretch;
  }

  .features-card__content,
  .features-card__media {
    flex: 0 0 auto;
  }

  .features-card__content {
    order: 2;
  }

  .features-card__media {
    order: 1;
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .features-card {
    padding: 64px;
  }
}

@media (max-width: 767px) {
  .features-hero,
  .features-section-title,
  .features-card-section,
  .features-cta {
    padding: 64px 24px;
  }

  .features-hero__wrapper {
    gap: var(--space-6);
  }

  .features-hero__title {
    max-width: 100%;
    font-size: 42px;
    letter-spacing: 0;
    line-height: 1.12;
  }

  .features-hero__text,
  .features-section-title p,
  .features-cta p {
    font-size: 16px;
  }

  .features-hero__graphic {
    width: calc(100vw - 24px);
    max-width: none;
    aspect-ratio: 1313 / 503;
  }

  .features-index {
    flex-direction: column;
    gap: var(--space-6);
    padding-inline: 0;
  }

  .features-index__group {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
  }

  .features-index__group h2 {
    min-height: auto;
    font-size: 18px;
  }

  .features-index__group a {
    min-height: 38px;
    padding-inline: 0;
  }

  .features-section-title h2,
  .features-cta h2 {
    font-size: 34px;
    line-height: 1.18;
  }

  .features-section-title {
    align-items: flex-start;
    text-align: left;
  }

  .features-card {
    flex-direction: column;
    align-items: stretch;
    gap: var(--space-6);
    padding: var(--space-6);
    border-radius: 24px;
  }

  .features-card h3 {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: var(--space-3);
    font-size: 26px;
    line-height: 1.22;
  }

  .features-card h3 img {
    width: 34px;
    height: 34px;
  }

  .features-card__content,
  .features-card__media {
    flex: 0 0 auto;
  }

  .features-card__content {
    order: 2;
  }

  .features-card__media {
    order: 1;
  }

  .features-card p {
    font-size: 16px;
  }

  .features-card ul {
    gap: var(--space-2);
    padding-block: var(--space-3);
  }

  .features-card li {
    padding-left: var(--space-6);
    font-size: 15px;
  }

  .features-card li::before {
    left: 4px;
  }

  .features-card__media {
    width: 100%;
    border-radius: 16px;
  }

  .features-cta__box {
    padding: 64px 24px;
    border-radius: 24px;
  }

  .features-cta__dots {
    width: 180px;
    height: auto;
  }

  .features-cta__button {
    width: 100%;
    padding-inline: var(--space-6);
  }
}

@media (max-width: 430px) {
  .features-hero__title {
    font-size: 38px;
  }

  .features-section-title h2,
  .features-cta h2 {
    font-size: 30px;
  }

  .features-card h3 {
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .section-reveal,
  .section-reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}

/* Doctors & Clinics landing page */
.dc-page {
  background: var(--color-white);
  color: var(--color-black);
  font-family: var(--font-menu);
}

.dc-hero,
.dc-section,
.dc-final-cta {
  padding: 100px 24px;
}

.dc-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(243, 201, 0, 0.18), transparent 28%),
    linear-gradient(180deg, #fbfbfb 0%, #ffffff 100%);
}

.dc-hero__wrapper,
.dc-grid,
.dc-final-cta__box {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.dc-hero__wrapper,
.dc-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  column-gap: 40px;
}

.dc-hero__copy {
  grid-column: 1 / 7;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.dc-eyebrow {
  margin: 0;
  color: var(--color-yellow);
  font-size: 16px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.4;
}

.dc-hero__title,
.dc-copy h2,
.dc-final-cta h2 {
  margin: 0;
  font-family: var(--font-menu);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0;
  color: var(--color-black);
}

.dc-hero__title {
  max-width: 760px;
  font-size: clamp(48px, 5.6vw, 80px);
  line-height: 1.05;
}

.dc-hero__text,
.dc-copy p,
.dc-final-cta p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 20px;
  font-weight: var(--font-weight-regular);
  line-height: 1.55;
}

.dc-hero__text {
  max-width: 660px;
}

.dc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 12px;
}

.dc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 28px;
  border-radius: var(--radius-button);
  font-family: var(--font-cta);
  font-size: 16px;
  font-weight: var(--font-weight-semibold);
  line-height: 1;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

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

.dc-button--primary {
  background: var(--color-yellow);
  color: var(--color-black);
  box-shadow: 0 14px 32px rgba(243, 201, 0, 0.24);
}

.dc-button--secondary {
  background: var(--color-black);
  color: var(--color-white);
}

.dc-hero__visual {
  position: relative;
  grid-column: 7 / 13;
  min-height: 560px;
}

.dc-browser,
.dc-dashboard-card,
.dc-floating-card,
.dc-schedule-panel,
.dc-team-panel,
.dc-location-panel,
.dc-analytics-panel {
  border: 1px solid rgba(13, 14, 14, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 70px rgba(16, 24, 40, 0.12);
}

.dc-browser {
  position: absolute;
  inset: 30px 0 44px 34px;
  overflow: hidden;
  border-radius: 28px;
}

.dc-browser__bar {
  display: flex;
  gap: 8px;
  height: 48px;
  padding: 18px 22px;
  background: #0d0e0e;
}

.dc-browser__bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ffffff;
  opacity: 0.42;
}

.dc-dashboard-card {
  margin: 46px;
  padding: 28px;
  border-radius: 24px;
  box-shadow: none;
}

.dc-dashboard-card__header,
.dc-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.dc-dashboard-card__header span,
.dc-panel-header span,
.dc-floating-card span,
.dc-appointment-row span,
.dc-team-row p,
.dc-location-card span {
  color: #73808f;
  font-size: 14px;
  line-height: 1.4;
}

.dc-dashboard-card__header strong,
.dc-panel-header strong,
.dc-floating-card strong,
.dc-location-card strong {
  display: block;
  color: var(--color-black);
  font-size: 22px;
  line-height: 1.25;
}

.dc-status {
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: var(--font-weight-semibold);
}

.dc-status--approved {
  color: #126b3a;
  background: #dff7e9;
}

.dc-appointment-row {
  display: grid;
  grid-template-columns: 66px 1fr auto;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 16px;
  background: #f6f8fb;
}

.dc-appointment-row strong {
  font-size: 16px;
  line-height: 1.3;
}

.dc-appointment-row em {
  color: #2d6cdf;
  font-style: normal;
  font-size: 14px;
}

.dc-floating-card {
  position: absolute;
  z-index: 2;
  border-radius: 20px;
  padding: 22px 24px;
}

.dc-floating-card--booking {
  left: 0;
  bottom: 8px;
  width: 260px;
}

.dc-floating-card--booking p {
  margin: 6px 0 0;
  color: var(--color-text-muted);
  font-size: 15px;
}

.dc-floating-card--confirm {
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.dc-check {
  position: relative;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #48c946;
}

.dc-check::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 8px;
  width: 10px;
  height: 6px;
  border-left: 3px solid var(--color-white);
  border-bottom: 3px solid var(--color-white);
  transform: rotate(-45deg);
}

.dc-section--soft {
  background: #f7f9fb;
}

.dc-copy {
  grid-column: 1 / 6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.dc-grid > .dc-media,
.dc-grid > .dc-schedule-panel,
.dc-grid > .dc-team-panel,
.dc-grid > .dc-location-panel,
.dc-grid > .dc-analytics-panel {
  grid-column: 7 / 13;
}

.dc-grid--reverse .dc-copy {
  grid-column: 8 / 13;
}

.dc-grid--reverse > .dc-media,
.dc-grid--reverse > .dc-schedule-panel,
.dc-grid--reverse > .dc-team-panel,
.dc-grid--reverse > .dc-location-panel,
.dc-grid--reverse > .dc-analytics-panel {
  grid-column: 1 / 7;
  grid-row: 1;
}

.dc-copy h2 {
  max-width: 590px;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.12;
}

.dc-copy p {
  max-width: 620px;
  font-size: 18px;
}

.dc-list {
  display: grid;
  gap: 14px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.dc-list li {
  position: relative;
  padding-left: 30px;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.48;
}

.dc-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-yellow);
  box-shadow: inset 0 0 0 5px var(--color-black);
}

.dc-media {
  overflow: hidden;
  min-height: 430px;
  border-radius: 32px;
  background: #edf2f6;
  box-shadow: 0 24px 70px rgba(16, 24, 40, 0.12);
}

.dc-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.dc-media--ui,
.dc-media--phone {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px;
}

.dc-media--ui img,
.dc-media--phone img {
  min-height: 0;
  object-fit: contain;
}

.dc-media--phone img {
  max-height: 520px;
}

.dc-schedule-panel,
.dc-team-panel,
.dc-location-panel,
.dc-analytics-panel {
  padding: 34px;
  border-radius: 30px;
}

.dc-times {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.dc-times span,
.dc-calendar-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 14px;
  background: #f4f6f8;
  color: var(--color-black);
  font-weight: var(--font-weight-semibold);
}

.dc-calendar-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.dc-calendar-strip .is-active {
  background: var(--color-black);
  color: var(--color-white);
}

.dc-team-row {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 18px;
  background: #f7f9fb;
}

.dc-team-row > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #0d0e0e;
  color: #ffffff;
  font-weight: var(--font-weight-semibold);
}

.dc-team-row strong,
.dc-team-row p {
  margin: 0;
}

.dc-team-row em {
  color: #126b3a;
  font-style: normal;
  font-size: 14px;
}

.dc-location-panel {
  display: grid;
  gap: 18px;
  background:
    linear-gradient(135deg, rgba(74, 144, 226, 0.12), rgba(243, 201, 0, 0.14)),
    #ffffff;
}

.dc-location-card {
  padding: 24px;
  border: 1px solid rgba(13, 14, 14, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
}

.dc-location-card strong {
  margin-bottom: 8px;
}

.dc-chart {
  display: flex;
  align-items: end;
  gap: 18px;
  height: 280px;
  margin-top: 34px;
  padding: 28px;
  border-radius: 22px;
  background: #f7f9fb;
}

.dc-chart span {
  flex: 1;
  min-width: 24px;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, var(--color-yellow), #0d0e0e);
}

.dc-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.dc-metrics span {
  padding: 18px;
  border-radius: 18px;
  background: #f7f9fb;
  color: var(--color-text-muted);
}

.dc-metrics strong {
  display: block;
  color: var(--color-black);
  font-size: 30px;
  line-height: 1;
}

.dc-final-cta {
  background: var(--color-white);
}

.dc-final-cta__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 88px 40px;
  border-radius: 40px;
  background: var(--color-black);
  text-align: center;
}

.dc-final-cta h2 {
  max-width: 760px;
  color: var(--color-white);
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: 1.08;
}

.dc-final-cta p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
}

@media (min-width: 768px) and (max-width: 1100px) {
  .dc-hero,
  .dc-section,
  .dc-final-cta {
    padding: 80px 24px;
  }

  .dc-hero__wrapper,
  .dc-grid {
    column-gap: 28px;
  }

  .dc-hero__copy,
  .dc-copy,
  .dc-grid--reverse .dc-copy {
    grid-column: 1 / 7;
  }

  .dc-hero__visual,
  .dc-grid > .dc-media,
  .dc-grid > .dc-schedule-panel,
  .dc-grid > .dc-team-panel,
  .dc-grid > .dc-location-panel,
  .dc-grid > .dc-analytics-panel,
  .dc-grid--reverse > .dc-media,
  .dc-grid--reverse > .dc-schedule-panel,
  .dc-grid--reverse > .dc-team-panel,
  .dc-grid--reverse > .dc-location-panel,
  .dc-grid--reverse > .dc-analytics-panel {
    grid-column: 7 / 13;
  }

  .dc-hero__visual {
    min-height: 500px;
  }

  .dc-browser {
    left: 0;
  }

  .dc-dashboard-card {
    margin: 34px 24px;
    padding: 22px;
  }

  .dc-copy h2 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .dc-hero,
  .dc-section,
  .dc-final-cta {
    padding: 64px 24px;
  }

  .dc-hero__wrapper,
  .dc-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 34px;
  }

  .dc-hero__copy,
  .dc-copy {
    gap: 16px;
  }

  .dc-hero__title {
    font-size: 42px;
    line-height: 1.12;
  }

  .dc-hero__text,
  .dc-copy p,
  .dc-final-cta p {
    font-size: 16px;
  }

  .dc-actions,
  .dc-button {
    width: 100%;
  }

  .dc-hero__visual {
    min-height: 520px;
  }

  .dc-browser {
    inset: 58px 0 74px 0;
  }

  .dc-dashboard-card {
    margin: 26px 16px;
    padding: 18px;
  }

  .dc-dashboard-card__header,
  .dc-panel-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .dc-appointment-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .dc-floating-card {
    padding: 18px;
  }

  .dc-floating-card--booking {
    left: 12px;
    right: 48px;
    bottom: 0;
    width: auto;
  }

  .dc-floating-card--confirm {
    top: 0;
    right: 12px;
    left: 40px;
  }

  .dc-copy h2 {
    font-size: 32px;
    line-height: 1.18;
  }

  .dc-list li {
    font-size: 15px;
  }

  .dc-media {
    min-height: 330px;
    border-radius: 24px;
  }

  .dc-media img {
    min-height: 330px;
  }

  .dc-media--ui,
  .dc-media--phone {
    padding: 18px;
  }

  .dc-schedule-panel,
  .dc-team-panel,
  .dc-location-panel,
  .dc-analytics-panel {
    padding: 22px;
    border-radius: 24px;
  }

  .dc-times {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dc-calendar-strip {
    grid-template-columns: repeat(5, minmax(48px, 1fr));
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .dc-team-row {
    grid-template-columns: 48px 1fr;
  }

  .dc-team-row em {
    grid-column: 2;
  }

  .dc-chart {
    height: 220px;
    gap: 10px;
    padding: 18px;
  }

  .dc-metrics {
    grid-template-columns: 1fr;
  }

  .dc-final-cta__box {
    padding: 64px 24px;
    border-radius: 28px;
  }

  .dc-final-cta h2 {
    font-size: 34px;
  }
}

@media (max-width: 430px) {
  .dc-hero__title {
    font-size: 38px;
  }

  .dc-copy h2,
  .dc-final-cta h2 {
    font-size: 30px;
  }
}
