/* Dream Steps — pages/about.css
 * Page-specific rules for about.html.
 */

:root {
  --ink: #0B0B0E; --ink-soft: #15151B; --ink-mute: #6B6B7B; --ink-line: #2A2A33; --paper: #FFFFFF; --warm: #F7F4EE; --warm-2: #EFEADD; --warm-line: #E8E3D8; --orange: #E8430A; --orange-soft: #FF6A2C; --orange-deep: #C73508; --orange-tint: rgba(232,67,10,.08); --shadow-1: 0 1px 0 rgba(11,11,14,.04), 0 8px 24px -10px rgba(11,11,14,.10); --shadow-2: 0 1px 0 rgba(11,11,14,.06), 0 24px 60px -24px rgba(11,11,14,.18); --shadow-3: 0 30px 80px -30px rgba(11,11,14,.45); --shadow-ink: 0 30px 80px -30px rgba(0,0,0,.6); --rad-xs: 8px; --rad-sm: 12px; --rad-md: 16px; --rad-lg: 24px; --rad-xl: 32px; --rad-pill: 100px; --container: 1260px; --gutter: clamp(20px, 4vw, 40px); --t-hero: clamp(32px, 4vw, 56px); --t-display: clamp(34px, 5vw, 72px); --t-h1: clamp(28px, 3.8vw, 56px); --t-h2: clamp(24px, 3vw, 42px); --t-h3: clamp(18px, 1.6vw, 24px); --t-base: 16px; --t-lead: clamp(15px, 1.1vw, 18px); --t-small: 13.5px; --t-eyebrow: 11.5px; --ease: cubic-bezier(.2,.7,.2,1); --ease-out: cubic-bezier(.16,1,.3,1)
}
body {
  margin: 0; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: var(--t-base); line-height: 1.7; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-feature-settings: 'ss01', 'cv11'; overflow-x: hidden
}
h1, h2, h3 {
  letter-spacing: -0.02em; line-height: 1.1; font-weight: 700
}
h1 {
  letter-spacing: -0.03em; line-height: 1.1; font-weight: 800
}
.eyebrow.on-orange {
  color: rgba(255,255,255,.92)
}
.eyebrow.on-orange::before {
  background: #fff; opacity: 1
}
.btn-on-orange-solid {
  background: #fff; color: var(--orange); box-shadow: 0 12px 32px -10px rgba(11,11,14,.25)
}
.btn-on-orange-solid:hover {
  background: var(--ink); color: #fff
}
.btn-on-orange-ghost {
  background: transparent; color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.55)
}
.btn-on-orange-ghost:hover {
  box-shadow: inset 0 0 0 1.5px #fff; background: rgba(255,255,255,.06)
}
.section-pad {
  padding: clamp(72px, 9vw, 130px) 0
}
.bg-ink {
  background: var(--ink); color: #fff
}
.bg-warm {
  background: var(--warm)
}
.bg-warm-2 {
  background: var(--warm-2)
}
.dropdown-simple {
  left: 50%; transform: translateX(-50%) translateY(-6px); background: #fff; border-radius: 14px; padding: 6px; min-width: 220px; max-width: 260px; box-shadow: 0 8px 40px -8px rgba(11,11,14,.18), 0 0 0 1px rgba(11,11,14,.06)
}
.hero {
  position: relative; background: var(--ink); color: #fff; padding: clamp(110px, 13vw, 168px) 0 clamp(72px, 9vw, 110px); overflow: hidden; isolation: isolate
}
.hero::before {
  content: ''; position: absolute; inset: 0; background:
        radial-gradient(60% 50% at 80% 0%, rgba(232,67,10,.22) 0%, rgba(232,67,10,0) 60%),
        radial-gradient(40% 40% at 0% 100%, rgba(232,67,10,.10) 0%, rgba(232,67,10,0) 70%); z-index: -1
}
.hero::after {
  content: ''; position: absolute; inset: 0; background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(80% 60% at 50% 30%, #000 30%, transparent 80%); -webkit-mask-image: radial-gradient(80% 60% at 50% 30%, #000 30%, transparent 80%); z-index: -1; opacity: .8
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px 6px 8px; border-radius: var(--rad-pill); background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px rgba(255,255,255,.10); font-size: 12.5px; letter-spacing: .02em; color: rgba(255,255,255,.85); margin-bottom: 28px; max-width: 100%
}
.hero-eyebrow .pin {
  width: 18px; height: 18px; border-radius: 50%; background: var(--orange); display: grid; place-items: center; box-shadow: 0 0 0 4px rgba(232,67,10,.18); flex-shrink: 0
}
.hero-eyebrow .pin svg {
  width: 10px; height: 10px; color: #fff
}
.hero h1 {
  font-size: var(--t-hero); font-weight: 800; line-height: 1.1; letter-spacing: -0.03em; max-width: 22ch; overflow-wrap: break-word
}
.hero h1 .accent {
  background: linear-gradient(120deg, var(--orange) 0%, var(--orange-soft) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; font-style: normal; font-weight: 700
}
.hero-sub {
  margin-top: 24px; max-width: 62ch; font-size: var(--t-lead); line-height: 1.65; color: rgba(255,255,255,.74)
}
.hero-actions {
  margin-top: 32px; display: flex; flex-wrap: wrap; gap: 14px
}
.hero-proof {
  margin-top: 56px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,.10)
}
@media (max-width: 760px) {
  .hero-proof {
    grid-template-columns: repeat(2, 1fr)
  }
}
.hero-proof .item .v {
  font-size: clamp(26px, 3.2vw, 38px); font-weight: 800; letter-spacing: -0.03em; line-height: 1; background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.55) 100%); -webkit-background-clip: text; background-clip: text; color: transparent
}
.hero-proof .item .v sup {
  font-size: .5em; vertical-align: super; color: var(--orange); -webkit-text-fill-color: var(--orange)
}
.hero-proof .item .k {
  margin-top: 8px; font-size: 12.5px; color: rgba(255,255,255,.6); letter-spacing: .02em; line-height: 1.4
}
.founder {
  background: var(--paper)
}
.founder-grid {
  display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px, 6vw, 88px); align-items: center
}
@media (max-width: 980px) {
  .founder-grid {
    grid-template-columns: 1fr; gap: 40px
  }
}
.founder-card {
  position: relative; aspect-ratio: 4 / 5; max-height: 640px; border-radius: var(--rad-xl); overflow: hidden; box-shadow: var(--shadow-2)
}
.founder-card img {
  width: 100%; height: 100%; object-fit: cover; filter: contrast(1.04) saturate(.96)
}
.founder-card::after {
  content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(11,11,14,.55) 100%)
}
.founder-card .badge {
  position: absolute; top: 22px; left: 22px; display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px 7px 8px; border-radius: var(--rad-pill); background: rgba(255,255,255,.96); color: var(--ink); font-size: 12.5px; font-weight: 600; box-shadow: var(--shadow-2); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px)
}
.founder-card .badge .dot {
  width: 16px; height: 16px; border-radius: 50%; background: var(--orange); display: grid; place-items: center; box-shadow: 0 0 0 3px rgba(232,67,10,.18)
}
.founder-card .badge .dot::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%; background: #fff
}
.founder-card .name-row {
  position: absolute; left: 22px; right: 22px; bottom: 22px; display: flex; align-items: end; justify-content: space-between; gap: 14px; color: #fff
}
.founder-card .name-row .who {
  font-size: 22px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.15
}
.founder-card .name-row .role {
  font-size: 13.5px; color: rgba(255,255,255,.78); margin-top: 2px
}
.founder-card .name-row .sig {
  font-family: 'Inter', sans-serif; font-style: normal; font-weight: 600; color: rgba(255,255,255,.55); font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase; opacity: 1
}
.founder-letter .eyebrow {
  margin-bottom: 18px
}
.founder-letter h2 {
  font-size: var(--t-h2); letter-spacing: -0.02em; max-width: 20ch; margin-bottom: 26px; line-height: 1.1
}
.founder-letter h2 em {
  font-style: normal; color: var(--orange); font-weight: 700
}
.founder-letter .lead {
  font-size: clamp(17px, 1.3vw, 20px); line-height: 1.55; font-weight: 500; letter-spacing: -0.01em; color: var(--ink); margin-bottom: 22px
}
.founder-letter .lead .hi {
  background: linear-gradient(120deg, transparent 0%, transparent 50%, rgba(232,67,10,.18) 50%, rgba(232,67,10,.18) 100%)
}
.founder-letter p {
  font-size: 16px; line-height: 1.7; color: var(--ink)
}
.founder-letter p + p {
  margin-top: 18px
}
.founder-letter strong {
  color: var(--orange); font-weight: 700
}
.founder-letter .sign-off {
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--warm-line); display: flex; align-items: center; gap: 14px
}
.founder-letter .sign-off .vmark {
  font-family: 'Inter', sans-serif; font-style: normal; font-weight: 700; color: var(--orange); font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase
}
.founder-letter .sign-off .meta {
  font-size: 14px; color: var(--ink-mute); line-height: 1.45
}
.founder-letter .sign-off .meta strong {
  color: var(--ink); font-weight: 600
}
.story {
  background: var(--warm)
}
.section-head {
  max-width: 720px; margin: 0 auto 64px; text-align: center
}
.section-head h2 {
  margin-top: 18px; font-size: var(--t-h2); letter-spacing: -0.02em; line-height: 1.1; max-width: 22ch; margin-left: auto; margin-right: auto
}
.section-head p {
  margin-top: 18px; font-size: var(--t-lead); color: var(--ink-mute); line-height: 1.6
}
.timeline-section .container {
  max-width: 860px; margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter)
}
.timeline {
  position: relative; padding-left: 140px; margin: 0 auto
}
.timeline::before {
  content: ''; position: absolute; left: 120px; top: 0; bottom: 0; width: 2px; background: var(--orange); opacity: 0.2
}
.timeline-item {
  position: relative; padding-bottom: 60px; padding-left: 36px
}
.timeline-item:last-child {
  padding-bottom: 0
}
.timeline-item::before {
  content: ''; position: absolute; left: -8px; top: 8px; width: 14px; height: 14px; border-radius: 50%; background: var(--warm); border: 2.5px solid var(--orange); z-index: 2
}
.timeline-year {
  position: absolute; right: calc(100% + 48px); top: 0; width: 88px; text-align: right; font-size: 22px; font-weight: 800; color: var(--orange); letter-spacing: -0.03em; line-height: 1; white-space: nowrap
}
.timeline-label {
  position: absolute; right: calc(100% + 48px); top: 28px; width: 88px; text-align: right; font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); opacity: 0.6; line-height: 1.3; white-space: nowrap
}
.timeline-content h3 {
  font-size: clamp(17px, 1.6vw, 22px); font-weight: 700; color: var(--ink); letter-spacing: -0.02em; line-height: 1.25; margin-bottom: 10px
}
.timeline-content p {
  font-size: 15px; color: var(--ink-mute); line-height: 1.7; max-width: 56ch
}
@media (max-width: 640px) {
  .timeline {
    padding-left: 24px
  }
  .timeline::before {
    left: 0
  }
  .timeline-item {
    padding-left: 20px
  }
  .timeline-item::before {
    left: -7px
  }
  .timeline-year {
    position: static; right: auto; width: auto; text-align: left; font-size: 18px; display: block; margin-bottom: 4px
  }
  .timeline-label {
    position: static; right: auto; width: auto; text-align: left; display: inline-block; margin-bottom: 8px
  }
}
.team {
  background: var(--paper)
}
.team-head {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: end; margin-bottom: 56px
}
@media (max-width: 880px) {
  .team-head {
    grid-template-columns: 1fr
  }
}
.team-head h2 {
  font-size: var(--t-h2); letter-spacing: -0.02em; max-width: 18ch; line-height: 1.1
}
.team-head .copy {
  font-size: var(--t-lead); color: var(--ink-mute); line-height: 1.7; max-width: 52ch
}
.team-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px
}
@media (max-width: 880px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}
@media (max-width: 480px) {
  .team-grid {
    grid-template-columns: 1fr
  }
}
.team-card {
  background: var(--warm); border-radius: var(--rad-lg); overflow: hidden; transition: transform .35s var(--ease), background .35s var(--ease)
}
.team-card:hover {
  transform: translateY(-6px); background: var(--warm-2)
}
.team-card .photo {
  aspect-ratio: 3/4; background-size: cover; background-position: center; filter: grayscale(.08) contrast(1.03); transition: filter .5s var(--ease)
}
.team-card:hover .photo {
  filter: grayscale(0) contrast(1.05)
}
.team-card .body {
  padding: 18px 18px 22px; display: flex; flex-direction: column; gap: 4px
}
.team-card h3 {
  font-size: 17px; font-weight: 700; letter-spacing: -0.015em; line-height: 1.2
}
.team-card .role {
  font-size: 13.5px; color: var(--ink-mute); line-height: 1.45
}
.team-card .yrs {
  margin-top: 6px; font-size: 11.5px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--orange)
}
.team-note {
  margin-top: 36px; padding: 20px 26px; background: var(--warm); border-radius: var(--rad-md); display: flex; align-items: center; gap: 16px; font-size: 14.5px; color: var(--ink-mute); line-height: 1.55
}
.team-note .ic {
  width: 36px; height: 36px; border-radius: 10px; background: var(--paper); color: var(--orange); display: grid; place-items: center; flex: 0 0 auto; box-shadow: var(--shadow-1)
}
.team-note .ic svg {
  width: 16px; height: 16px
}
.values {
  background: var(--warm)
}
.values-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px
}
@media (max-width: 760px) {
  .values-grid {
    grid-template-columns: 1fr
  }
}
.value-card {
  background: var(--paper); border-radius: var(--rad-lg); padding: 36px 32px 32px; display: flex; gap: 20px; align-items: flex-start; box-shadow: var(--shadow-1); transition: transform .35s var(--ease), box-shadow .35s var(--ease); position: relative; overflow: hidden; isolation: isolate
}
.value-card:hover {
  transform: translateY(-6px); box-shadow: var(--shadow-2)
}
.value-card::after {
  content: ''; position: absolute; right: -40px; top: -40px; width: 160px; height: 160px; background: radial-gradient(closest-side, rgba(232,67,10,.14), transparent); opacity: 0; transition: opacity .35s var(--ease); z-index: -1
}
.value-card:hover::after {
  opacity: 1
}
.value-card .ic {
  width: 48px; height: 48px; border-radius: 12px; background: var(--orange-tint); color: var(--orange); display: grid; place-items: center; flex: 0 0 auto
}
.value-card .ic svg {
  width: 22px; height: 22px; stroke-width: 1.75
}
.value-card h3 {
  font-size: clamp(19px, 1.7vw, 22px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.2
}
.value-card p {
  margin-top: 10px; font-size: 15.5px; color: var(--ink-mute); line-height: 1.7
}
.reach {
  background: var(--paper)
}
.reach-head {
  text-align: center; max-width: 760px; margin: 0 auto 56px
}
.reach-head .eyebrow {
  justify-content: center
}
.reach-head h2 {
  margin-top: 18px; font-size: var(--t-h2); letter-spacing: -0.02em; line-height: 1.1
}
.reach-head p {
  margin-top: 18px; font-size: var(--t-lead); color: var(--ink-mute); line-height: 1.65
}
.reach-stage {
  position: relative; padding: 40px 28px 28px; background: var(--warm); border-radius: var(--rad-xl); overflow: hidden
}
.reach-stage::before {
  content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(11,11,14,.08) 1px, transparent 1.5px); background-size: 18px 18px; mask-image: radial-gradient(60% 70% at 50% 50%, #000 30%, transparent 75%); -webkit-mask-image: radial-gradient(60% 70% at 50% 50%, #000 30%, transparent 75%); opacity: .65
}
.reach-grid {
  position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px
}
@media (max-width: 980px) {
  .reach-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}
@media (max-width: 480px) {
  .reach-grid {
    grid-template-columns: 1fr
  }
}
.reach-card {
  background: var(--paper); border-radius: var(--rad-lg); padding: 24px 22px; display: flex; flex-direction: column; gap: 12px; box-shadow: var(--shadow-1); transition: transform .35s var(--ease), box-shadow .35s var(--ease)
}
.reach-card:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-2)
}
.reach-card .flag {
  width: 44px; height: 44px; border-radius: 12px; background: var(--orange-tint); color: var(--orange); display: grid; place-items: center
}
.reach-card .flag svg {
  width: 22px; height: 22px
}
.reach-card .tag {
  font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--orange)
}
.reach-card h3 {
  font-size: clamp(18px, 1.6vw, 20px); font-weight: 700; letter-spacing: -0.015em; line-height: 1.2
}
.reach-card p {
  font-size: 14px; color: var(--ink-mute); line-height: 1.6
}
.reach-card.hq {
  background: var(--ink); color: #fff
}
.reach-card.hq .flag {
  background: rgba(255,255,255,.08); color: #fff
}
.reach-card.hq h3 {
  color: #fff
}
.reach-card.hq p {
  color: rgba(255,255,255,.7)
}
.reach-card.hq .tag {
  color: var(--orange-soft)
}
.reach-countries {
  margin-top: 24px; padding: 18px 22px; background: rgba(255,255,255,.65); border-radius: var(--rad-md); border: 1px solid var(--warm-line); display: flex; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 13.5px; color: var(--ink); line-height: 1.5; position: relative
}
.reach-countries strong {
  color: var(--orange)
}
.clients {
  background: var(--warm)
}
.clients-head {
  text-align: center; max-width: 760px; margin: 0 auto 56px
}
.clients-head .eyebrow {
  justify-content: center
}
.clients-head h2 {
  margin-top: 18px; font-size: var(--t-h2); letter-spacing: -0.02em; line-height: 1.1
}
.clients-head p {
  margin-top: 18px; font-size: var(--t-lead); color: var(--ink-mute); line-height: 1.65
}
.clients-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px
}
@media (max-width: 880px) {
  .clients-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}
@media (max-width: 480px) {
  .clients-grid {
    grid-template-columns: 1fr
  }
}
.client-card {
  background: var(--paper); border-radius: var(--rad-lg); padding: 22px 22px 24px; box-shadow: var(--shadow-1); transition: transform .35s var(--ease), box-shadow .35s var(--ease); display: flex; flex-direction: column; gap: 10px
}
.client-card:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-2)
}
.client-card .name {
  font-size: 17px; font-weight: 700; letter-spacing: -0.015em; color: var(--ink); line-height: 1.2
}
.client-card .meta {
  font-size: 12.5px; color: var(--ink-mute); letter-spacing: .02em
}
.client-card .meta strong {
  color: var(--orange); font-weight: 600
}
.faq {
  background: var(--paper)
}
.faq-head {
  text-align: center; max-width: 760px; margin: 0 auto 56px
}
.faq-head .eyebrow {
  justify-content: center
}
.faq-head h2 {
  margin-top: 18px; font-size: var(--t-h2); letter-spacing: -0.02em; line-height: 1.1
}
.faq-head p {
  margin-top: 18px; font-size: var(--t-lead); color: var(--ink-mute); line-height: 1.65
}
.faq-list {
  display: flex; flex-direction: column; gap: 12px; max-width: 880px; margin: 0 auto
}
.faq-item {
  background: var(--warm); border-radius: var(--rad-md); overflow: hidden; transition: background .35s var(--ease), box-shadow .35s var(--ease)
}
.faq-item[open] {
  background: var(--paper); box-shadow: var(--shadow-2)
}
.faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 26px; text-align: left; font-size: 17px; font-weight: 600; letter-spacing: -0.01em; color: var(--ink); cursor: pointer; list-style: none; line-height: 1.35
}
.faq-question::-webkit-details-marker {
  display: none
}
.faq-question .pl-ic {
  width: 32px; height: 32px; border-radius: 50%; background: var(--paper); color: var(--orange); display: grid; place-items: center; flex: 0 0 auto; transition: transform .35s var(--ease), background .35s var(--ease), color .35s var(--ease); box-shadow: inset 0 0 0 1px var(--warm-line)
}
.faq-question .pl-ic svg {
  width: 16px; height: 16px; stroke-width: 2.5; transition: transform .35s var(--ease)
}
.faq-item[open] .faq-question .pl-ic {
  background: var(--orange); color: #fff; box-shadow: none
}
.faq-item[open] .faq-question .pl-ic svg {
  transform: rotate(45deg)
}
.faq-answer {
  padding: 0 26px 26px
}
.faq-answer p {
  font-size: 16px; line-height: 1.7; color: var(--ink-mute); max-width: 64ch
}
.cta-orange {
  position: relative; background: linear-gradient(135deg, var(--orange) 0%, var(--orange-deep) 100%); color: #fff; overflow: hidden; isolation: isolate
}
.cta-orange::before {
  content: ''; position: absolute; inset: 0; background-image:
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(60% 60% at 50% 50%, #000 20%, transparent 75%); -webkit-mask-image: radial-gradient(60% 60% at 50% 50%, #000 20%, transparent 75%); z-index: -1; opacity: .7
}
.cta-orange::after {
  content: ''; position: absolute; right: -200px; top: -200px; width: 600px; height: 600px; background: radial-gradient(closest-side, rgba(255,255,255,.16), transparent 70%); z-index: -1
}
.cta-orange .container {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: center
}
@media (max-width: 880px) {
  .cta-orange .container {
    grid-template-columns: 1fr
  }
}
.cta-orange h2 {
  font-size: var(--t-h2); letter-spacing: -0.02em; line-height: 1.1; max-width: 18ch
}
.cta-orange h2 em {
  font-style: normal; color: #fff; font-weight: 800
}
.cta-orange p {
  margin-top: 20px; font-size: var(--t-lead); color: rgba(255,255,255,.92); max-width: 54ch; line-height: 1.65
}
.cta-orange .actions {
  display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px
}
.cta-orange .right {
  display: flex; flex-direction: column; gap: 14px; padding: 0
}
.cta-orange .right .row {
  display: flex; align-items: center; gap: 14px; padding: 16px 20px; border-radius: var(--rad-md); background: rgba(255,255,255,.10); box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px)
}
.cta-orange .right .row .ic {
  width: 36px; height: 36px; border-radius: 10px; background: rgba(255,255,255,.18); color: #fff; display: grid; place-items: center; flex: 0 0 auto
}
.cta-orange .right .row .ic svg {
  width: 18px; height: 18px
}
.cta-orange .right .row .t {
  font-size: 14.5px; font-weight: 600; color: #fff; line-height: 1.35
}
.cta-orange .right .row .s {
  font-size: 13px; color: rgba(255,255,255,.78); margin-top: 2px; line-height: 1.45
}
.socials svg {
  width: 16px; height: 16px; stroke-width: 1.75
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important
  }
}
