/* =========================================================
   Nic of Time — Full Site Polish Pass 4
   Responsive safety, public-facing wording/layout cleanup,
   full-image framing, and consistent spacing across the site.
   Loaded after the existing product styles.
   ========================================================= */

/* ---------- Global safety ---------- */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  min-width: 0;
}

img,
svg,
video {
  max-width: 100%;
}

img {
  height: auto;
}

h1,
h2,
h3,
p,
a,
span,
small,
figcaption {
  max-width: 100%;
}

p,
a,
figcaption,
.footer-muted,
.footer-links a {
  overflow-wrap: break-word;
}

.page-shell,
.header-inner {
  width: min(1160px, calc(100% - 40px));
}

.button,
.not-button,
.not-contact-button {
  max-width: 100%;
  white-space: normal;
  text-align: center;
}

/* ---------- Shared header / footer responsive safety ---------- */
.site-header {
  width: 100%;
}

.header-inner {
  min-width: 0;
}

.brand {
  min-width: 0;
}

.brand span {
  white-space: nowrap;
}

.site-nav {
  min-width: 0;
}

.footer-grid,
.not-footer-grid,
.footer-col,
.footer-links {
  min-width: 0;
}

@media (max-width: 780px) {
  .page-shell,
  .header-inner {
    width: min(100% - 28px, 1160px);
  }

  .site-nav {
    width: min(330px, calc(100vw - 28px));
    max-width: calc(100vw - 28px);
    right: 14px;
    left: auto;
  }

  .site-nav a {
    white-space: normal;
  }
}

@media (max-width: 420px) {
  .page-shell,
  .header-inner {
    width: min(100% - 22px, 1160px);
  }

  .brand {
    gap: 10px;
  }

  .brand span {
    font-size: clamp(1.05rem, 5.8vw, 1.35rem);
  }

  .logo-mark {
    width: 42px;
    height: 42px;
  }
}

/* =========================================================
   HOME
   ========================================================= */
.not-home-v2 .not-hero {
  overflow: visible;
}

.not-home-v2 .not-hero-grid {
  min-width: 0;
}

.not-home-v2 .not-hero-copy,
.not-home-v2 .not-app-copy {
  min-width: 0;
}

.not-home-v2 .not-hero-copy h1 {
  text-wrap: balance;
}

/* Replace fragile absolute/cropped hero artwork with a safe two-panel composition. */
.not-home-v2 .not-hero-art {
  position: relative;
  width: 100%;
  max-width: 650px;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 auto;
  padding: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 18px;
  isolation: isolate;
}

.not-home-v2 .not-art-blob-one {
  width: 72%;
  height: 70%;
  top: 15%;
  left: 14%;
}

.not-home-v2 .not-art-blob-two {
  width: 48%;
  height: 42%;
  right: 4%;
  bottom: 8%;
}

.not-home-v2 .not-art-sprig {
  right: 0;
  top: 26%;
  font-size: clamp(4rem, 9vw, 7rem);
}

.not-home-v2 .not-poster,
.not-home-v2 .not-poster-made,
.not-home-v2 .not-poster-grown {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
  transform: none !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  z-index: 2;
}

.not-home-v2 .not-poster img {
  width: 100% !important;
  height: auto !important;
  max-height: 430px;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 22px;
  box-shadow: 0 22px 40px rgba(68, 57, 39, 0.14);
}

.not-home-v2 .not-app-grid {
  align-items: stretch;
}

.not-home-v2 .not-app-card {
  min-width: 0;
}

.not-home-v2 .not-app-image-wrap {
  min-width: 0;
  min-height: 0 !important;
  height: auto !important;
  padding: 26px 18px;
  display: grid;
  place-items: center;
  overflow: visible !important;
}

.not-home-v2 .not-app-image-wrap::after {
  display: none !important;
}

.not-home-v2 .not-app-image-wrap img {
  width: auto !important;
  height: auto !important;
  max-width: min(100%, 290px) !important;
  max-height: 350px !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 18px;
}

.not-home-v2 .not-card-actions {
  max-width: 100%;
}

.not-home-v2 .not-contact-card {
  min-width: 0;
}

.not-home-v2 .not-contact-copy {
  min-width: 0;
}

.not-home-v2 .not-contact-button {
  overflow-wrap: anywhere;
}

@media (max-width: 1040px) {
  .not-home-v2 .not-hero-grid {
    gap: 24px;
  }

  .not-home-v2 .not-hero-art {
    max-width: 610px;
  }
}

@media (max-width: 780px) {
  .not-home-v2 .not-hero {
    padding: 40px 0 26px;
  }

  .not-home-v2 .not-hero-copy h1 {
    font-size: clamp(3rem, 12.5vw, 4.5rem);
    line-height: 0.98;
  }

  .not-home-v2 .not-hero-art {
    max-width: 570px;
    margin-top: 24px;
    padding: 18px;
    gap: 12px;
  }

  .not-home-v2 .not-poster img {
    max-height: 360px;
  }

  .not-home-v2 .not-app-card {
    grid-template-columns: minmax(150px, 0.78fr) minmax(0, 1.22fr);
  }

  .not-home-v2 .not-app-image-wrap img {
    max-height: 310px !important;
  }
}

@media (max-width: 540px) {
  .not-home-v2 .not-hero {
    padding-top: 34px;
  }

  .not-home-v2 .not-hero-copy h1 {
    font-size: clamp(2.95rem, 15vw, 4.1rem);
    line-height: 0.98;
  }

  .not-home-v2 .not-lede {
    font-size: 1rem;
    line-height: 1.62;
  }

  .not-home-v2 .not-actions {
    margin-top: 24px;
  }

  .not-home-v2 .not-hero-art {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    padding: 8px 0 0;
    gap: 8px;
    margin-top: 22px;
  }

  .not-home-v2 .not-poster img {
    max-height: none;
    border-radius: 16px;
  }

  .not-home-v2 .not-art-blob-one,
  .not-home-v2 .not-art-blob-two,
  .not-home-v2 .not-art-sprig {
    display: none;
  }

  .not-home-v2 .not-apps {
    padding-top: 24px;
  }

  .not-home-v2 .not-section-heading {
    margin-bottom: 22px;
  }

  .not-home-v2 .not-app-card {
    grid-template-columns: 1fr;
  }

  .not-home-v2 .not-app-image-wrap {
    padding: 22px 18px 8px;
  }

  .not-home-v2 .not-app-image-wrap img {
    max-width: min(82%, 280px) !important;
    max-height: 360px !important;
  }

  .not-home-v2 .not-app-copy {
    padding: 20px 22px 28px !important;
  }

  .not-home-v2 .not-app-copy h2 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .not-home-v2 .not-app-copy p {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .not-home-v2 .not-values {
    padding-top: 10px;
  }

  .not-home-v2 .not-value-card {
    gap: 14px;
  }

  .not-home-v2 .not-contact-copy {
    gap: 14px;
  }
}

/* =========================================================
   MADE WITH TIME + GROWN WITH TIME PRODUCT PAGES
   ========================================================= */
.mwt-target-v16-page,
.gwt29-page {
  overflow-x: hidden;
}

.mwt-v16-page-frame,
.gwt29-page-frame {
  min-width: 0;
}

.mwt-v16-panel,
.gwt29-panel,
.mwt-v16-card,
.gwt29-card,
.mwt-v16-flow-card,
.gwt29-flow-card,
.mwt-v16-preview-card,
.gwt29-preview-card {
  min-width: 0;
}

/* Product hero images should always show the full real artwork. */
.mwt-v16-hero-image,
.gwt29-hero-image {
  overflow: visible !important;
  min-width: 0;
}

.mwt-v16-hero-image img,
.gwt29-hero-image img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
}

/* Four-step product workflows. Connectors are decorative and hidden for clean wrapping. */
.mwt-v16-flow-grid,
.gwt29-flow-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 14px !important;
}

.mwt-v16-flow-grid > i,
.gwt29-flow-grid > i {
  display: none !important;
}

.mwt-v16-flow-card,
.gwt29-flow-card {
  height: 100%;
}

/* Replace horizontal/cropped preview rails with responsive full-image grids. */
.mwt-v16-preview-rail,
.gwt29-preview-rail {
  width: 100% !important;
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  overflow: visible !important;
  padding: 0 !important;
  margin-inline: 0 !important;
  scroll-snap-type: none !important;
}

.mwt-v16-preview-card,
.gwt29-preview-card {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.mwt-v16-preview-card img,
.gwt29-preview-card img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
}

.mwt-v16-preview-card figcaption,
.gwt29-preview-card figcaption {
  min-height: 0 !important;
  padding-inline: 16px !important;
  text-align: center;
}

.mwt-v16-section-head,
.gwt29-section-head {
  min-width: 0;
}

.mwt-v16-section-head h2,
.gwt29-section-head h2 {
  max-width: 860px;
  margin-inline: auto;
  text-wrap: balance;
}

.mwt-v16-section-head > p:last-child,
.gwt29-section-head > p:last-child {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.mwt-v16-cta,
.gwt29-cta {
  min-width: 0;
}

.mwt-v16-store-actions,
.gwt29-actions,
.mwt-v16-actions {
  min-width: 0;
}

@media (max-width: 980px) {
  .mwt-v16-flow-grid,
  .gwt29-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mwt-v16-preview-rail,
  .gwt29-preview-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  .mwt-v16-main,
  .gwt29-main {
    overflow: hidden;
  }

  .mwt-v16-hero-grid,
  .gwt29-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .mwt-v16-copy,
  .gwt29-copy {
    min-width: 0;
  }

  .mwt-v16-copy h1,
  .gwt29-copy h1 {
    font-size: clamp(2.65rem, 12vw, 3.75rem) !important;
    line-height: 1 !important;
    text-wrap: balance;
  }

  .mwt-v16-lede,
  .gwt29-lede {
    font-size: 1rem !important;
    line-height: 1.62 !important;
  }

  .mwt-v16-hero-image,
  .gwt29-hero-image {
    width: 100%;
    margin: 0 auto !important;
  }

  .mwt-v16-hero-image img,
  .gwt29-hero-image img {
    width: 100% !important;
    border-radius: 20px;
  }

  .mwt-v16-feature-grid,
  .gwt29-feature-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .mwt-v16-flow-grid,
  .gwt29-flow-grid,
  .mwt-v16-preview-rail,
  .gwt29-preview-rail {
    grid-template-columns: 1fr !important;
  }

  .mwt-v16-flow-card,
  .gwt29-flow-card {
    text-align: left !important;
  }

  .mwt-v16-section-head h2,
  .gwt29-section-head h2 {
    font-size: clamp(2rem, 10vw, 2.75rem) !important;
    line-height: 1.04 !important;
  }

  .mwt-v16-previews,
  .gwt29-previews {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .mwt-v16-preview-card figcaption,
  .gwt29-preview-card figcaption {
    font-size: 1rem !important;
    padding-top: 14px !important;
    padding-bottom: 16px !important;
  }

  .mwt-v16-actions,
  .gwt29-actions {
    flex-direction: column;
    align-items: stretch !important;
  }

  .mwt-v16-actions .button,
  .gwt29-actions .button,
  .gwt29-cta .button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .mwt-v16-page-frame,
  .gwt29-page-frame {
    width: 100%;
  }

  .mwt-v16-panel,
  .gwt29-panel {
    border-radius: 20px !important;
  }

  .mwt-v16-copy h1,
  .gwt29-copy h1 {
    font-size: clamp(2.45rem, 12vw, 3.25rem) !important;
  }

  .mwt-v16-section-head h2,
  .gwt29-section-head h2 {
    font-size: clamp(1.9rem, 9.5vw, 2.45rem) !important;
  }
}

/* =========================================================
   SUPPORT + PRIVACY HUB
   ========================================================= */
.not-info-v2 .not-info-main,
.not-info-v2 .not-info-card,
.not-info-v2 .not-privacy-grid,
.not-info-v2 .not-privacy-card {
  min-width: 0;
}

.not-info-v2 .not-info-hero h1 {
  text-wrap: balance;
}

.not-info-v2 .not-info-shortcuts a,
.not-info-v2 .not-privacy-card {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.not-info-v2 .not-info-shortcuts a:hover,
.not-info-v2 .not-privacy-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 28px rgba(73, 61, 39, 0.08);
}

@media (max-width: 540px) {
  .not-info-v2 .not-info-main {
    padding-top: 32px;
  }

  .not-info-v2 .not-info-hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.35rem) !important;
    line-height: 1 !important;
  }

  .not-info-v2 .not-info-card {
    gap: 16px;
  }

  .not-info-v2 .not-info-mail {
    width: 100%;
    font-size: 0.8rem;
    overflow-wrap: anywhere;
  }
}

/* =========================================================
   APP PRIVACY PAGES — preserve legal content, fix layout only
   ========================================================= */
.mwt-privacy-page,
.gwt-privacy-page {
  overflow-x: hidden;
}

.mwt-privacy-hero,
.gwt-privacy-hero,
.mwt-policy-section,
.gwt-policy-section,
.mwt-policy-grid,
.gwt-policy-grid,
.mwt-policy-card,
.gwt-policy-card,
.mwt-policy-meta,
.gwt-policy-meta,
.mwt-privacy-summary,
.gwt-privacy-summary {
  min-width: 0;
}

.mwt-policy-card p,
.gwt-policy-card p,
.mwt-policy-meta,
.gwt-policy-meta,
.mwt-privacy-summary li,
.gwt-privacy-summary li {
  overflow-wrap: break-word;
}

@media (max-width: 820px) {
  .mwt-privacy-hero,
  .gwt-privacy-hero {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .mwt-policy-grid,
  .gwt-policy-grid {
    grid-template-columns: 1fr !important;
  }

  .mwt-privacy-summary,
  .gwt-privacy-summary {
    width: 100%;
  }
}

@media (max-width: 540px) {
  .mwt-privacy-main,
  .gwt-privacy-main {
    padding-top: 26px !important;
  }

  .mwt-privacy-hero h1,
  .gwt-privacy-hero h1,
  .mwt-policy-heading h2,
  .gwt-policy-heading h2 {
    font-size: clamp(2rem, 10vw, 2.7rem) !important;
    line-height: 1.04 !important;
  }

  .mwt-policy-card,
  .gwt-policy-card {
    padding: 20px !important;
  }

  .mwt-policy-meta,
  .gwt-policy-meta {
    font-size: 0.9rem;
  }
}

/* Tablet navigation: switch to the mobile menu before the desktop links run out of room. */
@media (max-width: 820px) {
  .header-inner {
    min-height: 76px;
  }

  .site-nav {
    display: none !important;
    position: absolute !important;
    top: calc(100% + 10px) !important;
    left: 14px !important;
    right: 14px !important;
    width: auto !important;
    max-width: none !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding: 12px !important;
    border-radius: 20px !important;
    z-index: 50;
  }

  .site-nav.is-open {
    display: grid !important;
  }

  .site-nav a {
    padding: 13px 15px !important;
  }

  .nav-toggle {
    display: inline-flex !important;
  }
}

/* Decorative sprays may extend beyond the CTA by design on desktop; keep them inside on phones. */
@media (max-width: 540px) {
  .mwt-v16-botanical-spray {
    display: none !important;
  }
}

/* =========================================================
   Nic of Time — Consistency Pass 5
   Visual rhythm, equal media framing, typography safety,
   and cross-page component normalization.
   ========================================================= */

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* ---------- Shared spacing / typography ---------- */
.not-home-v2 .not-kicker,
.not-home-v2 .not-section-heading p,
.mwt-target-v16-page .mwt-v16-kicker,
.gwt29-page .gwt29-kicker,
.not-info-v2 .not-kicker {
  line-height: 1.35;
}

/* ---------- Homepage hero: safe line spacing + equal artwork ---------- */
.not-home-v2 .not-hero-copy h1 {
  letter-spacing: -0.045em;
  font-size: clamp(3.25rem, 5.7vw, 5.4rem);
  line-height: 1.06;
  margin: 18px 0 26px;
}

.not-home-v2 .not-hero-line {
  display: block;
}

.not-home-v2 .not-hero-art {
  max-width: 600px;
  padding: 18px;
  gap: 18px;
  align-items: stretch;
}

.not-home-v2 .not-poster,
.not-home-v2 .not-poster-made,
.not-home-v2 .not-poster-grown {
  aspect-ratio: 4 / 5 !important;
  width: 100% !important;
  height: auto !important;
  overflow: hidden !important;
  border-radius: 22px !important;
  border: 1px solid rgba(71, 80, 56, .12) !important;
  box-shadow: 0 18px 34px rgba(68, 57, 39, .12) !important;
  background: #fffdf8 !important;
}

.not-home-v2 .not-poster img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  border-radius: inherit !important;
  box-shadow: none !important;
}

/* App cards use identical media canvases so MWT and GWT feel matched. */
.not-home-v2 .not-app-card {
  grid-template-columns: minmax(220px, .88fr) minmax(0, 1.12fr);
  min-height: 390px;
}

.not-home-v2 .not-app-image-wrap {
  aspect-ratio: 4 / 5;
  height: auto !important;
  min-height: 0 !important;
  padding: 18px;
  align-self: center;
  overflow: hidden !important;
}

.not-home-v2 .not-app-image-wrap img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 18px;
}

.not-home-v2 .not-app-copy {
  padding: 34px 34px 34px 26px !important;
}

.not-home-v2 .not-app-copy h2 {
  line-height: 1.08;
}

.not-home-v2 .not-app-copy p {
  line-height: 1.62;
}

/* Shared homepage section rhythm. */
.not-home-v2 .not-apps {
  padding: 46px 0 42px;
}
.not-home-v2 .not-values {
  padding: 24px 0 40px;
}
.not-home-v2 .not-contact {
  padding: 8px 0 50px;
}
.not-home-v2 .not-section-heading {
  margin-bottom: 28px;
}

/* ---------- Product pages: consistent headline / panel rhythm ---------- */
.mwt-target-v16-page .mwt-v16-copy h1,
.gwt29-page .gwt29-copy h1 {
  line-height: 1.02 !important;
  letter-spacing: -0.05em !important;
}

.mwt-target-v16-page .mwt-v16-section-head h2,
.gwt29-page .gwt29-section-head h2,
.mwt-target-v16-page .mwt-v16-cta h2,
.gwt29-page .gwt29-cta h2 {
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
}

/* Every gallery image is a 4:5 visual card: all supplied assets share that ratio. */
.mwt-target-v16-page .mwt-v16-preview-card,
.gwt29-page .gwt29-preview-card {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}

.mwt-target-v16-page .mwt-v16-preview-card img,
.gwt29-page .gwt29-preview-card img {
  aspect-ratio: 4 / 5;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  flex: 0 0 auto;
}

.mwt-target-v16-page .mwt-v16-preview-card figcaption,
.gwt29-page .gwt29-preview-card figcaption {
  margin-top: auto !important;
  line-height: 1.35;
}

/* Flow cards share equal internal spacing and a safe text line-height. */
.mwt-target-v16-page .mwt-v16-flow-card,
.gwt29-page .gwt29-flow-card {
  padding: 38px 20px 24px !important;
}
.mwt-target-v16-page .mwt-v16-flow-card h3,
.gwt29-page .gwt29-flow-card h3 {
  line-height: 1.12 !important;
}
.mwt-target-v16-page .mwt-v16-flow-card p,
.gwt29-page .gwt29-flow-card p {
  line-height: 1.58 !important;
}

/* ---------- Information pages ---------- */
.not-info-v2 .not-info-hero h1 {
  line-height: 1.05 !important;
  letter-spacing: -0.045em !important;
}
.not-info-v2 .not-info-lede,
.not-info-v2 .not-info-content > p:not(.not-info-label),
.not-info-v2 .not-privacy-card p {
  line-height: 1.62;
}

/* ---------- Tablet ---------- */
@media (max-width: 1040px) {
  .not-home-v2 .not-hero-copy h1 {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(3.2rem, 8vw, 4.7rem);
    line-height: 1.07;
  }

  .not-home-v2 .not-hero-art {
    max-width: 560px;
  }

  .not-home-v2 .not-app-card {
    grid-template-columns: minmax(200px, .82fr) minmax(0, 1.18fr);
  }
}

/* ---------- Mobile ---------- */
@media (max-width: 700px) {
  .not-home-v2 .not-hero {
    padding: 36px 0 30px;
  }

  .not-home-v2 .not-hero-grid {
    gap: 34px !important;
  }

  .not-home-v2 .not-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.7rem, 12vw, 3.4rem) !important;
    line-height: 1.10 !important;
    letter-spacing: -0.035em !important;
    margin: 16px auto 24px;
  }

  .not-home-v2 .not-lede {
    max-width: 34rem;
    font-size: 1rem;
    line-height: 1.58;
  }

  .not-home-v2 .not-actions {
    margin-top: 24px;
    gap: 12px;
  }

  .not-home-v2 .not-hero-art {
    width: 100%;
    max-width: 520px;
    padding: 0;
    gap: 10px;
    margin-top: 0;
  }

  .not-home-v2 .not-poster,
  .not-home-v2 .not-poster-made,
  .not-home-v2 .not-poster-grown {
    border-radius: 17px !important;
  }

  .not-home-v2 .not-app-grid {
    gap: 18px;
  }

  .not-home-v2 .not-app-card {
    grid-template-columns: 1fr !important;
    min-height: 0;
  }

  .not-home-v2 .not-app-image-wrap {
    width: min(100%, 330px);
    aspect-ratio: 4 / 5;
    margin: 20px auto 0;
    padding: 10px;
  }

  .not-home-v2 .not-app-copy {
    text-align: center;
    padding: 18px 22px 28px !important;
  }

  .not-home-v2 .not-card-actions {
    align-items: center;
  }

  .not-home-v2 .not-app-copy h2 {
    font-size: clamp(2rem, 9vw, 2.55rem) !important;
    line-height: 1.08;
  }

  .not-home-v2 .not-section-heading {
    margin-bottom: 20px;
  }

  .not-home-v2 .not-values {
    padding-top: 14px;
  }

  .not-home-v2 .not-value-card {
    padding: 18px;
    align-items: center;
  }

  .mwt-target-v16-page .mwt-v16-copy h1,
  .gwt29-page .gwt29-copy h1 {
    font-size: clamp(2.55rem, 11vw, 3.5rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
  }

  .mwt-target-v16-page .mwt-v16-section-head h2,
  .gwt29-page .gwt29-section-head h2,
  .mwt-target-v16-page .mwt-v16-cta h2,
  .gwt29-page .gwt29-cta h2,
  .not-info-v2 .not-info-hero h1 {
    line-height: 1.10 !important;
  }

  .mwt-target-v16-page .mwt-v16-flow-card,
  .gwt29-page .gwt29-flow-card {
    padding: 36px 20px 22px !important;
  }
}

@media (max-width: 420px) {
  .not-home-v2 .not-hero-copy h1 {
    font-size: clamp(2.55rem, 11.5vw, 3.05rem) !important;
    line-height: 1.12 !important;
  }

  .not-home-v2 .not-hero-art {
    gap: 8px;
  }

  .not-home-v2 .not-app-image-wrap {
    width: min(100%, 300px);
  }

  .mwt-target-v16-page .mwt-v16-copy h1,
  .gwt29-page .gwt29-copy h1,
  .not-info-v2 .not-info-hero h1 {
    font-size: clamp(2.35rem, 10.5vw, 3rem) !important;
  }
}
