/* Flow institutional multipage layer */

:root {
  --flow-deep: #051014;
  --flow-deep-soft: #0a1e24;
  --flow-petrol: #163640;
  --flow-paper: #f3f0e7;
  --flow-paper-bright: #faf8f2;
  --flow-ink: #152126;
  --flow-copy: #455157;
  --flow-white: #f8f7f2;
  --flow-copper: #a66336;
  --flow-copper-dark: #7e4725;
  --flow-gold: #c8ae76;
  --flow-line-dark: rgba(18, 41, 48, 0.14);
  --flow-line-light: rgba(200, 174, 118, 0.23);
  --flow-shadow: 0 18px 46px rgba(4, 15, 19, 0.16);
  --flow-shell: 1160px;
  --flow-type-xs: 12px;
  --flow-type-sm: 14px;
  --flow-type-body: 16px;
  --flow-type-lead: 20px;
  --flow-type-h3: 26px;
  --flow-type-h2: 40px;
  --flow-type-h1: 54px;
}

body {
  background: var(--flow-deep);
  overflow-x: hidden;
}

.flow-shell {
  position: relative;
  z-index: 2;
  width: min(100%, var(--flow-shell));
  margin: 0 auto;
  padding-right: 32px;
  padding-left: 32px;
}

.flow-eyebrow,
.flow-nav,
.flow-footer__column > strong,
.flow-project-card__segment,
.flow-legal-updated {
  font-family: var(--font-plex-mono), monospace;
  letter-spacing: 0;
  text-transform: uppercase;
}

.flow-eyebrow {
  margin-bottom: 18px;
  color: var(--flow-copper);
  font-size: 12px;
  font-weight: 600;
}

.flow-v2-section--space .flow-eyebrow,
.flow-v2-section--deep .flow-eyebrow,
.flow-page-hero .flow-eyebrow,
.flow-cta-section .flow-eyebrow,
.flow-institutional-hero .flow-eyebrow {
  color: var(--flow-gold);
}

.flow-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.flow-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: var(--font-inter), Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

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

.flow-button--primary {
  color: #fff;
  background: var(--flow-copper);
  box-shadow: 0 12px 30px rgba(166, 99, 54, 0.28);
}

.flow-button--primary:hover {
  color: #fff;
  background: var(--flow-copper-dark);
}

.flow-button--secondary {
  color: var(--flow-white);
  background: rgba(6, 22, 27, 0.58);
  border-color: rgba(248, 247, 242, 0.36);
  backdrop-filter: blur(12px);
}

.flow-button--secondary:hover {
  color: #fff;
  background: rgba(19, 51, 60, 0.8);
  border-color: var(--flow-gold);
}

.flow-button--outline-dark {
  color: var(--flow-ink);
  background: transparent;
  border-color: rgba(21, 33, 38, 0.42);
}

.flow-button--outline-dark:hover {
  color: #fff;
  background: var(--flow-petrol);
  border-color: var(--flow-petrol);
}

/* Global header */
.flow-header {
  min-height: 76px;
  padding: 12px 32px;
  background: rgba(5, 16, 20, 0.88);
  border-bottom: 1px solid var(--flow-line-light);
  backdrop-filter: blur(18px);
}

.flow-brand-copy strong {
  font-size: 21px;
}

.flow-brand-copy small {
  letter-spacing: 0;
}

.flow-nav {
  gap: 20px;
}

.flow-nav > a:not(.nav-whatsapp),
.flow-nav-group > a {
  position: relative;
  padding: 12px 0;
  color: rgba(248, 247, 242, 0.9);
  font-family: var(--font-plex-mono), monospace;
  font-size: 11px;
  letter-spacing: 0;
  white-space: nowrap;
}

.flow-nav > a:not(.nav-whatsapp)::after,
.flow-nav-group > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: var(--flow-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.flow-nav > a:not(.nav-whatsapp):hover::after,
.flow-nav > a.is-current:not(.nav-whatsapp)::after,
.flow-nav-group:hover > a::after,
.flow-nav-group.is-current > a::after {
  transform: scaleX(1);
}

.flow-nav-group {
  position: relative;
  display: flex;
  align-items: center;
}

.flow-submenu-toggle {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  color: var(--flow-gold);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.flow-submenu-toggle svg {
  transition: transform 180ms ease;
}

.flow-nav-group.is-open .flow-submenu-toggle svg {
  transform: rotate(180deg);
}

.flow-submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: -18px;
  display: grid;
  width: 230px;
  padding: 10px;
  visibility: hidden;
  background: rgba(5, 16, 20, 0.98);
  border: 1px solid var(--flow-line-light);
  border-radius: 6px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms;
}

.flow-submenu a {
  padding: 11px 12px;
  color: rgba(248, 247, 242, 0.88);
  border-radius: 4px;
  font-family: var(--font-inter), Arial, sans-serif;
  font-size: 13px;
}

.flow-submenu a:hover,
.flow-submenu a:focus-visible {
  color: var(--flow-white);
  background: rgba(200, 174, 118, 0.12);
}

.flow-nav-group:hover .flow-submenu,
.flow-nav-group:focus-within .flow-submenu,
.flow-nav-group.is-open .flow-submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.nav-whatsapp {
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 8px;
  font-size: 12px;
  white-space: nowrap;
}

/* Homepage hero */
.flow-institutional-hero {
  position: relative;
  display: flex;
  min-height: 780px;
  height: 88svh;
  max-height: 900px;
  align-items: center;
  overflow: hidden;
  background: var(--flow-deep) url("https://flowestrategiadigital.com/wp-content/uploads/2026/07/flow-hero-galaxy-poster.webp") 68% center / cover no-repeat;
}

.flow-institutional-hero__video {
  position: absolute;
  inset: 0 0 0 auto;
  width: 72%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 68% center;
}

.flow-institutional-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 12, 15, 0.98) 0%, rgba(3, 12, 15, 0.92) 31%, rgba(3, 12, 15, 0.52) 62%, rgba(3, 12, 15, 0.08) 100%), linear-gradient(180deg, rgba(3, 12, 15, 0.22), rgba(3, 12, 15, 0.62));
}

.flow-institutional-hero__inner {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 100%;
  padding-top: 132px;
  padding-bottom: 76px;
}

.flow-institutional-hero__copy {
  width: min(100%, 720px);
  max-width: 100%;
  min-width: 0;
  padding: 34px 34px 30px;
  background:
    linear-gradient(135deg, rgba(248, 247, 242, 0.07) 0%, transparent 38%),
    linear-gradient(135deg, rgba(11, 35, 41, 0.56), rgba(3, 14, 18, 0.38));
  border: 1px solid rgba(248, 247, 242, 0.18);
  border-radius: 8px;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(20px) saturate(125%);
  backdrop-filter: blur(20px) saturate(125%);
}

.flow-institutional-hero h1 {
  width: 100%;
  max-width: 700px;
  color: var(--flow-white);
  font-family: var(--font-inter), Arial, sans-serif;
  font-size: var(--flow-type-h1);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.flow-institutional-hero__copy > p:not(.flow-eyebrow, .flow-trust-line) {
  max-width: 650px;
  margin: 24px 0 28px;
  color: rgba(248, 247, 242, 0.82);
  font-size: 17px;
  line-height: 1.65;
}

.flow-trust-line {
  margin-top: 24px;
  color: rgba(248, 247, 242, 0.7);
  font-size: 12px;
}

.flow-trust-line span {
  padding: 0 6px;
  color: var(--flow-gold);
}

/* Section system */
.flow-v2-section {
  position: relative;
  isolation: isolate;
  padding: 88px 0;
  overflow: visible;
}

.flow-v2-section[id] {
  scroll-margin-top: 76px;
}

.flow-v2-section--paper {
  color: var(--flow-ink);
  background-color: var(--flow-paper);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.018 0.05' numOctaves='5' seed='11' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0.58 0 0 0 0.26 0 0.52 0 0 0.22 0 0 0.45 0 0.16 0 0 0 0.24 0'/%3E%3C/filter%3E%3Crect width='360' height='360' filter='url(%23p)' opacity='0.23'/%3E%3C/svg%3E"), radial-gradient(ellipse at 15% 0%, rgba(200, 174, 118, 0.16), transparent 55%);
  background-blend-mode: multiply, normal;
}

.flow-v2-section--space,
.flow-v2-section--deep {
  color: var(--flow-white);
  background: var(--flow-deep);
}

.flow-v2-section--space {
  background-image: linear-gradient(180deg, rgba(5, 16, 20, 0.48), rgba(5, 16, 20, 0.92)), url("../images/flow-space-orbit.jpg");
  background-position: center;
  background-size: cover;
}

.flow-v2-section--deep {
  background-image: radial-gradient(ellipse at 78% 18%, rgba(22, 67, 78, 0.48), transparent 54%), linear-gradient(180deg, #061317, #0b242b);
}

.flow-v2-section--space::after,
.flow-v2-section--deep::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(3, 14, 18, 0.34);
  box-shadow: inset 0 36px 90px rgba(2, 10, 13, 0.46), inset 0 -30px 82px rgba(2, 10, 13, 0.42);
  backdrop-filter: blur(2.4px) saturate(82%);
  -webkit-backdrop-filter: blur(2.4px) saturate(82%);
  pointer-events: none;
}

.flow-v2-section::before,
.flow-cta-section::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -48px;
  left: 0;
  width: 100%;
  height: 88px;
  background: inherit;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 62%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 62%, transparent 100%);
  pointer-events: none;
}

/* Homepage folds: compact, shaded transitions between section surfaces. */
.flow-institutional-home > .flow-v2-section {
  padding-top: 60px;
  padding-bottom: 72px;
}

.flow-institutional-home > .flow-problem--visual {
  padding-top: 56px;
}

.flow-institutional-home > .flow-v2-section--paper {
  --flow-fold-color: var(--flow-paper);
  --flow-fold-shadow: rgba(45, 39, 28, 0.1);
}

.flow-institutional-home > .flow-v2-section--deep {
  --flow-fold-color: #061317;
  --flow-fold-shadow: rgba(1, 7, 9, 0.26);
}

.flow-institutional-home > .flow-v2-section--space {
  --flow-fold-color: #07171c;
  --flow-fold-shadow: rgba(1, 8, 11, 0.28);
}

.flow-institutional-home > .flow-v2-section::before {
  top: -28px;
  left: 0;
  width: 100%;
  height: 28px;
  background: linear-gradient(180deg, transparent 0%, var(--flow-fold-shadow) 58%, var(--flow-fold-color) 100%);
  border-radius: 0;
  -webkit-mask-image: none;
  mask-image: none;
  box-shadow: 0 6px 18px var(--flow-fold-shadow);
}

.flow-section-heading {
  max-width: 790px;
  margin-bottom: 48px;
}

.flow-section-heading h2,
.flow-service-detail h2,
.flow-editorial-layout h2,
.flow-manifesto-section h2,
.flow-case-context h2,
.flow-case-visual h2,
.flow-contact-layout h2 {
  color: var(--flow-ink);
  font-size: var(--flow-type-h2);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.flow-section-heading > p:last-child {
  max-width: 710px;
  margin-top: 22px;
  color: var(--flow-copy);
  font-size: 17px;
  line-height: 1.72;
}

.flow-section-heading--light h2,
.flow-v2-section--space .flow-service-detail h2,
.flow-v2-section--deep .flow-service-detail h2,
.flow-v2-section--space .flow-editorial-layout h2,
.flow-v2-section--deep .flow-editorial-layout h2,
.flow-v2-section--space .flow-case-visual h2,
.flow-v2-section--deep .flow-case-visual h2 {
  color: var(--flow-white);
}

.flow-section-heading--light > p:last-child {
  color: rgba(248, 247, 242, 0.72);
}

.flow-problem__statement {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
  margin-bottom: 48px;
}

.flow-problem__statement > p {
  color: var(--flow-copy);
  font-size: 17px;
  line-height: 1.72;
}

.flow-problem__statement blockquote {
  margin: 0;
  padding: 4px 0 4px 28px;
  color: var(--flow-ink);
  border-left: 3px solid var(--flow-copper);
  font-family: var(--font-montserrat), Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4;
}

.flow-insight-grid,
.flow-service-grid,
.flow-commitment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.flow-insight-grid article {
  min-height: 250px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid var(--flow-line-dark);
  border-radius: 6px;
  box-shadow: 0 14px 34px rgba(32, 43, 45, 0.07);
}

.flow-insight-grid article > span,
.flow-commitment-grid article > span {
  display: block;
  margin-bottom: 46px;
  color: var(--flow-copper);
  font-family: var(--font-plex-mono), monospace;
  font-size: 13px;
}

.flow-insight-grid h3,
.flow-service-card h3,
.flow-pillar-list h3,
.flow-process-step h3,
.flow-commitment-grid h3 {
  letter-spacing: 0;
}

.flow-insight-grid h3 {
  color: var(--flow-ink);
  font-size: 21px;
  line-height: 1.25;
}

.flow-insight-grid p {
  margin-top: 14px;
  color: var(--flow-copy);
  font-size: 14px;
  line-height: 1.65;
}

.flow-v2-orbit {
  position: absolute;
  z-index: 0;
  top: -25%;
  right: 0;
  width: 740px;
  aspect-ratio: 1;
  background: url("../images/simbolo-flow.webp") center / contain no-repeat;
  opacity: 0.08;
  transform: none;
  pointer-events: none;
}

.flow-service-card {
  display: flex;
  min-height: 370px;
  padding: 30px;
  flex-direction: column;
  color: var(--flow-white);
  background: rgba(5, 19, 23, 0.84);
  border: 1px solid rgba(200, 174, 118, 0.2);
  border-radius: 7px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px) saturate(88%);
  -webkit-backdrop-filter: blur(14px) saturate(88%);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.flow-service-card:hover {
  border-color: rgba(200, 174, 118, 0.5);
  box-shadow: 0 30px 58px rgba(0, 0, 0, 0.32);
  transform: translateY(-6px);
}

.flow-service-card__top {
  display: flex;
  min-height: 50px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  color: var(--flow-gold);
  font-family: var(--font-plex-mono), monospace;
  font-size: 13px;
}

.flow-service-card__top small {
  padding: 5px 8px;
  color: var(--flow-white);
  background: rgba(166, 99, 54, 0.7);
  border-radius: 4px;
  font-family: var(--font-inter), Arial, sans-serif;
  font-size: 11px;
}

.flow-service-card h3 {
  max-width: 280px;
  margin-top: 42px;
  color: var(--flow-white);
  font-size: 25px;
  line-height: 1.18;
}

.flow-service-card > p {
  margin-top: 18px;
  color: rgba(248, 247, 242, 0.7);
  font-size: 14px;
  line-height: 1.65;
}

.flow-service-card > a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  padding-top: 30px;
  color: var(--flow-gold);
  font-family: var(--font-montserrat), Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.flow-concept__layout {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 64px;
  align-items: start;
}

.flow-concept__layout .flow-section-heading {
  margin-bottom: 28px;
}

.flow-concept__manifesto {
  padding-top: 26px;
  color: var(--flow-copper);
  border-top: 1px solid rgba(166, 99, 54, 0.26);
  font-family: var(--font-montserrat), Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}

.flow-pillar-list {
  display: grid;
}

.flow-pillar-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid var(--flow-line-dark);
}

.flow-pillar-list article:first-child {
  padding-top: 0;
}

.flow-pillar-list article > span {
  color: var(--flow-copper);
  font-family: var(--font-plex-mono), monospace;
  font-size: 13px;
}

.flow-pillar-list h3 {
  color: var(--flow-ink);
  font-size: 20px;
}

.flow-pillar-list p {
  margin-top: 7px;
  color: var(--flow-copy);
  font-size: 14px;
  line-height: 1.65;
}

/* Projects */
.flow-project-list {
  display: grid;
  gap: 20px;
}

.flow-project-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 480px;
  overflow: hidden;
  background: rgba(5, 16, 20, 0.72);
  border: 1px solid rgba(200, 174, 118, 0.22);
  border-radius: 8px;
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.28);
}

.flow-project-card:nth-child(even) .flow-project-card__visual {
  order: 2;
}

.flow-project-card__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 430px;
  padding: 34px 30px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(22, 60, 70, 0.88), rgba(5, 18, 22, 0.94));
}

.flow-project-card__visual::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 62%;
  border: 1px solid rgba(200, 174, 118, 0.18);
  border-radius: 50%;
  transform: rotate(-14deg);
}

.flow-device {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #071318;
  border: 1px solid rgba(248, 247, 242, 0.24);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.38);
}

.flow-device--desktop {
  width: min(100%, 510px);
  aspect-ratio: 16 / 10;
  padding-top: 24px;
  border-radius: 7px;
}

.flow-device--desktop > span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  height: 24px;
  gap: 5px;
  align-items: center;
  padding-left: 10px;
  background: #0d252c;
}

.flow-device--desktop i {
  width: 5px;
  height: 5px;
  background: rgba(248, 247, 242, 0.4);
  border-radius: 50%;
}

.flow-device--desktop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.flow-device--mobile {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 26px;
  width: 118px;
  aspect-ratio: 9 / 18;
  padding: 8px 5px;
  border: 4px solid #071318;
  border-radius: 18px;
}

.flow-device--mobile > span {
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 50%;
  width: 34px;
  height: 4px;
  background: #071318;
  border-radius: 4px;
  transform: translateX(-50%);
}

.flow-device--mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  border-radius: 10px;
}

.flow-project-card__copy {
  display: flex;
  padding: 36px;
  flex-direction: column;
  justify-content: center;
}

.flow-project-card__segment {
  color: var(--flow-gold);
  font-size: 11px;
}

.flow-project-card__copy h3 {
  margin-top: 16px;
  color: var(--flow-white);
  font-size: 30px;
  line-height: 1.16;
}

.flow-project-card__copy dl {
  display: grid;
  gap: 20px;
  margin: 30px 0 0;
}

.flow-project-card__copy dt {
  color: rgba(200, 174, 118, 0.88);
  font-family: var(--font-plex-mono), monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.flow-project-card__copy dd {
  margin: 7px 0 0;
  color: rgba(248, 247, 242, 0.7);
  font-size: 14px;
  line-height: 1.6;
}

.flow-project-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.flow-project-card__actions a {
  color: var(--flow-white);
  font-family: var(--font-montserrat), Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.flow-project-card__actions a:last-child {
  color: var(--flow-gold);
}

.flow-centered-action {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.flow-home-journal__empty {
  padding: 28px 0;
  color: rgba(248, 247, 242, 0.7);
  border-top: 1px solid rgba(200, 174, 118, 0.2);
  border-bottom: 1px solid rgba(200, 174, 118, 0.2);
  font-size: 16px;
}

/* Process */
.flow-process-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--flow-line-dark);
}

.flow-process-list--seven {
  grid-template-columns: repeat(4, 1fr);
}

.flow-process-step {
  min-height: 246px;
  padding: 26px 20px;
  border-right: 1px solid var(--flow-line-dark);
  border-bottom: 1px solid var(--flow-line-dark);
}

.flow-process-list--five .flow-process-step:last-child,
.flow-process-list--seven .flow-process-step:nth-child(4n) {
  border-right: 0;
}

.flow-process-step__number {
  display: block;
  margin-bottom: 48px;
  color: var(--flow-copper);
  font-family: var(--font-plex-mono), monospace;
  font-size: 13px;
}

.flow-process-step h3 {
  color: var(--flow-ink);
  font-size: 18px;
  line-height: 1.25;
}

.flow-process-step p {
  margin-top: 12px;
  color: var(--flow-copy);
  font-size: 13px;
  line-height: 1.62;
}

/* Page heroes and breadcrumbs */
.flow-page-hero {
  position: relative;
  display: flex;
  min-height: 600px;
  align-items: center;
  overflow: hidden;
  color: var(--flow-white);
  background: #061418 url("../images/flow-space-terrain.jpg") center / cover no-repeat;
}

.flow-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 14, 17, 0.98), rgba(4, 14, 17, 0.86) 54%, rgba(4, 14, 17, 0.42)), linear-gradient(180deg, rgba(4, 14, 17, 0.28), rgba(4, 14, 17, 0.82));
  box-shadow: inset 0 -32px 88px rgba(2, 10, 13, 0.36);
  backdrop-filter: blur(1.2px) saturate(88%);
  -webkit-backdrop-filter: blur(1.2px) saturate(88%);
}

.flow-page-hero__field {
  position: absolute;
  z-index: 1;
  top: 24%;
  right: 0;
  width: 520px;
  aspect-ratio: 1;
  background: url("../images/simbolo-flow.webp") center / contain no-repeat;
  opacity: 0.15;
  transform: none;
}

.flow-page-hero__inner {
  padding-top: 140px;
  padding-bottom: 90px;
}

.flow-page-hero h1 {
  max-width: 850px;
  color: var(--flow-white);
  font-size: 52px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.flow-page-hero__lead {
  max-width: 700px;
  margin: 24px 0 30px;
  color: rgba(248, 247, 242, 0.76);
  font-size: 17px;
  line-height: 1.7;
}

.flow-breadcrumbs {
  margin-bottom: 42px;
}

.flow-breadcrumbs ol,
.flow-breadcrumbs li {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.flow-breadcrumbs a,
.flow-breadcrumbs span {
  color: rgba(248, 247, 242, 0.65);
  font-family: var(--font-plex-mono), monospace;
  font-size: 11px;
}

.flow-breadcrumbs a:hover {
  color: var(--flow-gold);
}

.flow-breadcrumbs span[aria-current="page"] {
  color: var(--flow-white);
}

/* Service pages */
.flow-service-detail {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 64px;
  align-items: start;
}

.flow-service-detail__intro > span {
  display: block;
  margin-bottom: 42px;
  color: var(--flow-copper);
  font-family: var(--font-plex-mono), monospace;
  font-size: 13px;
}

.flow-service-detail h2 {
  font-size: 40px;
}

.flow-service-detail__intro > p:not(.flow-eyebrow) {
  margin-top: 20px;
  color: var(--flow-copy);
  font-size: 16px;
  line-height: 1.7;
}

.flow-service-detail__intro .flow-button {
  margin-top: 28px;
}

.flow-service-detail__body {
  padding-top: 56px;
}

.flow-service-detail__body h3 {
  margin-bottom: 24px;
  color: var(--flow-ink);
  font-size: 18px;
}

.flow-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--flow-line-dark);
}

.flow-feature-grid li {
  min-height: 58px;
  padding: 18px 14px 18px 26px;
  color: var(--flow-copy);
  border-right: 1px solid var(--flow-line-dark);
  border-bottom: 1px solid var(--flow-line-dark);
  font-size: 14px;
}

.flow-feature-grid li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 12px;
  background: var(--flow-copper);
  border-radius: 50%;
  vertical-align: 2px;
}

.flow-service-detail--light .flow-service-detail__intro > span,
.flow-service-detail--light .flow-service-detail__intro > p:not(.flow-eyebrow) {
  color: rgba(248, 247, 242, 0.7);
}

.flow-service-detail__body--statement {
  padding: 34px;
  background: rgba(5, 18, 22, 0.74);
  border: 1px solid var(--flow-line-light);
  border-radius: 6px;
  box-shadow: var(--flow-shadow);
}

.flow-service-detail__body--statement p {
  color: var(--flow-white);
  font-family: var(--font-montserrat), Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}

.flow-service-detail__body--statement small {
  display: block;
  margin-top: 20px;
  color: rgba(248, 247, 242, 0.62);
  font-size: 13px;
  line-height: 1.6;
}

.flow-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--flow-line-dark);
  border: 1px solid var(--flow-line-dark);
}

.flow-signal-grid li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  min-height: 96px;
  align-items: center;
  padding: 22px;
  color: var(--flow-ink);
  background: rgba(255, 255, 255, 0.52);
  font-family: var(--font-montserrat), Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.flow-signal-grid span {
  color: var(--flow-copper);
  font-family: var(--font-plex-mono), monospace;
  font-size: 12px;
}

.flow-capability-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.flow-capability-list li {
  padding: 12px 16px;
  color: var(--flow-white);
  background: rgba(248, 247, 242, 0.06);
  border: 1px solid rgba(248, 247, 242, 0.16);
  border-radius: 4px;
  font-size: 13px;
}

.flow-capability-list--dark li {
  color: var(--flow-ink);
  background: rgba(255, 255, 255, 0.5);
  border-color: var(--flow-line-dark);
}

.flow-scope-note {
  max-width: 820px;
  margin: 40px 0 0;
  padding: 24px 0 24px 28px;
  color: rgba(248, 247, 242, 0.78);
  border-left: 3px solid var(--flow-gold);
  font-size: 18px;
  line-height: 1.6;
}

.flow-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.flow-comparison-grid article {
  display: flex;
  min-height: 460px;
  padding: 32px;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid var(--flow-line-dark);
  border-radius: 7px;
}

.flow-comparison-grid article.is-highlighted {
  color: var(--flow-white);
  background: var(--flow-petrol);
  border-color: var(--flow-petrol);
  box-shadow: var(--flow-shadow);
}

.flow-comparison-grid h3 {
  max-width: 420px;
  color: var(--flow-ink);
  font-size: 26px;
  line-height: 1.25;
}

.flow-comparison-grid .is-highlighted h3 {
  color: var(--flow-white);
}

.flow-comparison-grid ul {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.flow-comparison-grid li {
  color: var(--flow-copy);
  font-size: 14px;
}

.flow-comparison-grid li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--flow-copper);
}

.flow-comparison-grid .is-highlighted li {
  color: rgba(248, 247, 242, 0.72);
}

.flow-comparison-grid article > a {
  margin-top: auto;
  padding-top: 30px;
  color: var(--flow-copper);
  font-family: var(--font-montserrat), Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.flow-comparison-grid .is-highlighted > a {
  color: var(--flow-gold);
}

/* Method, about and cases */
.flow-principles-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 60px;
}

.flow-principle-list {
  display: grid;
}

.flow-principle-list li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  padding: 20px 0;
  color: var(--flow-white);
  border-bottom: 1px solid rgba(248, 247, 242, 0.14);
  font-family: var(--font-montserrat), Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.flow-principle-list span {
  color: var(--flow-gold);
  font-family: var(--font-plex-mono), monospace;
  font-size: 12px;
}

.flow-editorial-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
}

.flow-editorial-copy {
  display: grid;
  gap: 18px;
  color: var(--flow-copy);
  font-size: 18px;
  line-height: 1.75;
}

.flow-manifesto-section__inner {
  max-width: 900px;
}

.flow-manifesto-section h2 {
  max-width: 700px;
  color: var(--flow-white);
  font-size: 56px;
}

.flow-manifesto-section__inner > p:not(.flow-eyebrow) {
  max-width: 760px;
  margin-top: 24px;
  color: rgba(248, 247, 242, 0.72);
  font-size: 18px;
  line-height: 1.72;
}

.flow-commitment-grid {
  grid-template-columns: repeat(4, 1fr);
}

.flow-commitment-grid article {
  min-height: 280px;
  padding: 24px;
  border-top: 1px solid var(--flow-line-dark);
  border-bottom: 1px solid var(--flow-line-dark);
}

.flow-commitment-grid h3 {
  color: var(--flow-ink);
  font-size: 19px;
  line-height: 1.25;
}

.flow-commitment-grid p {
  margin-top: 14px;
  color: var(--flow-copy);
  font-size: 14px;
  line-height: 1.65;
}

.flow-case-context {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
}

.flow-case-context dl {
  display: grid;
}

.flow-case-context dl > div {
  padding: 22px 0;
  border-bottom: 1px solid var(--flow-line-dark);
}

.flow-case-context dt {
  color: var(--flow-copper);
  font-family: var(--font-plex-mono), monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.flow-case-context dd {
  margin: 8px 0 0;
  color: var(--flow-copy);
  font-size: 16px;
  line-height: 1.68;
}

.flow-case-visual {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 60px;
  align-items: center;
}

.flow-case-visual > div:first-child > p:last-child {
  margin-top: 20px;
  color: rgba(248, 247, 242, 0.68);
  font-size: 16px;
  line-height: 1.7;
}

/* Contact */
.flow-contact-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 72px;
  align-items: start;
}

.flow-contact-layout__intro {
  position: sticky;
  top: 110px;
}

.flow-contact-layout__intro > p:not(.flow-eyebrow) {
  margin-top: 20px;
  color: var(--flow-copy);
  line-height: 1.7;
}

.flow-contact-direct {
  display: grid;
  gap: 16px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--flow-line-dark);
}

.flow-contact-direct > span {
  color: var(--flow-copper);
  font-family: var(--font-plex-mono), monospace;
  font-size: 11px;
}

.flow-contact-form {
  display: grid;
  gap: 26px;
  padding: 36px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid var(--flow-line-dark);
  border-radius: 8px;
  box-shadow: var(--flow-shadow);
}

.flow-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.flow-contact-form label,
.flow-contact-form legend {
  color: var(--flow-ink);
  font-family: var(--font-inter), Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.flow-contact-form label > span[aria-hidden="true"],
.flow-contact-form legend > span {
  color: var(--flow-copper);
}

.flow-contact-form input:not([type="radio"], [type="checkbox"]),
.flow-contact-form select,
.flow-contact-form textarea {
  width: 100%;
  min-height: 48px;
  margin-top: 8px;
  padding: 11px 13px;
  color: var(--flow-ink);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(21, 33, 38, 0.24);
  border-radius: 4px;
  font: 15px/1.5 var(--font-inter), Arial, sans-serif;
}

.flow-contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.flow-contact-form input:focus,
.flow-contact-form select:focus,
.flow-contact-form textarea:focus {
  border-color: var(--flow-copper);
  outline: 3px solid rgba(166, 99, 54, 0.15);
}

.flow-contact-form input[name="coupon"] {
  text-transform: uppercase;
}

.flow-contact-form #flow-coupon-help {
  color: var(--flow-copy);
}

.flow-contact-form fieldset {
  padding: 0;
  border: 0;
}

.flow-contact-form legend {
  margin-bottom: 12px;
}

.flow-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.flow-choice-grid label {
  position: relative;
}

.flow-choice-grid input {
  position: absolute;
  opacity: 0;
}

.flow-choice-grid label > span {
  display: flex;
  min-height: 48px;
  padding: 10px 12px;
  align-items: center;
  justify-content: center;
  color: var(--flow-copy);
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(21, 33, 38, 0.22);
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

.flow-choice-grid input:checked + span {
  color: #fff;
  background: var(--flow-petrol);
  border-color: var(--flow-petrol);
}

.flow-choice-grid input:focus-visible + span {
  outline: 3px solid var(--flow-gold);
  outline-offset: 2px;
}

.flow-consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--flow-copy) !important;
  font-weight: 400 !important;
  line-height: 1.55;
}

.flow-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--flow-copper);
}

.flow-referral-consent[hidden] {
  display: none;
}

.flow-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.flow-form-submit {
  display: flex;
  gap: 18px;
  align-items: center;
}

.flow-form-submit button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.flow-form-status {
  color: var(--flow-copy);
  font-size: 13px;
}

.flow-form-status.is-success {
  color: #216a49;
}

.flow-form-status.is-error {
  color: #9a382f;
}

.flow-form-status__referral {
  display: inline-flex;
  margin-top: 8px;
  color: var(--flow-copper-dark);
  font-weight: 700;
}

/* Legal */
.flow-legal-content {
  max-width: 820px;
}

.flow-legal-updated {
  margin-bottom: 48px;
  color: var(--flow-copper);
  font-size: 11px;
}

.flow-legal-content h2 {
  margin-top: 46px;
  color: var(--flow-ink);
  font-size: 25px;
  line-height: 1.25;
}

.flow-legal-content p,
.flow-legal-content li {
  margin-top: 14px;
  color: var(--flow-copy);
  font-size: 16px;
  line-height: 1.75;
}

.flow-legal-content ul {
  margin-top: 12px;
}

.flow-legal-content li {
  position: relative;
  padding-left: 22px;
}

.flow-legal-content li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  width: 6px;
  height: 6px;
  background: var(--flow-copper);
  border-radius: 50%;
}

/* Closing CTA */
.flow-cta-section {
  position: relative;
  min-height: 500px;
  padding: 102px 0 92px;
  overflow: hidden;
  color: var(--flow-white);
  background: #061418 url("../images/flow-space-terrain.jpg") center 60% / cover no-repeat;
}

.flow-cta-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 14, 17, 0.92), rgba(4, 14, 17, 0.62)), linear-gradient(180deg, rgba(4, 14, 17, 0.22), rgba(4, 14, 17, 0.8));
}

.flow-cta-section__field {
  position: absolute;
  z-index: 1;
  right: 2%;
  bottom: -40%;
  width: 620px;
  aspect-ratio: 1;
  background: url("../images/simbolo-flow.webp") center / contain no-repeat;
  opacity: 0.1;
}

.flow-cta-section__inner {
  max-width: 940px;
}

.flow-cta-section h2 {
  max-width: 800px;
  color: var(--flow-white);
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: 0;
}

.flow-cta-section__inner > p:not(.flow-eyebrow) {
  max-width: 690px;
  margin: 22px 0 30px;
  color: rgba(248, 247, 242, 0.72);
  font-size: 17px;
  line-height: 1.7;
}

/* Footer */
.flow-footer {
  position: relative;
  z-index: 3;
  display: block;
  padding: 60px 32px 24px;
  color: var(--flow-white);
  background: #030b0e;
  border-top: 1px solid var(--flow-line-light);
}

.flow-footer__inner {
  display: grid;
  grid-template-columns: 1.55fr 0.9fr 0.9fr 0.8fr;
  gap: 56px;
  width: min(100%, var(--flow-shell));
  margin: 0 auto;
}

.flow-footer__brand > p {
  max-width: 330px;
  margin-top: 22px;
  color: rgba(248, 247, 242, 0.58);
  font-size: 14px;
  line-height: 1.65;
}

.flow-footer__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.flow-footer__column > strong {
  margin-bottom: 8px;
  color: var(--flow-gold);
  font-size: 11px;
}

.flow-footer__column a {
  color: rgba(248, 247, 242, 0.68);
  font-size: 13px;
}

.flow-footer__column a:hover {
  color: var(--flow-white);
}

.flow-footer__legal {
  display: flex;
  width: min(100%, var(--flow-shell));
  margin: 56px auto 0;
  padding-top: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(248, 247, 242, 0.12);
}

.flow-footer__legal > div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.flow-footer__legal a,
.flow-footer__legal p {
  color: rgba(248, 247, 242, 0.5);
  font-size: 11px;
}

/* Site Express adjustments inside the shared header/footer */
.flow-site-express-main {
  background: var(--flow-paper);
}

.flow-site-express-main > section {
  isolation: isolate;
}

.flow-site-express-main > section:not(:first-child) {
  overflow: visible;
}

.flow-site-express-main > section:not(:first-child)::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -48px;
  left: 0;
  width: 100%;
  height: 88px;
  background: inherit;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 62%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 62%, transparent 100%);
  pointer-events: none;
}

.flow-site-express-main .dark-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(4, 18, 22, 0.2);
  box-shadow: inset 0 32px 84px rgba(2, 10, 13, 0.28), inset 0 -28px 76px rgba(2, 10, 13, 0.24);
  backdrop-filter: blur(1.6px) saturate(88%);
  -webkit-backdrop-filter: blur(1.6px) saturate(88%);
  pointer-events: none;
}

.flow-site-express-main .dark-section > .flow-container {
  z-index: 2;
}

.flow-site-express-main > section:not(:first-child) {
  padding-top: 88px;
  padding-bottom: 88px;
}

.flow-site-express-main > .site-express-problem {
  padding-bottom: 70px;
}

.flow-site-express-main > .site-express-closing {
  padding-top: 92px;
  padding-bottom: 92px;
}

.flow-site-express-main .method-list {
  margin-top: 28px;
}

.flow-site-express-main .method-list li {
  grid-template-columns: 62px 1fr;
  gap: 24px;
  padding: 18px 0;
}

.flow-site-express-main .method-number {
  width: 62px;
  height: 62px;
  font-size: 14px;
}

.flow-site-express-main .method-list h3 {
  font-size: 22px;
}

.flow-site-express-main .audience-grid {
  gap: 48px;
  margin-top: 42px;
}

.flow-site-express-main .faq-list summary {
  padding-top: 18px;
  padding-bottom: 18px;
}

.site-express-hero {
  min-height: 780px;
  height: auto;
  justify-content: stretch;
  background-position: 72% center;
}

.site-express-hero .hero-video {
  right: 0;
  left: auto;
  width: 74%;
  object-fit: cover;
  object-position: 72% center;
}

.site-express-hero .hero-overlay {
  background: linear-gradient(90deg, rgba(3, 11, 14, 0.98) 0%, rgba(3, 12, 15, 0.92) 37%, rgba(3, 12, 15, 0.5) 65%, rgba(3, 12, 15, 0.12) 100%);
}

.site-express-hero .hero-vignette {
  background: radial-gradient(ellipse at 72% 44%, rgba(10, 31, 37, 0) 0%, rgba(3, 10, 13, 0.62) 100%);
}

.site-express-hero__content {
  display: block;
  width: min(100%, var(--flow-shell));
  max-width: none;
  margin: 0 auto;
  padding: 104px 32px 62px;
  text-align: left;
}

.site-express-hero__content .flow-breadcrumbs {
  margin-bottom: 24px;
}

.site-express-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  align-items: center;
  gap: clamp(42px, 5vw, 72px);
}

.site-express-hero__copy {
  min-width: 0;
}

.flow-site-express-page .site-express-hero__content h1 {
  width: 100%;
  max-width: 720px;
  margin: 0;
  padding: 0;
  color: var(--flow-white);
  background: none;
  border: 0;
  box-shadow: none;
  font-family: var(--font-montserrat), Arial, sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.06;
  text-align: left;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.42);
}

.flow-site-express-page .site-express-hero__content h1 span {
  display: block;
}

.flow-site-express-page .site-express-hero__content h1 span + span {
  margin-top: 8px;
}

.site-express-hero__copy > p:not(.section-label) {
  max-width: 650px;
  margin: 22px 0 26px;
  color: rgba(248, 247, 242, 0.78);
  font-size: 17px;
  line-height: 1.65;
}

.site-express-hero__copy > .hero-manifesto {
  display: block;
  max-width: 680px;
  margin-top: 0;
  color: var(--flow-gold);
  font-size: 10px;
  line-height: 1.65;
  letter-spacing: 0;
}

.site-express-hero__offer {
  display: flex;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 32px;
  color: var(--flow-white);
  background: rgba(4, 18, 22, 0.76);
  border: 1px solid rgba(200, 174, 118, 0.3);
  border-radius: 6px;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
  flex-direction: column;
  backdrop-filter: blur(16px);
}

.site-express-hero__offer strong {
  font-family: var(--font-montserrat), Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
}

.site-express-hero__offer > p:not(.site-express-hero__scarcity) {
  margin: 18px 0 0;
  color: rgba(248, 247, 242, 0.68);
  font-size: 15px;
  line-height: 1.6;
}

.site-express-hero__delivery {
  margin-top: 20px;
  color: var(--flow-white);
  font-family: var(--font-montserrat), Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.site-express-hero__offer .primary-cta {
  width: 100%;
  min-height: 52px;
  margin-top: 24px;
  padding: 14px 20px;
  font-size: 13px;
}

.site-express-hero__facts {
  display: grid;
  gap: 7px;
  margin-top: 18px;
  padding: 0;
  color: rgba(248, 247, 242, 0.68);
  list-style: none;
  font-size: 12px;
  line-height: 1.45;
}

.site-express-hero__facts li {
  position: relative;
  padding-left: 16px;
}

.site-express-hero__facts li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--flow-gold);
  content: "·";
}

.site-express-hero__scarcity {
  margin: 18px 0 0;
  padding-top: 16px;
  color: var(--flow-gold);
  border-top: 1px solid rgba(200, 174, 118, 0.2);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.flow-site-express-main .portfolio-symbol,
.flow-site-express-main .section-symbol {
  right: 0;
}

.flow-site-express-main .method-symbol {
  left: 0;
}

.site-express-scope__lead {
  max-width: 700px;
  margin: -32px 0 46px;
  color: var(--flow-copy);
  font-size: 17px;
}

.site-express-scope__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.site-express-scope__columns > div {
  padding: 28px;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid var(--flow-line-dark);
  border-radius: 6px;
}

.site-express-scope__columns h3 {
  margin-bottom: 20px;
  color: var(--flow-ink);
  font-size: 20px;
}

.site-express-note {
  max-width: 850px;
  margin-top: 28px;
  padding: 18px 20px;
  color: var(--flow-copy);
  background: rgba(166, 99, 54, 0.08);
  border-left: 3px solid var(--flow-copper);
  font-size: 13px;
}

.site-express-boundary {
  max-width: 850px;
  margin-top: 14px;
  color: var(--flow-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.flow-site-express-page .flow-faq-list {
  width: 100%;
}

.flow-site-express-page .flow-faq-item {
  border-bottom: 1px solid var(--flow-line-dark);
}

.flow-site-express-page .flow-faq-item summary {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--flow-ink);
  font-family: var(--font-montserrat), Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.flow-site-express-page .flow-faq-item summary::-webkit-details-marker {
  display: none;
}

.flow-site-express-page .flow-faq-item summary span {
  flex: 0 0 auto;
  color: var(--flow-copper);
  font-size: 20px;
  transition: transform 160ms ease;
}

.flow-site-express-page .flow-faq-item[open] summary span {
  transform: rotate(45deg);
}

.flow-site-express-page .flow-faq-item > div {
  padding: 0 32px 22px 0;
  color: var(--flow-copy);
  font-size: 14px;
  line-height: 1.65;
}

.site-express-closing .text-action {
  display: inline-flex;
  margin-top: 18px;
}

/* Blog alignment with the institutional system */
.flow-blog-index .blog-masthead,
.flow-blog-archive .blog-masthead,
.flow-article .article-header {
  padding-top: 136px;
}

.flow-blog-index .blog-masthead h1,
.flow-blog-archive .blog-masthead h1,
.flow-article .article-header h1 {
  letter-spacing: 0;
}

.article-share {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid var(--flow-line-dark);
}

.article-share strong {
  margin-right: 6px;
  color: var(--flow-ink);
  font-family: var(--font-plex-mono), monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.article-share a {
  padding: 8px 12px;
  color: var(--flow-copy);
  border: 1px solid var(--flow-line-dark);
  border-radius: 4px;
  font-size: 12px;
}

/* Motion */
[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

[data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 1180px) {
  .flow-header {
    padding-right: 22px;
    padding-left: 22px;
  }

  .flow-nav {
    gap: 14px;
  }

  .flow-nav > a:not(.nav-whatsapp),
  .flow-nav-group > a {
    font-size: 10px;
  }

  .nav-whatsapp {
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (max-width: 1060px) {
  .flow-menu-button {
    display: grid;
  }

  .flow-nav {
    position: fixed;
    top: 76px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 70;
    display: flex;
    padding: 28px 24px 100px;
    visibility: hidden;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow-y: auto;
    background: rgba(4, 14, 17, 0.99);
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
  }

  body.admin-bar .flow-nav {
    top: 108px;
  }

  .flow-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .flow-nav > a:not(.nav-whatsapp),
  .flow-nav-group > a {
    display: flex;
    min-height: 54px;
    align-items: center;
    color: var(--flow-white);
    border-bottom: 1px solid rgba(248, 247, 242, 0.12);
    font-size: 14px;
  }

  .flow-nav > a:not(.nav-whatsapp)::after,
  .flow-nav-group > a::after {
    display: none;
  }

  .flow-nav-group {
    display: grid;
    grid-template-columns: 1fr 52px;
  }

  .flow-submenu-toggle {
    width: 52px;
    height: 54px;
    border-bottom: 1px solid rgba(248, 247, 242, 0.12);
  }

  .flow-submenu {
    position: static;
    grid-column: 1 / -1;
    display: none;
    width: auto;
    padding: 6px 0 12px 18px;
    visibility: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 1;
    transform: none;
  }

  .flow-nav-group.is-open .flow-submenu {
    display: grid;
  }

  .flow-submenu a {
    min-height: 44px;
  }

  .nav-whatsapp {
    min-height: 52px;
    margin-top: 22px;
  }

  .flow-commitment-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-insight-grid,
  .flow-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-service-card:last-child {
    grid-column: 1 / -1;
  }

  .flow-project-card {
    grid-template-columns: 1fr;
  }

  .flow-project-card:nth-child(even) .flow-project-card__visual {
    order: 0;
  }

  .flow-process-list,
  .flow-process-list--seven {
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-process-list--five .flow-process-step:last-child {
    grid-column: 1 / -1;
  }

  .flow-process-list--five .flow-process-step:nth-child(2n),
  .flow-process-list--seven .flow-process-step:nth-child(2n) {
    border-right: 0;
  }

  .flow-service-detail,
  .flow-principles-layout,
  .flow-case-context,
  .flow-case-visual,
  .flow-contact-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .flow-service-detail__body {
    padding-top: 0;
  }

  .flow-contact-layout__intro {
    position: static;
  }

  .flow-footer__inner {
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 28px;
  }

  .site-express-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    gap: 32px;
  }

  .flow-site-express-page .site-express-hero__content h1 {
    font-size: 40px;
  }

  .site-express-hero__offer {
    padding: 26px;
  }

  .site-express-hero__offer strong {
    font-size: 24px;
  }
}

@media (max-width: 760px) {
  .flow-shell {
    padding-right: 20px;
    padding-left: 20px;
  }

  .flow-header {
    min-height: 68px;
    padding: 10px 16px;
  }

  .flow-nav {
    top: 68px;
  }

  body.admin-bar .flow-nav {
    top: 114px;
  }

  .flow-brand-copy strong {
    font-size: 19px;
  }

  .flow-brand-copy small {
    font-size: 7px;
  }

  .flow-institutional-hero {
    display: block;
    min-height: 820px;
    height: auto;
    max-height: none;
    padding-top: 68px;
    background-position: 72% center;
  }

  .flow-institutional-hero__video {
    display: none;
  }

  .flow-institutional-hero__shade {
    background: linear-gradient(180deg, rgba(3, 12, 15, 0.34) 0%, rgba(3, 12, 15, 0.76) 42%, rgba(3, 12, 15, 0.98) 100%);
  }

  .flow-institutional-hero__inner {
    min-height: 752px;
    align-items: flex-end;
    padding-top: 210px;
    padding-bottom: 42px;
  }

  .flow-institutional-hero__copy {
    padding: 25px 22px 24px;
  }

  .flow-institutional-hero h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  .flow-institutional-hero__copy > p:not(.flow-eyebrow, .flow-trust-line) {
    margin-top: 18px;
    margin-bottom: 22px;
    font-size: 15px;
  }

  .flow-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .flow-actions .flow-button {
    width: 100%;
  }

  .flow-trust-line {
    display: grid;
    gap: 4px;
  }

  .flow-trust-line span {
    display: none;
  }

  .flow-v2-section {
    padding: 72px 0;
  }

  .flow-v2-section::before,
  .flow-cta-section::before,
  .flow-site-express-main > section:not(:first-child)::before {
    top: -26px;
    height: 44px;
  }

  .flow-section-heading {
    margin-bottom: 36px;
  }

  .flow-section-heading h2,
  .flow-service-detail h2,
  .flow-editorial-layout h2,
  .flow-case-context h2,
  .flow-case-visual h2,
  .flow-contact-layout h2 {
    font-size: 32px;
    line-height: 1.16;
  }

  .flow-section-heading > p:last-child {
    font-size: 15px;
  }

  .flow-problem__statement,
  .flow-concept__layout,
  .flow-editorial-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .flow-problem__statement blockquote {
    font-size: 20px;
  }

  .flow-insight-grid,
  .flow-service-grid,
  .flow-commitment-grid {
    grid-template-columns: 1fr;
  }

  .flow-service-card:last-child {
    grid-column: auto;
  }

  .flow-insight-grid article,
  .flow-service-card {
    min-height: 260px;
  }

  .flow-project-card__visual {
    min-height: 350px;
    padding: 28px 20px;
  }

  .flow-device--mobile {
    right: 14px;
    bottom: 16px;
    width: 86px;
  }

  .flow-project-card__copy {
    padding: 28px 24px 34px;
  }

  .flow-project-card__copy h3 {
    font-size: 25px;
  }

  .flow-process-list,
  .flow-process-list--seven {
    grid-template-columns: 1fr;
  }

  .flow-process-step,
  .flow-process-list--five .flow-process-step:last-child {
    grid-column: auto;
    min-height: 200px;
    border-right: 0;
  }

  .flow-process-step__number {
    margin-bottom: 30px;
  }

  .flow-page-hero {
    min-height: 620px;
  }

  .flow-page-hero__inner {
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .flow-page-hero__field {
    top: 20%;
    right: 0;
    width: 420px;
  }

  .flow-page-hero h1 {
    font-size: 38px;
    line-height: 1.1;
  }

  .flow-page-hero__lead {
    font-size: 15px;
  }

  .flow-service-detail__intro > span {
    margin-bottom: 34px;
  }

  .flow-feature-grid,
  .flow-signal-grid,
  .flow-comparison-grid,
  .site-express-scope__columns,
  .flow-form-grid,
  .flow-choice-grid {
    grid-template-columns: 1fr;
  }

  .flow-comparison-grid article {
    min-height: 420px;
    padding: 28px 24px;
  }

  .flow-manifesto-section h2 {
    font-size: 40px;
  }

  .flow-contact-form {
    padding: 24px 18px;
  }

  .flow-form-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .flow-form-submit .flow-button {
    width: 100%;
  }

  .flow-cta-section {
    min-height: 520px;
    padding: 84px 0 76px;
  }

  .flow-cta-section h2 {
    font-size: 38px;
  }

  .flow-footer {
    padding: 56px 20px 24px;
  }

  .flow-footer__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 38px 24px;
  }

  .flow-footer__brand {
    grid-column: 1 / -1;
  }

  .flow-footer__legal {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-express-hero {
    min-height: 0;
    background-position: 64% center;
  }

  .flow-site-express-main > section:not(:first-child) {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .site-express-hero .hero-video {
    display: none;
  }

  .site-express-hero .hero-overlay {
    background: linear-gradient(180deg, rgba(3, 11, 14, 0.46), rgba(3, 11, 14, 0.94) 42%, rgba(3, 11, 14, 0.99));
  }

  .site-express-hero__content {
    padding: 112px 20px 72px;
  }

  .site-express-hero__content .flow-breadcrumbs {
    margin-bottom: 20px;
  }

  .site-express-hero__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .flow-site-express-page .site-express-hero__content h1 {
    font-size: 34px;
    line-height: 1.1;
  }

  .site-express-hero__copy > p:not(.section-label) {
    margin: 18px 0 22px;
    font-size: 15px;
  }

  .site-express-hero__copy > .hero-manifesto {
    font-size: 9px;
  }

  .site-express-hero__offer {
    padding: 24px;
  }

  .site-express-hero__offer strong {
    font-size: 24px;
  }

  .site-express-hero__offer .primary-cta {
    width: 100%;
  }

  .site-express-scope__lead {
    margin-top: -18px;
  }
}

@media (max-width: 480px) {
  .flow-footer__inner {
    grid-template-columns: 1fr;
  }

  .flow-footer__brand {
    grid-column: auto;
  }

  .flow-project-card__visual {
    min-height: 300px;
  }
}

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

  .flow-institutional-hero__video,
  .site-express-hero .hero-video {
    display: none;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .flow-service-card,
  .flow-button,
  .flow-submenu,
  .flow-submenu-toggle svg {
    transition: none;
  }
}

/* Presença Essencial subscription */
.flow-presence-hero {
  position: relative;
  min-height: 760px;
  padding: 108px 0 70px;
  overflow: hidden;
  color: var(--flow-white);
  background: #051014;
}

.flow-presence-hero__field {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(200, 174, 118, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200, 174, 118, 0.055) 1px, transparent 1px),
    linear-gradient(118deg, rgba(5, 16, 20, 0.98) 0%, rgba(5, 16, 20, 0.84) 58%, rgba(22, 54, 64, 0.42) 100%);
  background-size: 52px 52px, 52px 52px, 100% 100%;
  -webkit-mask-image: linear-gradient(#000 82%, transparent 100%);
  mask-image: linear-gradient(#000 82%, transparent 100%);
  pointer-events: none;
}

.flow-presence-hero__inner {
  position: relative;
}

.flow-presence-hero .flow-breadcrumbs {
  margin-bottom: 28px;
}

.flow-presence-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(380px, 0.84fr);
  gap: 38px;
  align-items: center;
}

.flow-presence-hero__copy {
  max-width: 640px;
}

.flow-presence-hero h1 {
  max-width: 630px;
  color: var(--flow-white);
  font-size: 48px;
  line-height: 1.04;
}

.flow-presence-hero__lead {
  max-width: 610px;
  margin-top: 24px;
  color: rgba(248, 247, 242, 0.78);
  font-size: 16px;
  line-height: 1.65;
}

.flow-presence-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.flow-presence-facts li {
  min-height: 82px;
  padding: 14px;
  background: rgba(10, 30, 36, 0.58);
  border: 1px solid rgba(200, 174, 118, 0.22);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.045);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.flow-presence-facts strong,
.flow-presence-facts span {
  display: block;
}

.flow-presence-facts strong {
  color: var(--flow-gold);
  font-family: var(--font-plex-mono), monospace;
  font-size: 22px;
}

.flow-presence-facts span {
  margin-top: 4px;
  color: rgba(248, 247, 242, 0.72);
  font-size: 12px;
  line-height: 1.35;
}

.flow-presence-hero__offer {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 22px;
}

.flow-presence-hero__offer > p {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
}

.flow-presence-hero__offer > p span {
  margin-right: 5px;
  color: var(--flow-gold);
  font-family: var(--font-plex-mono), monospace;
  font-size: 13px;
}

.flow-presence-hero__offer > p strong {
  color: var(--flow-white);
  font-size: 36px;
  line-height: 1;
}

.flow-presence-hero__offer > p small {
  margin-left: 4px;
  color: rgba(248, 247, 242, 0.68);
  font-size: 13px;
}

.flow-presence-visual {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  background: #0a1e24 url("../images/presenca-essencial-poster.webp") center / cover no-repeat;
  border: 1px solid rgba(200, 174, 118, 0.3);
  border-radius: 8px;
  box-shadow: 0 34px 74px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 255, 255, 0.08);
}

.flow-presence-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(5, 16, 20, 0.88) 100%);
  pointer-events: none;
}

.flow-presence-visual video {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.flow-presence-visual__caption {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 20px;
  left: 22px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
}

.flow-presence-visual__caption span {
  color: var(--flow-gold);
  font-family: var(--font-plex-mono), monospace;
  font-size: 10px;
}

.flow-presence-visual__caption p {
  max-width: 230px;
  color: rgba(248, 247, 242, 0.78);
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
}

.flow-presence-definition .flow-editorial-copy > p:first-child {
  color: var(--flow-copy);
  font-size: 18px;
}

.flow-presence-definition .flow-editorial-copy > p:first-child strong {
  color: var(--flow-ink);
}

.flow-presence-scope-note {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin-top: 30px;
  padding: 22px 24px;
  color: var(--flow-ink);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(21, 33, 38, 0.13);
  border-left: 3px solid var(--flow-gold);
  border-radius: 0 8px 8px 0;
  box-shadow: 0 16px 34px rgba(4, 15, 19, 0.09);
  backdrop-filter: blur(10px);
}

.flow-presence-scope-note span {
  padding-top: 3px;
  color: var(--flow-copper);
  font-family: var(--font-plex-mono), monospace;
  font-size: 11px;
  font-weight: 700;
}

.flow-presence-scope-note p {
  margin: 0;
  color: var(--flow-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.flow-editorial-copy--light > p {
  color: rgba(248, 247, 242, 0.76);
}

.flow-editorial-copy--light blockquote {
  color: var(--flow-white);
  border-color: var(--flow-gold);
}

.flow-presence-deliverables {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.flow-presence-deliverable {
  min-height: 260px;
  padding: 28px;
  background: var(--flow-petrol);
  border: 1px solid rgba(22, 54, 64, 0.16);
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(4, 15, 19, 0.2), inset 0 1px rgba(255, 255, 255, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.flow-presence-deliverable:hover {
  box-shadow: 0 28px 52px rgba(4, 15, 19, 0.27);
  transform: translateY(-4px);
}

.flow-presence-deliverable > span {
  display: block;
  color: var(--flow-gold);
  font-family: var(--font-plex-mono), monospace;
  font-size: 34px;
}

.flow-presence-deliverable h3 {
  margin-top: 32px;
  color: var(--flow-white);
  font-size: 24px;
}

.flow-presence-deliverable p {
  margin-top: 12px;
  color: rgba(248, 247, 242, 0.68);
  font-size: 14px;
  line-height: 1.55;
}

.flow-presence-included {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: 18px;
  padding: 26px 28px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(21, 33, 38, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(4, 15, 19, 0.1);
}

.flow-presence-included .flow-eyebrow {
  margin: 3px 0 0;
}

.flow-presence-included ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
}

.flow-presence-included li,
.flow-presence-checklist li {
  position: relative;
  padding-left: 22px;
  color: var(--flow-copy);
  font-size: 14px;
  line-height: 1.5;
}

.flow-presence-included li::before,
.flow-presence-checklist li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--flow-copper);
  font-weight: 700;
}

.flow-presence-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 48px;
  border-top: 1px solid rgba(200, 174, 118, 0.28);
  border-bottom: 1px solid rgba(200, 174, 118, 0.22);
}

.flow-presence-steps article {
  min-height: 260px;
  padding: 28px 26px;
  border-right: 1px solid rgba(200, 174, 118, 0.18);
}

.flow-presence-steps article:last-child {
  border-right: 0;
}

.flow-presence-steps span {
  color: var(--flow-gold);
  font-family: var(--font-plex-mono), monospace;
  font-size: 12px;
}

.flow-presence-steps h3 {
  margin-top: 44px;
  color: var(--flow-white);
  font-size: 20px;
}

.flow-presence-steps p {
  margin-top: 12px;
  color: rgba(248, 247, 242, 0.66);
  font-size: 13px;
  line-height: 1.55;
}

.flow-presence-fit__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.flow-presence-checklist {
  min-height: 268px;
  padding: 30px 32px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(21, 33, 38, 0.13);
  border-radius: 8px;
  box-shadow: 0 20px 42px rgba(4, 15, 19, 0.11);
}

.flow-presence-checklist--no {
  background: rgba(22, 54, 64, 0.075);
  border-color: rgba(22, 54, 64, 0.16);
  box-shadow: 0 18px 38px rgba(4, 15, 19, 0.09);
}

.flow-presence-checklist ul {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.flow-presence-checklist--no li::before {
  content: "—";
}

.flow-presence-links {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.flow-presence-links a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 0;
  color: var(--flow-white);
  border-bottom: 1px solid rgba(200, 174, 118, 0.2);
  font-weight: 700;
}

.flow-presence-links a:hover {
  color: var(--flow-gold);
}

.flow-presence-price-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 50px;
  align-items: center;
  padding: 46px;
  color: var(--flow-white);
  background: rgba(9, 30, 36, 0.96);
  border: 1px solid rgba(200, 174, 118, 0.32);
  border-radius: 8px;
  box-shadow: 0 30px 64px rgba(4, 15, 19, 0.26), inset 0 1px rgba(255, 255, 255, 0.06);
}

.flow-presence-price-card h2 {
  max-width: 680px;
  color: var(--flow-white);
  font-size: 40px;
  line-height: 1.12;
}

.flow-presence-price-card > div:first-child > p:last-child {
  max-width: 650px;
  margin-top: 20px;
  color: rgba(248, 247, 242, 0.7);
}

.flow-presence-price-card__action {
  display: grid;
  gap: 18px;
}

.flow-presence-price-card__action > p {
  display: flex;
  align-items: baseline;
}

.flow-presence-price-card__action > p span {
  margin-right: 6px;
  color: var(--flow-gold);
  font-family: var(--font-plex-mono), monospace;
  font-size: 14px;
}

.flow-presence-price-card__action > p strong {
  font-size: 58px;
  line-height: 1;
}

.flow-presence-price-card__action > p small {
  margin-left: 8px;
  color: rgba(248, 247, 242, 0.65);
}

.flow-presence-price-card__action > small {
  color: rgba(248, 247, 242, 0.56);
  font-size: 11px;
  line-height: 1.5;
}

.flow-presence-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
  gap: 70px;
  align-items: start;
}

.flow-presence-faq h2 {
  color: var(--flow-white);
  font-size: 40px;
  line-height: 1.12;
}

.flow-presence-faq__grid > div:first-child > p:last-child {
  margin-top: 20px;
  color: rgba(248, 247, 242, 0.66);
}

.flow-presence-faq .flow-faq-item {
  border-top: 1px solid rgba(200, 174, 118, 0.24);
}

.flow-presence-faq .flow-faq-item:last-child {
  border-bottom: 1px solid rgba(200, 174, 118, 0.24);
}

.flow-presence-faq .flow-faq-item summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  color: var(--flow-white);
  font-weight: 700;
  cursor: pointer;
}

.flow-presence-faq .flow-faq-item summary::-webkit-details-marker {
  display: none;
}

.flow-presence-faq .flow-faq-item summary span {
  color: var(--flow-gold);
  transition: transform 180ms ease;
}

.flow-presence-faq .flow-faq-item[open] summary span {
  transform: rotate(45deg);
}

.flow-presence-faq .flow-faq-item > div {
  padding: 0 40px 22px 0;
  color: rgba(248, 247, 242, 0.68);
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 1060px) {
  .flow-presence-hero h1 {
    font-size: 44px;
  }

  .flow-presence-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
    gap: 34px;
  }

  .flow-presence-hero__offer {
    align-items: flex-start;
    flex-direction: column;
  }

  .flow-presence-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-presence-steps article:nth-child(2) {
    border-right: 0;
  }

  .flow-presence-steps article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(200, 174, 118, 0.18);
  }
}

@media (max-width: 760px) {
  .flow-presence-hero {
    min-height: 0;
    padding: 104px 0 60px;
  }

  .flow-presence-hero .flow-breadcrumbs {
    margin-bottom: 28px;
  }

  .flow-presence-hero__grid,
  .flow-presence-price-card,
  .flow-presence-faq__grid {
    grid-template-columns: 1fr;
  }

  .flow-presence-hero__grid {
    gap: 36px;
  }

  .flow-presence-hero h1 {
    font-size: 38px;
    line-height: 1.06;
  }

  .flow-presence-hero__lead {
    font-size: 16px;
  }

  .flow-presence-hero__offer {
    width: 100%;
  }

  .flow-presence-hero__offer .flow-button {
    width: 100%;
  }

  .flow-presence-visual,
  .flow-presence-visual video {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .flow-presence-visual__caption {
    right: 16px;
    bottom: 14px;
    left: 16px;
  }

  .flow-presence-visual__caption p {
    display: none;
  }

  .flow-presence-scope-note {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
  }

  .flow-presence-deliverables,
  .flow-presence-fit__grid {
    grid-template-columns: 1fr;
  }

  .flow-presence-deliverable,
  .flow-presence-checklist {
    min-height: 0;
  }

  .flow-presence-included {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .flow-presence-included ul {
    grid-template-columns: 1fr;
  }

  .flow-presence-price-card {
    gap: 32px;
    padding: 30px 24px;
  }

  .flow-presence-price-card h2,
  .flow-presence-faq h2 {
    font-size: 34px;
  }

  .flow-presence-faq__grid {
    gap: 36px;
  }
}

@media (max-width: 480px) {
  .flow-presence-hero h1 {
    font-size: 34px;
  }

  .flow-presence-facts {
    grid-template-columns: 1fr;
  }

  .flow-presence-facts li {
    min-height: 0;
  }

  .flow-presence-steps {
    grid-template-columns: 1fr;
  }

  .flow-presence-steps article,
  .flow-presence-steps article:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(200, 174, 118, 0.18);
  }

  .flow-presence-steps article:last-child {
    border-bottom: 0;
  }

  .flow-presence-steps h3 {
    margin-top: 26px;
  }

  .flow-presence-price-card__action > p strong {
    font-size: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flow-presence-visual video {
    display: none;
  }

  .flow-presence-deliverable,
  .flow-presence-faq .flow-faq-item summary span {
    transition: none;
  }
}

/* Copy master and visual review refinements */
.flow-benefit-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.flow-benefit-grid article {
  grid-column: span 2;
  min-height: 250px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--flow-line-dark);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(22, 43, 48, 0.09);
}

.flow-benefit-grid > article:nth-child(4):nth-last-child(2),
.flow-benefit-grid > article:nth-child(5):last-child {
  grid-column: span 3;
}

.flow-benefit-grid article > span {
  display: block;
  margin-bottom: 38px;
  color: var(--flow-copper);
  font: 600 var(--flow-type-xs)/1 var(--font-plex-mono), monospace;
}

.flow-benefit-grid h3 {
  color: var(--flow-ink);
  font-size: 20px;
  line-height: 1.3;
}

.flow-benefit-grid p {
  margin-top: 12px;
  color: var(--flow-copy);
  font-size: var(--flow-type-sm);
  line-height: 1.65;
}

.flow-channel-role .flow-editorial-copy,
.flow-channel-role .flow-editorial-copy p {
  color: rgba(248, 247, 242, 0.76);
}

.flow-channel-role .flow-editorial-copy blockquote,
.flow-editorial-copy blockquote {
  margin: 28px 0 0;
  padding: 22px 0 22px 24px;
  color: var(--flow-white);
  border-left: 3px solid var(--flow-gold);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

.flow-editorial-copy blockquote strong {
  color: var(--flow-gold);
}

.flow-search-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.flow-search-grid article {
  min-height: 390px;
  padding: 30px;
  background: rgba(7, 27, 32, 0.74);
  border: 1px solid rgba(200, 174, 118, 0.24);
  border-radius: 8px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.flow-search-grid article > span {
  display: inline-block;
  color: var(--flow-gold);
  font: 600 13px/1 var(--font-plex-mono), monospace;
}

.flow-search-grid h3 {
  margin-top: 44px;
  color: var(--flow-white);
  font-size: 24px;
}

.flow-search-grid p {
  margin-top: 16px;
  color: rgba(248, 247, 242, 0.72);
  font-size: var(--flow-type-sm);
  line-height: 1.67;
}

.flow-search-grid strong {
  display: block;
  margin-top: 24px;
  padding-top: 20px;
  color: rgba(248, 247, 242, 0.92);
  border-top: 1px solid rgba(200, 174, 118, 0.2);
  font-size: 13px;
  line-height: 1.6;
}

.flow-search-grid--summary article {
  min-height: 240px;
  padding: 26px;
}

.flow-search-grid--summary h3 {
  margin-top: 28px;
  font-size: 22px;
}

.flow-search-grid--summary p {
  margin-top: 14px;
  line-height: 1.6;
}

.flow-search-grid--compact article {
  min-height: 270px;
}

.flow-transparency-note,
.flow-search-scope {
  margin-top: 18px;
  padding: 26px 28px;
  color: rgba(248, 247, 242, 0.78);
  background: rgba(5, 18, 22, 0.7);
  border: 1px solid rgba(200, 174, 118, 0.22);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}

.flow-local-search-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.flow-local-search-links p,
.flow-service-local-note {
  margin: 0;
  padding: 24px 26px;
  color: var(--flow-copy);
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(22, 48, 58, 0.15);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(22, 48, 58, 0.08);
  line-height: 1.7;
}

.flow-local-search-links a,
.flow-service-local-note a,
.flow-local-service-link .flow-editorial-copy a {
  color: var(--flow-copper);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.flow-local-service-link .flow-editorial-copy {
  color: rgba(248, 247, 242, 0.78);
}

.flow-local-service-link .flow-editorial-copy a {
  color: var(--flow-gold);
}

.flow-service-local-note {
  margin-top: 18px;
  color: rgba(248, 247, 242, 0.76);
  background: rgba(5, 18, 22, 0.7);
  border-color: rgba(200, 174, 118, 0.22);
}

.flow-local-process {
  border-top: 1px solid rgba(22, 48, 58, 0.1);
}

.flow-local-faq .flow-faq-list {
  min-width: 0;
}

@media (max-width: 760px) {
  .flow-local-search-links {
    grid-template-columns: 1fr;
  }
}

.flow-transparency-note h3 {
  color: var(--flow-white);
  font-size: 21px;
}

.flow-transparency-note p {
  margin-top: 10px;
}

.flow-transparency-note small {
  display: block;
  margin-top: 15px;
  color: rgba(248, 247, 242, 0.58);
  line-height: 1.6;
}

.flow-service-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.flow-service-grid .flow-service-card {
  grid-column: span 4;
  min-height: 350px;
  border-radius: 8px;
}

.flow-service-grid .flow-service-card:nth-child(4),
.flow-service-grid .flow-service-card:nth-child(5) {
  grid-column: span 6;
}

.flow-service-options {
  border-top: 1px solid var(--flow-line-dark);
}

.flow-service-option {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 210px;
  gap: 28px;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid var(--flow-line-dark);
  scroll-margin-top: 90px;
}

.flow-service-option > span {
  color: var(--flow-copper);
  font: 600 13px/1 var(--font-plex-mono), monospace;
}

.flow-service-option h3 {
  color: var(--flow-ink);
  font-size: 24px;
  line-height: 1.25;
}

.flow-service-option div > p:last-child {
  max-width: 700px;
  margin-top: 9px;
  color: var(--flow-copy);
  line-height: 1.65;
}

.flow-service-option > a {
  color: var(--flow-copper-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.flow-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--flow-line-dark);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(20, 38, 42, 0.08);
}

.flow-comparison-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.46);
}

.flow-comparison-table th,
.flow-comparison-table td {
  padding: 19px 22px;
  border-bottom: 1px solid var(--flow-line-dark);
  text-align: left;
}

.flow-comparison-table thead th {
  color: var(--flow-white);
  background: var(--flow-petrol);
}

.flow-comparison-table tbody th {
  color: var(--flow-ink);
}

.flow-comparison-table td {
  color: var(--flow-copy);
}

.flow-process-list--eight {
  grid-template-columns: repeat(4, 1fr);
}

.flow-process-list--eight .flow-process-step:nth-child(4n) {
  border-right: 0;
}

.flow-case-decisions {
  display: grid;
  align-content: start;
  border-top: 1px solid var(--flow-line-dark);
}

.flow-case-decisions > div {
  padding: 20px 0;
  border-bottom: 1px solid var(--flow-line-dark);
}

.flow-case-decisions dt {
  color: var(--flow-copper-dark);
  font-size: 17px;
  font-weight: 800;
}

.flow-case-decisions dd {
  margin: 6px 0 0;
  color: var(--flow-copy);
  font-size: 14px;
  line-height: 1.65;
}

.flow-contact-form label > small {
  display: block;
  margin-top: 7px;
  color: rgba(248, 247, 242, 0.58);
  font-size: 12px;
  line-height: 1.5;
}

.flow-contact-direct h3 {
  margin-top: 12px;
  color: var(--flow-ink);
  font-size: 21px;
}

.flow-contact-direct p {
  margin: 10px 0 20px;
  color: var(--flow-copy);
  line-height: 1.6;
}

.flow-legal-review,
.flow-legal-pending {
  padding: 22px 24px;
  background: rgba(200, 174, 118, 0.16);
  border-left: 3px solid var(--flow-copper);
  border-radius: 0 8px 8px 0;
}

.flow-legal-content .flow-eyebrow {
  margin-top: 52px;
  margin-bottom: 9px;
}

.flow-legal-pending {
  margin-top: 52px;
}

.flow-legal-pending ul {
  margin-top: 14px;
}

.flow-footer__positioning {
  max-width: 330px;
  margin-top: 10px;
  color: rgba(248, 247, 242, 0.58);
  font-size: 13px;
  line-height: 1.55;
}

.whatsapp-float {
  background: var(--flow-petrol);
  border: 1px solid var(--flow-gold);
  box-shadow: 0 12px 30px rgba(1, 13, 17, 0.38), 0 0 0 5px rgba(200, 174, 118, 0.09);
  animation: flow-whatsapp-pulse 2.8s ease-out infinite;
}

.whatsapp-float:hover {
  background: var(--flow-deep-soft);
}

@keyframes flow-whatsapp-pulse {
  0% { box-shadow: 0 12px 30px rgba(1, 13, 17, 0.38), 0 0 0 0 rgba(200, 174, 118, 0.3); }
  70% { box-shadow: 0 12px 30px rgba(1, 13, 17, 0.38), 0 0 0 12px rgba(200, 174, 118, 0); }
  100% { box-shadow: 0 12px 30px rgba(1, 13, 17, 0.38), 0 0 0 0 rgba(200, 174, 118, 0); }
}

.primary-cta {
  border-radius: 8px;
  font-size: 16px;
}

.flow-site-express-main > section:not(:first-child) {
  padding-top: 88px;
  padding-bottom: 88px;
}

.flow-site-express-main .dark-section {
  isolation: isolate;
}

.flow-site-express-main .dark-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(3, 14, 18, 0.3);
  box-shadow: inset 0 34px 84px rgba(0, 0, 0, 0.34), inset 0 -28px 78px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(2px) saturate(84%);
  pointer-events: none;
}

.flow-site-express-main .dark-section > * {
  position: relative;
  z-index: 1;
}

.site-express-scope__columns {
  margin-top: 42px;
}

.site-express-scope__columns h3,
.site-express-scope__lead,
.site-express-note {
  color: var(--flow-white);
}

.site-express-note {
  margin-top: 30px;
  color: rgba(248, 247, 242, 0.66);
}

.faq-list {
  width: 100%;
  max-width: 640px;
}

@media (max-width: 1060px) {
  .flow-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-benefit-grid article,
  .flow-benefit-grid > article:nth-child(4):nth-last-child(2),
  .flow-benefit-grid > article:nth-child(5):last-child {
    grid-column: auto;
  }

  .flow-benefit-grid article:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

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

  .flow-service-grid .flow-service-card,
  .flow-service-grid .flow-service-card:nth-child(4),
  .flow-service-grid .flow-service-card:nth-child(5) {
    grid-column: auto;
  }

  .flow-service-grid .flow-service-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .flow-service-option {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .flow-service-option > a {
    grid-column: 2;
  }
}

@media (max-width: 760px) {
  :root {
    --flow-type-h1: 34px;
    --flow-type-h2: 32px;
    --flow-type-h3: 22px;
  }

  .flow-v2-section,
  .flow-site-express-main > section:not(:first-child) {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flow-institutional-hero {
    min-height: 0;
  }

  .flow-institutional-hero__inner {
    min-height: 0;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .flow-institutional-hero h1,
  .flow-page-hero h1 {
    font-size: var(--flow-type-h1);
  }

  .flow-institutional-hero h1 {
    font-size: 32px;
  }

  .flow-institutional-hero__copy {
    padding: 22px 20px;
    background:
      linear-gradient(135deg, rgba(248, 247, 242, 0.06) 0%, transparent 38%),
      linear-gradient(135deg, rgba(8, 30, 36, 0.76), rgba(3, 15, 19, 0.62));
    -webkit-backdrop-filter: blur(16px) saturate(118%);
    backdrop-filter: blur(16px) saturate(118%);
  }

  .flow-institutional-hero__copy > p:not(.flow-eyebrow, .flow-trust-line) {
    margin-top: 15px;
    margin-bottom: 18px;
    line-height: 1.55;
  }

  .flow-institutional-hero .flow-button {
    min-height: 48px;
    padding: 11px 15px;
    font-size: 14px;
  }

  .flow-page-hero {
    min-height: 0;
  }

  .flow-page-hero__inner {
    padding-top: 108px;
    padding-bottom: 46px;
  }

  .flow-page-hero .flow-breadcrumbs {
    margin-bottom: 28px;
  }

  .flow-page-hero h1 {
    font-size: 32px;
  }

  .flow-section-heading h2,
  .flow-service-detail h2,
  .flow-editorial-layout h2,
  .flow-case-context h2,
  .flow-case-visual h2,
  .flow-contact-layout h2 {
    font-size: var(--flow-type-h2);
  }

  .flow-benefit-grid,
  .flow-search-grid,
  .flow-service-grid {
    grid-template-columns: 1fr;
  }

  .flow-benefit-grid article,
  .flow-benefit-grid article:last-child:nth-child(odd),
  .flow-service-grid .flow-service-card,
  .flow-service-grid .flow-service-card:last-child:nth-child(odd) {
    grid-column: auto;
    min-height: 0;
  }

  .flow-search-grid article {
    min-height: 0;
  }

  .flow-service-option {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 28px 0;
  }

  .flow-service-option > a {
    grid-column: auto;
  }

  .flow-process-list--eight {
    grid-template-columns: 1fr;
  }

  .flow-process-list--eight .flow-process-step {
    border-right: 0;
  }

  .flow-site-express-page .site-express-hero__content h1 {
    font-size: 32px;
  }

  .site-express-hero__content {
    padding-bottom: 56px;
  }

  .site-express-hero__copy .flow-actions {
    gap: 10px;
  }

  .site-express-hero__copy .primary-cta,
  .site-express-hero__copy .flow-button {
    width: 100%;
  }

  .faq-list {
    max-width: none;
  }
}

/* R7: visual trust journey and search visibility bento */
.flow-problem-visual__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  gap: clamp(48px, 7vw, 90px);
  align-items: center;
}

.flow-problem-visual__copy h2 {
  max-width: 650px;
  color: var(--flow-ink);
  font-size: var(--flow-type-h2);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.flow-problem-visual__copy > p:not(.flow-eyebrow) {
  max-width: 610px;
  margin-top: 26px;
  color: var(--flow-copy);
  font-size: 17px;
  line-height: 1.7;
}

.flow-problem-visual__copy blockquote {
  margin: 34px 0 0;
  padding: 3px 0 3px 24px;
  color: var(--flow-ink);
  border-left: 3px solid var(--flow-copper);
  font-size: 19px;
  font-weight: 750;
  line-height: 1.48;
}

.flow-trust-browser {
  position: relative;
  min-height: 552px;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 2%, rgba(166, 99, 54, 0.17), transparent 36%),
    rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 24px;
  box-shadow: 0 26px 68px rgba(22, 43, 48, 0.14);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.flow-trust-browser::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -150px;
  bottom: -190px;
  width: 390px;
  height: 390px;
  background: rgba(95, 130, 122, 0.12);
  border-radius: 50%;
  filter: blur(24px);
  pointer-events: none;
}

.flow-trust-browser__bar,
.flow-trust-browser__screen,
.flow-trust-browser__caption {
  position: relative;
  z-index: 1;
}

.flow-trust-browser__bar {
  display: flex;
  height: 66px;
  align-items: center;
  gap: 8px;
  padding: 0 22px;
  border-bottom: 1px solid var(--flow-line-dark);
}

.flow-trust-browser__bar > span {
  width: 8px;
  height: 8px;
  background: rgba(22, 48, 58, 0.25);
  border-radius: 50%;
}

.flow-trust-browser__address {
  width: min(280px, 68%);
  margin-left: 12px;
  padding: 7px 14px;
  color: rgba(61, 75, 79, 0.68);
  border: 1px solid var(--flow-line-dark);
  border-radius: 999px;
  font: 500 11px/1.4 var(--font-plex-mono), monospace;
}

.flow-trust-browser__screen {
  padding: 30px 32px 24px;
}

.flow-trust-search {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  color: rgba(61, 75, 79, 0.72);
  background: rgba(248, 247, 242, 0.9);
  border: 1px solid var(--flow-line-dark);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(22, 43, 48, 0.06);
  font-size: 13px;
}

.flow-trust-search__icon {
  position: relative;
  width: 15px;
  height: 15px;
  border: 1.7px solid var(--flow-ink);
  border-radius: 50%;
}

.flow-trust-search__icon::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -2px;
  width: 7px;
  height: 1.7px;
  background: var(--flow-ink);
  transform: rotate(45deg);
}

.flow-trust-result {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 16px;
  margin-top: 16px;
  padding: 20px;
  background: rgba(248, 247, 242, 0.9);
  border: 1px solid rgba(166, 99, 54, 0.26);
  border-radius: 16px;
}

.flow-trust-result__logo {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: var(--flow-white);
  background: var(--flow-deep);
  border-radius: 14px;
  font: italic 700 22px/1 Georgia, serif;
}

.flow-trust-result__url {
  color: rgba(61, 75, 79, 0.68);
  font: 500 11px/1.3 var(--font-plex-mono), monospace;
}

.flow-trust-result h3 {
  margin-top: 5px;
  color: var(--flow-ink);
  font-size: 16px;
  line-height: 1.32;
}

.flow-trust-stars {
  margin-top: 7px;
  color: var(--flow-copper);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.flow-trust-stars small {
  color: rgba(61, 75, 79, 0.65);
  letter-spacing: 0;
}

.flow-trust-proof {
  display: grid;
  gap: 7px;
  margin-top: 16px;
  padding: 16px 18px;
  color: rgba(61, 75, 79, 0.82);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--flow-line-dark);
  border-radius: 14px;
  font-size: 12px;
}

.flow-trust-proof b {
  margin-right: 6px;
  color: var(--flow-copper);
}

.flow-trust-contact {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding: 0 18px;
  color: var(--flow-white);
  background: var(--flow-deep);
  border-radius: 13px;
  font-size: 13px;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease;
}

.flow-trust-contact:hover {
  color: var(--flow-white);
  background: var(--flow-petrol);
  transform: translateY(-2px);
}

.flow-trust-browser__caption {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0 32px 28px;
  color: rgba(61, 75, 79, 0.66);
  font: 600 9px/1.3 var(--font-plex-mono), monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flow-trust-browser__caption span {
  position: relative;
  padding-top: 13px;
}

.flow-trust-browser__caption span::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--flow-copper), rgba(166, 99, 54, 0.12));
}

.flow-search-grid--bento {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  grid-template-rows: repeat(2, minmax(250px, auto));
  gap: 18px;
}

.flow-search-grid--bento .flow-search-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  padding: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(200, 174, 118, 0.2);
  border-radius: 18px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.26);
  transition: border-color 180ms ease, transform 180ms ease;
}

.flow-search-grid--bento .flow-search-card:hover {
  border-color: rgba(200, 174, 118, 0.5);
  transform: translateY(-4px);
}

.flow-search-grid--bento .flow-search-card--seo {
  grid-row: 1 / 3;
  min-height: 538px;
}

.flow-search-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.flow-search-grid--bento .flow-search-card__top > span,
.flow-search-card__top small {
  color: var(--flow-gold);
  font: 600 12px/1 var(--font-plex-mono), monospace;
  letter-spacing: 0.08em;
}

.flow-search-card__top small {
  color: rgba(248, 247, 242, 0.34);
}

.flow-search-grid--bento .flow-search-card h3 {
  max-width: 360px;
  margin-top: 16px;
  color: var(--flow-white);
  font-size: 25px;
  line-height: 1.2;
}

.flow-search-grid--bento .flow-search-card p.flow-search-card__definition {
  margin-top: 34px;
  color: var(--flow-gold);
  font: 600 12px/1.55 var(--font-plex-mono), monospace;
}

.flow-search-grid--bento .flow-search-card p {
  max-width: 440px;
  margin-top: 14px;
  color: rgba(248, 247, 242, 0.7);
  line-height: 1.62;
}

.flow-search-card__visual {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.flow-search-card--seo .flow-search-card__visual {
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: flex;
  height: 190px;
  align-items: end;
  gap: 10px;
}

.flow-search-card--seo .flow-search-card__visual i {
  flex: 1;
  background: linear-gradient(to top, rgba(95, 130, 122, 0.06), rgba(95, 130, 122, 0.46));
  border: 1px solid rgba(148, 191, 181, 0.32);
  border-radius: 9px 9px 3px 3px;
}

.flow-search-card--seo .flow-search-card__visual i:nth-child(1) { height: 28%; }
.flow-search-card--seo .flow-search-card__visual i:nth-child(2) { height: 48%; }
.flow-search-card--seo .flow-search-card__visual i:nth-child(3) { height: 68%; }
.flow-search-card--seo .flow-search-card__visual i:nth-child(4) { height: 94%; }

.flow-search-card--geo .flow-search-card__visual {
  right: 20px;
  bottom: 18px;
  width: 136px;
  height: 82px;
}

.flow-search-card--geo .flow-search-card__visual i {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(148, 191, 181, 0.28);
  border-radius: 50%;
  transform: rotate(-14deg);
}

.flow-search-card--geo .flow-search-card__visual i:nth-child(2) {
  transform: rotate(50deg) scale(0.72);
}

.flow-search-card--geo .flow-search-card__visual i:nth-child(3) {
  inset: 29px 56px;
  background: var(--flow-gold);
  border: 0;
  box-shadow: 0 0 24px rgba(200, 174, 118, 0.52);
}

.flow-search-card--geo .flow-search-card__visual i:nth-child(4) {
  display: none;
}

.flow-search-card--aeo .flow-search-card__visual {
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 136px;
  gap: 7px;
}

.flow-search-card--aeo .flow-search-card__visual i {
  height: 6px;
  background: rgba(148, 191, 181, 0.34);
  border-radius: 999px;
}

.flow-search-card--aeo .flow-search-card__visual i:nth-child(2) { width: 74%; }
.flow-search-card--aeo .flow-search-card__visual i:nth-child(3) { width: 48%; background: rgba(200, 174, 118, 0.65); }
.flow-search-card--aeo .flow-search-card__visual i:nth-child(4) { display: none; }

@media (max-width: 980px) {
  .flow-problem-visual__layout {
    grid-template-columns: 1fr;
  }

  .flow-problem-visual__copy {
    max-width: 720px;
  }

  .flow-trust-browser {
    width: min(100%, 680px);
  }
}

@media (max-width: 760px) {
  .flow-institutional-home > .flow-v2-section {
    padding-top: 46px;
    padding-bottom: 54px;
  }

  .flow-institutional-home > .flow-problem--visual {
    padding-top: 44px;
  }

  .flow-institutional-home > .flow-v2-section::before {
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    border-radius: 0;
    box-shadow: 0 4px 14px var(--flow-fold-shadow);
  }

  .flow-problem-visual__layout {
    gap: 44px;
  }

  .flow-problem-visual__copy h2 {
    font-size: var(--flow-type-h2);
    line-height: 1.13;
  }

  .flow-problem-visual__copy > p:not(.flow-eyebrow) {
    margin-top: 20px;
    font-size: 15px;
  }

  .flow-problem-visual__copy blockquote {
    margin-top: 26px;
    font-size: 17px;
  }

  .flow-trust-browser {
    min-height: 0;
    border-radius: 18px;
  }

  .flow-trust-browser__screen {
    padding: 22px;
  }

  .flow-trust-browser__caption {
    padding: 0 22px 24px;
    font-size: 7px;
  }

  .flow-trust-result {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 17px;
  }

  .flow-trust-result__logo {
    width: 42px;
    height: 42px;
  }

  .flow-search-grid--bento {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .flow-search-grid--bento .flow-search-card,
  .flow-search-grid--bento .flow-search-card--seo {
    grid-row: auto;
    min-height: 280px;
  }

  .flow-search-grid--bento .flow-search-card--seo {
    min-height: 430px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flow-trust-contact,
  .flow-search-grid--bento .flow-search-card {
    transition: none;
  }
}

/* Homepage solutions carousel */
.flow-service-carousel {
  position: relative;
}

.flow-service-carousel__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  margin: -18px 0 18px;
}

.flow-service-carousel__status {
  min-width: 52px;
  margin-right: 4px;
  color: var(--flow-copper);
  font-family: var(--font-plex-mono), monospace;
  font-size: 12px;
  text-align: center;
}

.flow-service-carousel__controls button {
  display: inline-grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  color: var(--flow-white);
  background: #07171c;
  border: 1px solid rgba(166, 99, 54, 0.42);
  border-radius: 6px;
  box-shadow: 0 9px 20px rgba(3, 14, 18, 0.2);
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.flow-service-carousel__controls button:hover:not(:disabled),
.flow-service-carousel__controls button:focus-visible {
  background: var(--flow-copper);
  box-shadow: 0 12px 24px rgba(88, 48, 27, 0.26);
  transform: translateY(-2px);
}

.flow-service-carousel__controls button:disabled {
  opacity: 0.35;
  cursor: default;
}

.flow-service-carousel__viewport {
  width: 100%;
  padding: 10px 8px 32px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 8px;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.flow-service-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.flow-solutions .flow-service-grid {
  display: flex;
  width: max-content;
  gap: 18px;
}

.flow-solutions .flow-service-grid::after {
  content: "";
  flex: 0 0 var(--carousel-tail-space, 0px);
}

.flow-solutions .flow-service-grid .flow-service-card,
.flow-solutions .flow-service-grid .flow-service-card:nth-child(4),
.flow-solutions .flow-service-grid .flow-service-card:nth-child(5),
.flow-solutions .flow-service-grid .flow-service-card:last-child:nth-child(odd) {
  position: relative;
  flex: 0 0 clamp(260px, 27vw, 300px);
  min-height: 310px;
  padding: 24px;
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(3, 14, 18, 0.24), inset 0 1px rgba(255, 255, 255, 0.06);
}

.flow-solutions .flow-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.075) 48%, transparent 76%);
  transform: translateX(-140%);
  transition: transform 700ms ease;
  pointer-events: none;
}

.flow-solutions .flow-service-card:hover::after,
.flow-solutions .flow-service-card:focus-within::after {
  transform: translateX(140%);
}

.flow-solutions .flow-service-card.is-active,
.flow-solutions .flow-service-card:hover,
.flow-solutions .flow-service-card:focus-within {
  border-color: rgba(200, 174, 118, 0.58);
  box-shadow: 0 26px 46px rgba(3, 14, 18, 0.34), 0 0 0 1px rgba(200, 174, 118, 0.08);
  transform: translateY(-5px);
}

.flow-solutions .flow-service-card__top {
  min-height: 34px;
}

.flow-solutions .flow-service-card h3 {
  margin-top: 24px;
  font-size: 21px;
  line-height: 1.2;
}

.flow-solutions .flow-service-card > p {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.58;
}

.flow-solutions .flow-service-card > a {
  padding-top: 22px;
  font-size: 11px;
}

@media (max-width: 760px) {
  .flow-service-carousel__controls {
    margin: 0 0 14px;
  }

  .flow-service-carousel__controls button {
    width: 40px;
    height: 40px;
  }

  .flow-service-carousel__viewport {
    width: calc(100% + 20px);
    margin-right: -20px;
    padding: 8px 20px 30px 0;
    scroll-padding-inline: 0;
  }

  .flow-solutions .flow-service-grid {
    gap: 14px;
  }

  .flow-solutions .flow-service-grid .flow-service-card,
  .flow-solutions .flow-service-grid .flow-service-card:nth-child(4),
  .flow-solutions .flow-service-grid .flow-service-card:nth-child(5),
  .flow-solutions .flow-service-grid .flow-service-card:last-child:nth-child(odd) {
    flex-basis: min(82vw, 300px);
    min-height: 294px;
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flow-service-carousel__viewport {
    scroll-behavior: auto;
  }

  .flow-solutions .flow-service-card,
  .flow-solutions .flow-service-card::after,
  .flow-service-carousel__controls button {
    transition: none;
  }
}

/* Search demonstration: recognizable Google results layout. */
.flow-problem--visual::after,
.flow-method-summary::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 10px 0;
  background-image:
    linear-gradient(rgba(22, 48, 58, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 48, 58, 0.075) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(ellipse at 58% 48%, #000 10%, rgba(0, 0, 0, 0.72) 46%, transparent 82%);
  mask-image: radial-gradient(ellipse at 58% 48%, #000 10%, rgba(0, 0, 0, 0.72) 46%, transparent 82%);
  opacity: 0.48;
  pointer-events: none;
}

.flow-problem--visual .flow-trust-browser {
  min-height: 520px;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 18px;
  box-shadow: 0 24px 58px rgba(32, 33, 36, 0.16);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.flow-problem--visual .flow-trust-browser::after {
  display: none;
}

.flow-problem--visual .flow-trust-browser__bar {
  height: 48px;
  padding: 0 18px;
  background: #f8f9fa;
  border-bottom-color: #e3e6e8;
}

.flow-problem--visual .flow-trust-browser__bar > span {
  width: 7px;
  height: 7px;
  background: #bdc1c6;
}

.flow-problem--visual .flow-trust-browser__address {
  width: min(250px, 68%);
  padding: 6px 12px;
  color: #5f6368;
  background: #fff;
  border-color: #dadce0;
  font: 500 10px/1.3 Arial, sans-serif;
}

.flow-problem--visual .flow-trust-browser__screen {
  padding: 22px 28px 26px;
  color: #202124;
  font-family: Arial, sans-serif;
}

.flow-google-search-head {
  display: flex;
  align-items: center;
  gap: 18px;
}

.flow-google-word {
  display: flex;
  flex: 0 0 auto;
  font: 500 27px/1 Arial, sans-serif;
  letter-spacing: 0;
}

.flow-google-word span:nth-child(1),
.flow-google-word span:nth-child(4) {
  color: #4285f4;
}

.flow-google-word span:nth-child(2),
.flow-google-word span:nth-child(6) {
  color: #ea4335;
}

.flow-google-word span:nth-child(3) {
  color: #fbbc05;
}

.flow-google-word span:nth-child(5) {
  color: #34a853;
}

.flow-problem--visual .flow-trust-search {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 44px;
  padding: 10px 44px 10px 18px;
  color: #202124;
  background: #fff;
  border: 1px solid #dfe1e5;
  border-radius: 24px;
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.18);
  font-size: 13px;
}

.flow-problem--visual .flow-trust-search__icon {
  position: absolute;
  right: 18px;
  width: 14px;
  height: 14px;
  border-color: #4285f4;
}

.flow-problem--visual .flow-trust-search__icon::after {
  background: #4285f4;
}

.flow-google-tabs {
  display: flex;
  gap: 24px;
  margin-top: 16px;
  padding-left: 92px;
  border-bottom: 1px solid #ebedef;
  color: #5f6368;
  font-size: 11px;
}

.flow-google-tabs span {
  position: relative;
  padding: 0 0 10px;
}

.flow-google-tabs .is-active {
  color: #1a73e8;
}

.flow-google-tabs .is-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: #1a73e8;
}

.flow-google-count {
  margin-top: 10px;
  color: #70757a;
  font-size: 10px;
}

.flow-problem--visual .flow-trust-result {
  display: block;
  margin-top: 14px;
  padding: 0 2px 14px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ebedef;
  border-radius: 0;
}

.flow-trust-result__site {
  display: flex;
  align-items: center;
  gap: 10px;
}

.flow-problem--visual .flow-trust-result__logo {
  width: 30px;
  height: 30px;
  color: #fff;
  background: var(--flow-deep);
  border-radius: 50%;
  font-size: 15px;
}

.flow-trust-result__site strong,
.flow-trust-result__site span {
  display: block;
}

.flow-trust-result__site strong {
  color: #202124;
  font-size: 11px;
  font-weight: 400;
}

.flow-problem--visual .flow-trust-result__url {
  margin-top: 2px;
  color: #4d5156;
  font: 400 9px/1.3 Arial, sans-serif;
}

.flow-problem--visual .flow-trust-result h3 {
  margin-top: 9px;
  color: #1a0dab;
  font: 400 19px/1.25 Arial, sans-serif;
}

.flow-problem--visual .flow-trust-result > p {
  margin-top: 5px;
  color: #4d5156;
  font-size: 12px;
  line-height: 1.45;
}

.flow-problem--visual .flow-trust-stars {
  margin-top: 6px;
  color: #70757a;
  font-size: 11px;
  letter-spacing: 0;
}

.flow-problem--visual .flow-trust-stars > span {
  color: #e37400;
  letter-spacing: 0.04em;
}

.flow-problem--visual .flow-trust-stars small {
  margin-left: 3px;
  color: #70757a;
}

.flow-google-sitelinks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 9px;
  color: #1a0dab;
  font-size: 11px;
}

.flow-google-local {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
  padding: 12px 14px;
  color: #202124;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(32, 33, 36, 0.12);
}

.flow-google-local__pin {
  position: relative;
  width: 16px;
  height: 20px;
  background: #ea4335;
  border-radius: 10px 10px 10px 0;
  transform: rotate(-45deg);
}

.flow-google-local__pin::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}

.flow-google-local strong,
.flow-google-local div > span {
  display: block;
}

.flow-google-local strong {
  font-size: 11px;
}

.flow-google-local div > span {
  margin-top: 3px;
  color: #5f6368;
  font-size: 9px;
}

.flow-google-local__route {
  padding: 6px 9px;
  color: #1a73e8;
  border: 1px solid #dadce0;
  border-radius: 4px;
  font-size: 10px;
}

.flow-problem--visual .flow-trust-contact {
  min-height: 44px;
  margin-top: 12px;
  color: #fff;
  background: #1a73e8;
  border-radius: 4px;
  font-size: 12px;
}

.flow-problem--visual .flow-trust-contact:hover {
  background: #185abc;
}

@media (max-width: 760px) {
  .flow-problem--visual::after,
  .flow-method-summary::after {
    background-size: 34px 34px;
    -webkit-mask-image: radial-gradient(ellipse at 50% 58%, #000 8%, rgba(0, 0, 0, 0.6) 42%, transparent 80%);
    mask-image: radial-gradient(ellipse at 50% 58%, #000 8%, rgba(0, 0, 0, 0.6) 42%, transparent 80%);
    opacity: 0.36;
  }

  .flow-problem--visual .flow-trust-browser {
    border-radius: 14px;
  }

  .flow-problem--visual .flow-trust-browser__bar {
    height: 44px;
    padding: 0 14px;
  }

  .flow-problem--visual .flow-trust-browser__screen {
    padding: 18px 16px 20px;
  }

  .flow-google-search-head {
    display: block;
  }

  .flow-google-word {
    margin: 0 0 12px 4px;
    font-size: 25px;
  }

  .flow-problem--visual .flow-trust-search {
    width: 100%;
  }

  .flow-google-tabs {
    gap: 19px;
    padding-left: 4px;
    overflow: hidden;
  }

  .flow-problem--visual .flow-trust-result h3 {
    font-size: 18px;
  }

  .flow-google-local {
    grid-template-columns: 20px minmax(0, 1fr);
  }

  .flow-google-local__route {
    display: none;
  }
}

/* Method Flow: connected horizontal process. */
.flow-method-process {
  position: relative;
}

.flow-method-process__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  margin: -18px 0 18px;
}

.flow-method-process__controls p {
  min-width: 52px;
  margin-right: 4px;
  color: var(--flow-copper);
  font-family: var(--font-plex-mono), monospace;
  font-size: 12px;
  text-align: center;
}

.flow-method-process__controls button {
  display: inline-grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  color: var(--flow-white);
  background: #07171c;
  border: 1px solid rgba(166, 99, 54, 0.42);
  border-radius: 6px;
  box-shadow: 0 9px 20px rgba(3, 14, 18, 0.2);
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.flow-method-process__controls button:hover:not(:disabled),
.flow-method-process__controls button:focus-visible {
  background: var(--flow-copper);
  box-shadow: 0 12px 24px rgba(88, 48, 27, 0.26);
  transform: translateY(-2px);
}

.flow-method-process__controls button:disabled {
  opacity: 0.35;
  cursor: default;
}

.flow-method-process__viewport {
  width: 100%;
  padding: 10px 8px 32px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 8px;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.flow-method-process__viewport::-webkit-scrollbar {
  display: none;
}

.flow-method-summary .flow-process-list--seven {
  display: flex;
  width: max-content;
  gap: 18px;
  border: 0;
}

.flow-method-summary .flow-process-list--seven::after {
  content: "";
  flex: 0 0 var(--process-tail-space, 0px);
}

.flow-method-summary .flow-process-step,
.flow-method-summary .flow-process-list--seven .flow-process-step:nth-child(4n),
.flow-method-summary .flow-process-list--seven .flow-process-step:nth-child(2n) {
  position: relative;
  flex: 0 0 clamp(224px, 22vw, 250px);
  min-height: 224px;
  padding: 22px;
  color: var(--flow-ink);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(22, 48, 58, 0.14);
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(31, 45, 47, 0.1), inset 0 1px rgba(255, 255, 255, 0.75);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.flow-method-summary .flow-process-step:not(:last-of-type)::before {
  content: "→";
  position: absolute;
  z-index: 3;
  top: 29px;
  right: -20px;
  width: 20px;
  color: var(--flow-copper);
  font-size: 17px;
  line-height: 1;
  text-align: center;
}

.flow-method-summary .flow-process-step__number {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  place-items: center;
  color: var(--flow-copper);
  background: rgba(248, 247, 242, 0.94);
  border: 1px solid rgba(166, 99, 54, 0.48);
  border-radius: 50%;
  box-shadow: 0 7px 16px rgba(88, 48, 27, 0.1);
  font-size: 11px;
}

.flow-method-summary .flow-process-step h3 {
  font-size: 18px;
}

.flow-method-summary .flow-process-step p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.55;
}

.flow-method-summary .flow-process-step[data-reveal] {
  opacity: 0;
  transform: translateX(34px);
  transition: opacity 480ms ease, transform 560ms cubic-bezier(0.22, 1, 0.36, 1), border-color 180ms ease, box-shadow 180ms ease;
}

.flow-method-summary .flow-process-step[data-reveal].is-revealed {
  opacity: 1;
  transform: translateX(0);
}

.flow-method-summary .flow-process-step.is-active,
.flow-method-summary .flow-process-step.is-revealed:hover,
.flow-method-summary .flow-process-step.is-revealed:focus-within {
  border-color: rgba(166, 99, 54, 0.48);
  box-shadow: 0 22px 40px rgba(31, 45, 47, 0.16), 0 0 0 1px rgba(166, 99, 54, 0.08);
  transform: translateY(-5px);
}

.flow-method-summary .flow-process-step:nth-child(2)[data-reveal]:not(.is-revealed) { transition-delay: 80ms; }
.flow-method-summary .flow-process-step:nth-child(3)[data-reveal]:not(.is-revealed) { transition-delay: 160ms; }
.flow-method-summary .flow-process-step:nth-child(4)[data-reveal]:not(.is-revealed) { transition-delay: 240ms; }
.flow-method-summary .flow-process-step:nth-child(5)[data-reveal]:not(.is-revealed) { transition-delay: 320ms; }
.flow-method-summary .flow-process-step:nth-child(6)[data-reveal]:not(.is-revealed) { transition-delay: 400ms; }
.flow-method-summary .flow-process-step:nth-child(7)[data-reveal]:not(.is-revealed) { transition-delay: 480ms; }

@media (max-width: 760px) {
  .flow-method-process__controls {
    margin: 0 0 14px;
  }

  .flow-method-process__controls button {
    width: 40px;
    height: 40px;
  }

  .flow-method-process__viewport {
    width: calc(100% + 20px);
    margin-right: -20px;
    padding: 8px 20px 30px 0;
    scroll-padding-inline: 0;
  }

  .flow-method-summary .flow-process-list--seven {
    gap: 16px;
  }

  .flow-method-summary .flow-process-step,
  .flow-method-summary .flow-process-list--seven .flow-process-step:nth-child(4n),
  .flow-method-summary .flow-process-list--seven .flow-process-step:nth-child(2n) {
    flex-basis: min(78vw, 280px);
    min-height: 214px;
    padding: 20px;
  }

  .flow-method-summary .flow-process-step:not(:last-of-type)::before {
    right: -18px;
    width: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flow-method-summary .flow-process-step[data-reveal],
  .flow-method-summary .flow-process-step[data-reveal].is-revealed {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .flow-method-process__controls button {
    transition: none;
  }
}

/* R16: shared visual identity across every public template */
:root {
  --flow-glass-dark: rgba(4, 18, 22, 0.72);
  --flow-glass-light: rgba(255, 255, 255, 0.58);
  --flow-grid-light: rgba(21, 33, 38, 0.035);
}

.flow-page-hero__copy,
.blog-masthead__inner > div,
.article-header__inner,
.flow-not-found__inner,
.site-express-hero__copy {
  background:
    linear-gradient(135deg, rgba(248, 247, 242, 0.075), transparent 38%),
    linear-gradient(135deg, rgba(11, 35, 41, 0.66), rgba(3, 14, 18, 0.48));
  border: 1px solid rgba(248, 247, 242, 0.18);
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
  backdrop-filter: blur(20px) saturate(120%);
}

.flow-page-hero__copy {
  width: min(100%, 930px);
  padding: 32px;
}

.flow-page-hero__copy .flow-eyebrow {
  margin-bottom: 16px;
}

.flow-page-hero__copy .flow-page-hero__lead {
  margin-bottom: 26px;
}

.flow-identity-hero:not(.site-express-hero) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--flow-white);
  background: #061418 url("../images/flow-space-terrain.jpg") center / cover no-repeat;
}

.blog-masthead.flow-identity-hero::before,
.article-header.flow-identity-hero::before,
.flow-not-found.flow-identity-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 14, 17, 0.96), rgba(4, 14, 17, 0.66) 62%, rgba(4, 14, 17, 0.42)),
    linear-gradient(180deg, rgba(4, 14, 17, 0.24), rgba(4, 14, 17, 0.84));
  box-shadow: inset 0 -34px 90px rgba(2, 10, 13, 0.42);
}

.blog-masthead__inner,
.article-header__inner,
.flow-not-found__inner {
  position: relative;
  z-index: 1;
}

.flow-blog-index,
.flow-blog-archive,
.flow-blog-search,
.flow-article,
.flow-not-found {
  padding-top: 0;
  background-color: var(--flow-paper);
}

.flow-blog-index .blog-masthead,
.flow-blog-archive .blog-masthead,
.flow-blog-search .blog-masthead,
.flow-article .article-header {
  min-height: 600px;
  padding-top: 0;
}

.blog-masthead__inner {
  width: min(100%, var(--flow-shell));
  min-height: 600px;
  padding: 136px 32px 72px;
}

.blog-masthead__inner > div {
  width: min(100%, 850px);
  max-width: none;
  padding: 32px;
}

.blog-masthead h1,
.article-header h1 {
  max-width: 800px;
  color: var(--flow-white);
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: 0;
}

.blog-masthead--compact,
.flow-blog-archive .blog-masthead--compact,
.flow-blog-search .blog-masthead--compact {
  min-height: 500px;
}

.blog-masthead--compact .blog-masthead__inner {
  min-height: 500px;
}

.blog-masthead__symbol {
  right: 4%;
  width: 360px;
  height: 360px;
  opacity: 0.11;
}

.article-header {
  display: flex;
  align-items: center;
}

.article-header__inner {
  width: min(calc(100% - 64px), 1000px);
  margin: 136px auto 72px;
  padding: 32px;
}

.flow-not-found {
  min-height: 100svh;
  padding: 120px 20px 72px;
}

.flow-not-found__inner {
  width: min(100%, 760px);
  padding: 48px;
}

.flow-not-found h1 {
  color: var(--flow-white);
}

.flow-not-found p:not(.section-label) {
  color: rgba(248, 247, 242, 0.76);
}

.flow-not-found .text-action {
  color: var(--flow-gold);
}

.flow-v2-section--paper,
.flow-blog-index .blog-feed,
.flow-blog-archive .blog-feed,
.flow-blog-search .blog-feed,
.flow-article,
.related-posts {
  background-color: var(--flow-paper);
  background-image:
    linear-gradient(var(--flow-grid-light) 1px, transparent 1px),
    linear-gradient(90deg, var(--flow-grid-light) 1px, transparent 1px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.018 0.05' numOctaves='5' seed='11' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0.58 0 0 0 0.26 0 0.52 0 0 0.22 0 0 0.45 0 0.16 0 0 0 0.24 0'/%3E%3C/filter%3E%3Crect width='360' height='360' filter='url(%23p)' opacity='0.2'/%3E%3C/svg%3E"),
    radial-gradient(ellipse at 15% 0%, rgba(200, 174, 118, 0.14), transparent 55%);
  background-size: 28px 28px, 28px 28px, 360px 360px, auto;
  background-blend-mode: normal, normal, multiply, normal;
}

.flow-blog-index .blog-feed,
.flow-blog-archive .blog-feed,
.flow-blog-search .blog-feed {
  padding: 88px 32px 110px;
}

.flow-blog-index .blog-feed::after,
.flow-blog-archive .blog-feed::after,
.flow-blog-search .blog-feed::after {
  display: none;
}

.flow-page-main > .flow-v2-section--paper,
.flow-site-express-main > .flow-v2-section--paper,
.flow-blog-index > .flow-v2-section--paper,
.flow-blog-archive > .flow-v2-section--paper,
.flow-blog-search > .flow-v2-section--paper {
  --flow-fold-color: var(--flow-paper);
  --flow-fold-shadow: rgba(44, 39, 30, 0.12);
}

.flow-page-main > .flow-v2-section--deep,
.flow-site-express-main > .flow-v2-section--deep,
.flow-blog-index > .flow-v2-section--deep {
  --flow-fold-color: #061317;
  --flow-fold-shadow: rgba(1, 7, 9, 0.3);
}

.flow-page-main > .flow-v2-section--space,
.flow-site-express-main > .flow-v2-section--space,
.flow-blog-index > .flow-v2-section--space {
  --flow-fold-color: #07171c;
  --flow-fold-shadow: rgba(1, 8, 11, 0.3);
}

.flow-page-main > .flow-v2-section::before,
.flow-site-express-main > .flow-v2-section::before,
.flow-blog-index > .flow-v2-section::before,
.flow-blog-archive > .flow-v2-section::before,
.flow-blog-search > .flow-v2-section::before,
.flow-page-main > .flow-cta-section::before,
.flow-blog-index > .flow-cta-section::before {
  top: -28px;
  width: 100%;
  height: 28px;
  background: linear-gradient(180deg, transparent 0%, var(--flow-fold-shadow, rgba(1, 8, 11, 0.28)) 58%, var(--flow-fold-color, #061418) 100%);
  border-radius: 0;
  box-shadow: 0 7px 18px var(--flow-fold-shadow, rgba(1, 8, 11, 0.28));
  -webkit-mask-image: none;
  mask-image: none;
}

.flow-cta-section {
  --flow-fold-color: #061418;
  --flow-fold-shadow: rgba(1, 8, 11, 0.3);
}

.site-express-hero__copy {
  padding: 30px;
}

.flow-site-express-page .site-express-hero__content h1 {
  font-size: 52px;
}

.site-express-hero__offer,
.site-express-scope__columns > div,
.flow-site-express-main .offer-includes {
  background: var(--flow-glass-dark);
  border: 1px solid rgba(200, 174, 118, 0.28);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28), inset 0 1px rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(16px) saturate(112%);
  backdrop-filter: blur(16px) saturate(112%);
}

.flow-site-express-main .audience-column,
.flow-contact-form,
.flow-benefit-grid article,
.flow-insight-grid article,
.flow-service-card,
.flow-project-card,
.blog-card__link {
  border-color: rgba(21, 33, 38, 0.15);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(19, 35, 39, 0.12), inset 0 1px rgba(255, 255, 255, 0.7);
}

.flow-site-express-main .audience-column {
  padding: 30px;
  background: var(--flow-glass-light);
  border: 1px solid rgba(21, 33, 38, 0.14);
}

.blog-card__link:hover,
.flow-project-card:hover,
.flow-service-card:hover,
.flow-site-express-main .audience-column:hover,
.site-express-scope__columns > div:hover {
  border-color: rgba(166, 99, 54, 0.42);
  box-shadow: 0 24px 54px rgba(18, 34, 38, 0.17), 0 0 0 1px rgba(166, 99, 54, 0.07);
  transform: translateY(-4px);
}

.flow-site-express-main .audience-column,
.site-express-scope__columns > div {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.primary-cta,
.blog-empty .primary-cta,
.article-aside .primary-cta {
  min-height: 52px;
  padding: 14px 24px;
  color: #fff;
  background: var(--flow-copper);
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(166, 99, 54, 0.27);
  font: 700 16px/1.2 var(--font-inter), Arial, sans-serif;
}

.primary-cta:hover,
.blog-empty .primary-cta:hover,
.article-aside .primary-cta:hover {
  color: #fff;
  background: var(--flow-copper-dark);
  transform: translateY(-2px);
}

.blog-feed__header h2,
.related-posts h2,
.article-content h2,
.article-content h3,
.article-aside h2,
.blog-card__title {
  color: var(--flow-ink);
}

@media (max-width: 760px) {
  .flow-page-hero {
    min-height: 560px;
  }

  .flow-page-hero__inner {
    padding-top: 112px;
    padding-bottom: 72px;
  }

  .flow-page-hero__copy,
  .blog-masthead__inner > div,
  .site-express-hero__copy {
    padding: 24px;
  }

  .flow-page-hero h1,
  .blog-masthead h1,
  .blog-masthead--compact h1,
  .article-header h1,
  .flow-site-express-page .site-express-hero__content h1,
  .flow-not-found h1 {
    font-size: 34px;
  }

  .flow-blog-index .blog-masthead,
  .flow-blog-archive .blog-masthead,
  .flow-blog-search .blog-masthead,
  .flow-article .article-header {
    min-height: 560px;
  }

  .blog-masthead__inner,
  .blog-masthead--compact .blog-masthead__inner {
    min-height: 560px;
    padding: 112px 20px 68px;
  }

  .article-header__inner {
    width: calc(100% - 40px);
    margin: 112px auto 64px;
    padding: 24px;
  }

  .flow-not-found {
    padding: 108px 20px 60px;
  }

  .flow-not-found__inner {
    padding: 32px 24px;
  }

  .flow-blog-index .blog-feed,
  .flow-blog-archive .blog-feed,
  .flow-blog-search .blog-feed {
    padding: 64px 20px 84px;
  }

  .site-express-scope__columns > div,
  .flow-site-express-main .audience-column {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blog-card__link,
  .flow-project-card,
  .flow-service-card,
  .flow-site-express-main .audience-column,
  .site-express-scope__columns > div,
  .primary-cta {
    transition: none;
  }
}

/* R17: Flow Site Express rebuilt on the current institutional system. */
.flow-site-express-v2 {
  overflow: clip;
}

.flow-express-hero-v2 {
  position: relative;
  isolation: isolate;
  min-height: 780px;
  overflow: hidden;
  color: var(--flow-white);
  background: #041014;
}

.flow-express-hero-v2__video,
.flow-express-hero-v2__shade,
.flow-express-hero-v2__field {
  position: absolute;
  inset: 0;
}

.flow-express-hero-v2__video {
  z-index: -4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
}

.flow-express-hero-v2__shade {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(2, 13, 17, 0.96) 0%, rgba(2, 13, 17, 0.82) 42%, rgba(2, 13, 17, 0.38) 74%, rgba(2, 13, 17, 0.66) 100%),
    linear-gradient(180deg, rgba(1, 9, 12, 0.22) 0%, rgba(1, 9, 12, 0.08) 62%, #061418 100%);
}

.flow-express-hero-v2__field {
  z-index: -2;
  inset: 12% 2% auto auto;
  width: min(42vw, 560px);
  aspect-ratio: 1;
  opacity: 0.09;
  background: url("../images/simbolo-flow.webp") center / contain no-repeat;
  filter: drop-shadow(0 0 34px rgba(200, 174, 118, 0.28));
}

.flow-express-hero-v2__inner {
  padding-top: 138px;
  padding-bottom: 88px;
}

.flow-express-hero-v2 .flow-breadcrumbs {
  margin-bottom: 28px;
}

.flow-express-hero-v2__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}

.flow-express-hero-v2 .flow-page-hero__copy {
  width: 100%;
  max-width: 760px;
  padding: clamp(28px, 3.4vw, 44px);
}

.flow-express-hero-v2 h1 {
  max-width: 13ch;
  margin: 14px 0 22px;
  color: var(--flow-white);
  font-size: clamp(44px, 4.15vw, 64px);
  line-height: 1.03;
}

.flow-express-hero-v2 .flow-page-hero__lead {
  max-width: 60ch;
  margin-bottom: 28px;
}

.flow-express-offer-card,
.flow-express-offer-v2__main,
.flow-express-offer-v2__note {
  background: rgba(5, 22, 27, 0.76);
  border: 1px solid rgba(200, 174, 118, 0.3);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34), inset 0 1px rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(18px) saturate(116%);
  backdrop-filter: blur(18px) saturate(116%);
}

.flow-express-offer-card {
  padding: 32px;
}

.flow-express-offer-card > strong {
  display: block;
  margin: 10px 0 16px;
  color: var(--flow-white);
  font: 700 clamp(26px, 2.2vw, 34px)/1.12 var(--font-montserrat), Arial, sans-serif;
}

.flow-express-offer-card > strong span {
  color: var(--flow-gold);
}

.flow-express-offer-card > p:not(.flow-eyebrow),
.flow-express-offer-card li {
  color: rgba(248, 247, 242, 0.78);
}

.flow-express-offer-card__delivery {
  margin: 24px 0;
  padding: 18px 0;
  color: var(--flow-white);
  border-top: 1px solid rgba(200, 174, 118, 0.2);
  border-bottom: 1px solid rgba(200, 174, 118, 0.2);
  font-weight: 700;
}

.flow-express-offer-card ul,
.flow-express-inclusion-grid ul,
.flow-express-fit-grid ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-express-offer-card li,
.flow-express-inclusion-grid li,
.flow-express-fit-grid li {
  position: relative;
  padding-left: 20px;
}

.flow-express-offer-card li::before,
.flow-express-inclusion-grid li::before,
.flow-express-fit-grid li::before {
  position: absolute;
  top: 0.64em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: var(--flow-copper);
  box-shadow: 0 0 0 4px rgba(166, 99, 54, 0.12);
}

.flow-express-inclusion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}

.flow-express-inclusion-grid article {
  min-height: 390px;
  padding: 32px;
  background: rgba(5, 22, 27, 0.7);
  border: 1px solid rgba(200, 174, 118, 0.25);
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28), inset 0 1px rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(16px) saturate(110%);
  backdrop-filter: blur(16px) saturate(110%);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.flow-express-inclusion-grid article:hover,
.flow-express-fit-grid article:hover {
  border-color: rgba(166, 99, 54, 0.44);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(166, 99, 54, 0.06);
  transform: translateY(-4px);
}

.flow-express-inclusion-grid article > span,
.flow-express-fit-grid article > span,
.flow-express-offer-v2__note > span,
.flow-express-price > span {
  color: var(--flow-gold);
  font: 700 12px/1.3 var(--font-mono), monospace;
  letter-spacing: 0;
}

.flow-express-inclusion-grid h3 {
  margin: 28px 0 22px;
  color: var(--flow-white);
  font-size: 27px;
}

.flow-express-inclusion-grid li {
  color: rgba(248, 247, 242, 0.79);
}

.flow-express-scope-v2 .flow-search-scope {
  margin-top: 22px;
  color: rgba(248, 247, 242, 0.76);
  background: rgba(4, 19, 24, 0.62);
  border-color: rgba(200, 174, 118, 0.22);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.flow-express-value-v2 {
  padding-bottom: 72px;
  border-bottom: 1px solid rgba(21, 33, 38, 0.14);
}

.flow-express-fit__heading {
  max-width: 850px;
  margin: 68px 0 36px;
}

.flow-express-fit__heading h2,
.flow-express-faq-v2 h2 {
  margin-top: 12px;
  color: var(--flow-ink);
  font-size: clamp(36px, 3.5vw, 48px);
  line-height: 1.08;
}

.flow-express-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.flow-express-fit-grid article {
  min-height: 390px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(21, 33, 38, 0.15);
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(19, 35, 39, 0.12), inset 0 1px rgba(255, 255, 255, 0.74);
  -webkit-backdrop-filter: blur(14px) saturate(105%);
  backdrop-filter: blur(14px) saturate(105%);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.flow-express-fit-grid h3 {
  margin: 24px 0 20px;
  color: var(--flow-ink);
  font-size: 27px;
}

.flow-express-fit-grid li {
  color: var(--flow-copy);
}

.flow-express-fit-grid a {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-top: 24px;
  color: var(--flow-copper-dark);
  font-weight: 800;
}

.flow-express-process .flow-process-list {
  gap: 12px;
  border: 0;
}

.flow-express-process .flow-process-step,
.flow-express-process .flow-process-list--five .flow-process-step:last-child,
.flow-express-process .flow-process-list--five .flow-process-step:nth-child(2n) {
  min-height: 270px;
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(21, 33, 38, 0.13);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(19, 35, 39, 0.1), inset 0 1px rgba(255, 255, 255, 0.72);
}

.flow-express-process .flow-process-step h3 {
  color: var(--flow-ink);
}

.flow-express-process .flow-process-step p {
  color: var(--flow-copy);
}

.flow-express-offer-v2__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 22px;
  align-items: stretch;
}

.flow-express-offer-v2__main,
.flow-express-offer-v2__note {
  padding: clamp(30px, 4vw, 46px);
}

.flow-express-offer-v2__main h2 {
  max-width: 18ch;
  margin: 14px 0 22px;
  color: var(--flow-white);
  font-size: clamp(38px, 3.6vw, 50px);
  line-height: 1.06;
}

.flow-express-offer-v2__main > p:not(.flow-eyebrow),
.flow-express-offer-v2__note p {
  color: rgba(248, 247, 242, 0.76);
}

.flow-express-price {
  display: grid;
  gap: 4px;
  margin: 30px 0;
  padding: 24px 0;
  border-top: 1px solid rgba(200, 174, 118, 0.22);
  border-bottom: 1px solid rgba(200, 174, 118, 0.22);
}

.flow-express-price strong {
  color: var(--flow-white);
  font: 700 clamp(50px, 5vw, 72px)/1 var(--font-montserrat), Arial, sans-serif;
}

.flow-express-price small {
  margin-top: 8px;
  color: rgba(248, 247, 242, 0.68);
}

.flow-express-offer-v2__note h3 {
  margin: 24px 0 18px;
  color: var(--flow-white);
  font-size: 30px;
}

.flow-express-scarcity {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(200, 174, 118, 0.22);
  font-weight: 700;
}

.flow-express-faq-v2__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(40px, 7vw, 92px);
  align-items: start;
}

.flow-express-faq-v2__grid > div:first-child > p:last-child {
  color: var(--flow-copy);
}

@media (max-width: 1060px) {
  .flow-express-hero-v2__grid,
  .flow-express-offer-v2__grid,
  .flow-express-faq-v2__grid {
    grid-template-columns: 1fr;
  }

  .flow-express-hero-v2 .flow-page-hero__copy {
    max-width: 820px;
  }

  .flow-express-offer-card {
    max-width: 820px;
  }

  .flow-express-process .flow-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .flow-express-hero-v2 {
    min-height: auto;
  }

  .flow-express-hero-v2__video {
    object-position: 63% center;
  }

  .flow-express-hero-v2__shade {
    background: linear-gradient(180deg, rgba(2, 13, 17, 0.68) 0%, rgba(2, 13, 17, 0.9) 45%, #061418 100%);
  }

  .flow-express-hero-v2__field {
    top: 10%;
    right: -20%;
    width: 96vw;
  }

  .flow-express-hero-v2__inner {
    padding-top: 112px;
    padding-bottom: 76px;
  }

  .flow-express-hero-v2 .flow-breadcrumbs {
    margin-bottom: 20px;
  }

  .flow-express-hero-v2__grid {
    gap: 18px;
  }

  .flow-express-hero-v2 .flow-page-hero__copy,
  .flow-express-offer-card,
  .flow-express-inclusion-grid article,
  .flow-express-fit-grid article,
  .flow-express-offer-v2__main,
  .flow-express-offer-v2__note {
    padding: 24px;
  }

  .flow-express-hero-v2 h1 {
    max-width: none;
    font-size: 34px;
  }

  .flow-express-inclusion-grid,
  .flow-express-fit-grid,
  .flow-express-process .flow-process-list {
    grid-template-columns: 1fr;
  }

  .flow-express-inclusion-grid article,
  .flow-express-fit-grid article,
  .flow-express-process .flow-process-step,
  .flow-express-process .flow-process-list--five .flow-process-step:last-child,
  .flow-express-process .flow-process-list--five .flow-process-step:nth-child(2n) {
    min-height: 0;
  }

  .flow-express-value-v2 {
    padding-bottom: 52px;
  }

  .flow-express-fit__heading {
    margin-top: 52px;
  }

  .flow-express-fit__heading h2,
  .flow-express-faq-v2 h2,
  .flow-express-offer-v2__main h2 {
    font-size: 34px;
  }

  .flow-express-price strong {
    font-size: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flow-express-inclusion-grid article,
  .flow-express-fit-grid article {
    transition: none;
  }
}
