:root {
  --phw-blue: #0e5ecb;
  --phw-blue-dark: #084ca7;
  --phw-blue-on-dark: #72acff;
  --phw-ink: #171717;
  --phw-text: #28292b;
  --phw-muted: #656769;
  --phw-line: #dce5ec;
  --phw-soft: #eff4f8;
  --phw-white: #fff;
  --phw-whatsapp: #25d366;
  --phw-container: 1268px;
  --phw-shadow: 0 28px 80px rgba(31, 66, 105, .16);
  --phw-ease: cubic-bezier(.22, 1, .36, 1);
  --neutral--100: #fff;
  --neutral--600: #919497;
  --neutral--700: #656769;
  --neutral--800: #28292b;
  --accent--primary-1: #0e5ecb;
  --secondary--color-1: #171717;
}

@font-face {
  font-family: "Clarity City";
  src: url("/assets/fonts/ClarityCity-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Clarity City";
  src: url("/assets/fonts/ClarityCity-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Clarity City";
  src: url("/assets/fonts/ClarityCity-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Clarity City";
  src: url("/assets/fonts/ClarityCity-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Line Rounded Icons";
  src: url("/assets/fonts/line-rounded-icons.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Social Icons Font";
  src: url("/assets/fonts/social-icon-font.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  min-height: 100%;
  margin: 0;
  font-family: "Clarity City", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
}

.page-wrapper { min-height: 100vh; }
.container-default { width: 100%; max-width: var(--phw-container); margin-right: auto; margin-left: auto; padding-right: 24px; padding-left: 24px; }
.position-relative { position: relative; }
.position-absolute { position: absolute; }
.position-absolute.full { inset: 0; }
.z-index-1 { position: relative; z-index: 1; }
.w-inline-block { display: inline-block; max-width: 100%; }
.w-layout-grid { display: grid; }
.width-100 { width: 100%; }
.mg-bottom-0 { margin-bottom: 0; }
.color-neutral-100 { color: var(--neutral--100); }
.color-neutral-600 { color: var(--neutral--600); }
.color-accent-1 { color: var(--phw-blue); }
.text-200 { display: block; font-size: 18px; line-height: 1.111; }
.text-200.medium { font-weight: 500; }
.text-300 { font-size: 20px; line-height: 1.1; }
.text-300.bold { font-weight: 700; }
.text-link { color: var(--phw-blue); text-decoration: underline; }
.line-rounded-icon { font-family: "Line Rounded Icons", sans-serif; }
.line-rounded-icon.link-icon-right { display: inline-block; margin-left: 6px; }
.line-rounded-icon.column-contact-link-icon-left { display: inline-block; color: #fff; font-size: 22px; line-height: 1; }
.social-icon-font { font-family: "Social Icons Font", sans-serif; line-height: 21px; }

.btn-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 26px 38px;
  border: 1px solid var(--phw-blue);
  border-radius: 8px;
  background: var(--phw-blue);
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111;
  text-align: center;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover { border-color: var(--phw-blue-dark); background: var(--phw-blue-dark); color: #fff; transform: translateY(-3px); }
.btn-primary.small { padding: 18px 24px; font-size: 16px; line-height: 1.125; }
.btn-primary.small.header-btn-hidde-on-tablet { margin-left: 24px; }
.btn-primary.white { border-color: #fff; background: #fff; color: var(--phw-blue-dark); }
.btn-primary.white:hover { border-color: var(--phw-ink); background: var(--phw-ink); color: #fff; }

.header-wrapper {
  position: sticky;
  top: 0;
  height: 0;
  margin-top: 17px;
  margin-bottom: -17px;
  background: transparent;
}

.header-content-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-logo-link { z-index: 1; width: 174px; max-width: 174px; padding: 0; transition: transform .3s; }
.header-logo-link:hover { transform: scale(.98); }
.header-logo { display: block; width: 100%; height: auto; }
.header-middle { display: flex; justify-content: center; align-items: center; margin-right: 16px; margin-left: 16px; }
.header-nav-menu-wrapper { position: relative; display: flex; justify-content: flex-start; align-items: center; }
.header-nav-menu-list { position: relative; z-index: 1; display: flex; justify-content: center; align-items: center; margin: 0; padding: 0; list-style: none; }
.header-nav-list-item { margin: 0; padding-left: 32px; line-height: 1.111; }
.header-nav-list-item.middle { margin-right: auto; margin-left: auto; padding-right: 16px; padding-left: 16px; }
.header-nav-list-item.show-in-tablet { display: none; }
.header-nav-link { color: var(--phw-ink); line-height: 1.111; text-decoration: none; }
.header-nav-link:hover { color: var(--phw-blue); }
.header-nav-link.login { display: flex; gap: 6px; align-items: center; }
.phw-lang-switch { margin-left: 18px; font-weight: 700; }
.header-right-side { position: relative; z-index: 1; display: flex; justify-content: flex-end; align-items: center; }
.hamburger-menu-wrapper { display: none; }
.position-absolute.full.header-bg { z-index: -1; width: 100%; max-width: 100vw; background: #fff; }

.footer-wrapper { background: var(--phw-ink); }
.footer-logo { display: block; width: 100%; height: auto; transition: transform .3s; }
.footer-logo:hover { transform: scale(.98); }
.footer-logo-wrapper { width: 100%; max-width: 191px; margin-bottom: 18px; }
.footer-middle { padding-top: 91px; padding-bottom: 91px; }
.footer-bottom { padding-top: 38px; padding-bottom: 38px; border-top: 1px solid rgba(101, 103, 105, .3); }
.menu-main-wrapper { display: flex; justify-content: space-between; gap: 40px; }
.menu-wrapper.contact { flex: 1; width: 100%; max-width: 356px; }
.menu-title-wrapper { margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--neutral--700); }
.nav-content { display: flex; gap: 4px; }
.list-nav { margin: 0; padding: 0; list-style: none; }
.list-nav-item { margin-bottom: 18px; line-height: 1.111; }
.nav-link { display: inline-block; color: var(--neutral--600); line-height: 1.111; text-decoration: none; transition: transform .3s, color .3s; }
.nav-link:hover { color: var(--phw-blue-on-dark); transform: translateX(8px); }
.column-contact-link-wrapper { display: flex; margin-bottom: 32px; padding-bottom: 40px; border-bottom: 1px solid var(--neutral--700); }
.column-contact-link-wrapper.last { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.column-contact-link { display: flex; gap: 12px; align-items: flex-start; color: var(--neutral--600); text-decoration: none; }
.column-contact-link:hover { color: var(--phw-blue-on-dark); }
.grid-footer-paragrah---social-media { grid-template-columns: 1fr .4fr; align-items: center; }
.social-media-grid-top { display: grid; flex: 1; grid-template-columns: repeat(auto-fit, 36px); }
.social-media-grid-top.footer-social-icon-links { justify-content: end; width: 100%; }
.social-icon-link-wrapper { display: flex; justify-content: center; align-items: center; width: 36px; height: 36px; color: #fff; font-size: 20px; text-decoration: none; overflow: hidden; }
.social-icon-link-wrapper:hover { color: var(--phw-blue-on-dark); }
.text-link.color-neutral-600 { color: var(--neutral--600); }
.text-link.color-neutral-600:hover { color: var(--phw-blue-on-dark); }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
  overflow-x: hidden;
}

.phw-page {
  background: var(--phw-white);
  color: var(--phw-text);
  overflow-x: hidden;
}

.phw-page *,
.phw-page *::before,
.phw-page *::after {
  box-sizing: border-box;
}

.phw-page h1,
.phw-page h2,
.phw-page h3,
.phw-page p {
  text-wrap: pretty;
}

.phw-page h1,
.phw-page h2 {
  letter-spacing: -.04em;
  text-wrap: balance;
}

.phw-page a:focus-visible,
.phw-page button:focus-visible {
  outline: 3px solid rgba(36, 123, 254, .35);
  outline-offset: 4px;
}

.phw-page button {
  font-family: inherit;
}

.phw-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 12px 18px;
  border-radius: 8px;
  background: var(--phw-ink);
  color: var(--phw-white);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform .2s ease;
}

.phw-skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Header: same Webflow shell as the rest of QuiroHiro */
.phw-page .header-wrapper {
  z-index: 1000;
}

.phw-page .header-bg {
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(40, 41, 43, .08);
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(28, 41, 61, .08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: opacity .3s ease, box-shadow .3s ease;
}

.phw-page .header-bg.header-bg--transparent {
  opacity: 0;
}

.phw-page .header-nav-link.phw-active {
  color: var(--phw-blue);
  font-weight: 600;
}

.phw-page .header-nav-link,
.phw-page .header-nav-link.login {
  transition: color .2s ease;
}

.phw-page .hamburger-menu-wrapper {
  border: 0;
  cursor: pointer;
}

.phw-page .btn-primary:active {
  transform: translateY(1px) scale(.99);
}

/* Hero */
.phw-hero {
  position: relative;
  min-height: 900px;
  padding: 168px 0 112px;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 16%, rgba(36, 123, 254, .17), transparent 30%),
    radial-gradient(circle at 14% 82%, rgba(36, 123, 254, .08), transparent 30%),
    var(--phw-soft);
}

.phw-hero-grid-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .42;
  background-image:
    linear-gradient(rgba(36, 123, 254, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 123, 254, .07) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.phw-hero .container-default {
  position: relative;
  z-index: 1;
}

.phw-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 50px;
  color: var(--phw-muted);
  font-size: 14px;
  line-height: 1.4;
}

.phw-breadcrumb a {
  color: var(--phw-text);
  text-decoration: none;
  transition: color .2s ease;
}

.phw-breadcrumb a:hover {
  color: var(--phw-blue);
}

.phw-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(460px, .98fr);
  gap: clamp(50px, 7vw, 112px);
  align-items: center;
}

.phw-kicker,
.phw-section-label {
  color: var(--phw-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.phw-hero h1 {
  max-width: 730px;
  margin: 18px 0 28px;
  color: var(--phw-text);
  font-size: clamp(48px, 5.1vw, 76px);
  font-weight: 700;
  line-height: 1.03;
}

.phw-hero h1::selection,
.phw-section h2::selection {
  background: var(--phw-blue);
  color: var(--phw-white);
}

.phw-lead {
  max-width: 660px;
  margin: 0 0 28px;
  color: #4e5358;
  font-size: 20px;
  line-height: 1.65;
}

.phw-answer-box {
  max-width: 660px;
  margin-bottom: 32px;
  padding: 20px 22px;
  border-left: 3px solid var(--phw-blue);
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, .78);
  box-shadow: inset 0 0 0 1px rgba(36, 123, 254, .1);
}

.phw-answer-box strong {
  display: block;
  margin-bottom: 5px;
  color: var(--phw-blue);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.phw-answer-box p {
  margin: 0;
  color: var(--phw-text);
  font-size: 16px;
  line-height: 1.65;
}

.phw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
}

.phw-actions .btn-primary {
  padding: 22px 28px;
}

.phw-text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--phw-text);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.phw-text-link:hover {
  color: var(--phw-blue);
  transform: translateY(-2px);
}

.phw-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
  color: #747a80;
  font-size: 13px;
  line-height: 1.5;
}

.phw-hero-visual {
  position: relative;
  min-height: 585px;
}

.phw-sync-card {
  position: absolute;
  top: 0;
  left: 0;
  width: min(100%, 510px);
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  background: var(--phw-ink);
  box-shadow: var(--phw-shadow);
}

.phw-sync-heading,
.phw-preview-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: #c2c6cb;
  font-size: 12px;
}

.phw-live-dot {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: #9fedae;
  font-weight: 600;
}

.phw-live-dot::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--phw-whatsapp);
  box-shadow: 0 0 0 5px rgba(37, 211, 102, .11);
  content: "";
}

.phw-platform-flow {
  display: grid;
  grid-template-columns: 1fr 70px 1fr;
  gap: 8px;
  align-items: center;
  margin-top: 22px;
}

.phw-platform {
  display: flex;
  gap: 11px;
  align-items: center;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 13px;
  background: rgba(255, 255, 255, .05);
}

.phw-platform-mark,
.phw-chat-avatar {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: var(--phw-white);
  color: var(--phw-ink);
  font-size: 11px;
  font-weight: 800;
}

.phw-platform-quirohiro .phw-platform-mark,
.phw-platform-quirohiro img {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  object-fit: cover;
}

.phw-platform strong,
.phw-platform small,
.phw-phone-top strong,
.phw-phone-top small,
.phw-preview-head strong,
.phw-preview-head small {
  display: block;
  white-space: nowrap;
}

.phw-platform strong {
  overflow: hidden;
  color: var(--phw-white);
  font-size: 13px;
  text-overflow: ellipsis;
}

.phw-platform small {
  margin-top: 2px;
  color: #858a90;
  font-size: 10px;
}

.phw-connector {
  position: relative;
  height: 2px;
  background: rgba(36, 123, 254, .3);
}

.phw-connector::before,
.phw-connector::after {
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--phw-blue);
  content: "";
  transform: translateY(-50%);
}

.phw-connector::before { left: 0; }
.phw-connector::after { right: 0; }

.phw-connector span {
  position: absolute;
  top: -3px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7fb2ff;
  box-shadow: 0 0 14px var(--phw-blue);
  animation: phw-data-flow 2.4s var(--phw-ease) infinite;
}

@keyframes phw-data-flow {
  0% { left: 0; opacity: 0; }
  15% { opacity: 1; }
  85% { opacity: 1; }
  100% { left: calc(100% - 8px); opacity: 0; }
}

.phw-phone {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(78%, 392px);
  overflow: hidden;
  border: 7px solid #111;
  border-radius: 32px;
  background: #e8efe9;
  box-shadow: 0 30px 80px rgba(32, 48, 70, .28);
  transform: rotate(1.8deg);
}

.phw-phone-top,
.phw-preview-head {
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 17px 18px;
  background: #f9fbfa;
}

.phw-phone-top .phw-chat-avatar,
.phw-preview-head .phw-chat-avatar {
  background: var(--phw-blue);
  color: var(--phw-white);
}

.phw-phone-top strong,
.phw-preview-head strong {
  color: var(--phw-text);
  font-size: 13px;
  line-height: 1.2;
}

.phw-phone-top small,
.phw-preview-head small {
  margin-top: 3px;
  color: #555e59;
  font-size: 10px;
  line-height: 1.2;
}

.phw-phone-status {
  margin-left: auto;
  color: #8a918d;
  letter-spacing: 2px;
}

.phw-chat-body {
  min-height: 340px;
  padding: 24px 16px;
  background:
    linear-gradient(rgba(232, 239, 233, .9), rgba(232, 239, 233, .9)),
    radial-gradient(circle, #9cb5a2 1px, transparent 1px);
  background-size: auto, 16px 16px;
}

.phw-chat-date {
  width: fit-content;
  margin: 0 auto 20px;
  padding: 5px 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .76);
  color: #707770;
  font-size: 9px;
}

.phw-chat-message {
  position: relative;
  width: fit-content;
  max-width: 84%;
  margin-bottom: 12px;
  padding: 11px 12px 17px;
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
  color: #333b36;
  font-size: 12px;
  line-height: 1.45;
}

.phw-chat-message.outgoing {
  margin-left: auto;
  background: #d7f8c7;
  border-top-right-radius: 2px;
}

.phw-chat-message.incoming {
  background: var(--phw-white);
  border-top-left-radius: 2px;
}

.phw-chat-message p,
.phw-chat-message strong,
.phw-chat-message small {
  display: block;
  margin: 0;
}

.phw-chat-message strong { margin: 6px 0 1px; }
.phw-chat-message small { color: #4e5952; }

.phw-chat-message time {
  position: absolute;
  right: 7px;
  bottom: 3px;
  color: #535e57;
  font-size: 8px;
}

.phw-phone-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 9px;
  padding: 10px 13px;
  border-radius: 20px;
  background: var(--phw-white);
  color: #929795;
  font-size: 10px;
}

.phw-phone-input span:last-child {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--phw-blue);
  color: var(--phw-white);
  font-size: 18px;
}

.phw-event-card {
  position: absolute;
  bottom: 62px;
  left: -26px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(36, 123, 254, .14);
  border-radius: 13px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 42px rgba(41, 72, 109, .18);
  animation: phw-float 4.6s ease-in-out infinite;
}

@keyframes phw-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.phw-check {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(37, 211, 102, .13);
  color: #159447;
  font-weight: 800;
}

.phw-event-card strong,
.phw-event-card small {
  display: block;
  white-space: nowrap;
}

.phw-event-card strong { font-size: 12px; line-height: 1.3; }
.phw-event-card small { margin-top: 2px; color: #7a8085; font-size: 9px; line-height: 1.3; }

/* PracticeHub proof */
.phw-proof-bar {
  background: var(--phw-ink);
  color: var(--phw-white);
}

.phw-proof-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
  align-items: center;
  min-height: 104px;
}

.phw-proof-brand {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.02em;
}

.phw-proof-brand span {
  margin: 0 5px;
  color: var(--phw-blue);
}

.phw-proof-inner p {
  margin: 0;
  color: #c8cbd0;
  font-size: 15px;
}

.phw-proof-inner a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #91bfff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.phw-proof-inner a:hover { color: var(--phw-white); }

/* Official WhatsApp API trust strip */
.phw-api-banner {
  border-bottom: 1px solid #d9e7f5;
  background: #edf5ff;
}

.phw-api-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  min-height: 112px;
}

.phw-api-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 15px;
  background: var(--phw-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.phw-api-copy strong,
.phw-api-copy p { display: block; }

.phw-api-copy strong {
  margin-bottom: 2px;
  color: var(--phw-ink);
  font-size: 18px;
}

.phw-api-copy p {
  margin: 0;
  color: #536272;
  font-size: 14px;
  line-height: 1.55;
}

.phw-api-inner a {
  color: var(--phw-blue-dark);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.phw-api-inner a:hover { text-decoration: underline; }

/* Shared sections */
.phw-section {
  padding: 144px 0 154px;
}

.phw-section-white { background: var(--phw-white); }
.phw-section-light { background: #f7f9fb; }
.phw-section-soft { background: var(--phw-soft); }
.phw-section-dark { background: var(--phw-ink); color: var(--phw-white); }

.phw-section h2 {
  margin: 14px 0 24px;
  font-size: clamp(42px, 4.4vw, 62px);
  font-weight: 700;
  line-height: 1.08;
}

.phw-section-dark h2,
.phw-section-dark h3 { color: var(--phw-white); }

.phw-section-dark .phw-section-label {
  color: var(--phw-blue-on-dark);
}

.phw-section-head {
  margin-bottom: 72px;
}

.phw-section-head-split {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr);
  gap: 70px;
  align-items: end;
}

.phw-section-head-split h2 { margin-bottom: 0; }

.phw-section-head-split > p {
  max-width: 520px;
  margin: 0 0 6px;
  color: #aaafb5;
  font-size: 18px;
  line-height: 1.65;
}

.phw-section-head-split.phw-dark-text > p { color: var(--phw-muted); }

.phw-section-head-narrow {
  max-width: 810px;
}

.phw-section-head-narrow > p {
  max-width: 720px;
  margin: 0;
  color: var(--phw-muted);
  font-size: 18px;
  line-height: 1.7;
}

/* Article intro */
.phw-content-grid {
  display: grid;
  grid-template-columns: 250px minmax(0, 790px);
  gap: clamp(56px, 9vw, 124px);
  justify-content: center;
  align-items: start;
}

.phw-toc {
  position: sticky;
  top: 115px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--phw-line);
  border-radius: 14px;
  background: var(--phw-white);
}

.phw-toc span {
  margin-bottom: 14px;
  color: var(--phw-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.phw-toc a {
  padding: 10px 0;
  border-top: 1px solid #edf1f4;
  color: var(--phw-text);
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
  transition: color .2s ease, padding-left .2s ease;
}

.phw-toc a:hover {
  padding-left: 4px;
  color: var(--phw-blue);
}

.phw-article-copy h2 {
  margin-bottom: 30px;
}

.phw-article-copy > p {
  margin-bottom: 22px;
  color: #4f555a;
  font-size: 20px;
  line-height: 1.78;
}

.phw-article-copy > p strong { color: var(--phw-text); }

.phw-source-note {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin: 40px 0 48px;
  padding: 20px;
  border: 1px solid rgba(36, 123, 254, .18);
  border-radius: 12px;
  background: #eef5ff;
}

.phw-source-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--phw-blue);
  color: var(--phw-white);
  font-family: Georgia, serif;
  font-size: 15px;
  font-weight: 700;
}

.phw-source-note p {
  margin: 0;
  color: #4c5b6f;
  font-size: 14px;
  line-height: 1.65;
}

.phw-source-note a {
  color: #0e5ecb;
  font-weight: 700;
}

.phw-key-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.phw-key-points > div {
  padding: 25px;
  border: 1px solid var(--phw-line);
  border-radius: 13px;
  background: var(--phw-white);
}

.phw-key-points > div:first-child {
  grid-column: 1 / -1;
  padding: 30px;
  background: var(--phw-ink);
  color: var(--phw-white);
}

.phw-key-points span {
  display: block;
  margin-bottom: 28px;
  color: var(--phw-blue);
  font-size: 12px;
  font-weight: 700;
}

.phw-key-points > div:first-child span {
  color: var(--phw-blue-on-dark);
}

.phw-key-points strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.phw-key-points p {
  margin: 0;
  color: var(--phw-muted);
  font-size: 14px;
  line-height: 1.6;
}

.phw-key-points > div:first-child p { color: #adb2b8; }

/* Steps */
.phw-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.phw-steps li {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) auto;
  gap: 30px;
  align-items: start;
  padding: 34px 0 38px;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.phw-steps li:last-child { border-bottom: 1px solid rgba(255, 255, 255, .13); }

.phw-step-number {
  color: var(--phw-blue-on-dark);
  font-size: 14px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.phw-step-body h3 {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 1.3;
}

.phw-step-body p {
  max-width: 710px;
  margin: 0;
  color: #aeb3ba;
  font-size: 16px;
  line-height: 1.7;
}

.phw-step-meta {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 7px;
  color: #9da3aa;
  font-size: 11px;
  line-height: 1.3;
}

.phw-inline-cta {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  margin-top: 56px;
  padding: 32px 36px;
  border: 1px solid rgba(36, 123, 254, .28);
  border-radius: 16px;
  background: rgba(36, 123, 254, .09);
}

.phw-inline-cta span,
.phw-inline-cta strong {
  display: block;
}

.phw-inline-cta span {
  margin-bottom: 4px;
  color: #8db8fa;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.phw-inline-cta strong {
  color: var(--phw-white);
  font-size: 19px;
  line-height: 1.4;
}

.phw-inline-cta .btn-primary {
  flex: 0 0 auto;
  padding: 19px 24px;
}

/* Message automation */
.phw-automation-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr);
  gap: 90px;
  align-items: center;
}

.phw-automation-copy {
  display: flex;
  flex-direction: column;
}

.phw-message-tab {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: start;
  width: 100%;
  padding: 26px 0;
  border: 0;
  border-bottom: 1px solid var(--phw-line);
  background: transparent;
  color: var(--phw-text);
  text-align: left;
  cursor: pointer;
  transition: padding-left .25s ease, color .25s ease;
}

.phw-message-tab:first-child { border-top: 1px solid var(--phw-line); }

.phw-message-tab > span:first-child {
  padding-top: 4px;
  color: #656769;
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.phw-message-tab strong,
.phw-message-tab small {
  display: block;
}

.phw-message-tab strong {
  font-size: 21px;
  line-height: 1.35;
}

.phw-message-tab small {
  margin-top: 5px;
  color: var(--phw-muted);
  font-size: 13px;
  line-height: 1.45;
}

.phw-message-tab:hover,
.phw-message-tab.is-active {
  padding-left: 10px;
  color: var(--phw-blue);
}

.phw-message-tab.is-active > span:first-child { color: var(--phw-blue); }

.phw-message-preview {
  overflow: hidden;
  border: 1px solid var(--phw-line);
  border-radius: 22px;
  background: #e5ede7;
  box-shadow: var(--phw-shadow);
}

.phw-preview-head { padding: 20px 22px; }

.phw-preview-body {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 390px;
  padding: 48px 30px;
  background:
    linear-gradient(rgba(229, 237, 231, .9), rgba(229, 237, 231, .9)),
    radial-gradient(circle, #90aa98 1px, transparent 1px);
  background-size: auto, 18px 18px;
}

.phw-preview-bubble {
  position: relative;
  width: min(92%, 410px);
  padding: 22px 22px 30px;
  border-radius: 13px 3px 13px 13px;
  background: #d6f8c7;
  box-shadow: 0 2px 4px rgba(39, 72, 47, .11);
  color: #334037;
}

.phw-preview-bubble p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.55;
}

.phw-preview-bubble div {
  padding-top: 12px;
  border-top: 1px solid rgba(50, 79, 59, .13);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.phw-preview-bubble small {
  position: absolute;
  right: 10px;
  bottom: 7px;
  color: #4d5d53;
  font-size: 9px;
}

.phw-preview-caption {
  padding: 16px 20px;
  background: #fafcfb;
  color: var(--phw-muted);
}

.phw-preview-caption .phw-live-dot {
  color: #176b39;
}

/* Forms, recalls, birthdays and CAi */
.phw-more-automations {
  position: relative;
  overflow: hidden;
}

.phw-more-automations::before {
  position: absolute;
  top: -280px;
  right: -180px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14, 94, 203, .13), transparent 68%);
  content: "";
  pointer-events: none;
}

.phw-capability-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  gap: 18px;
}

.phw-form-feature {
  display: flex;
  flex-direction: column;
  min-height: 630px;
  padding: 48px;
  overflow: hidden;
  border-radius: 21px;
  background:
    radial-gradient(circle at 85% 8%, rgba(114, 172, 255, .22), transparent 32%),
    var(--phw-ink);
  color: #fff;
  box-shadow: 0 26px 70px rgba(22, 43, 70, .15);
}

.phw-capability-label {
  display: block;
  margin-bottom: 24px;
  color: var(--phw-blue-on-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.phw-form-feature h3 {
  max-width: 630px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(34px, 3.5vw, 48px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.phw-form-feature > p {
  max-width: 610px;
  margin: 0;
  color: #b8c0c9;
  font-size: 16px;
  line-height: 1.65;
}

.phw-form-visual {
  display: grid;
  gap: 15px;
  width: min(100%, 560px);
  margin-top: auto;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
  color: var(--phw-text);
  transform: rotate(-1deg) translateY(8px);
}

.phw-form-visual-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--phw-line);
}

.phw-form-visual-head strong { font-size: 15px; }

.phw-form-visual-head span {
  color: var(--phw-blue-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.phw-form-line {
  height: 38px;
  border: 1px solid #dce4eb;
  border-radius: 7px;
  background: #f8fafb;
}

.phw-form-line.short { width: 62%; }

.phw-form-send {
  display: flex;
  gap: 9px;
  align-items: center;
  width: fit-content;
  margin-top: 2px;
  padding: 10px 13px;
  border-radius: 7px;
  background: #e4f8ea;
  color: #176b39;
  font-size: 11px;
  font-weight: 700;
}

.phw-capability-stack {
  display: grid;
  gap: 18px;
}

.phw-capability-card {
  min-height: 190px;
  padding: 31px;
  border: 1px solid var(--phw-line);
  border-radius: 15px;
  background: #fff;
}

.phw-capability-card:nth-child(2) { margin-left: 34px; }

.phw-capability-card h3 {
  margin: 0 0 10px;
  color: var(--phw-text);
  font-size: 24px;
  line-height: 1.25;
}

.phw-capability-card p {
  margin: 0;
  color: var(--phw-muted);
  font-size: 14px;
  line-height: 1.65;
}

.phw-capability-card .phw-capability-label { color: var(--phw-blue-dark); }

.phw-capability-card-blue {
  margin-left: 68px;
  border-color: var(--phw-blue);
  background: var(--phw-blue);
}

.phw-capability-card-blue .phw-capability-label,
.phw-capability-card-blue h3,
.phw-capability-card-blue p { color: #fff; }

.phw-cai-bridge {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 18px;
  padding: 34px 38px;
  border: 1px solid #303237;
  border-radius: 18px;
  background: var(--phw-ink);
  color: #fff;
}

.phw-cai-mark {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 17px;
  background: var(--phw-blue);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.phw-cai-copy span {
  color: var(--phw-blue-on-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.phw-cai-copy h3 {
  margin: 5px 0 5px;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
}

.phw-cai-copy p {
  max-width: 760px;
  margin: 0;
  color: #b4bbc3;
  font-size: 14px;
  line-height: 1.6;
}

.phw-cai-bridge .btn-primary { white-space: nowrap; }

.phw-api-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 18px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 6px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Comparison */
.phw-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #d7e1e9;
  border-radius: 16px;
  background: var(--phw-white);
  box-shadow: 0 18px 52px rgba(30, 67, 100, .08);
}

.phw-compare-table {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
}

.phw-compare-table th,
.phw-compare-table td {
  padding: 25px 28px;
  border-bottom: 1px solid #e7edf2;
  color: #53595f;
  font-size: 15px;
  line-height: 1.45;
  text-align: left;
}

.phw-compare-table thead th {
  background: #f7f9fb;
  color: #596168;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.phw-compare-table tbody th {
  color: var(--phw-text);
  font-size: 16px;
}

.phw-compare-table tbody tr:last-child th,
.phw-compare-table tbody tr:last-child td { border-bottom: 0; }

.phw-recommended-row { background: #f0f6ff; }

.phw-recommended-row th span,
.phw-recommended-row th small { display: block; }
.phw-recommended-row th span { color: var(--phw-blue); }
.phw-recommended-row th small { margin-top: 3px; color: #59646e; font-size: 10px; font-weight: 500; }

.phw-table-bad,
.phw-table-good {
  display: inline-block;
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 700;
}

.phw-table-bad { background: #fff0f0; color: #b14f4f; }
.phw-table-good { background: #e4f8ea; color: #0d7037; }

/* Benefits */
.phw-benefit-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(360px, .86fr);
  gap: 90px;
  align-items: center;
}

.phw-benefit-main h2 { max-width: 760px; }

.phw-benefit-main > p {
  max-width: 720px;
  color: var(--phw-muted);
  font-size: 18px;
  line-height: 1.7;
}

.phw-check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 28px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.phw-check-list li {
  position: relative;
  padding-left: 27px;
  color: #4f555a;
  font-size: 15px;
  line-height: 1.55;
}

.phw-check-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #e8f1ff;
  color: var(--phw-blue);
  content: "✓";
  font-size: 10px;
  font-weight: 800;
}

.phw-benefit-side {
  display: grid;
  gap: 14px;
}

.phw-mini-card {
  padding: 32px;
  border-radius: 16px;
}

.phw-mini-card > span {
  display: block;
  margin-bottom: 28px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.phw-mini-card p {
  margin: 19px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

.phw-mini-card-dark { background: var(--phw-ink); color: var(--phw-white); }
.phw-mini-card-dark > span,
.phw-mini-card-dark p { color: #aeb4ba; }

.phw-channel-row {
  display: flex;
  gap: 10px;
}

.phw-channel-row strong {
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 8px;
  font-size: 15px;
}

.phw-mini-card-blue {
  margin-left: 38px;
  background: var(--phw-blue);
  color: var(--phw-white);
}

.phw-mini-card-blue > span,
.phw-mini-card-blue p { color: #fff; }

.phw-whatsapp-line {
  display: flex;
  gap: 14px;
  align-items: center;
}

.phw-whatsapp-mark {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, .85);
  border-radius: 50%;
  background: var(--phw-whatsapp);
  color: #103b22;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.phw-whatsapp-line strong { color: #fff; font-size: 24px; }

/* Requirements */
.phw-requirement-list {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 14px;
}

.phw-requirement-list > div {
  min-height: 260px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 15px;
  background: rgba(255, 255, 255, .03);
}

.phw-requirement-list > div:nth-child(3) { grid-column: 1; }
.phw-requirement-list > div:nth-child(4) { grid-column: 2; grid-row: 2; }

.phw-requirement-list span {
  display: block;
  margin-bottom: 65px;
  color: var(--phw-blue-on-dark);
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.phw-requirement-list h3 {
  margin: 0 0 11px;
  font-size: 22px;
  line-height: 1.3;
}

.phw-requirement-list p {
  max-width: 530px;
  margin: 0;
  color: #a9afb6;
  font-size: 14px;
  line-height: 1.65;
}

/* FAQ and citations */
.phw-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 70px;
  border-top: 1px solid var(--phw-line);
}

.phw-faq-item {
  padding: 32px 0 36px;
  border-bottom: 1px solid var(--phw-line);
}

.phw-faq-item h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.42;
}

.phw-faq-item p {
  margin: 0;
  color: var(--phw-muted);
  font-size: 15px;
  line-height: 1.7;
}

.phw-citations {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  align-items: center;
  margin-top: 54px;
  padding-top: 26px;
  border-top: 1px solid var(--phw-line);
}

.phw-citations > span {
  color: var(--phw-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.phw-citations a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--phw-blue-dark);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.phw-citations a:hover { text-decoration: underline; }

/* Final CTA and footer */
.phw-final-cta {
  padding: 88px 0;
  background: var(--phw-blue);
  color: var(--phw-white);
}

.phw-final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: center;
}

.phw-final-cta-inner > div > span {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.phw-final-cta h2 {
  max-width: 840px;
  margin: 0 0 14px;
  color: var(--phw-white);
  font-size: clamp(38px, 4.1vw, 58px);
  font-weight: 700;
  line-height: 1.08;
}

.phw-final-cta p {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
}

.phw-final-cta .btn-primary {
  white-space: nowrap;
}

.phw-footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  padding: 94px 0 72px;
  border-bottom: 1px solid #343434;
}

.phw-footer-brand p {
  max-width: 450px;
  margin: 0;
  color: var(--neutral--600);
  font-size: 16px;
  line-height: 1.6;
}

.phw-footer-prompt {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 26px;
  align-items: center;
  justify-self: end;
  width: min(100%, 520px);
  padding: 24px;
  border: 1px solid #363636;
  border-radius: 14px;
  background: #1d1d1d;
}

.phw-footer-prompt span,
.phw-footer-prompt strong { display: block; }
.phw-footer-prompt span { color: #8f969b; font-size: 12px; }
.phw-footer-prompt strong { color: var(--phw-white); font-size: 18px; }
.phw-footer-prompt .btn-primary { grid-column: 2; grid-row: 1 / 3; }

/* Responsive */
@media (max-width: 1180px) {
  .phw-page .header-nav-list-item.middle {
    padding-left: 10px;
    padding-right: 10px;
  }

  .phw-page .header-nav-link { font-size: 15px; }
  .phw-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(410px, .85fr); gap: 48px; }
  .phw-event-card { left: -8px; }
}

@media (max-width: 991px) {
  .phw-page.phw-menu-open {
    overflow: hidden;
  }

  .phw-page .header-nav-menu-wrapper {
    position: fixed;
    top: 92px;
    right: 24px;
    bottom: 24px;
    left: 24px;
    z-index: 20;
    display: none !important;
    overflow-y: auto;
    padding: 34px 24px;
    border: 1px solid rgba(40, 41, 43, .08);
    border-radius: 16px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 24px 70px rgba(28, 41, 61, .18);
  }

  .phw-page .header-middle {
    margin-right: 18px;
    margin-left: auto;
  }

  .phw-page .hidden-on-tablet,
  .phw-page .header-btn-hidde-on-tablet {
    display: none;
  }

  .phw-page .hamburger-menu-wrapper {
    display: block;
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    padding: 15px;
    border-radius: 8px;
    background: var(--phw-blue);
  }

  .phw-page .hamburger-menu-icon-wrapper {
    display: flex;
    flex-direction: column;
    gap: 9px;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .phw-page .hamburger-menu-bar {
    display: block;
    width: 23px;
    height: 3px;
    border-radius: 999px;
    background: #fff;
    transition: transform .2s ease;
  }

  .phw-page.phw-menu-open .hamburger-menu-bar.top {
    transform: translateY(6px) rotate(45deg);
  }

  .phw-page.phw-menu-open .hamburger-menu-bar.bottom {
    transform: translateY(-6px) rotate(-45deg);
  }

  .phw-page.phw-menu-open .header-nav-menu-wrapper {
    display: flex !important;
  }

  .phw-page .header-nav-menu-list {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .phw-page .header-nav-list-item.middle {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .phw-page .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .phw-page .header-nav-list-item.middle .header-nav-link {
    display: block;
    padding: 15px 8px;
    font-size: 17px;
  }

  .phw-page .header-nav-list-login-mobile {
    margin-top: auto;
  }

  .phw-page .header-nav-list-login-mobile .header-nav-link {
    justify-content: center;
    padding: 16px;
  }

  .phw-page .header-nav-list-btn-mobile {
    width: 100%;
    padding: 0;
  }

  .phw-page .header-nav-list-btn-mobile .btn-primary {
    width: 100%;
    margin-top: 10px;
  }

  .phw-hero {
    min-height: auto;
    padding-top: 144px;
  }

  .phw-breadcrumb { margin-bottom: 38px; }

  .phw-hero-grid,
  .phw-section-head-split,
  .phw-automation-grid,
  .phw-benefit-layout {
    grid-template-columns: 1fr;
  }

  .phw-hero-grid { gap: 70px; }
  .phw-hero-copy { max-width: 760px; }
  .phw-hero-visual { width: min(100%, 670px); margin: 0 auto; }

  .phw-proof-inner {
    grid-template-columns: auto 1fr;
    padding: 24px 0;
  }

  .phw-proof-inner a { grid-column: 2; }

  .phw-api-inner {
    grid-template-columns: auto 1fr;
    padding: 24px 0;
  }

  .phw-api-inner a { grid-column: 2; }

  .phw-section { padding: 110px 0 120px; }
  .phw-section-head-split { gap: 18px; align-items: start; }
  .phw-section-head-split > p { max-width: 680px; }

  .phw-content-grid { grid-template-columns: 1fr; gap: 45px; }
  .phw-toc { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
  .phw-toc span { grid-column: 1 / -1; }

  .phw-automation-grid,
  .phw-benefit-layout { gap: 60px; }
  .phw-message-preview { width: min(100%, 620px); }

  .phw-capability-layout { grid-template-columns: 1fr; }
  .phw-form-feature { min-height: 590px; }
  .phw-capability-stack { width: min(100%, 760px); }
  .phw-cai-bridge { grid-template-columns: auto 1fr; }
  .phw-cai-bridge .btn-primary { grid-column: 2; justify-self: start; }

  .phw-benefit-side { width: min(100%, 650px); }
  .phw-final-cta-inner { grid-template-columns: 1fr; }
  .phw-final-cta .btn-primary { justify-self: start; }

  .phw-footer-top { grid-template-columns: 1fr; gap: 42px; }
  .phw-footer-prompt { justify-self: start; }
  .menu-main-wrapper { display: grid; grid-template-columns: 1fr 1fr; }
  .menu-wrapper.contact { max-width: none; }
}

@media (max-width: 767px) {
  body { font-size: 16px; }

  .container-default { padding-right: 24px; padding-left: 24px; }
  .phw-page .header-bg { border-radius: 10px; }
  .phw-page .header-logo-link { width: 146px; max-width: 146px; }
  .phw-page .header-middle { margin-right: 12px; }
  .phw-page .hamburger-menu-wrapper { width: 50px; min-width: 50px; height: 50px; min-height: 50px; }
  .phw-page .header-nav-menu-wrapper { top: 84px; right: 16px; bottom: 16px; left: 16px; }

  .phw-hero {
    padding: 116px 0 86px;
  }

  .phw-breadcrumb {
    gap: 7px;
    margin-bottom: 32px;
    font-size: 12px;
  }

  .phw-hero h1 { font-size: clamp(42px, 12vw, 60px); }
  .phw-lead { font-size: 18px; }
  .phw-actions { align-items: stretch; }
  .phw-actions .btn-primary { width: 100%; }
  .phw-text-link { justify-content: center; width: 100%; padding: 8px; }
  .phw-byline { display: grid; }
  .phw-byline span[aria-hidden] { display: none; }

  .phw-hero-visual { min-height: 570px; }
  .phw-sync-card { padding: 18px; }
  .phw-platform-flow { grid-template-columns: 1fr 42px 1fr; }
  .phw-platform { padding: 10px; }
  .phw-platform strong { font-size: 11px; }
  .phw-phone { width: 80%; }
  .phw-event-card { bottom: 42px; padding: 11px 12px; }

  .phw-proof-inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .phw-proof-inner a { grid-column: 1; }

  .phw-api-inner {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .phw-api-inner a { grid-column: 1; }

  .phw-section { padding: 88px 0 96px; }
  .phw-section h2 { font-size: clamp(38px, 10vw, 50px); }
  .phw-section-head { margin-bottom: 50px; }
  .phw-article-copy > p { font-size: 18px; }

  .phw-toc { grid-template-columns: 1fr; }
  .phw-key-points { grid-template-columns: 1fr; }
  .phw-key-points > div:first-child { grid-column: auto; }

  .phw-steps li {
    grid-template-columns: 44px 1fr;
    gap: 18px;
  }
  .phw-step-meta { grid-column: 2; width: fit-content; }

  .phw-inline-cta { display: grid; padding: 25px; }
  .phw-inline-cta .btn-primary { width: 100%; }

  .phw-automation-grid { gap: 45px; }
  .phw-preview-body { min-height: 320px; padding: 35px 18px; }

  .phw-form-feature { min-height: 560px; padding: 30px 26px; }
  .phw-form-feature h3 { font-size: 34px; }
  .phw-form-visual { padding: 19px; }
  .phw-capability-card,
  .phw-capability-card:nth-child(2),
  .phw-capability-card-blue { margin-left: 0; }
  .phw-cai-bridge { grid-template-columns: 1fr; padding: 28px; }
  .phw-cai-bridge .btn-primary { grid-column: 1; width: 100%; white-space: normal; }

  .phw-check-list,
  .phw-requirement-list,
  .phw-faq-grid { grid-template-columns: 1fr; }

  .phw-mini-card-blue { margin-left: 0; }
  .phw-requirement-list > div:nth-child(3),
  .phw-requirement-list > div:nth-child(4) { grid-column: auto; grid-row: auto; }
  .phw-requirement-list > div { min-height: 230px; }
  .phw-requirement-list span { margin-bottom: 48px; }

  .phw-faq-grid { gap: 0; }
  .phw-citations { display: grid; }

  .phw-final-cta { padding: 72px 0; }
  .phw-final-cta .btn-primary { width: 100%; white-space: normal; }

  .phw-footer-prompt { grid-template-columns: 1fr; }
  .phw-footer-prompt .btn-primary { grid-column: 1; grid-row: auto; width: 100%; margin-top: 14px; }
  .menu-main-wrapper { grid-template-columns: 1fr; gap: 36px; }
  .grid-footer-paragrah---social-media { grid-template-columns: 1fr; gap: 18px; }
  .social-media-grid-top.footer-social-icon-links { justify-content: start; }
}

@media (max-width: 479px) {
  .phw-hero-visual { min-height: 520px; }
  .phw-platform small { display: none; }
  .phw-phone { width: 86%; border-width: 5px; }
  .phw-chat-body { min-height: 300px; }
  .phw-event-card { left: 0; bottom: 22px; }
  .phw-event-card small { display: none; }
  .phw-message-tab { grid-template-columns: 36px 1fr; gap: 12px; }
  .phw-message-tab strong { font-size: 18px; }
  .phw-preview-caption { align-items: flex-start; flex-direction: column; }
  .phw-compare-table th,
  .phw-compare-table td { padding: 19px 20px; }
  .phw-footer-top { padding-top: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .phw-connector span,
  .phw-event-card { animation: none; }
  .phw-page *,
  .phw-page *::before,
  .phw-page *::after { transition-duration: .01ms !important; }
}
