/* Shared SmoothWeek profession-page structure and components. */

.profession-page [id] {
  scroll-margin-top: 92px;
}

.profession-page .orbit-dot {
  box-shadow: 0 0 0 9px rgba(var(--app-accent-rgb), .1);
}

.profession-page .orbit-dot.od2 {
  box-shadow: 0 0 0 9px rgba(33, 138, 88, .1);
}

.profession-page .orbit-dot.od3 {
  box-shadow: 0 0 0 9px rgba(201, 105, 22, .1);
}

.profession-back-link {
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 11px 8px 9px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(var(--app-accent-rgb), .11);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  color: var(--profession-muted);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .02em;
  box-shadow: 0 8px 22px rgba(var(--app-deep-rgb), .05);
  backdrop-filter: blur(12px);
  transition: transform .2s ease, border-color .2s ease, color .2s ease;
}

.profession-back-link span {
  color: var(--app-accent);
  font-size: 15px;
  line-height: 1;
}

.profession-back-link:hover {
  transform: translateX(-2px);
  border-color: rgba(var(--app-accent-rgb), .26);
  color: var(--app-accent);
}

.profession-page .profession-hero .hero-audience {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 9px;
  color: var(--profession-muted);
  font-size: 14px;
}

.profession-page .profession-hero .hero-audience>span {
  margin-right: 0;
}

.profession-page .profession-hero .hero-audience-dot {
  color: var(--app-bright);
}

.profession-page .profession-hero .hero-audience-profession,
.profession-page .profession-hero .hero-title-role,
.profession-page .profession-hero .hero-title-week {
  background-image: linear-gradient(100deg, var(--app-accent), var(--app-bright));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.profession-page .profession-hero .hero-title {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(58px, 5vw, 84px);
  line-height: .92;
}

.profession-page .profession-hero .hero-title-line {
  display: block;
}

.profession-page .profession-hero .hero-title-this {
  color: var(--profession-ink);
}

.profession-page .profession-hero .hero-value-line {
  margin: 0 0 7px;
  display: flex;
  flex-wrap: wrap;
  gap: 2px 10px;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 760;
  letter-spacing: -.02em;
}

.profession-page .profession-hero .hero-value-clients {
  color: var(--app-deep);
}

.profession-page .profession-hero .hero-value-schedule {
  color: var(--app-accent);
}

.profession-page .profession-hero .hero-value-money {
  color: var(--app-bright);
}

.profession-page .profession-hero .hero-clarity-line {
  max-width: 590px;
  margin: 0 0 30px;
  color: var(--profession-muted);
  font-size: 17px;
  line-height: 1.6;
}

.profession-page .profession-hero .hero-clarity-line span {
  color: var(--app-accent);
  font-weight: 720;
}

.profession-page .profession-hero h1 em {
  background-image: linear-gradient(135deg, var(--app-deep), var(--app-bright));
}

.profession-page .profession-hero .profession-photo {
  position: absolute;
  inset: 10px -12vw 15px 80px;
  border-radius: 42px 0 0 42px;
  background-image: linear-gradient(90deg, rgba(var(--app-deep-rgb), .2) 0%, transparent 36%), var(--profession-hero-image);
  background-size: cover;
  background-position: 83% center;
  box-shadow: 0 40px 100px rgba(var(--app-deep-rgb), .22);
}

.profession-page .profession-hero {
  background: linear-gradient(180deg, var(--profession-page) 0%, var(--profession-soft-secondary) 70%, #fff 100%);
}

.profession-page .profession-hero .hero-glow--two {
  background: radial-gradient(circle, rgba(214, 173, 101, .28), transparent 68%);
}

.profession-page .header-cta--disabled,
.profession-page .header-cta--disabled:hover {
  opacity: .74;
  cursor: default;
  pointer-events: none;
  transform: none;
  background: var(--profession-ink);
}

.review-conflict-label {
  margin-left: auto;
  padding: 8px 10px;
  border-radius: 10px;
  background: var(--profession-gold-soft);
  color: var(--profession-deep);
  font-size: 9px;
  font-weight: 800;
}

.profession-page .year-card {
  background: linear-gradient(155deg, var(--profession-ink) 0%, var(--app-deep) 50%, var(--profession-primary) 125%);
}

.profession-page .year-bars i {
  background: linear-gradient(var(--profession-gold), var(--app-accent));
}

.profession-page .hero-proof span:first-child {
  border-top-color: rgba(var(--app-accent-rgb), .48);
}

.profession-fit {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
  gap: 80px;
  align-items: center;
}

.profession-fit-copy {
  max-width: 610px;
}

.profession-proof-grid {
  margin-top: 30px;
  display: grid;
  gap: 11px;
}

.profession-proof-grid article {
  min-height: 74px;
  padding: 13px 16px;
  display: flex;
  gap: 13px;
  align-items: center;
  border: 1px solid rgba(var(--app-accent-rgb), .1);
  border-radius: 19px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 12px 28px rgba(var(--app-deep-rgb), .05);
}

.profession-proof-grid article>span {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(var(--app-accent-rgb), .09);
  color: var(--app-accent);
  font-size: 17px;
  font-weight: 850;
}

.profession-proof-grid b,
.profession-proof-grid small {
  display: block;
}

.profession-proof-grid b {
  margin-bottom: 4px;
  font-size: 14px;
}

.profession-proof-grid small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.profession-fit-visual {
  position: relative;
  min-height: 720px;
  display: grid;
  place-items: center;
  border-radius: 42px;
  background: radial-gradient(circle at 50% 45%, var(--profession-soft) 0, var(--profession-soft) 46%, var(--profession-border) 100%);
  overflow: hidden;
}

.profession-fit-visual::before,
.profession-fit-visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(var(--app-accent-rgb), .12);
  border-radius: 50%;
}

.profession-fit-visual::before {
  width: 540px;
  height: 540px;
}

.profession-fit-visual::after {
  width: 410px;
  height: 410px;
}

.profession-fit-visual>.native-phone {
  z-index: 2;
  transform: rotate(2deg) scale(.98);
}

.phone-halo {
  position: absolute;
  width: 330px;
  height: 520px;
  border-radius: 50%;
  background: rgba(var(--app-bright-rgb), .22);
  filter: blur(60px);
}

.profession-detail-card {
  position: absolute;
  z-index: 5;
  min-width: 215px;
  padding: 13px 15px;
  display: flex;
  gap: 11px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 18px;
  background: rgba(255, 255, 255, .91);
  box-shadow: 0 20px 50px rgba(var(--app-deep-rgb), .14);
  backdrop-filter: blur(14px);
}

.profession-detail-card>span {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--app-gradient);
  color: #fff;
  font-weight: 850;
}

.profession-detail-card b,
.profession-detail-card small {
  display: block;
}

.profession-detail-card b {
  font-size: 12px;
}

.profession-detail-card small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.profession-detail-card--top {
  top: 86px;
  right: 25px;
}

.profession-detail-card--bottom {
  bottom: 82px;
  left: 24px;
}

.profession-workflow {
  padding-top: 130px;
  padding-bottom: 130px;
  background: #fff;
}

.workflow-heading {
  max-width: 850px;
  margin: 0 auto 38px;
}

.workflow-rail {
  width: min(940px, 100%);
  margin: 0 auto 70px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--bg);
  color: var(--profession-muted);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .03em;
}

.workflow-rail span {
  padding: 9px 15px;
  border-radius: 999px;
}

.workflow-rail span.active {
  background: var(--app-gradient);
  color: #fff;
}

.workflow-rail i {
  color: var(--profession-border);
  font-style: normal;
}

.workflow-step {
  width: min(1180px, 100%);
  min-height: 720px;
  margin: 0 auto 58px;
  padding: 54px 70px;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(430px, 1.15fr);
  gap: 75px;
  align-items: center;
  border: 1px solid rgba(var(--app-accent-rgb), .08);
  border-radius: 44px;
  background: linear-gradient(145deg, var(--profession-page), var(--profession-soft-secondary));
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(var(--app-deep-rgb), .07);
}

.workflow-step--reverse .workflow-copy {
  order: 2;
}

.workflow-step--reverse .workflow-visual {
  order: 1;
}

.workflow-copy {
  position: relative;
  z-index: 2;
}

.workflow-number {
  margin-bottom: 24px;
  display: block;
  color: rgba(var(--app-accent-rgb), .13);
  font-size: 74px;
  line-height: .75;
  font-weight: 900;
  letter-spacing: -.08em;
}

.workflow-copy .eyebrow {
  margin-bottom: 14px;
  color: var(--app-accent);
}

.workflow-copy h3,
.availability-copy h3 {
  margin-bottom: 20px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.workflow-copy>p:not(.eyebrow),
.availability-copy>p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.workflow-copy ul {
  margin: 25px 0 0;
  padding: 0;
  display: grid;
  gap: 11px;
  list-style: none;
}

.workflow-copy li {
  position: relative;
  padding-left: 29px;
  color: var(--profession-ink);
  font-size: 13px;
  font-weight: 650;
}

.workflow-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(var(--app-accent-rgb), .1);
  color: var(--app-accent);
  font-size: 10px;
  font-weight: 900;
}

.workflow-visual {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
}

.workflow-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--app-bright-rgb), .32), rgba(var(--app-accent-rgb), .06) 58%, transparent 72%);
}

.workflow-visual>.native-phone {
  z-index: 2;
  transform: scale(.98);
}

.mockup-caption {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 48px;
  min-width: 220px;
  margin: 0;
  padding: 14px 17px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 17px;
  background: rgba(255, 255, 255, .91);
  box-shadow: 0 18px 40px rgba(var(--app-deep-rgb), .12);
  backdrop-filter: blur(12px);
}

.mockup-caption b,
.mockup-caption span {
  display: block;
}

.mockup-caption b {
  margin-bottom: 4px;
  color: var(--app-accent);
  font-size: 9px;
  letter-spacing: .1em;
}

.mockup-caption span {
  color: var(--muted);
  font-size: 10px;
}

.floating-proof {
  position: absolute;
  z-index: 4;
  right: -10px;
  bottom: 65px;
  min-width: 205px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 17px;
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 18px 40px rgba(var(--app-deep-rgb), .12);
}

.floating-proof b,
.floating-proof small {
  display: block;
}

.floating-proof b {
  font-size: 12px;
}

.floating-proof small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
}

.note-examples {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.note-examples span {
  padding: 12px;
  border: 1px solid rgba(var(--app-accent-rgb), .1);
  border-radius: 14px;
  background: #fff;
}

.note-examples b,
.note-examples small {
  display: block;
}

.note-examples b {
  margin-bottom: 4px;
  font-size: 11px;
}

.note-examples small {
  color: var(--app-accent);
  font-size: 8px;
  font-weight: 750;
}

.whatsapp-feature {
  margin-top: 26px;
  padding: 15px;
  display: flex;
  gap: 13px;
  align-items: center;
  border: 1px solid rgba(33, 138, 88, .22);
  border-radius: 17px;
  background: rgba(33, 138, 88, .08);
}

.whatsapp-feature>span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--profession-success);
  color: #fff;
  font-size: 17px;
}

.whatsapp-feature b,
.whatsapp-feature small {
  display: block;
}

.whatsapp-feature b {
  margin-bottom: 3px;
  font-size: 12px;
}

.whatsapp-feature small {
  color: var(--profession-muted);
  font-size: 9px;
  line-height: 1.4;
}

.tap-hint {
  position: absolute;
  z-index: 5;
  right: -4px;
  top: 260px;
  padding: 12px 15px;
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: 15px;
  background: var(--profession-success);
  color: #fff;
  box-shadow: 0 15px 35px rgba(33, 138, 88, .24);
  font-size: 10px;
  font-weight: 760;
  animation: pulseHint 2.4s ease-in-out infinite;
}

@keyframes pulseHint {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(-7px); }
}

.close-mini-stats {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.close-mini-stats span {
  padding: 13px 8px;
  border-radius: 15px;
  background: #fff;
  color: var(--muted);
  text-align: center;
  font-size: 8px;
}

.close-mini-stats b {
  margin-bottom: 4px;
  display: block;
  color: var(--app-accent);
  font-size: 18px;
}

.availability-story {
  width: min(1180px, 100%);
  min-height: 790px;
  margin: 105px auto;
  padding: 68px 60px;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 40px;
  align-items: center;
  border-radius: 44px;
  background: linear-gradient(140deg, var(--app-deep), var(--profession-primary) 46%, var(--profession-bright) 100%);
  color: #fff;
  overflow: hidden;
}

.availability-copy {
  position: relative;
  z-index: 3;
}

.availability-copy .eyebrow {
  color: var(--profession-soft);
}

.availability-copy>p:not(.eyebrow) {
  color: rgba(255, 255, 255, .7);
}

.availability-toggle {
  margin-top: 28px;
  padding: 5px;
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
}

.availability-toggle button {
  height: 40px;
  padding: 0 15px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, .6);
  font-size: 10px;
  font-weight: 760;
  cursor: pointer;
}

.availability-toggle button.active {
  background: #fff;
  color: var(--app-deep);
}

.availability-phones {
  position: relative;
  min-height: 665px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.availability-phone {
  position: absolute;
  transition: transform .35s ease, opacity .35s ease, filter .35s ease;
}

.availability-phone>.native-phone {
  transform: scale(.88);
}

.availability-phone>p {
  margin: -22px 0 0;
  text-align: center;
}

.availability-phone>p b,
.availability-phone>p span {
  display: block;
}

.availability-phone>p b {
  margin-bottom: 4px;
  color: var(--profession-soft);
  font-size: 8px;
  letter-spacing: .12em;
}

.availability-phone>p span {
  color: rgba(255, 255, 255, .6);
  font-size: 9px;
}

.availability-phone--empty {
  left: -22px;
  transform: rotate(-5deg) scale(.9);
  filter: saturate(.8);
}

.availability-phone--filled {
  right: -8px;
  z-index: 2;
  transform: rotate(4deg);
}

.availability-phone--filled>.native-phone {
  box-shadow: 0 38px 90px rgba(0, 0, 0, .35);
}

.availability-arrow {
  position: absolute;
  z-index: 4;
  width: 63px;
  height: 63px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
  backdrop-filter: blur(12px);
}

.availability-arrow span {
  font-size: 22px;
}

.availability-arrow small {
  position: absolute;
  top: 69px;
  color: rgba(255, 255, 255, .55);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;
}

.smooth-year {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr);
  gap: 80px;
  align-items: center;
}

.year-card {
  position: relative;
  min-height: 610px;
  padding: 54px;
  display: flex;
  flex-direction: column;
  border-radius: 38px;
  background: linear-gradient(155deg, var(--profession-ink) 0%, var(--app-deep) 48%, var(--profession-primary) 100%);
  color: #fff;
  box-shadow: 0 32px 80px rgba(var(--app-deep-rgb), .26);
  overflow: hidden;
}

.year-card::before {
  content: "✦";
  position: absolute;
  top: 20px;
  right: 30px;
  color: rgba(255, 255, 255, .2);
  font-size: 120px;
}

.year-card>p {
  margin-bottom: 16px;
  color: var(--profession-soft);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .18em;
}

.year-card h3 {
  margin-bottom: 8px;
  font-size: 48px;
  line-height: .98;
  letter-spacing: -.055em;
}

.year-card>small {
  color: rgba(255, 255, 255, .53);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .12em;
}

.year-metrics {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.year-metrics span {
  min-height: 105px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 19px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .56);
  font-size: 8px;
  line-height: 1.4;
}

.year-metrics b {
  margin-bottom: 12px;
  display: block;
  color: #fff;
  font-size: 27px;
}

.year-bars {
  height: 135px;
  margin-top: 36px;
  padding: 0 10px;
  display: flex;
  align-items: flex-end;
  gap: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.year-bars i {
  flex: 1;
  min-width: 7px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(var(--profession-bright), var(--profession-primary));
}

.year-footer {
  margin-top: auto;
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
}

.profession-phone-gallery {
  width: min(1370px, calc(100% + 80px));
  margin: 70px -40px 0;
  padding: 0 25px 15px;
  display: flex;
  gap: 28px;
  align-items: flex-end;
  justify-content: center;
  overflow-x: auto;
  scrollbar-width: none;
}

.profession-phone-gallery::-webkit-scrollbar {
  display: none;
}

.profession-phone-gallery .gallery-item {
  flex: 0 0 292px;
  opacity: 1;
}

.profession-phone-gallery .gallery-item>p {
  margin-top: 18px;
}

/* Reusable four-step session sharing proof */
.proof-flow__track {
  height: 100%;
  padding: 54px clamp(22px, 4vw, 58px) 82px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: clamp(14px, 2vw, 28px);
}

.proof-flow__slide {
  min-width: 0;
  margin: 0;
  display: grid;
  justify-items: center;
}

.proof-flow__slide>[data-profession-phone] {
  width: min(258px, 100%);
  transition: transform .3s ease;
}

.proof-flow__slide:nth-child(1)>[data-profession-phone] {
  transform: rotate(-1.8deg);
}

.proof-flow__slide:nth-child(2)>[data-profession-phone] {
  transform: translateY(12px) rotate(-.6deg);
}

.proof-flow__slide:nth-child(3)>[data-profession-phone] {
  transform: translateY(12px) rotate(.6deg);
}

.proof-flow__slide:nth-child(4)>[data-profession-phone] {
  transform: rotate(1.8deg);
}

.proof-flow__slide .proof-phone {
  width: 100%;
  height: auto;
  aspect-ratio: 292 / 602;
  box-shadow: 0 34px 70px rgba(var(--app-deep-rgb), .34);
}

.proof-flow__slide figcaption {
  position: relative;
  z-index: 2;
  width: max-content;
  max-width: calc(100% + 12px);
  margin-top: 18px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  background: rgba(var(--app-deep-rgb), .88);
  text-align: center;
  box-shadow: 0 14px 34px rgba(var(--app-deep-rgb), .2);
  backdrop-filter: blur(14px);
}

.proof-flow__slide figcaption b,
.proof-flow__slide figcaption span {
  display: block;
}

.proof-flow__slide figcaption b {
  color: var(--app-soft);
  font-size: 8px;
  letter-spacing: .09em;
}

.proof-flow__slide figcaption span {
  margin-top: 4px;
  overflow: hidden;
  color: rgba(255, 255, 255, .8);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.proof-flow__dots {
  display: none;
}

.proof-phone .phone-screen {
  position: relative;
  overflow: hidden;
  background: var(--app-page);
}

.proof-screen {
  position: absolute;
  inset: 0;
  overflow: hidden;
  color: var(--profession-ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

.proof-status {
  height: 29px;
  padding: 8px 15px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--profession-ink);
  font-size: 7px;
  font-weight: 750;
}

.proof-status span {
  letter-spacing: .6px;
}

.proof-app-nav,
.proof-contact-nav {
  height: 43px;
  padding: 0 13px;
  display: grid;
  grid-template-columns: 31px 1fr 31px;
  align-items: center;
}

.proof-app-nav>span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--app-gradient);
  color: #fff;
}

.proof-app-nav .app-icon {
  width: 16px;
  height: 16px;
}

.proof-app-nav>b,
.proof-contact-nav>b {
  text-align: center;
  font-size: 11px;
}

.proof-day-nav {
  height: 57px;
  padding: 0 12px;
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
}

.proof-day-nav button {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--app-accent);
  font: inherit;
  font-size: 22px;
}

.proof-day-nav div {
  text-align: center;
}

.proof-day-nav small,
.proof-day-nav b {
  display: block;
}

.proof-day-nav small {
  margin-bottom: 4px;
  color: var(--app-accent);
  font-size: 5px;
  font-weight: 850;
  letter-spacing: .18em;
}

.proof-day-nav b {
  font-size: 10px;
}

.proof-day-summary {
  min-height: 98px;
  margin: 0 12px 10px;
  padding: 12px 11px 9px;
  position: relative;
  border-radius: 20px;
  background: var(--app-gradient);
  color: #fff;
  box-shadow: 0 12px 25px rgba(var(--app-accent-rgb), .2);
}

.proof-day-summary>div:first-child small,
.proof-day-summary>div:first-child b {
  display: block;
}

.proof-day-summary>div:first-child small {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, .65);
  font-size: 5px;
  font-weight: 850;
  letter-spacing: .13em;
}

.proof-day-summary>div:first-child b {
  font-size: 10px;
}

.proof-day-summary>.app-icon {
  position: absolute;
  top: 12px;
  right: 13px;
  width: 28px;
  height: 28px;
  padding: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
}

.proof-day-summary>div:last-child {
  margin-top: 12px;
  padding: 5px 2px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 12px;
  background: rgba(255, 255, 255, .13);
}

.proof-day-summary>div:last-child span {
  display: grid;
  grid-template-columns: 10px auto;
  justify-content: center;
  align-items: center;
  column-gap: 3px;
}

.proof-day-summary>div:last-child .app-icon {
  width: 9px;
  height: 9px;
}

.proof-day-summary>div:last-child b {
  font-size: 7px;
}

.proof-day-summary>div:last-child small {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, .68);
  font-size: 4px;
}

.proof-schedule-heading {
  height: 35px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.proof-schedule-heading>span {
  display: grid;
  grid-template-columns: 25px auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 6px;
}

.proof-schedule-heading .app-icon {
  width: 25px;
  height: 25px;
  padding: 6px;
  grid-row: 1 / -1;
  border-radius: 8px;
  background: rgba(var(--app-accent-rgb), .09);
  color: var(--app-accent);
}

.proof-schedule-heading b {
  font-size: 9px;
}

.proof-schedule-heading small {
  color: var(--profession-muted);
  font-size: 5px;
}

.proof-schedule-heading>i {
  padding: 7px 9px;
  border-radius: 9px;
  background: rgba(var(--app-accent-rgb), .08);
  color: var(--app-accent);
  font-size: 5.5px;
  font-style: normal;
  font-weight: 750;
}

.proof-hour-heading {
  padding: 4px 14px 6px;
  display: flex;
  justify-content: space-between;
  color: var(--profession-muted);
  font-size: 5px;
}

.proof-hour-heading b {
  color: var(--app-accent);
}

.proof-booked-session {
  min-height: 65px;
  margin: 0 12px 5px;
  padding: 7px;
  display: grid;
  grid-template-columns: 49px 1fr 25px 6px;
  gap: 6px;
  align-items: center;
  border: 1px solid rgba(var(--app-accent-rgb), .1);
  border-radius: 16px;
  background: #fff;
}

.proof-booked-session time {
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: rgba(var(--app-accent-rgb), .09);
  color: var(--app-accent);
}

.proof-booked-session time b,
.proof-booked-session time small,
.proof-booked-session>div b,
.proof-booked-session>div small,
.proof-booked-session>div i {
  display: block;
}

.proof-booked-session time b {
  font-size: 7px;
}

.proof-booked-session time small {
  color: var(--profession-muted);
  font-size: 5px;
}

.proof-booked-session>div b {
  font-size: 8px;
}

.proof-booked-session>div small {
  margin: 2px 0 4px;
  color: var(--profession-muted);
  font-size: 6px;
}

.proof-booked-session>div i {
  width: max-content;
  padding: 2px 5px;
  border-radius: 6px;
  background: rgba(var(--app-accent-rgb), .06);
  color: var(--profession-muted);
  font-size: 4.5px;
  font-style: normal;
}

.proof-booked-session>span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(var(--app-accent-rgb), .09);
  color: var(--app-accent);
}

.proof-booked-session>span .app-icon {
  width: 12px;
}

.proof-booked-session>strong {
  color: var(--app-accent);
}

.proof-open-session {
  min-height: 51px;
  margin: 0 12px;
  display: grid;
  grid-template-columns: 48px 4px 1fr;
  gap: 7px;
  align-items: center;
}

.proof-open-session>time {
  color: var(--profession-muted);
  font-size: 6px;
  text-align: right;
}

.proof-open-session>i {
  width: 3px;
  height: 25px;
  border-radius: 2px;
  background: var(--app-bright);
}

.proof-open-session>div {
  height: 43px;
  padding: 7px 8px;
  display: grid;
  grid-template-columns: 19px 1fr 6px;
  gap: 6px;
  align-items: center;
  border: 1px solid rgba(var(--app-accent-rgb), .18);
  border-radius: 13px;
  background: rgba(var(--app-accent-rgb), .07);
  color: var(--app-accent);
}

.proof-open-session .app-icon {
  width: 17px;
  height: 17px;
}

.proof-open-session>div b,
.proof-open-session>div small {
  display: block;
}

.proof-open-session>div b {
  font-size: 6px;
}

.proof-open-session>div small {
  margin-top: 2px;
  color: var(--app-bright);
  font-size: 4.5px;
}

.proof-fab {
  position: absolute;
  right: 11px;
  bottom: 49px;
  min-width: 113px;
  height: 33px;
  padding: 0 12px;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: var(--app-gradient);
  color: #fff;
  box-shadow: 0 8px 18px rgba(var(--app-accent-rgb), .26);
}

.proof-fab .app-icon {
  width: 13px;
}

.proof-fab b {
  font-size: 7px;
}

.proof-tabbar {
  position: absolute;
  right: 7px;
  bottom: 6px;
  left: 7px;
  height: 43px;
  padding: 3px 5px;
  display: flex;
  justify-content: space-between;
  border-radius: 23px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 22px rgba(25, 21, 43, .1);
}

.proof-tabbar>span {
  width: 43px;
  padding: 4px 2px;
  display: grid;
  place-items: center;
  border-radius: 18px;
}

.proof-tabbar>span.active {
  background: rgba(var(--app-accent-rgb), .09);
  color: var(--app-accent);
}

.proof-tabbar .app-icon {
  width: 14px;
  height: 14px;
}

.proof-tabbar small {
  font-size: 5px;
}

.proof-contact-nav>span {
  color: var(--app-accent);
  font-size: 8px;
}

.proof-ready-screen {
  background: var(--app-page);
}

.proof-ready-card {
  margin: 0 11px 9px;
  padding: 12px;
  border: 1px solid rgba(var(--app-accent-rgb), .09);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(var(--app-deep-rgb), .035);
}

.proof-contact-card {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 11px;
}

.proof-contact-card>span {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--app-gradient);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.proof-contact-card b,
.proof-contact-card small,
.proof-contact-card strong {
  display: block;
}

.proof-contact-card b {
  font-size: 12px;
}

.proof-contact-card small {
  margin: 3px 0;
  color: var(--profession-muted);
  font-size: 7px;
}

.proof-contact-card strong {
  color: var(--app-accent);
  font-size: 7px;
}

.proof-card-title {
  display: flex;
  gap: 9px;
}

.proof-card-title>span {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--app-gradient);
  color: #fff;
}

.proof-card-title .app-icon {
  width: 17px;
  height: 17px;
}

.proof-card-title b,
.proof-card-title small {
  display: block;
}

.proof-card-title b {
  font-size: 11px;
}

.proof-card-title small {
  margin-top: 3px;
  color: var(--profession-muted);
  font-size: 6px;
  line-height: 1.3;
}

.proof-segment {
  height: 25px;
  margin-top: 11px;
  padding: 3px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  border-radius: 13px;
  background: #eeeeF1;
  text-align: center;
  font-size: 7px;
}

.proof-segment b {
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(25, 21, 43, .08);
}

.proof-template-card>p {
  margin: 12px 0 9px;
  color: var(--app-accent);
  font-size: 9px;
}

.proof-template-card>small {
  color: var(--profession-muted);
  font-size: 6px;
}

.proof-channel-card {
  padding-bottom: 5px;
}

.proof-channel-card>p {
  min-height: 43px;
  margin: 0;
  display: grid;
  grid-template-columns: 29px 1fr 8px;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 8px;
  border-bottom: 1px solid rgba(25, 21, 43, .07);
}

.proof-channel-card>p>span {
  width: 28px;
  height: 28px;
  grid-row: 1 / -1;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: rgba(var(--app-accent-rgb), .08);
  color: var(--app-accent);
  font-size: 10px;
}

.proof-channel-card>p.whatsapp>span {
  background: rgba(33, 138, 88, .1);
  color: var(--profession-success);
}

.proof-channel-card>p b {
  align-self: end;
  font-size: 8px;
}

.proof-channel-card>p small {
  align-self: start;
  color: var(--profession-muted);
  font-size: 6px;
}

.proof-channel-card>p i {
  grid-column: 3;
  grid-row: 1 / -1;
  color: var(--app-accent);
  font-style: normal;
}

.proof-message-screen,
.proof-calendar-screen {
  background: #fff;
}

.proof-message-nav {
  height: 70px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: 40px 1fr 32px;
  align-items: start;
}

.proof-message-nav>span {
  padding-top: 13px;
  color: var(--app-accent);
  font-size: 20px;
}

.proof-message-nav>span b {
  width: 19px;
  height: 19px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--profession-ink);
  color: #fff;
  font-size: 8px;
  vertical-align: 3px;
}

.proof-message-nav>div {
  display: grid;
  justify-items: center;
}

.proof-message-nav>div i {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--app-gradient);
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 750;
}

.proof-message-nav>div b {
  margin-top: 4px;
  font-size: 9px;
}

.proof-message-nav>.app-icon {
  width: 27px;
  height: 27px;
  margin-top: 12px;
  padding: 5px;
  border-radius: 50%;
  background: rgba(var(--app-accent-rgb), .06);
  color: var(--app-accent);
}

.proof-message-meta {
  margin: 9px 0 8px;
  color: #a4a4a8;
  font-size: 6px;
  text-align: center;
}

.proof-message-thread {
  height: 432px;
  padding: 0 12px;
  overflow: hidden;
}

.proof-message-bubble {
  padding: 12px 11px;
  border-radius: 19px;
  background: #e9e9ec;
  color: #111;
}

.proof-message-bubble p {
  margin: 0 0 14px;
  font-size: 8.5px;
  line-height: 1.38;
}

.proof-message-bubble p:last-child {
  margin-bottom: 0;
}

.proof-ics-card {
  width: 70%;
  margin-top: 7px;
  overflow: hidden;
  border-radius: 18px;
  background: #f5f5f6;
}

.proof-ics-card>div {
  min-height: 130px;
  padding: 14px 8px 10px;
  display: grid;
  justify-items: center;
  align-content: center;
}

.proof-ics-card>div>b {
  color: var(--app-accent);
  font-size: 16px;
  font-weight: 500;
}

.proof-ics-card>div>strong {
  color: #000;
  font-size: 45px;
  font-weight: 400;
  line-height: .95;
}

.proof-ics-card>div>span {
  margin-top: 13px;
  color: var(--profession-muted);
  font-size: 7px;
  font-weight: 650;
}

.proof-ics-card>div>small {
  margin-top: 3px;
  color: var(--profession-muted);
  font-size: 6px;
}

.proof-ics-card>p {
  margin: 0;
  padding: 10px;
  background: #e9e9ec;
}

.proof-ics-card>p b,
.proof-ics-card>p span,
.proof-ics-card>p small {
  display: block;
}

.proof-ics-card>p b {
  overflow: hidden;
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.proof-ics-card>p span,
.proof-ics-card>p small {
  margin-top: 4px;
  color: var(--profession-muted);
  font-size: 6px;
}

.proof-message-compose {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  height: 35px;
  display: grid;
  grid-template-columns: 34px 1fr 20px;
  gap: 7px;
  align-items: center;
}

.proof-message-compose>span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eeeef1;
}

.proof-message-compose>span .app-icon {
  width: 16px;
}

.proof-message-compose>p {
  height: 32px;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid #d9d9dd;
  border-radius: 17px;
  color: #aaaab0;
  font-size: 8px;
}

.proof-message-compose>i {
  color: var(--app-accent);
  font-style: normal;
}

.proof-calendar-tools {
  height: 52px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.proof-calendar-tools>b {
  color: var(--app-accent);
  font-size: 12px;
}

.proof-calendar-tools>span {
  height: 33px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 17px;
  background: #f7f7f8;
}

.proof-calendar-tools .app-icon {
  width: 16px;
  height: 16px;
}

.proof-calendar-week {
  height: 59px;
  padding: 0 8px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-bottom: 1px solid #dedee1;
}

.proof-calendar-week>span {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 5px;
}

.proof-calendar-week small {
  color: var(--profession-muted);
  font-size: 7px;
}

.proof-calendar-week b {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  font-size: 10px;
}

.proof-calendar-week>span.active b {
  background: var(--app-accent);
  color: #fff;
}

.proof-calendar-screen>h4 {
  height: 45px;
  margin: 0;
  display: grid;
  place-items: center;
  border-bottom: 1px solid #dedee1;
  font-size: 12px;
}

.proof-all-day {
  height: 44px;
  display: grid;
  grid-template-columns: 55px 1fr;
  align-items: center;
  border-bottom: 1px solid #dedee1;
}

.proof-all-day span {
  color: var(--profession-muted);
  font-size: 8px;
  text-align: center;
}

.proof-calendar-hours {
  height: 351px;
  position: relative;
}

.proof-calendar-hours>div {
  height: 58px;
  display: grid;
  grid-template-columns: 55px 1fr;
  align-items: start;
}

.proof-calendar-hours time {
  padding: 4px 7px 0 0;
  color: var(--profession-muted);
  font-size: 8px;
  text-align: right;
  transform: translateY(-50%);
}

.proof-calendar-hours>div i {
  height: 1px;
  background: #dedee1;
}

.proof-calendar-hours>article {
  position: absolute;
  top: 58px;
  right: 7px;
  left: 59px;
  height: 58px;
  padding: 7px 9px;
  border-left: 3px solid var(--app-bright);
  border-radius: 4px;
  background: rgba(var(--app-accent-rgb), .16);
  color: var(--app-accent);
}

.proof-calendar-hours>article b,
.proof-calendar-hours>article span {
  display: block;
}

.proof-calendar-hours>article b {
  font-size: 10px;
}

.proof-calendar-hours>article span {
  margin-top: 4px;
  font-size: 7px;
}

.proof-calendar-bottom {
  position: absolute;
  right: 12px;
  bottom: 10px;
  left: 12px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.proof-calendar-bottom>b,
.proof-calendar-bottom>span {
  min-width: 68px;
  height: 34px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 6px 18px rgba(25, 21, 43, .1);
}

.proof-calendar-bottom>b {
  color: var(--app-accent);
  font-size: 9px;
}

.proof-calendar-bottom .app-icon {
  width: 16px;
  height: 16px;
}

/* Native royal-violet phone system */
.profession-page .native-phone {
  position: relative;
  width: 292px;
  height: 602px;
  padding: 9px;
  overflow: hidden;
  border: 2px solid var(--profession-ink);
  border-radius: 47px;
  background: var(--profession-ink);
  box-shadow: 0 32px 90px rgba(var(--app-deep-rgb), .24);
  color: var(--profession-ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

.profession-page .native-phone .phone-island {
  top: 16px;
  width: 84px;
  height: 21px;
  background: var(--profession-ink);
}

.profession-page .native-phone .phone-screen {
  height: 100%;
  border-radius: 37px;
  background: var(--app-page);
}

.profession-page .native-phone .phone-status {
  height: 32px;
  padding: 8px 16px 0;
  color: var(--profession-ink);
  font-size: 7px;
  font-weight: 650;
}

.profession-page .native-phone .phone-status span {
  letter-spacing: 1px;
}

.app-icon {
  width: 1em;
  height: 1em;
  display: block;
}

.native-nav {
  height: 46px;
  padding: 0 13px;
  display: grid;
  grid-template-columns: 31px 1fr 31px;
  align-items: center;
  border-bottom: 1px solid rgba(25, 21, 43, .055);
  background: rgba(247, 244, 255, .72);
  backdrop-filter: blur(16px);
}

.native-nav>b {
  text-align: center;
  font-size: 12px;
}

.native-app-mark,
.native-back {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 10px;
}

.native-app-mark {
  background: linear-gradient(135deg, var(--app-accent), var(--app-bright));
  color: #fff;
  box-shadow: 0 5px 12px rgba(var(--app-accent-rgb), .22);
}

.native-app-mark .app-icon {
  width: 17px;
  height: 17px;
}

.native-back {
  border-radius: 50%;
  background: #fff;
  color: var(--app-accent);
  box-shadow: 0 5px 15px rgba(25, 21, 43, .08);
}

.native-back .app-icon {
  width: 18px;
  height: 18px;
}

.native-view {
  position: absolute;
  inset: 78px 0 49px;
  padding: 11px 12px;
  overflow: hidden;
}

.native-tabbar {
  position: absolute;
  z-index: 20;
  right: 8px;
  bottom: 7px;
  left: 8px;
  height: 44px;
  padding: 3px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 24px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 8px 22px rgba(25, 21, 43, .11);
  backdrop-filter: blur(18px);
}

.native-tabbar>span {
  width: 48px;
  height: 36px;
  padding: 4px 2px 2px;
  display: grid;
  place-items: center;
  gap: 1px;
  border-radius: 18px;
  color: var(--profession-ink);
}

.native-tabbar>span.active {
  background: rgba(var(--app-accent-rgb), .09);
  color: var(--app-accent);
}

.native-tabbar .app-icon {
  width: 15px;
  height: 15px;
  stroke-width: 2.2;
}

.native-tabbar small {
  font-size: 5.5px;
  font-weight: 650;
}

.native-date {
  height: 47px;
  display: grid;
  grid-template-columns: 32px 1fr 32px;
  align-items: center;
}

.native-date>button,
.native-date>span,
.native-week-heading>button,
.native-week-heading>span {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--app-accent);
  font-size: 19px;
  line-height: 1;
}

.native-date div,
.native-week-heading div {
  text-align: center;
}

.native-date small,
.native-date b,
.native-week-heading small,
.native-week-heading b {
  display: block;
}

.native-date small,
.native-week-heading small {
  margin-bottom: 3px;
  color: var(--app-accent);
  font-size: 5.5px;
  font-weight: 850;
  letter-spacing: .18em;
}

.native-date b,
.native-week-heading b {
  font-size: 11px;
}

.native-summary {
  position: relative;
  min-height: 100px;
  margin: 7px 0 10px;
  padding: 13px 12px 10px;
  border-radius: 20px;
  background: var(--app-gradient);
  color: #fff;
  box-shadow: 0 12px 24px rgba(var(--app-accent-rgb), .19);
}

.native-summary>div:first-child small,
.native-summary>div:first-child b {
  display: block;
}

.native-summary>div:first-child small {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, .68);
  font-size: 5.5px;
  font-weight: 800;
  letter-spacing: .13em;
}

.native-summary>div:first-child b {
  font-size: 11px;
}

.native-summary>.app-icon {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 25px;
  height: 25px;
  padding: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
}

.native-metrics {
  height: 40px;
  margin-top: 11px;
  padding: 5px 2px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 12px;
  background: rgba(255, 255, 255, .12);
}

.native-metrics span {
  display: grid;
  grid-template-columns: 12px auto;
  grid-template-rows: auto auto;
  align-items: center;
  justify-content: center;
  column-gap: 3px;
}

.native-metrics .app-icon {
  width: 10px;
  height: 10px;
}

.native-metrics b {
  font-size: 8px;
}

.native-metrics small {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, .65);
  font-size: 4.5px;
}

.native-section-title {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.native-section-title>span {
  display: grid;
  grid-template-columns: 26px auto;
  grid-template-rows: auto auto;
  column-gap: 7px;
  align-items: center;
}

.native-section-title .app-icon {
  width: 26px;
  height: 26px;
  padding: 7px;
  grid-row: 1 / -1;
  border-radius: 8px;
  background: rgba(var(--app-accent-rgb), .09);
  color: var(--app-accent);
}

.native-section-title b {
  font-size: 9px;
}

.native-section-title small {
  color: var(--profession-muted);
  font-size: 6px;
}

.native-section-title>i {
  padding: 7px 8px;
  border-radius: 9px;
  background: rgba(var(--app-accent-rgb), .08);
  color: var(--app-accent);
  font-size: 6px;
  font-style: normal;
  font-weight: 730;
}

.native-hour-label {
  margin: 4px 0 6px;
  display: flex;
  justify-content: space-between;
  color: var(--profession-muted);
  font-size: 5.5px;
}

.native-hour-label b {
  color: var(--app-accent);
}

.native-session-list {
  display: grid;
  gap: 5px;
}

.native-session {
  min-height: 59px;
  padding: 7px 7px;
  display: grid;
  grid-template-columns: 48px 1fr 27px 7px;
  gap: 6px;
  align-items: center;
  border: 1px solid rgba(var(--app-accent-rgb), .09);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(25, 21, 43, .035);
}

.native-time {
  height: 38px;
  padding: 6px 3px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(var(--app-accent-rgb), .08);
  color: var(--app-accent);
}

.native-time b,
.native-time small,
.native-session-copy b,
.native-session-copy small,
.native-session-copy i {
  display: block;
}

.native-time b {
  font-size: 8px;
}

.native-time small {
  color: var(--profession-muted);
  font-size: 5.5px;
}

.native-session-copy {
  min-width: 0;
}

.native-session-copy b {
  margin-bottom: 2px;
  overflow: hidden;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.native-session-copy small {
  margin-bottom: 3px;
  overflow: hidden;
  color: var(--profession-muted);
  font-size: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.native-session-copy i {
  width: max-content;
  max-width: 100%;
  padding: 2px 5px;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(var(--app-accent-rgb), .06);
  color: var(--profession-muted);
  font-size: 4.7px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.native-session--green .native-time { background: rgba(33, 138, 88, .1); color: var(--profession-success); }
.native-session--blue .native-time { background: rgba(var(--app-accent-rgb), .09); color: var(--profession-primary); }
.native-session--orange .native-time { background: rgba(201, 105, 22, .1); color: var(--profession-warning); }
.native-session--pink .native-time { background: rgba(var(--app-bright-rgb), .1); color: var(--profession-primary); }

.native-message-button {
  width: 27px;
  height: 27px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(33, 138, 88, .1);
  color: var(--profession-success);
  cursor: pointer;
}

.native-message-button:hover,
.native-message-button:focus-visible {
  background: var(--profession-success);
  color: #fff;
  transform: scale(1.06);
  outline: none;
}

.native-message-button .app-icon {
  width: 13px;
  height: 13px;
}

.native-chevron {
  color: var(--app-accent);
  font-size: 14px;
}

.native-fab {
  position: absolute;
  z-index: 7;
  right: 12px;
  bottom: 7px;
  min-width: 126px;
  height: 35px;
  padding: 0 13px;
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 20px;
  background: linear-gradient(90deg, var(--app-deep), var(--app-accent), var(--app-bright));
  color: #fff;
  box-shadow: 0 9px 20px rgba(var(--app-accent-rgb), .28);
}

.native-fab .app-icon {
  width: 14px;
  height: 14px;
}

.native-fab b {
  font-size: 8px;
}

.native-empty-view .native-summary {
  min-height: 106px;
}

.native-open-list {
  display: grid;
  gap: 6px;
}

.native-open-slot {
  min-height: 56px;
  display: grid;
  grid-template-columns: 48px 1fr 10px;
  gap: 7px;
  align-items: center;
}

.native-open-slot>span {
  height: 50px;
  display: grid;
  justify-items: end;
}

.native-open-slot>span b {
  color: var(--profession-muted);
  font-size: 7px;
}

.native-open-slot>span i {
  width: 3px;
  height: 27px;
  margin-right: 7px;
  border-radius: 3px;
  background: var(--app-bright);
}

.native-open-slot>div {
  height: 51px;
  padding: 8px 9px;
  display: grid;
  grid-template-columns: 22px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  border: 1px solid rgba(var(--app-bright-rgb), .24);
  border-radius: 14px;
  background: rgba(var(--app-bright-rgb), .09);
  color: var(--app-accent);
}

.native-open-slot .app-icon {
  width: 18px;
  height: 18px;
  grid-row: 1 / -1;
}

.native-open-slot>div b {
  font-size: 7px;
}

.native-open-slot>div small {
  color: var(--app-bright);
  font-size: 5.5px;
}

.native-open-slot>strong {
  color: var(--app-accent);
  font-size: 14px;
}

.native-profile-hero {
  min-height: 92px;
  padding: 13px;
  display: flex;
  gap: 13px;
  align-items: center;
  border-radius: 20px;
  background: var(--app-gradient);
  color: #fff;
  box-shadow: 0 12px 25px rgba(var(--app-accent-rgb), .2);
}

.native-avatar {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  background: var(--profession-success);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.native-avatar.small {
  width: 36px;
  height: 36px;
  border: 0;
  font-size: 9px;
}

.native-profile-hero small,
.native-profile-hero b,
.native-profile-hero p {
  display: block;
}

.native-profile-hero small {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, .65);
  font-size: 5px;
  font-weight: 800;
  letter-spacing: .13em;
}

.native-profile-hero b {
  margin-bottom: 4px;
  font-size: 13px;
}

.native-profile-hero p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 7px;
}

.native-profile-metrics {
  margin: -12px 8px 10px;
  padding: 10px 7px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 13px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 20px rgba(25, 21, 43, .08);
}

.native-profile-metrics span {
  text-align: center;
}

.native-profile-metrics small,
.native-profile-metrics b {
  display: block;
}

.native-profile-metrics small {
  margin-bottom: 4px;
  color: var(--profession-muted);
  font-size: 4px;
  letter-spacing: .07em;
}

.native-profile-metrics b {
  color: var(--app-accent);
  font-size: 7px;
}

.native-client-view>h5 {
  margin: 8px 3px 6px;
  font-size: 9px;
}

.native-card {
  border: 1px solid rgba(var(--app-accent-rgb), .07);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(25, 21, 43, .035);
}

.native-memory-card {
  padding: 5px 10px 9px;
}

.native-memory-card>p {
  min-height: 39px;
  margin: 0;
  display: grid;
  grid-template-columns: 25px 1fr 70px 8px;
  gap: 7px;
  align-items: center;
  border-bottom: 1px solid rgba(25, 21, 43, .06);
}

.native-memory-card>p>span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(var(--app-accent-rgb), .08);
  color: var(--app-accent);
  font-size: 7px;
  font-weight: 800;
}

.native-memory-card>p b {
  font-size: 7px;
}

.native-memory-card>p small {
  color: var(--profession-muted);
  font-size: 5.5px;
  text-align: right;
}

.native-memory-card>p i {
  color: var(--app-accent);
  font-style: normal;
}

.native-memory-card>div {
  margin-top: 8px;
  padding: 9px;
  border-radius: 11px;
  background: rgba(var(--app-accent-rgb), .055);
}

.native-memory-card>div small,
.native-memory-card>div b {
  display: block;
}

.native-memory-card>div small {
  margin-bottom: 5px;
  color: var(--app-accent);
  font-size: 4.5px;
  font-weight: 800;
  letter-spacing: .12em;
}

.native-memory-card>div b {
  font-size: 6.5px;
}

.native-communication-row {
  padding: 10px;
  display: grid;
  grid-template-columns: 28px 1fr 8px;
  gap: 8px;
  align-items: center;
}

.native-communication-row>.app-icon {
  width: 27px;
  height: 27px;
  padding: 7px;
  border-radius: 9px;
  background: rgba(33, 138, 88, .1);
  color: var(--profession-success);
}

.native-communication-row b,
.native-communication-row small {
  display: block;
}

.native-communication-row b {
  font-size: 7px;
}

.native-communication-row small {
  margin-top: 3px;
  color: var(--profession-muted);
  font-size: 5px;
}

.native-communication-row i {
  color: var(--app-accent);
  font-style: normal;
}

.native-week-heading {
  height: 47px;
  display: grid;
  grid-template-columns: 32px 1fr 32px;
  align-items: center;
}

.native-week-summary {
  min-height: 68px;
  margin: 7px 0 9px;
  padding: 12px 9px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 17px;
  background: var(--app-gradient);
  color: #fff;
  box-shadow: 0 11px 22px rgba(var(--app-accent-rgb), .18);
}

.native-week-summary span {
  text-align: center;
}

.native-week-summary small,
.native-week-summary b {
  display: block;
}

.native-week-summary small {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, .6);
  font-size: 4px;
  letter-spacing: .08em;
}

.native-week-summary b {
  font-size: 13px;
}

.native-day-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}

.native-day-strip span {
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #fff;
  color: var(--profession-muted);
}

.native-day-strip span.active {
  background: var(--app-accent);
  color: #fff;
}

.native-day-strip small,
.native-day-strip b {
  display: block;
}

.native-day-strip small {
  font-size: 4.5px;
}

.native-day-strip b {
  font-size: 9px;
}

.native-week-label {
  margin: 12px 1px 7px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.native-week-label b {
  font-size: 8px;
}

.native-week-label small {
  color: var(--profession-muted);
  font-size: 5px;
}

.native-week-list {
  display: grid;
  gap: 6px;
}

.native-week-list article {
  min-height: 56px;
  padding: 8px;
  display: grid;
  grid-template-columns: 37px 3px 1fr 8px;
  gap: 8px;
  align-items: center;
  border: 1px solid rgba(var(--app-accent-rgb), .07);
  border-radius: 14px;
  background: #fff;
}

.native-week-list time {
  color: var(--app-accent);
  font-size: 7px;
  font-weight: 750;
}

.native-week-list>article>span {
  width: 3px;
  height: 34px;
  border-radius: 3px;
}

.native-week-list .green { background: var(--profession-success); }
.native-week-list .blue { background: var(--profession-primary); }
.native-week-list .orange { background: var(--profession-warning); }
.native-week-list .pink { background: var(--profession-primary); }

.native-week-list b,
.native-week-list small {
  display: block;
}

.native-week-list b {
  margin-bottom: 4px;
  font-size: 8px;
}

.native-week-list small {
  color: var(--profession-muted);
  font-size: 6px;
  font-weight: 650;
}

.native-week-list i {
  color: var(--app-accent);
  font-style: normal;
}

.native-copy-week {
  width: 100%;
  height: 34px;
  margin-top: 9px;
  border: 1px solid rgba(var(--app-accent-rgb), .13);
  border-radius: 11px;
  background: rgba(var(--app-accent-rgb), .07);
  color: var(--app-accent);
  font-size: 7px;
}

.native-close-intro,
.native-editor-intro {
  text-align: center;
}

.native-close-intro>span,
.native-editor-intro>span {
  width: 48px;
  height: 48px;
  margin: 0 auto 8px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--app-gradient);
  color: #fff;
  box-shadow: 0 9px 20px rgba(var(--app-accent-rgb), .2);
}

.native-close-intro>span {
  border-radius: 50%;
  background: var(--profession-success);
}

.native-close-intro .app-icon,
.native-editor-intro .app-icon {
  width: 25px;
  height: 25px;
}

.native-close-intro small,
.native-editor-intro small {
  color: var(--app-accent);
  font-size: 5px;
  font-weight: 800;
  letter-spacing: .14em;
}

.native-close-intro h4,
.native-editor-intro h4 {
  margin: 5px 0 4px;
  font-size: 15px;
  letter-spacing: -.035em;
}

.native-close-intro p,
.native-editor-intro p {
  margin-bottom: 9px;
  color: var(--profession-muted);
  font-size: 6.5px;
}

.native-close-metrics {
  margin: 12px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.native-close-metrics span {
  min-height: 77px;
  padding: 10px 4px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: #fff;
}

.native-close-metrics .app-icon {
  width: 14px;
  height: 14px;
  color: var(--app-accent);
}

.native-close-metrics b {
  font-size: 14px;
}

.native-close-metrics small {
  color: var(--profession-muted);
  font-size: 5px;
}

.native-payment-review {
  padding: 13px;
}

.native-payment-review h5 {
  margin: 0 0 8px;
  font-size: 10px;
}

.native-payment-review p {
  min-height: 27px;
  margin: 0;
  display: grid;
  grid-template-columns: 8px 1fr auto;
  gap: 8px;
  align-items: center;
}

.native-payment-review .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.native-payment-review .green { background: var(--profession-success); }
.native-payment-review .plum { background: var(--app-accent); }
.native-payment-review .orange { background: var(--profession-warning); }

.native-payment-review b,
.native-payment-review strong {
  font-size: 7px;
}

.native-close-button {
  width: 100%;
  height: 39px;
  margin-top: 12px;
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(90deg, var(--app-deep), var(--app-bright));
  color: #fff;
}

.native-close-button .app-icon {
  width: 13px;
  height: 13px;
}

.native-close-button b {
  font-size: 7px;
}

.native-closed-note,
.native-local-badge {
  margin-top: 10px;
  padding: 9px 10px;
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: 12px;
  background: rgba(33, 138, 88, .08);
}

.native-closed-note>span,
.native-local-badge>span {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--profession-success);
  color: #fff;
  font-size: 8px;
}

.native-closed-note b,
.native-closed-note small,
.native-local-badge b,
.native-local-badge small {
  display: block;
}

.native-closed-note b,
.native-local-badge b {
  font-size: 6.5px;
}

.native-closed-note small,
.native-local-badge small {
  margin-top: 2px;
  color: var(--profession-muted);
  font-size: 5px;
}

.native-reminder-client {
  margin: 12px 0 9px;
  padding: 9px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.native-reminder-client b,
.native-reminder-client small {
  display: block;
}

.native-reminder-client b {
  font-size: 8px;
}

.native-reminder-client small {
  margin-top: 3px;
  color: var(--profession-muted);
  font-size: 5.5px;
}

.native-reminder-message {
  padding: 13px;
}

.native-reminder-message>small {
  color: var(--app-accent);
  font-size: 5px;
  font-weight: 800;
  letter-spacing: .12em;
}

.native-reminder-message p {
  margin: 9px 0 0;
  color: var(--profession-ink);
  font-size: 6.5px;
  line-height: 1.55;
}

.native-channel-row {
  height: 32px;
  margin: 9px 0 0;
  padding: 3px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 10px;
  background: rgba(var(--app-accent-rgb), .055);
}

.native-channel-row span {
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--profession-muted);
  font-size: 5.5px;
}

.native-channel-row span.active {
  background: #fff;
  color: var(--app-accent);
  box-shadow: 0 3px 8px rgba(25, 21, 43, .07);
  font-weight: 800;
}

.native-safe-copy {
  margin-top: 7px;
  display: block;
  color: var(--profession-muted);
  text-align: center;
  font-size: 5px;
}

.native-privacy-card {
  margin-top: 15px;
  padding: 6px 11px;
}

.native-privacy-card p {
  min-height: 70px;
  margin: 0;
  display: grid;
  grid-template-columns: 31px 1fr 12px;
  gap: 9px;
  align-items: center;
  border-bottom: 1px solid rgba(25, 21, 43, .06);
}

.native-privacy-card p:last-child {
  border-bottom: 0;
}

.native-privacy-card .app-icon {
  width: 30px;
  height: 30px;
  padding: 8px;
  border-radius: 10px;
  background: rgba(var(--app-accent-rgb), .08);
  color: var(--app-accent);
}

.native-privacy-card b,
.native-privacy-card small {
  display: block;
}

.native-privacy-card b {
  margin-bottom: 4px;
  font-size: 7.5px;
}

.native-privacy-card small {
  color: var(--profession-muted);
  font-size: 5.5px;
  line-height: 1.4;
}

.native-privacy-card i {
  color: var(--profession-success);
  font-size: 8px;
  font-style: normal;
}

.native-message-sheet {
  position: absolute;
  z-index: 50;
  inset: 75px 9px 8px;
  padding: 25px 17px 15px;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 27px;
  background: rgba(251, 250, 255, .97);
  box-shadow: 0 22px 55px rgba(25, 21, 43, .28);
  opacity: 0;
  transform: translateY(30px) scale(.96);
  transition: .22s ease;
  backdrop-filter: blur(20px);
}

.native-message-sheet.open {
  opacity: 1;
  transform: none;
}

.native-sheet-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  background: rgba(25, 21, 43, .06);
  color: var(--profession-muted);
  font-size: 16px;
  cursor: pointer;
}

.native-whatsapp-mark {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: var(--profession-success);
  color: #fff;
  font-size: 22px;
}

.native-message-sheet>small {
  display: block;
  color: var(--profession-success);
  text-align: center;
  font-size: 5px;
  font-weight: 850;
  letter-spacing: .12em;
}

.native-message-sheet>h4 {
  margin: 5px 0 13px;
  text-align: center;
  font-size: 17px;
}

.native-sheet-contact {
  padding: 9px;
  display: flex;
  gap: 9px;
  align-items: center;
  border-radius: 13px;
  background: #fff;
}

.native-sheet-contact>span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--app-gradient);
  color: #fff;
  font-size: 8px;
  font-weight: 800;
}

.native-sheet-contact b,
.native-sheet-contact small {
  display: block;
}

.native-sheet-contact b { font-size: 7.5px; }
.native-sheet-contact small { margin-top: 3px; color: var(--profession-muted); font-size: 5.5px; }

.native-sheet-bubble {
  margin: 12px 0;
  padding: 12px;
  border-radius: 15px 15px 5px 15px;
  background: rgba(33, 138, 88, .1);
  color: var(--profession-muted);
  font-size: 6.5px;
  line-height: 1.55;
}

.native-message-sheet>button:not(.native-sheet-close),
.native-message-sheet>.native-sheet-review {
  width: 100%;
  height: 38px;
  border: 0;
  border-radius: 12px;
  background: var(--profession-success);
  color: #fff;
  font-size: 7px;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.native-message-sheet>p {
  margin: 9px 10px 0;
  color: var(--profession-muted);
  text-align: center;
  font-size: 5px;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .profession-fit {
    gap: 45px;
  }

  .workflow-step {
    padding: 48px;
    gap: 45px;
  }

  .availability-story {
    padding: 55px 40px;
    grid-template-columns: .7fr 1.3fr;
  }

  .availability-phone--empty {
    left: -45px;
  }

  .availability-phone--filled {
    right: -35px;
  }

  .smooth-year {
    gap: 50px;
  }
}

@media (max-width: 960px) {
  .profession-fit,
  .smooth-year {
    grid-template-columns: 1fr;
  }

  .profession-fit-copy,
  .smooth-year .section-heading {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }

  .profession-fit-visual {
    width: min(680px, 100%);
    margin: 0 auto;
  }

  .workflow-step {
    grid-template-columns: 1fr 1fr;
  }

  .availability-story {
    grid-template-columns: 1fr;
  }

  .availability-copy {
    max-width: 650px;
    text-align: center;
  }

  .availability-phones {
    min-height: 635px;
  }

  .availability-phone--empty {
    left: 10%;
  }

  .availability-phone--filled {
    right: 10%;
  }

  .year-card {
    width: min(650px, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .profession-page .site-header {
    top: 10px;
    width: calc(100% - 20px);
    height: 60px;
    padding-left: 12px;
    border-radius: 18px;
  }

  .profession-page .site-header .brand {
    gap: 8px;
    font-size: 16px;
  }

  .profession-page .site-header .brand-mark {
    width: 32px;
    height: 32px;
  }

  .profession-page .site-header .header-cta {
    display: none;
  }

  .profession-page .site-header nav {
    top: 68px;
  }

  .profession-page .profession-hero {
    padding: 110px 18px 32px;
  }

  .profession-page .profession-hero .hero-copy {
    text-align: left;
  }

  .profession-page .profession-back-link {
    margin-bottom: 16px;
    background: rgba(255, 255, 255, .82);
  }

  .profession-page .profession-hero .hero-copy .store-row {
    justify-content: flex-start;
  }

  .profession-page .profession-hero .hero-trust {
    justify-content: flex-start;
  }

  .profession-page .profession-hero h1 {
    font-size: clamp(50px, 15vw, 66px);
  }

  .profession-page .profession-hero .hero-title {
    font-size: clamp(48px, 10.2vw, 66px);
  }

  .profession-page .profession-hero .hero-lede {
    font-size: 16px;
    line-height: 1.62;
  }

  .profession-page .profession-hero .hero-visual {
    height: 660px;
    margin-top: 20px;
  }

  .profession-page .profession-hero .profession-photo {
    inset: 18px -100px 25px 44px;
    border-radius: 30px 0 0 30px;
    background-position: 78% center;
  }

  .profession-page .profession-hero .hero-phone {
    left: -15px;
    bottom: 16px;
    transform: rotate(-4deg) scale(.45);
  }

  .profession-page .profession-hero .float-card {
    min-width: 116px;
    padding: 7px 8px;
    gap: 8px;
    border-radius: 13px;
  }

  .profession-page .profession-hero .float-card b { font-size: 9px; }
  .profession-page .profession-hero .float-card small { margin-top: 2px; font-size: 7px; }
  .profession-page .profession-hero .float-icon { width: 24px; height: 24px; border-radius: 8px; font-size: 12px; }
  .profession-page .profession-hero .float-card--sessions { top: 45px; left: 3px; }
  .profession-page .profession-hero .float-card--reminder { top: 360px; right: 8px; }
  .profession-page .profession-hero .float-card--conflict { right: 9px; bottom: 54px; }

  .profession-page .hero-proof {
    padding: 0;
    gap: 0;
    grid-template-columns: 1fr;
  }

  .profession-page .hero-proof span {
    min-height: 75px;
    padding: 16px 8px;
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .profession-fit,
  .profession-workflow,
  .smooth-year {
    padding-left: 18px;
    padding-right: 18px;
  }

  .profession-fit {
    gap: 45px;
  }

  .profession-fit-copy,
  .smooth-year .section-heading {
    text-align: left;
  }

  .profession-fit-visual {
    min-height: 500px;
    border-radius: 30px;
  }

  .profession-fit-visual>[data-profession-phone] {
    position: relative;
    z-index: 2;
    width: 204.4px;
    height: 421.4px;
    justify-self: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .profession-fit-visual>[data-profession-phone]>.native-phone {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(2deg) scale(.7);
    transform-origin: center center;
  }

  .profession-detail-card {
    min-width: 170px;
  }

  .profession-detail-card--top {
    top: 62px;
    right: 10px;
  }

  .profession-detail-card--bottom {
    bottom: 60px;
    left: 10px;
  }

  .profession-workflow {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .workflow-heading {
    text-align: left;
  }

  .workflow-rail {
    margin-bottom: 38px;
    padding: 9px;
    justify-content: flex-start;
    gap: 5px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .workflow-rail::-webkit-scrollbar { display: none; }
  .workflow-rail span { padding: 8px 10px; }
  .workflow-rail i { font-size: 9px; }

  .workflow-step,
  .workflow-step.workflow-step--reverse {
    min-height: auto;
    margin-bottom: 28px;
    padding: 36px 20px 26px;
    grid-template-columns: 1fr;
    gap: 18px;
    border-radius: 30px;
  }

  .workflow-step--reverse .workflow-copy,
  .workflow-step--reverse .workflow-visual {
    order: initial;
  }

  .workflow-copy h3,
  .availability-copy h3 {
    font-size: 39px;
  }

  .workflow-copy>p:not(.eyebrow),
  .availability-copy>p:not(.eyebrow) {
    font-size: 15px;
  }

  .workflow-number {
    margin-bottom: 20px;
    font-size: 58px;
  }

  .workflow-visual {
    min-height: 470px;
  }

  .workflow-visual>[data-profession-phone] {
    position: relative;
    z-index: 2;
    width: 204.4px;
    height: 421.4px;
    justify-self: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .workflow-visual>[data-profession-phone]>.native-phone {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.7);
    transform-origin: center center;
  }

  .mockup-caption,
  .floating-proof {
    right: 0;
    bottom: 24px;
    min-width: 190px;
  }

  .tap-hint {
    top: 235px;
    right: -6px;
  }

  .note-examples {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .availability-story {
    min-height: auto;
    margin: 58px auto;
    padding: 45px 20px 30px;
    gap: 20px;
    border-radius: 30px;
  }

  .availability-copy {
    text-align: left;
  }

  .availability-toggle {
    display: flex;
  }

  .availability-toggle button {
    flex: 1;
  }

  .availability-phones {
    min-height: 500px;
  }

  .availability-phone {
    left: 50%;
    right: auto;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateX(-50%) scale(.78) rotate(0);
  }

  .availability-phone.active {
    z-index: 3;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(-50%) scale(.7) rotate(0);
  }

  .availability-arrow {
    display: none;
  }

  .smooth-year {
    gap: 35px;
  }

  .year-card {
    min-height: 535px;
    padding: 38px 24px;
    border-radius: 30px;
  }

  .year-card h3 {
    font-size: 39px;
  }

  .year-metrics {
    margin-top: 32px;
  }

  .year-metrics span {
    min-height: 95px;
    padding: 12px 9px;
  }

  .year-metrics b {
    font-size: 22px;
  }

  .profession-phone-gallery {
    width: calc(100% + 36px);
    margin: 55px -18px 0;
    padding: 0 28px 20px;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
  }

  .profession-phone-gallery .gallery-item {
    flex-basis: 276px;
    scroll-snap-align: center;
  }

  .profession-phone-gallery .native-phone {
    transform: scale(.7);
    transform-origin: top center;
  }

  .profession-page .privacy-phone {
    transform: rotate(-6deg) scale(.7);
  }

  .profession-page .copy-week,
  .profession-page .close-day {
    padding-left: 20px;
    padding-right: 20px;
  }

  .profession-page .money .section-heading,
  .profession-page .privacy .section-heading {
    order: -1;
  }
}

@media (max-width: 430px) {
  .profession-page .profession-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .profession-page .profession-hero h1 {
    font-size: 49px;
  }

  .profession-page .profession-hero .hero-audience {
    grid-template-columns: auto 1fr;
    display: grid;
    gap: 4px 8px;
  }

  .profession-page .profession-hero .hero-audience-dot {
    grid-column: 1;
    grid-row: 1;
  }

  .profession-page .profession-hero .hero-audience-built {
    grid-column: 2;
    grid-row: 1;
  }

  .profession-page .profession-hero .hero-audience-profession {
    grid-column: 2;
    grid-row: 2;
  }

  .profession-page .profession-hero .hero-title {
    font-size: clamp(44px, 13vw, 52px);
  }

  .profession-page .profession-hero .hero-title-profession>span,
  .profession-page .profession-hero .hero-title-promise>span {
    display: block;
  }

  .profession-page .profession-hero .hero-value-line {
    gap: 1px 8px;
    font-size: 17px;
  }

  .profession-page .profession-hero .hero-clarity-line {
    font-size: 15px;
  }

  .profession-page .profession-hero .store-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .profession-page .profession-hero .store-button {
    min-width: 0;
    padding: 7px 10px;
  }

  .profession-page .profession-hero .store-button strong {
    font-size: 15px;
  }

  .profession-page .profession-hero .hero-visual {
    height: 610px;
    width: calc(100% + 32px);
    margin-left: -16px;
  }

  .profession-page .profession-hero .profession-photo {
    inset: 15px -100px 18px 32px;
  }

  .profession-page .profession-hero .hero-phone {
    left: -12px;
    bottom: 18px;
    transform: rotate(-4deg) scale(.4);
  }

  .profession-page .profession-hero .float-card--sessions {
    left: 8px;
  }

  .profession-page .profession-hero .float-card--reminder {
    right: 8px;
    top: 330px;
  }

  .profession-page .profession-hero .float-card--conflict {
    right: 9px;
    bottom: 42px;
  }

  .profession-proof-grid article {
    padding-left: 12px;
    padding-right: 12px;
  }

  .profession-fit-visual {
    min-height: 500px;
    width: calc(100% + 4px);
    margin-left: -2px;
  }

  .profession-fit-visual>[data-profession-phone] {
    transform: none;
  }

  .profession-detail-card {
    min-width: 155px;
    padding: 10px 11px;
  }

  .profession-detail-card b { font-size: 10px; }
  .profession-detail-card small { font-size: 8px; }
  .profession-detail-card--top { top: 52px; right: 5px; }
  .profession-detail-card--bottom { bottom: 48px; left: 5px; }

  .workflow-step,
  .workflow-step.workflow-step--reverse {
    padding-left: 17px;
    padding-right: 17px;
  }

  .workflow-copy h3,
  .availability-copy h3 {
    font-size: 36px;
  }

  .workflow-visual {
    min-height: 470px;
  }

  .workflow-visual>[data-profession-phone] {
    transform: none;
  }

  .mockup-caption,
  .floating-proof {
    bottom: 18px;
    min-width: 170px;
    padding: 11px 13px;
  }

  .tap-hint {
    top: 220px;
    right: -10px;
  }

  .note-examples {
    grid-template-columns: 1fr;
  }

  .availability-story {
    padding-left: 17px;
    padding-right: 17px;
  }

  .availability-phone.active {
    transform: translateX(-50%) scale(.7);
  }

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

  .year-metrics span {
    min-height: 70px;
  }

  .year-bars {
    height: 105px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tap-hint {
    animation: none;
  }
}

@media (max-width: 860px) {
  .proof-flow__track {
    position: relative;
    z-index: 1;
    height: auto;
    padding: 46px 0 24px;
    display: flex;
    gap: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x;
  }

  .proof-flow__track::-webkit-scrollbar {
    display: none;
  }

  .proof-flow__slide {
    flex: 0 0 100%;
    padding: 0 22px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .proof-flow__slide>[data-profession-phone],
  .proof-flow__slide:nth-child(n)>[data-profession-phone] {
    width: min(292px, 78vw);
    transform: none;
  }

  .proof-flow__slide figcaption {
    max-width: min(290px, calc(100% - 20px));
  }

  .proof-flow__dots {
    position: relative;
    z-index: 3;
    min-height: 34px;
    padding: 7px 0 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .proof-flow__dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .38);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .12);
    cursor: pointer;
    transition: width .2s ease, background .2s ease, transform .2s ease;
  }

  .proof-flow__dots button.active {
    width: 25px;
    background: #fff;
  }

  .proof-flow__dots button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
  }
}

@media (max-width: 620px) {
  .proof-flow__track {
    padding-top: 36px;
  }

  .proof-flow__slide {
    padding: 0 14px;
  }

  .proof-flow__slide>[data-profession-phone],
  .proof-flow__slide:nth-child(n)>[data-profession-phone] {
    width: min(276px, 78vw);
  }

  .proof-flow__slide figcaption {
    margin-top: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .proof-flow__track {
    scroll-behavior: auto;
  }

  .proof-flow__slide>[data-profession-phone],
  .proof-flow__dots button {
    transition: none;
  }
}
