/* Compact, asymmetric old/new comparison, scoped to Ogilvy. */
.ogilvy-comparison { display:grid; grid-template-columns:.88fr 1.12fr; align-items:start; max-width:1000px; margin:44px auto 0; gap:0; }
.ogilvy-comparison article { overflow:hidden; border-radius:26px; }
.comparison-old { margin-top:46px; background:#e9ebed; border:1px solid #dfe2e5; border-radius:26px 0 0 26px !important; }
.ogilvy-comparison header { padding:28px 30px 22px; }
.comparison-ribbon { position:relative; z-index:2; width:calc(100% - 56px); max-width:340px; margin:0 auto 8px; min-height:44px; display:flex; align-items:center; justify-content:space-between; gap:18px; padding:5px 6px 5px 20px; border-radius:999px; font-size:14px; line-height:1.5; text-decoration:none; transition:box-shadow .2s,transform .2s; }
.comparison-ribbon-arrow { display:grid; place-items:center; flex:none; width:32px; height:32px; border:1px solid #d3eaff88; border-radius:50%; background:linear-gradient(145deg,#ffffff30,#244b9020); box-shadow:inset 0 1px 2px #fff6; font-size:19px; }
.comparison-ribbon:hover { transform:translateY(-2px); }
.comparison-ribbon:focus-visible { outline:3px solid #2379e6; outline-offset:4px; }
#old-way-details { scroll-margin-top:100px; }
.comparison-ribbon-old { color:#fff; border:2px solid transparent; background:linear-gradient(145deg,#172536,#050a10) padding-box,linear-gradient(120deg,#80dced,#28689a 55%,#7fa6cf) border-box; box-shadow:inset 0 1px 2px #ffffff25,0 4px 10px #12273c16; }
.comparison-ribbon-new { max-width:420px; min-height:52px; margin-top:-26px; font-size:15px; color:#fff; border:1px solid #d5e7ffb3; background:linear-gradient(115deg,#a7c6f0b3,#759bdccc); backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px); box-shadow:inset 0 2px 2px #ffffff66,inset 0 -2px 3px #31558e25,0 7px 16px #31558e24; }
.comparison-ribbon-new .comparison-ribbon-arrow { width:38px; height:38px; }
.ogilvy-closing-cta { margin-top:54px; }
.ogilvy-comparison h3 { margin:0; font-size:24px; line-height:1.35; color:#252a32; }
.comparison-new { position:relative; background:#fff; border:1px solid #d5e2f2; box-shadow:0 16px 38px #29487912; }
.comparison-new header { position:relative; z-index:1; border-radius:28px / 32px; border:1px solid #b8dcf58c; background:radial-gradient(ellipse at 100% 0,#a1dbcf99,transparent 60%),linear-gradient(125deg,#315fba,#4c7cbe 60%,#456ba5); box-shadow:inset 0 2px 2px #ffffff59,inset 0 -3px 5px #173b783d,0 10px 20px #29487926; }
.ogilvy-comparison .comparison-new ul { padding-top:20px; }
.ogilvy-comparison .comparison-new header { padding-bottom:44px; }
.comparison-new h3 { color:#fff; font-size:40px; letter-spacing:-.045em; }
.comparison-new h3 span { display:block; margin-top:8px; font-size:15px; font-weight:400; letter-spacing:0; color:#edf4ff; }
.ogilvy-comparison ul { list-style:none; margin:0; padding:8px 28px 24px; }
.ogilvy-comparison li { display:flex; align-items:flex-start; gap:12px; padding:14px 0; }
.ogilvy-comparison li h4 { margin:0 0 5px; font-size:16px; line-height:1.5; color:#343a43; font-weight:500; }
.ogilvy-comparison li p { margin:0; font-size:12px; line-height:1.8; color:#757b84; }
.comparison-new li h4 { color:#173b70; }
.comparison-new li p { color:#64768b; }
.comparison-mark { flex:none; font-size:19px; line-height:24px; }
.comparison-old .comparison-mark::before { content:'✕'; color:#777e88; }
.comparison-new .comparison-mark::before { content:'✔'; color:#1dac76; }
@media(max-width:680px) {
  .ogilvy-comparison { grid-template-columns:1fr; gap:18px; margin-top:26px; }
  .comparison-old { margin:0 24px 0 0; border-radius:22px !important; }
  .comparison-new { margin-left:12px; }
  .ogilvy-comparison header { padding:23px 22px 18px; }
  .ogilvy-comparison ul { padding:4px 22px 18px; }
  .ogilvy-comparison h3 { font-size:22px; }
  .comparison-new h3 { font-size:36px; }
}

/* Product page refresh: quiet white canvas, homepage typography, focused device demo. */
.product-page {
  --product-canvas: #f4f5f5;
  --product-ink: #0b1b2f;
  --product-muted: #65758a;
  --product-line: #e5ebf2;
  --product-blue: #2176ff;
  padding-top: 0;
  background: var(--product-canvas);
  color: var(--product-ink);
}

.product-page main,
.product-page main > .section {
  background: var(--product-canvas);
}

.product-page main > .section::before {
  display: none;
}

.product-page .site-header,
.product-page .site-header.is-scrolled {
  background: rgba(255, 255, 255, .9);
  color: var(--product-ink);
  border: 0;
  position: sticky;
  top: 0;
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.product-page .site-header nav {
  height: 72px;
}

.product-page .site-logo img {
  width: 144px;
  height: 54px;
  filter: none;
  opacity: .92;
}

.product-page .site-menu > a,
.product-page .product-nav > button,
.product-page .lang-button,
.product-page .lang-button b,
.product-page .site-menu a[aria-current="page"],
.product-page .product-nav.active > button {
  color: #263445;
}

.product-page .site-menu > a,
.product-page .product-nav > button,
.product-page .lang-button {
  font-size: 13px;
  font-weight: 400;
}

.product-page .site-menu a[aria-current="page"],
.product-page .product-nav.active > button {
  color: #111827;
  font-weight: 500;
}

.product-page .site-actions > .pill,
.product-page .product-hero .pill {
  color: #fff;
  background: #0b1118;
  border: 1px solid #0b1118;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .12);
}

.product-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 720px;
  margin: 0 12px;
  border-radius: 0 0 34px 34px;
  background:
    radial-gradient(ellipse 50% 36% at 69% 92%, rgba(91, 175, 246, .22), transparent 72%),
    radial-gradient(ellipse 33% 28% at 95% 74%, rgba(224, 238, 206, .28), transparent 72%),
    linear-gradient(180deg, #fff 0%, #fbfdff 62%, #f4f9fc 100%);
}

.product-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -8%;
  bottom: -52%;
  width: 78%;
  height: 76%;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(106, 184, 238, .2), rgba(35, 102, 179, .08));
  filter: blur(4px);
  transform: rotate(-7deg);
}

.product-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  gap: clamp(24px, 4vw, 70px);
  width: min(1360px, calc(100% - 80px));
  min-height: 720px;
  margin: 0 auto;
  align-items: center;
}

.product-hero-copy {
  position: relative;
  z-index: 4;
  padding: 72px 0 64px;
}

.product-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #7a8797;
  font-size: 11px;
  letter-spacing: .19em;
}

.product-eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: #8ca9c8;
}

.product-hero h1 {
  margin: 26px 0 10px;
  color: #65758a;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .03em;
}

.product-hero h2 {
  max-width: 650px;
  margin: 0;
  color: #0a121d;
  font-size: clamp(46px, 5.25vw, 78px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.055em;
}

.product-hero .hero-desc {
  max-width: 560px;
  margin: 28px 0 30px;
  color: #5f6d7d;
  font-size: 16px;
  line-height: 1.9;
}

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

.product-secondary-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 8px;
  color: #4e5d6e;
  font-size: 13px;
}

.product-secondary-link:hover {
  color: var(--product-blue);
}

.product-hero .product-jump {
  justify-content: flex-start;
  gap: 5px;
  margin-top: 44px;
}

.product-hero .product-jump a {
  padding: 7px 12px;
  border: 0;
  background: transparent;
  color: #8a96a5;
  font-size: 11px;
}

.product-hero .product-jump a[aria-current="page"] {
  background: #edf4fb;
  color: #1e4f86;
}

.product-visual {
  position: relative;
  align-self: stretch;
  min-width: 0;
}

.phone-stage {
  position: absolute;
  inset: 0;
}

.phone-object {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 50%;
  width: min(560px, 75vw);
  aspect-ratio: 2 / 3;
  transform: translateX(-43%);
}

.phone-hand {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  pointer-events: none;
}

.device-ui {
  position: absolute;
  z-index: 3;
  top: 12.1%;
  left: 24.3%;
  width: 44.1%;
  height: 61.8%;
  overflow: hidden;
  padding: 44px 16px 18px;
  border-radius: 34px;
  background: #fff;
  color: #111827;
  box-shadow: inset 0 0 0 1px rgba(8, 21, 38, .03);
}

.device-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 11px;
  border-bottom: 1px solid #edf1f5;
  color: #76859a;
  font-size: 7px;
}

.device-brand {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #26384d;
  font-weight: 600;
}

.device-brand-mark {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 7px;
  background: linear-gradient(145deg, #3ea7ff, #225fd5);
  color: white;
  font-size: 8px;
}

.device-status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.device-status::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #34c98f;
  box-shadow: 0 0 0 3px rgba(52, 201, 143, .11);
}

.device-ui h3 {
  margin: 18px 0 5px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.04em;
}

.device-ui > p {
  margin: 0 0 16px;
  color: #7e8b9b;
  font-size: 8px;
  line-height: 1.65;
}

.device-card {
  margin-top: 9px;
  padding: 11px;
  border: 1px solid #e8edf3;
  border-radius: 12px;
  background: #fbfcfe;
}

.device-card-head,
.device-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.device-card-head {
  color: #24364c;
  font-size: 8px;
  font-weight: 600;
}

.device-card-head span:last-child {
  color: #2277ef;
  font-weight: 500;
}

.device-row {
  padding: 7px 0;
  border-bottom: 1px solid #edf1f5;
  color: #8190a2;
  font-size: 7px;
}

.device-row:last-child {
  border: 0;
}

.device-row strong {
  color: #26384d;
  font-size: 7px;
  font-weight: 500;
}

.device-compose {
  position: absolute;
  right: 15px;
  bottom: 16px;
  left: 15px;
  padding: 11px 12px;
  border: 1px solid #e3e9f0;
  border-radius: 13px;
  color: #8492a3;
  font-size: 7px;
  line-height: 1.5;
  box-shadow: 0 6px 20px rgba(33, 66, 101, .06);
}

.device-compose::after {
  content: "↑";
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 8px;
  background: #dfe8f3;
  color: #718298;
  font-size: 12px;
}

.hero-message {
  position: absolute;
  z-index: 5;
  width: 280px;
  padding: 15px 17px;
  border: 1px solid rgba(218, 227, 237, .9);
  border-radius: 15px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 45px rgba(37, 66, 99, .11);
  backdrop-filter: blur(16px);
}

.hero-message strong {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  color: #17283b;
  font-size: 13px;
  font-weight: 600;
}

.hero-message strong::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--product-blue);
  box-shadow: 0 0 0 4px rgba(33, 118, 255, .1);
}

.hero-message p {
  margin: 0;
  color: #6f7f91;
  font-size: 11px;
  line-height: 1.65;
}

.hero-message-a {
  top: 29%;
  left: -2%;
}

.hero-message-b {
  top: 48%;
  right: -1%;
}

.hero-message-c {
  top: 69%;
  left: 2%;
}

.product-page .question-section {
  padding-top: 110px;
}

.product-page .section {
  padding: 100px 0;
}

.product-page .section-title {
  max-width: 900px;
  margin-bottom: 54px;
}

.product-page .section-title h2 {
  color: #0b1727;
  font-weight: 500;
  letter-spacing: -.045em;
}

.product-page .section-title p {
  color: #6d7b8d;
}

.product-page .pain-columns {
  gap: 20px;
}

.product-page .pain-column,
.product-page .capability,
.product-page .metric-band {
  border: 1px solid var(--product-line);
  background: #fff;
  box-shadow: 0 14px 45px rgba(32, 60, 91, .055);
}

.product-page .pain-column {
  padding: 38px 40px 24px;
  border-radius: 24px;
}

.product-page .pain-column > h3 {
  margin-bottom: 30px;
  color: #12253a;
  font-size: 22px;
}

.product-page .pain-detail {
  padding: 25px 0;
  border-color: #e8edf2;
}

.product-page .pain-detail h4 {
  color: #142a41;
  font-size: 18px;
}

.product-page .pain-detail p {
  color: #65778b;
}

.product-page .soft-section {
  background: linear-gradient(180deg, #fff 0%, #f7fbff 48%, #fff 100%);
}

.product-page .capability-grid {
  gap: 16px;
}

.product-page .capability,
.product-page .capability:nth-child(2),
.product-page .capability:nth-child(3n),
.product-page .capability:nth-child(3n + 2),
.product-page .capability:nth-child(6) {
  min-height: 250px;
  padding: 32px;
  border-radius: 20px;
  background: #fff;
}

.product-page .capability:hover {
  transform: translateY(-3px);
  border-color: #cfddea;
  box-shadow: 0 20px 55px rgba(32, 60, 91, .09);
}

.product-page .cap-number {
  color: #93a5b7;
}

.product-page .video-empty {
  border-color: #dce6ef;
  background: linear-gradient(150deg, #f8fbfe, #fff);
}

.product-page .metric-band {
  background: linear-gradient(180deg, #fbfdff, #f6faff);
}

@media (max-width: 1120px) {
  .product-hero-shell {
    grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr);
    width: min(100% - 50px, 1260px);
  }

  .phone-object {
    width: 510px;
  }

  .hero-message {
    width: 235px;
  }
}

@media (max-width: 900px) {
  .product-page {
    padding-top: 70px;
  }

  .product-page .site-header nav {
    height: 70px;
  }

  .product-page .site-menu {
    background: rgba(255, 255, 255, .98);
  }

  .product-hero {
    min-height: 0;
    margin: 0 10px;
    border-radius: 0 0 26px 26px;
  }

  .product-hero-shell {
    grid-template-columns: 1fr;
    width: min(100% - 44px, 720px);
  }

  .product-hero-copy {
    padding: 72px 0 8px;
    text-align: center;
  }

  .product-hero h2,
  .product-hero .hero-desc {
    margin-right: auto;
    margin-left: auto;
  }

  .product-hero-actions,
  .product-hero .product-jump {
    justify-content: center;
  }

  .product-visual {
    min-height: 680px;
  }

  .phone-object {
    top: 8px;
    width: 500px;
    transform: translateX(-48%);
  }

  .hero-message-a { left: 0; }
  .hero-message-b { right: 0; }
  .hero-message-c { left: 4%; }
}

@media (max-width: 580px) {
  .product-page .site-logo img {
    width: 116px;
    height: 44px;
  }

  .product-hero-shell {
    width: calc(100% - 28px);
  }

  .product-hero-copy {
    padding-top: 56px;
  }

  .product-hero h1 {
    margin-top: 20px;
  }

  .product-hero h2 {
    font-size: clamp(39px, 12vw, 55px);
    line-height: 1.13;
  }

  .product-hero .hero-desc {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.8;
  }

  .product-secondary-link {
    width: 100%;
    justify-content: center;
  }

  .product-hero .product-jump {
    margin-top: 27px;
  }

  .product-visual {
    min-height: 560px;
  }

  .phone-object {
    top: 48px;
    width: 425px;
    transform: translateX(-49%);
  }

  .device-ui {
    padding: 34px 12px 12px;
    border-radius: 27px;
  }

  .device-ui h3 {
    margin-top: 12px;
    font-size: 14px;
  }

  .device-card {
    padding: 8px;
  }

  .device-compose {
    right: 10px;
    bottom: 11px;
    left: 10px;
  }

  .hero-message {
    width: 180px;
    padding: 11px 12px;
    border-radius: 12px;
  }

  .hero-message strong {
    margin-bottom: 0;
    font-size: 10px;
  }

  .hero-message p {
    display: none;
  }

  .hero-message-a { top: 22%; left: 0; }
  .hero-message-b { top: 43%; right: 0; }
  .hero-message-c { top: 64%; left: 2%; }

  .product-page .section,
  .product-page .question-section {
    padding: 74px 0;
  }

  .product-page .section-title {
    margin-bottom: 36px;
  }

  .product-page .pain-column {
    padding: 27px 23px 14px;
  }

  .product-page .pain-column > h3 {
    font-size: 19px;
  }

  .product-page .pain-detail h4 {
    font-size: 16px;
  }

  .product-page .capability,
  .product-page .capability:nth-child(2),
  .product-page .capability:nth-child(3n),
  .product-page .capability:nth-child(3n + 2),
  .product-page .capability:nth-child(6) {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-page .capability:hover {
    transform: none;
  }
}

/* Airy navigation and unobstructed screen, September 14 refinement. */
.product-page { padding-top: 0; }
.product-page .site-header,
.product-page .site-header.is-scrolled { background: var(--product-canvas); }
.product-page .site-header nav { height: 72px; }
.product-page .site-actions > .pill { padding: 10px 18px; border-radius: 12px; box-shadow: 0 4px 12px #14243712; }
.product-page .menu-button { color: #17283b; }
/* Homepage horizon blue, confined to the bottom edge on every screen size. */
.product-hero { background: linear-gradient(0deg,#4c6c9d45 0%,#4c6c9d16 42%,#4c6c9d00 100%) bottom / 100% 130px no-repeat var(--product-canvas); }
.product-hero::after { display: none; }
.product-hero-shell { grid-template-columns: minmax(0,.8fr) minmax(560px,1.2fr); gap: 24px; }
.product-hero-copy { padding: 44px 0; }
.product-hero h2 { font-size: clamp(42px,4.3vw,66px); line-height: 1.2; text-wrap: balance; }
.phone-hand { filter: none; }
.phone-object { mix-blend-mode: multiply; }
.product-hero-copy h2 { margin-left: 0; text-align: left; max-width: none; text-wrap: initial; }
@media(max-width:900px) { .product-hero-copy h2 { text-align: center; } }
.phone-object { left: 50%; top: -10px; width: 510px; transform: translateX(-46.4%); }
.device-ui { top: 11.2%; height: 63.3%; padding-top: 44px; }
.device-ui::before { content: ''; position: absolute; top: 9px; left: 35%; width: 30%; height: 14px; border-radius: 14px; background: #080a0d; }
.hero-message { width: calc((100% - 244px) / 2); padding: 16px 13px; border: 0; background: rgba(255,255,255,.86); box-shadow: 0 12px 35px #263a5010; }
.hero-message strong { font-size: 13px; }
.hero-message p { font-size: 12px; line-height: 1.75; }
.hero-message-a { left: 0; top: 25%; }
.hero-message-b { right: 0; top: 43%; }
.hero-message-c { left: 0; top: 64%; }
@media(min-width:801px) {
  .product-page .site-menu { padding: 9px 18px; gap: 24px; background: #fff; border-radius: 12px; box-shadow: 0 2px 14px #263a5003; }
}
@media(max-width:1050px) and (min-width:901px) {
  .product-hero-shell { grid-template-columns: minmax(0,1fr) 520px; width: calc(100% - 40px); gap: 15px; }
}
@media(max-width:900px) {
  .product-page { padding-top: 0; }
  .product-hero-shell { grid-template-columns: 1fr; }
  .product-hero-copy { padding: 40px 0 0; }
  .product-visual { min-height: 690px; }
  .phone-object { top: -35px; width: 460px; }
  .hero-message { width: calc((100% - 218px) / 2); }
}
@media(max-width:580px) {
  .product-page .site-header nav { height: 64px; }
  .product-page .site-menu { top: 64px; border-bottom: 0; }
  .product-hero h2 { font-size: 40px; }
  .product-hero-copy { padding-top: 28px; }
  .product-hero .hero-desc { margin: 20px auto; }
  .product-hero .product-jump { margin-top: 14px; }
  .product-visual { min-height: 810px; }
  .phone-object { top: -36px; width: 425px; }
  .hero-message { left: 0; right: 0; width: 100%; padding: 12px 16px; }
  .hero-message strong { font-size: 14px; margin-bottom: 4px; }
  .hero-message p { display: block; font-size: 12px; }
  .hero-message-a { top: 500px; }
  .hero-message-b { top: 600px; }
  .hero-message-c { top: 700px; }
}

/* Review details: compact navigation, luminous actions and Ogilvy composer. */
.product-page .site-logo img { filter: brightness(0); opacity: .95; }
.product-page .pill,
.product-page .site-actions > .pill,
.product-page .product-hero .pill {
  border: 2px solid transparent;
  border-radius: 999px;
  background: linear-gradient(155deg,#203649,#050b13 58%,#102438) padding-box,
    linear-gradient(125deg,#b8eff6,#4ebddd 20%,#1c4371 58%,#d3e9fa) border-box;
  box-shadow: inset 0 1px 2px #ffffff3d,0 0 0 1px #54baca28,0 5px 14px #0c345327;
}
.product-page .pill:hover { box-shadow: inset 0 1px 2px #fff5,0 0 20px #74d9eb55; }
.product-page .pill .arrow { border-color: #8dd7fa75; }
.product-page .product-hero-copy .ogilvy-wordmark {
  display: flex; align-items: baseline; gap: 16px; margin: 0 0 26px;
  font-family: Inter,sans-serif; font-size: clamp(48px,5vw,72px);
  font-weight: 600; line-height: 1.1; letter-spacing: -.065em; color: #14283f;
}
.ogilvy-wordmark > span { font-size: 14px; font-weight: 400; letter-spacing: .08em; color: #738395; }
/* Show only the original brand symbol, without the adjoining wordmark. */
.ogilvy-screen-logo { display: block; width: 86px; aspect-ratio: 650 / 510; margin: 26px auto 22px; background: url('prome-logo-v2.png') 5.98% 50% / 311.08% auto no-repeat; filter: drop-shadow(0 5px 8px #2475f522); }
.device-ui .ogilvy-screen-title { font-size: 16px; text-align: center; margin: 0 0 5px; line-height: 1.5; }
.device-ui .ogilvy-screen-tagline { color: #2475f5; font-size: 12px; text-align: center; font-weight: 600; line-height: 1.5; }
.ogilvy-composer { margin-top: 20px; padding: 13px 11px; border: 1px solid #e0e7ef; border-radius: 14px; background: #fff; box-shadow: 0 5px 20px #1e3a5d06; }
.ogilvy-composer p { color: #8b99ac; font-size: 10px; line-height: 1.8; margin: 0; }
.composer-tools { display: flex; gap: 10px; margin-top: 28px; color: #7588a0; font-size: 9px; }
.composer-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; font-size: 9px; color: #728aa6; }
.composer-send { padding: 5px 9px; border-radius: 8px; background: #e6edf5; font-size: 14px; }
.product-page.site-modern main > .section { background: var(--product-canvas); padding: 56px 0; }
.product-page .section-title { margin-bottom: 30px; }
.product-page .section-end { margin-top: 22px; }
.product-page .video-block { margin-top: 36px; }
.product-page .metric-band { background: #fbfdff; margin-top: 24px; padding: 24px; }
.product-page .cap-number { display: none; }
.product-page .capability { min-height: 0; }
@media(min-width:801px) {
  .product-page .site-menu { padding: 5px 15px; gap: 18px; border-radius: 999px; background: #fff; box-shadow: 0 2px 12px #17283b03; }
}
@media(min-width:901px) {
  .product-hero-shell { position: relative; }
  .phone-object { left: auto; right: -40px; transform: none; }
  .hero-message-a,.hero-message-c { width: calc(100% - 365px); }
  .hero-message-b { width: 145px; right: -40px; }
}
@media(max-width:1050px) and (min-width:901px) {
  .phone-object { right: -20px; }
  .hero-message-a,.hero-message-c { width: calc(100% - 385px); }
  .hero-message-b { right: -20px; }
}
@media(max-width:900px) {
  .product-page .product-hero-copy .ogilvy-wordmark { justify-content: center; }
}
@media(max-width:580px) {
  .ogilvy-screen-logo { width: 72px; margin: 18px auto; }
  .device-ui .ogilvy-screen-title { font-size: 13px; }
  .device-ui .ogilvy-screen-tagline { font-size: 10px; }
  .ogilvy-composer { margin-top: 12px; padding: 10px; }
  .ogilvy-composer p { font-size: 9px; }
  .composer-tools { margin-top: 14px; font-size: 8px; }
  .composer-bottom { margin-top: 10px; font-size: 8px; }
  .product-page.site-modern main > .section { padding: 40px 0; }
}
