/* ================================================================
   Home page — cinematic redesign
   ================================================================ */

/* ============ HERO v3 — light, airy, white+pink+blue ============ */
.hero3 {
  position: relative;
  min-height: 720px;
  padding: 80px 0 0;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, #FFFFFF 0%, #FBFAF7 60%, #F4F7FB 100%);
  color: var(--rw-ink);
}
.hero3__bg { position: absolute; inset: 0; z-index: 0; }
.hero3__bg-photo { display: none; }
.hero3__bg-grad {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 60% at 90% 10%, rgba(43,169,224,.18) 0%, transparent 60%),
    radial-gradient(ellipse 70% 70% at 0% 100%, rgba(233,30,139,.14) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 50% 100%, rgba(108,200,240,.12) 0%, transparent 60%);
}
.hero3__rays { display: none; }

/* Orca image (white bg) — blend into the light hero */
.hero3__orca {
  position: absolute;
  z-index: 1;
  right: -2%;
  top: 10%;
  width: 44%;
  max-width: 640px;
  min-width: 320px;
  filter:
    drop-shadow(0 30px 50px rgba(15,26,74,.18))
    drop-shadow(0 0 30px rgba(43,169,224,.15))
    contrast(1.08)
    saturate(1.1);
  mix-blend-mode: multiply;
  animation: orca-leap 5s ease-in-out infinite;
}
@keyframes orca-leap {
  0%, 100% { transform: translate(0,0) rotate(-1deg) scale(1); }
  50%      { transform: translate(-10px,-16px) rotate(1deg) scale(1.02); }
}

@media (max-width: 980px) {
  .hero3__orca { right: -10%; top: 60%; width: 60%; opacity: 0.5; }
}

.hero3__inner {
  position: relative; z-index: 2;
  padding-top: 20px;
  padding-bottom: 140px;
  display: block;
}

.hero3__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--rw-pink);
  background: var(--rw-pink-soft);
  border: 1px solid rgba(233,30,139,.18);
  padding: 9px 16px;
  border-radius: 999px;
}
.hero3__eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #25D366;
  box-shadow: 0 0 0 4px rgba(37,211,102,.18);
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: .4; }
}

.hero3__title {
  font-family: var(--rw-font-serif);
  color: var(--rw-ink);
  font-size: clamp(48px, 7.5vw, 108px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 500;
  margin: 26px 0 28px;
  max-width: 18ch;
}
.hero3__accent {
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(120deg, #E91E8B 0%, #C7148B 40%, #2BA9E0 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.hero3__lead {
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
  color: var(--rw-muted);
  max-width: 56ch;
  margin-bottom: 36px;
}

.hero3__ctas {
  display: flex; gap: 14px; align-items: center; flex-wrap: wrap;
  margin-bottom: 56px;
}
.hero3__ghost {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 18px 30px;
  background: white;
  color: var(--rw-ink);
  border-radius: 999px;
  font-size: 16px; font-weight: 600;
  border: 1px solid var(--rw-border-2);
  transition: all .2s ease;
}
.hero3__ghost:hover { background: var(--rw-bg-alt); border-color: var(--rw-ink); transform: translateY(-2px); }

.hero3__proof {
  display: flex; align-items: center; gap: 18px;
  flex-wrap: wrap;
  max-width: 600px;
  padding: 14px 22px 14px 14px;
  background: white;
  border: 1px solid var(--rw-border);
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(15,26,74,.06);
}
.hero3__proof .faces { display: flex; }
.hero3__proof .faces img {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 2px solid white;
  margin-left: -8px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(15,26,74,.18);
}
.hero3__proof .faces img:first-child { margin-left: 0; }
.hero3__proof-text .stars { font-size: 13px; color: var(--rw-muted); letter-spacing: 2px; }
.hero3__proof-text .stars strong { color: var(--rw-ink); font-weight: 700; margin: 0 4px; }
.hero3__proof-text .meta { font-size: 11.5px; color: var(--rw-muted-2); margin-top: 4px; }

/* FLOATING CARDS — overlay on hero, positioned over orca area */
.floatcard {
  position: absolute;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0,0,0,.35);
  padding: 12px 16px;
  display: flex; gap: 12px; align-items: center;
  font-family: var(--rw-font-sans);
  z-index: 5;
  border: 1px solid rgba(255,255,255,.2);
}
.floatcard .fc__avatar { width: 36px; height: 36px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.floatcard .fc__avatar img { width: 100%; height: 100%; object-fit: cover; }
.floatcard .fc__icon { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; flex-shrink: 0; }
.floatcard .fc__icon--green { background: #E0F4EA; color: #0E724A; }
.floatcard .fc__icon--pink { background: var(--rw-pink-soft); color: var(--rw-pink-2); }
.floatcard .fc__ttl { font-size: 13px; font-weight: 600; color: var(--rw-ink); line-height: 1.2; }
.floatcard .fc__sub { font-size: 11.5px; color: var(--rw-muted); margin-top: 2px; line-height: 1.2; }
.floatcard .fc__big { font-family: var(--rw-font-serif); font-size: 30px; font-weight: 500; color: var(--rw-ink); letter-spacing: -0.03em; line-height: 1; }
.floatcard .fc__big span { color: var(--rw-pink); }
.floatcard .fc__sublg { font-size: 11px; color: var(--rw-muted); letter-spacing: 0.06em; text-transform: uppercase; margin-top: 2px; }

.fc-a { top: 12%; right: 6%; animation: float-2 9s ease-in-out infinite; }
.fc-b { top: 52%; right: 38%; animation: float-1 7s ease-in-out infinite; }
.fc-c { bottom: 18%; right: 8%; animation: float-3 8s ease-in-out infinite; padding: 14px 18px; }

@media (max-width: 980px) {
  .fc-a, .fc-b, .fc-c { display: none; }
}

/* MARQUEE */
.hero3__marquee {
  position: absolute; bottom: 0; left: 0; right: 0;
  z-index: 4;
  padding: 18px 0;
  border-top: 1px solid var(--rw-border);
  background: white;
  overflow: hidden;
}
.marq__track {
  display: flex; gap: 36px;
  white-space: nowrap;
  animation: marq 38s linear infinite;
  font-family: var(--rw-font-sans);
  font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--rw-muted-2);
}
@keyframes marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Bubbles on hero — light theme */
.hero3 .bubble {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(43,169,224,.32), rgba(43,169,224,.10) 50%, transparent);
  border: 1px solid rgba(43,169,224,.20);
  pointer-events: none;
  bottom: -40px;
  animation: bubble-rise 9s ease-out infinite;
  z-index: 1;
}
.hero3 .bubble.b1 { width: 24px; height: 24px; left: 12%; animation-delay: 0s; }
.hero3 .bubble.b2 { width: 14px; height: 14px; left: 25%; animation-delay: -1.5s; }
.hero3 .bubble.b3 { width: 30px; height: 30px; left: 38%; animation-delay: -3s; }
.hero3 .bubble.b4 { width: 18px; height: 18px; left: 60%; animation-delay: -0.8s; }
.hero3 .bubble.b5 { width: 22px; height: 22px; left: 75%; animation-delay: -4s; }
.hero3 .bubble.b6 { width: 12px; height: 12px; left: 88%; animation-delay: -2s; }
@keyframes bubble-rise {
  0%   { transform: translateY(0) scale(0.6); opacity: 0; }
  10%  { opacity: 0.7; }
  100% { transform: translateY(-780px) scale(1.1); opacity: 0; }
}

/* ============ ORCA EDITORIAL BAND ============ */
.orca-band {
  position: relative;
  background: linear-gradient(180deg, #FBFAF7 0%, white 100%);
  padding: var(--rw-section-y) 0;
  overflow: hidden;
}
.orca-band::before {
  content: ""; position: absolute; right: -10%; top: 10%;
  width: 50%; height: 70%;
  background: radial-gradient(ellipse, rgba(43,169,224,.10) 0%, transparent 70%);
  pointer-events: none;
}
.orca-band__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 80px;
  align-items: center;
  position: relative;
}
@media (max-width: 980px) { .orca-band__grid { grid-template-columns: 1fr; gap: 48px; } }

.orca-band__eyebrow {
  display: inline-block;
  font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--rw-pink);
  margin-bottom: 18px;
}
.orca-band__eyebrow em { font-style: italic; font-weight: 600; }

.orca-band__title {
  font-family: var(--rw-font-serif);
  font-size: clamp(40px, 5.5vw, 76px);
  line-height: 1.0;
  letter-spacing: -0.035em;
  font-weight: 500;
  color: var(--rw-ink);
  margin-bottom: 26px;
}

.orca-band__lead {
  font-size: 17px;
  line-height: 1.65;
  color: var(--rw-muted);
  max-width: 50ch;
  margin-bottom: 32px;
}

.orca-band__bullets { display: grid; gap: 14px; }
.ob__row {
  display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: flex-start;
  padding: 16px 0;
  border-top: 1px solid var(--rw-border);
}
.ob__row:last-child { border-bottom: 1px solid var(--rw-border); }
.ob__num {
  font-family: var(--rw-font-serif);
  font-size: 24px; font-weight: 500;
  color: var(--rw-pink);
  letter-spacing: -0.02em;
}
.ob__row > div { font-size: 15px; color: var(--rw-ink-2); line-height: 1.55; }
.ob__row strong { color: var(--rw-ink); font-weight: 600; margin-right: 4px; }

/* Orca frame (the photo display) */
.orca-band__visual {
  position: relative;
}
.orca-frame {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 4/3;
  max-width: 540px;
  margin-left: auto;
  background:
    radial-gradient(ellipse at 30% 90%, var(--rw-sky-soft) 0%, white 70%),
    white;
  border: 1px solid var(--rw-border);
  box-shadow: 0 40px 100px rgba(15,26,74,.18);
  transform: rotate(-1.5deg);
}
.orca-frame img {
  width: 100%; height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  padding: 28px;
  filter: contrast(1.05) saturate(1.05);
  mix-blend-mode: multiply;
  animation: orca-breath 8s ease-in-out infinite;
}
@keyframes orca-breath {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(-6px, -8px) scale(1.04); }
}
.orca-frame__caustic {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 100%, rgba(43,169,224,.18) 0%, transparent 60%),
    radial-gradient(ellipse at 90% 0%, rgba(233,30,139,.10) 0%, transparent 50%);
  pointer-events: none;
}
.orca-frame__pin {
  position: absolute;
  bottom: 18px; left: 18px;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 13px;
  background: white;
  border-radius: 999px;
  font-size: 11.5px; font-weight: 600;
  color: var(--rw-ink);
  letter-spacing: 0.04em;
  border: 1px solid var(--rw-border);
  box-shadow: 0 8px 24px rgba(15,26,74,.12);
}
.orca-frame__pin .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--rw-pink);
  box-shadow: 0 0 8px var(--rw-pink);
  animation: pulse-dot 2s ease-in-out infinite;
}

.orca-quote {
  margin-top: 28px;
  padding: 22px 26px;
  background: var(--rw-navy);
  color: rgba(255,255,255,.92);
  border-radius: 18px;
  font-family: var(--rw-font-serif);
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
  letter-spacing: -0.005em;
  position: relative;
  max-width: 90%;
  margin-left: auto;
  transform: rotate(1deg);
  box-shadow: 0 20px 50px rgba(15,26,74,.2);
}
.orca-quote::before {
  content: "“";
  position: absolute; top: -28px; left: 18px;
  font-family: var(--rw-font-serif);
  font-size: 72px;
  color: var(--rw-pink);
  line-height: 1;
}

/* ============ STAT STRIP v2 — white/cream w/ pink+blue accents ============ */
.statstrip2 {
  position: relative;
  background: var(--rw-bg-alt);
  color: var(--rw-ink);
  padding: 100px 0;
  overflow: hidden;
  border-top: 1px solid var(--rw-border);
  border-bottom: 1px solid var(--rw-border);
}
.statstrip2::before {
  content: ""; position: absolute; inset: -10% -5%;
  background: radial-gradient(ellipse at 10% 50%, rgba(233,30,139,.10) 0%, transparent 50%),
              radial-gradient(ellipse at 90% 50%, rgba(43,169,224,.10) 0%, transparent 50%);
  pointer-events: none;
}
.statstrip2__grid {
  position: relative;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
}
@media (max-width: 720px) { .statstrip2__grid { grid-template-columns: repeat(2, 1fr); } }
.stat2 .num {
  font-family: var(--rw-font-serif);
  font-size: clamp(46px, 5.5vw, 72px);
  font-weight: 500; letter-spacing: -0.04em; line-height: 1;
}
.stat2 .num .suf { color: var(--rw-pink); }
.stat2 .lbl { color: rgba(255,255,255,.7); margin-top: 12px; font-size: 14px; max-width: 22ch; }

/* services-snap kept from base */
.services-snap { background: var(--rw-bg-alt); }
.services-snap__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 44px;
}
@media (max-width: 1100px) { .services-snap__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px)  { .services-snap__grid { grid-template-columns: 1fr 1fr; } }
.service-tile {
  padding: 28px 22px;
  display: flex; flex-direction: column; gap: 14px;
  min-height: 220px;
  position: relative;
}
.service-tile .ico {
  width: 48px; height: 48px;
  border-radius: 14px;
  display: grid; place-items: center;
  background: var(--rw-pink-soft);
  color: var(--rw-pink-2);
}
.service-tile.tone-sky  .ico { background: var(--rw-sky-soft); color: #0E6FA0; }
.service-tile.tone-navy .ico { background: rgba(15,26,74,.06); color: var(--rw-navy); }
.service-tile.tone-cream .ico { background: var(--rw-pink-soft); color: var(--rw-pink-2); }
.service-tile.tone-mint .ico { background: var(--rw-sky-soft); color: #0E6FA0; }
.service-tile h3 { font-size: 19px; }
.service-tile p { font-size: 13.5px; color: var(--rw-muted); line-height: 1.55; }
.service-tile .arrow {
  position: absolute; bottom: 22px; right: 22px;
  width: 32px; height: 32px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: white;
  border: 1px solid var(--rw-border);
  color: var(--rw-ink);
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.service-tile:hover .arrow { background: var(--rw-pink); color: white; transform: translate(3px,-3px); border-color: var(--rw-pink); }

.sec-head {
  display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap;
  margin-bottom: 8px;
}
.sec-head__title { max-width: none; flex: 1 1 60%; min-width: 0; }
.sec-head__title h2 { margin-top: 10px; max-width: 40ch; text-wrap: balance; }
.sec-head__cta a { font-size: 14px; font-weight: 600; color: var(--rw-pink); }

/* ============ PORTALS v2 ============ */
.portals2 .portal-grid2 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 44px;
}
@media (max-width: 880px) { .portals2 .portal-grid2 { grid-template-columns: 1fr; } }
.portal2 {
  position: relative;
  border-radius: 28px;
  padding: 48px;
  overflow: hidden;
  min-height: 360px;
  color: white;
  transition: transform .3s ease;
  isolation: isolate;
}
.portal2:hover { transform: translateY(-4px); }
.portal2__bg {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; object-fit: cover;
}
.portal2__tint {
  position: absolute; inset: 0; z-index: 1;
}
.portal2__tint.phd {
  background:
    linear-gradient(135deg, rgba(15,26,74,.85) 0%, rgba(15,26,74,.6) 60%, rgba(233,30,139,.4) 130%);
}
.portal2__tint.topic {
  background:
    linear-gradient(135deg, rgba(14,111,160,.85) 0%, rgba(43,169,224,.7) 70%, rgba(108,200,240,.5) 110%);
}
.portal2__body { position: relative; z-index: 2; }
.portal2__label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  font-weight: 600;
  padding: 7px 14px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  backdrop-filter: blur(8px);
}
.portal2 h3 {
  color: white;
  font-family: var(--rw-font-serif);
  font-size: clamp(28px, 3.2vw, 40px);
  margin: 22px 0 14px;
  max-width: 18ch;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
}
.portal2 p { color: rgba(255,255,255,.88); max-width: 42ch; font-size: 16px; line-height: 1.55; }
.portal2__go {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px;
  background: white;
  color: var(--rw-ink);
  border-radius: 999px;
  font-size: 14px; font-weight: 600;
  margin-top: 32px;
  transition: transform .2s ease;
}
.portal2:hover .portal2__go { transform: translateX(4px); }

/* ============ WHY US (real photo) ============ */
.whyus__grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 900px) { .whyus__grid { grid-template-columns: 1fr; } }

.whyus__list { display: grid; gap: 14px; margin-top: 28px; }
.whyus__item {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 18px;
  background: white;
  border-radius: 14px;
  border: 1px solid var(--rw-border);
}
.whyus__item .ico { flex-shrink: 0; width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; background: var(--rw-pink-soft); color: var(--rw-pink-2); }
.whyus__item .ico.sky { background: var(--rw-sky-soft); color: #0E6FA0; }
.whyus__item .ico.navy { background: rgba(15,26,74,.06); color: var(--rw-navy); }
.whyus__item h5 { margin: 0 0 4px; font-family: var(--rw-font-sans); font-size: 15px; font-weight: 600; color: var(--rw-ink); }
.whyus__item p { font-size: 13.5px; color: var(--rw-muted); }

.whyus__photo {
  position: relative;
  aspect-ratio: 4/5;
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
}
.whyus__photo image-slot {
  width: 100%; height: 100%; display: block;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(15,26,74,.18);
}
.whyus__photo image-slot img { width: 100%; height: 100%; object-fit: cover; }
.whyus__photo-pill {
  position: absolute;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 16px;
  background: white;
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(15,26,74,.14);
  font-size: 13px; font-weight: 600;
  color: var(--rw-ink);
  z-index: 2;
}
.whyus__photo-pill.p1 { top: 8%; left: -6%; animation: float-2 8s ease-in-out infinite; }
.whyus__photo-pill.p2 { bottom: 28%; right: -10%; animation: float-3 7s ease-in-out infinite; }
.whyus__photo-pill.p3 { bottom: 6%; left: 6%; animation: float-1 9s ease-in-out infinite; }

/* ============ GLOBE / countries section — light w/ glow accents ============ */
.globe {
  padding: var(--rw-section-y) 0;
  background: white;
  color: var(--rw-ink);
  position: relative;
  overflow: hidden;
}
.globe::before {
  content: ""; position: absolute; inset: -10%;
  background: radial-gradient(ellipse at 90% 20%, rgba(233,30,139,.10) 0%, transparent 50%),
              radial-gradient(ellipse at 10% 80%, rgba(43,169,224,.10) 0%, transparent 50%);
  pointer-events: none;
}
.globe > * { position: relative; }
.globe__layout {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px; align-items: center;
  margin-top: 48px;
}
@media (max-width: 980px) { .globe__layout { grid-template-columns: 1fr; gap: 32px; } }

.globe__list { display: grid; gap: 12px; }
.country-row2 {
  display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 16px;
  padding: 18px 22px;
  background: white;
  border: 1px solid var(--rw-border);
  border-radius: 16px;
  transition: all .2s ease;
}
.country-row2:hover { border-color: var(--rw-pink); background: var(--rw-pink-soft); transform: translateX(4px); }
.country-row2 .flag { font-size: 22px; line-height: 1; }
.country-row2 .name { font-weight: 600; color: var(--rw-ink); }
.country-row2 .sub { font-size: 12px; color: var(--rw-muted); margin-top: 2px; }
.country-row2 .n { font-family: var(--rw-font-serif); font-size: 24px; color: var(--rw-pink); font-weight: 500; letter-spacing: -0.02em; }

.worldmap {
  position: relative;
  aspect-ratio: 1000/560;
  border-radius: 24px;
  overflow: hidden;
  background: #0F1A4A;
  box-shadow: 0 40px 80px rgba(15,26,74,.20);
}
.worldmap__photo { position: absolute; inset: 0; }
.worldmap__photo img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.55) saturate(0.4) contrast(1.2);
}
.worldmap__tint {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 70% 50%, rgba(233,30,139,.25) 0%, transparent 50%),
    radial-gradient(ellipse at 30% 30%, rgba(43,169,224,.18) 0%, transparent 50%),
    linear-gradient(180deg, rgba(15,26,74,.65) 0%, rgba(15,26,74,.45) 100%);
}
.worldmap__arcs {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  z-index: 2;
}
.arc {
  stroke-dasharray: 240 1000;
  stroke-dashoffset: 1240;
  animation: arcDraw 4s ease-in-out infinite;
  filter: drop-shadow(0 0 8px rgba(255,63,168,.6));
}
.arc.a2 { animation-delay: 0.8s; }
.arc.a3 { animation-delay: 1.6s; }
.arc.a4 { animation-delay: 2.4s; }
@keyframes arcDraw {
  0%   { stroke-dashoffset: 1240; opacity: 0; }
  20%  { opacity: 1; }
  100% { stroke-dashoffset: 0; opacity: 0; }
}

.wpin {
  position: absolute;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.wpin__dot {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: #FF3FA8;
  box-shadow: 0 0 0 4px rgba(255,63,168,.25), 0 0 16px rgba(255,63,168,.7);
}
.wpin__dot.hq {
  width: 16px; height: 16px;
  background: white;
  box-shadow: 0 0 0 4px rgba(255,255,255,.3), 0 0 24px rgba(255,255,255,.9);
}
.wpin__ring {
  position: absolute; inset: -8px;
  border-radius: 50%;
  border: 2px solid #FF3FA8;
  animation: pulse-ring 2.4s ease-out infinite;
}
.wpin.hq .wpin__ring { border-color: white; }
.wpin__lbl {
  position: absolute;
  left: 18px; top: -6px;
  white-space: nowrap;
  font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.08em;
  color: white;
  background: rgba(15,26,74,.7);
  border: 1px solid rgba(255,255,255,.18);
  padding: 4px 9px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
}
.wpin.hq .wpin__lbl { background: var(--rw-pink); border-color: rgba(255,255,255,.3); }

.plane {
  position: absolute; width: 16px; height: 16px;
  z-index: 4;
  opacity: 0;
  offset-rotate: auto;
  filter: drop-shadow(0 0 6px rgba(255,255,255,.6));
}
.plane.p1 {
  offset-path: path("M 660 270 Q 470 100 360 220");
  animation: plane-fly 6s ease-in-out infinite;
}
@keyframes plane-fly {
  0% { offset-distance: 0%; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { offset-distance: 100%; opacity: 0; }
}

/* ============ TESTIMONIALS v2 — light editorial ============ */
.testimonials {
  background: var(--rw-bg-alt);
  color: var(--rw-ink);
  position: relative;
  overflow: hidden;
}
.testimonials::before {
  content: ""; position: absolute; inset: -10%;
  background: radial-gradient(ellipse at 30% 100%, rgba(233,30,139,.08) 0%, transparent 50%),
              radial-gradient(ellipse at 70% 0%, rgba(43,169,224,.06) 0%, transparent 50%);
  pointer-events: none;
}
.testimonials > * { position: relative; }

.t-grid2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
@media (max-width: 900px) { .t-grid2 { grid-template-columns: 1fr; } }
.t-card2 {
  padding: 36px;
  display: flex; flex-direction: column; gap: 24px;
  background: white;
  border: 1px solid var(--rw-border);
  border-radius: 20px;
  transition: all .25s ease;
}
.t-card2:hover { transform: translateY(-4px); border-color: var(--rw-pink); box-shadow: 0 24px 50px rgba(15,26,74,.10); }
.t-card2 .stars { color: #F5B342; font-size: 16px; letter-spacing: 3px; }
.t-card2 blockquote { margin: 0; font-family: var(--rw-font-serif); font-size: 21px; line-height: 1.4; color: var(--rw-ink); font-weight: 400; letter-spacing: -0.015em; }
.t-card2 .who { display: flex; align-items: center; gap: 14px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--rw-border); }
.t-card2 .who img {
  width: 52px; height: 52px; border-radius: 50%;
  object-fit: cover;
  border: 2px solid white;
  box-shadow: 0 4px 12px rgba(15,26,74,.14);
}
.t-card2 .who .meta { display: flex; flex-direction: column; line-height: 1.25; }
.t-card2 .who .name { font-weight: 600; color: var(--rw-ink); font-size: 15px; }
.t-card2 .who .role { font-size: 12.5px; color: var(--rw-muted); }

/* ============ BLOG STRIP v2 ============ */
.blogstrip2 { }
.blog-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
@media (max-width: 900px) { .blog-strip__grid { grid-template-columns: 1fr; } }
.blog-card2 { overflow: hidden; display: flex; flex-direction: column; }
.blog-card2 .thumb {
  aspect-ratio: 16/10;
  overflow: hidden;
  position: relative;
}
.blog-card2 .thumb img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease;
}
.blog-card2:hover .thumb img { transform: scale(1.05); }
.blog-card2 .body { padding: 22px 24px 26px; }
.blog-card2 .topic { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rw-pink); font-weight: 700; }
.blog-card2 h4 { font-family: var(--rw-font-serif); font-size: 20px; margin: 8px 0 10px; line-height: 1.25; color: var(--rw-ink); font-weight: 600; letter-spacing: -0.01em; }
.blog-card2 p { font-size: 13.5px; color: var(--rw-muted); }
.blog-card2 .meta { display: flex; gap: 14px; margin-top: 14px; font-size: 12px; color: var(--rw-muted); }

/* ============ FINAL CTA ============ */
.finalcta {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  isolation: isolate;
}
.finalcta__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.finalcta__tint {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(135deg, rgba(15,26,74,.85) 0%, rgba(15,26,74,.65) 50%, rgba(233,30,139,.5) 130%);
}
.finalcta__inner {
  position: relative; z-index: 2;
  padding: 72px 64px;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center;
}
.finalcta__inner h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 500;
}
@media (max-width: 900px) { .finalcta__inner { grid-template-columns: 1fr; padding: 48px 32px; } }
.finalcta__actions { display: flex; flex-direction: column; gap: 18px; }
.finalcta__phones { display: grid; gap: 8px; }
.finalcta__phones span { display: flex; flex-direction: column; gap: 2px; font-size: 13.5px; color: rgba(255,255,255,.8); }
.finalcta__phones .k { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; opacity: .7; }
.finalcta__phones strong { color: white; font-weight: 600; font-family: var(--rw-font-sans); font-size: 16px; }
