.mp-sharing-page {
  --sharex-ink: #102824;
  --sharex-black: #0b0d0c;
  --sharex-green: #278f82;
  --sharex-mint: #8be5d7;
  --sharex-paper: #f5f4ef;
  --sharex-line: rgba(13, 37, 32, 0.13);
  overflow: hidden;
  background: var(--sharex-paper);
  color: var(--sharex-black);
}

.mp-sharing-page * { box-sizing: border-box; }
.mp-sharing-page .mp-eyebrow { font-weight: 800; letter-spacing: 0.16em; }

.sharex-hero {
  min-height: 920px;
  padding: 150px max(24px, calc((100% - 1220px) / 2)) 105px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 76px;
  align-items: center;
  background: radial-gradient(circle at 90% 22%, rgba(116, 220, 204, 0.34), transparent 34%), radial-gradient(circle at 12% 92%, rgba(176, 229, 218, 0.30), transparent 24%), #f8f7f3;
}

.sharex-hero__copy { position: relative; z-index: 4; }
.sharex-hero__copy h1 { max-width: 650px; margin: 18px 0 28px; font-size: clamp(4.2rem, 6.6vw, 7rem); line-height: 0.89; letter-spacing: -0.075em; }
.sharex-hero__copy h1 em, .sharex-opening h2 em, .sharex-final h2 em { color: var(--sharex-green); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.sharex-hero__copy > p:not(.mp-eyebrow) { max-width: 550px; margin: 0; color: #626762; font-size: 18px; line-height: 1.68; }

.sharex-hero__stage { height: 670px; position: relative; }
.sharex-browser { margin: 0; overflow: hidden; border: 1px solid rgba(12, 34, 30, 0.14); border-radius: 24px; background: #fff; box-shadow: 0 34px 85px rgba(25, 63, 56, 0.18); }
.sharex-browser figcaption { height: 34px; padding: 0 13px; display: flex; gap: 6px; align-items: center; border-bottom: 1px solid rgba(15, 38, 34, 0.08); background: rgba(255, 255, 255, 0.96); }
.sharex-browser figcaption i { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: #d8ddd9; }
.sharex-browser figcaption i:first-child { background: #8edfd2; }
.sharex-browser figcaption span { min-width: 0; margin-left: 8px; overflow: hidden; color: #8a8e89; font-size: 8px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.sharex-browser img, .sharex-phone img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top; }
.sharex-browser--hero { width: 690px; height: 462px; position: absolute; top: 58px; left: -8px; transform: rotate(2.1deg); }
.sharex-browser--hero img { height: calc(100% - 34px); }

.sharex-phone { margin: 0; overflow: hidden; border: 5px solid rgba(255, 255, 255, 0.96); border-radius: 34px; background: #f8f8f8; box-shadow: 0 30px 76px rgba(19, 57, 50, 0.25), inset 0 0 0 1px rgba(8, 27, 23, 0.09); }
.sharex-phone--hero { width: 228px; height: 466px; position: absolute; right: -28px; bottom: 4px; z-index: 3; transform: rotate(-4.5deg); }

.sharex-link-chip { min-width: 190px; padding: 14px 17px; position: absolute; left: 30px; bottom: 48px; z-index: 4; display: grid; grid-template-columns: 30px auto; gap: 10px; align-items: center; border: 1px solid rgba(16, 40, 36, 0.10); border-radius: 16px; background: rgba(255, 255, 255, 0.90); backdrop-filter: blur(16px); box-shadow: 0 18px 42px rgba(24, 64, 56, 0.14); }
.sharex-link-chip > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #d9f3ee; color: var(--sharex-green); font-size: 13px; font-weight: 800; }
.sharex-link-chip div { display: grid; gap: 3px; }
.sharex-link-chip strong { font-size: 11px; }
.sharex-link-chip small { color: #7c827d; font-size: 9px; }

.sharex-opening { padding: 150px max(24px, calc((100% - 1100px) / 2)); background: var(--sharex-ink); color: #fff; }
.sharex-opening h2 { max-width: 990px; margin: 18px 0 30px; font-size: clamp(4rem, 7vw, 7.2rem); line-height: 0.90; letter-spacing: -0.075em; }
.sharex-opening h2 em { color: var(--sharex-mint); }
.sharex-opening > p:last-child { max-width: 760px; margin: 0; color: #a8b8b4; font-size: 18px; line-height: 1.72; }

.sharex-browser-story { padding: 125px max(24px, calc((100% - 1180px) / 2)); display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 82px; align-items: center; background: #fff; }
.sharex-browser-story__copy > div, .sharex-control__copy > div { display: flex; gap: 12px; align-items: center; }
.sharex-browser-story__copy > div > span, .sharex-control__copy > div > span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--sharex-line); border-radius: 50%; color: var(--sharex-green); font-size: 9px; font-weight: 800; }
.sharex-browser-story__copy > div p, .sharex-control__copy > div p { margin: 0; }
.sharex-browser-story__copy h2, .sharex-control__copy h2, .sharex-invite__copy h2 { margin: 20px 0 24px; font-size: clamp(3.3rem, 5.1vw, 5.5rem); line-height: 0.93; letter-spacing: -0.068em; }
.sharex-browser-story__copy > p, .sharex-control__copy > p, .sharex-invite__copy > p:not(.mp-eyebrow) { margin: 0; color: #676c68; font-size: 16px; line-height: 1.72; }
.sharex-browser-story__copy ul, .sharex-control__copy ul { margin: 32px 0 0; padding: 0; list-style: none; }
.sharex-browser-story__copy li, .sharex-control__copy li { padding: 14px 0 14px 26px; position: relative; border-top: 1px solid #e2e3df; color: #303431; font-size: 12px; }
.sharex-browser-story__copy li::before, .sharex-control__copy li::before { content: "✓"; position: absolute; left: 0; color: var(--sharex-green); font-weight: 900; }
.sharex-browser--wide { height: 520px; transform: rotate(1.2deg); }
.sharex-browser--wide img, .sharex-browser--journey img, .sharex-browser--control img { height: calc(100% - 34px); }

.sharex-journey { padding: 135px max(24px, calc((100% - 1180px) / 2)); background: radial-gradient(circle at 88% 12%, rgba(126, 224, 208, 0.20), transparent 24%), #efeee9; }
.sharex-journey__heading { margin-bottom: 70px; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 70px; align-items: end; }
.sharex-journey__heading h2 { max-width: 790px; margin: 18px 0 0; font-size: clamp(3.7rem, 5.8vw, 6.2rem); line-height: 0.92; letter-spacing: -0.072em; }
.sharex-journey__heading > p { margin: 0 0 8px; color: #666c67; font-size: 16px; line-height: 1.72; }
.sharex-browser--journey { width: 100%; height: auto; aspect-ratio: 1440 / 934; border-radius: 28px; box-shadow: 0 40px 100px rgba(28, 65, 58, 0.18); }

.sharex-facts { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cbcec9; border-bottom: 1px solid #cbcec9; }
.sharex-facts span { padding: 24px 12px; display: grid; gap: 4px; text-align: center; }
.sharex-facts span + span { border-left: 1px solid #cbcec9; }
.sharex-facts strong { font-size: 15px; }
.sharex-facts small { color: #777c78; font-size: 10px; }

.sharex-invite { min-height: 920px; padding: 120px max(24px, calc((100% - 1120px) / 2)); display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 100px; align-items: center; background: #fff; }
.sharex-invite__visual { height: 690px; position: relative; }
.sharex-invite__halo { position: absolute; inset: 45px 0 20px; border-radius: 50%; background: radial-gradient(circle, #cef1ea 0, rgba(206, 241, 234, 0.52) 45%, transparent 72%); }
.sharex-phone--invite { width: 336px; height: 682px; position: absolute; top: 0; left: 50%; transform: translateX(-50%) rotate(-2deg); border-radius: 46px; }
.sharex-invite__note { width: 210px; padding: 17px 19px; position: absolute; right: -12px; bottom: 72px; z-index: 3; display: grid; gap: 6px; border: 1px solid var(--sharex-line); border-radius: 18px; background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(16px); box-shadow: 0 20px 48px rgba(23, 65, 57, 0.14); }
.sharex-invite__note span, .sharex-compare span { color: var(--sharex-green); font-size: 8px; font-weight: 850; letter-spacing: 0.14em; }
.sharex-invite__note strong { font-size: 11px; line-height: 1.35; }

.sharex-compare { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #d9dbd7; border-bottom: 1px solid #d9dbd7; }
.sharex-compare article { padding: 23px 18px 23px 0; display: grid; gap: 7px; }
.sharex-compare article + article { padding-left: 24px; border-left: 1px solid #d9dbd7; }
.sharex-compare strong { font-size: 14px; }
.sharex-compare small { color: #797e7a; font-size: 9px; }

.sharex-control { padding: 125px max(24px, calc((100% - 1180px) / 2)); display: grid; grid-template-columns: 0.74fr 1.26fr; gap: 84px; align-items: center; background: #091410; color: #fff; }
.sharex-control__copy > p { color: #9ba8a4; }
.sharex-control__copy li { border-color: rgba(255, 255, 255, 0.12); color: #d6ddda; }
.sharex-control__copy > div > span { border-color: rgba(139, 229, 215, 0.28); color: var(--sharex-mint); }
.sharex-control .mp-eyebrow { color: var(--sharex-mint); }
.sharex-browser--control { height: 510px; border-color: rgba(255, 255, 255, 0.10); box-shadow: 0 38px 95px rgba(0, 0, 0, 0.38); transform: rotate(-1.2deg); }

.sharex-final { padding: 120px max(24px, calc((100% - 1120px) / 2)); display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; background: radial-gradient(circle at 10% 120%, rgba(255, 255, 255, 0.72), transparent 32%), linear-gradient(120deg, #bdeee5, #edf7f3); }
.sharex-final h2 { margin: 17px 0 0; font-size: clamp(3.6rem, 5.7vw, 6.1rem); line-height: 0.92; letter-spacing: -0.07em; }
.sharex-final > div:last-child { display: grid; gap: 16px; }
.sharex-final > div:last-child > a:not(.mp-primary) { color: #087e71; font-size: 11px; font-weight: 750; text-align: center; }

@media (max-width: 1120px) {
  .sharex-hero { grid-template-columns: 1fr; padding-top: 130px; }
  .sharex-hero__copy { text-align: center; }
  .sharex-hero__copy h1, .sharex-hero__copy > p:not(.mp-eyebrow) { margin-left: auto; margin-right: auto; }
  .sharex-hero__copy .mp-actions { justify-content: center; }
  .sharex-hero__stage { width: min(100%, 800px); margin: 0 auto; }
  .sharex-browser-story, .sharex-control { grid-template-columns: 1fr; gap: 62px; }
  .sharex-browser-story__copy, .sharex-control__copy { max-width: 720px; }
  .sharex-invite { grid-template-columns: 1fr; gap: 70px; }
  .sharex-invite__visual { width: min(100%, 680px); margin: auto; }
  .sharex-invite__copy { max-width: 720px; margin: auto; text-align: center; }
  .sharex-final { grid-template-columns: 1fr; }
  .sharex-final > div:last-child { justify-items: start; }
}

@media (max-width: 760px) {
  .sharex-hero { min-height: auto; padding: 96px 14px 72px; gap: 36px; }
  .sharex-hero__copy h1 { font-size: clamp(3.45rem, 15vw, 4.9rem); }
  .sharex-hero__copy > p:not(.mp-eyebrow), .sharex-opening > p:last-child, .sharex-journey__heading > p, .sharex-browser-story__copy > p, .sharex-control__copy > p, .sharex-invite__copy > p:not(.mp-eyebrow) { font-size: 15px; }
  .sharex-hero__stage { height: 430px; }
  .sharex-browser--hero { width: 95%; height: 260px; top: 18px; left: 1%; border-radius: 16px; transform: rotate(1.4deg); }
  .sharex-browser figcaption { height: 25px; }
  .sharex-browser--hero img, .sharex-browser--wide img, .sharex-browser--journey img, .sharex-browser--control img { height: calc(100% - 25px); }
  .sharex-phone--hero { width: 146px; height: 300px; right: -6px; bottom: 0; border-width: 4px; border-radius: 25px; }
  .sharex-link-chip { min-width: 162px; left: 2px; bottom: 40px; }
  .sharex-opening { padding: 96px 18px; }
  .sharex-opening h2, .sharex-journey__heading h2 { font-size: clamp(3.35rem, 14vw, 4.8rem); }
  .sharex-browser-story, .sharex-control { padding: 90px 14px; }
  .sharex-browser-story__copy, .sharex-control__copy, .sharex-invite__copy { padding: 0 4px; }
  .sharex-browser-story__copy h2, .sharex-control__copy h2, .sharex-invite__copy h2 { font-size: clamp(3.15rem, 13vw, 4.4rem); }
  .sharex-browser--wide, .sharex-browser--control { width: 118%; height: auto; aspect-ratio: 1440 / 934; margin-left: -9%; border-radius: 18px; }
  .sharex-journey { padding: 96px 14px; }
  .sharex-journey__heading { margin-bottom: 48px; grid-template-columns: 1fr; gap: 26px; }
  .sharex-browser--journey { width: 126%; margin-left: -13%; border-radius: 18px; }
  .sharex-facts { grid-template-columns: 1fr; }
  .sharex-facts span + span { border-top: 1px solid #cbcec9; border-left: 0; }
  .sharex-invite { min-height: auto; padding: 96px 14px; }
  .sharex-invite__visual { height: 610px; }
  .sharex-phone--invite { width: 288px; height: 585px; border-width: 5px; border-radius: 38px; }
  .sharex-invite__note { right: -4px; bottom: 34px; }
  .sharex-compare { grid-template-columns: 1fr; text-align: left; }
  .sharex-compare article + article { padding-left: 0; border-top: 1px solid #d9dbd7; border-left: 0; }
  .sharex-final { padding: 94px 18px; }
  .sharex-final h2 { font-size: clamp(3.2rem, 13.5vw, 4.6rem); }
}

@media (prefers-reduced-motion: no-preference) {
  .sharex-browser--hero { animation: sharex-browser-float 8s ease-in-out infinite; }
  .sharex-phone--hero { animation: sharex-phone-float 7s ease-in-out infinite; }
  @keyframes sharex-browser-float { 50% { transform: rotate(2.1deg) translateY(-9px); } }
  @keyframes sharex-phone-float { 50% { transform: rotate(-4.5deg) translateY(9px); } }
}

@media (max-width: 760px) and (prefers-reduced-motion: no-preference) {
  @keyframes sharex-browser-float { 50% { transform: rotate(1.4deg) translateY(-6px); } }
}
