.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2432 .elementor-element.elementor-element-8fc8c1c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;overflow:visible;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2432 .elementor-element.elementor-element-267f9e2{--display:flex;overflow:visible;}body.elementor-page-2432 .page-wrapper{overflow:hidden;}/* Start custom CSS for html, class: .elementor-element-9aa6e55 */.social-stage {
  position: relative;
  display: grid;
  gap: 18px;
  width: 100%;
  min-height: auto;
  padding: 0;
  isolation: isolate;
  overflow: visible;
}

.social-phone {
  position: relative;
  z-index: 2;
  width: min(390px, 100%);
  min-height: 560px;
  margin: 0 auto;
  animation: socialPhoneFloat 7s ease-in-out infinite;
}

.phone-feed strong {
  color: #ffffff;
  font-weight: 900;
}

.phone-feed span {
  color: var(--sm-lime);
  font-weight: 800;
}

.social-orbit-glow {
  position: absolute;
  z-index: 1;
  border: 3px solid rgba(214, 243, 68, 0.48);
  border-radius: 999px;
  pointer-events: none;
  opacity: 0.7;
  filter: drop-shadow(0 0 18px rgba(214, 243, 68, 0.12));
  animation: socialGlowFloat 6s ease-in-out infinite;
}

.glow-one {
  top: 16%;
  left: 4%;
  width: 150px;
  height: 58px;
  transform: rotate(-8deg);
}

.glow-two {
  top: 35%;
  right: 0;
  width: 150px;
  height: 58px;
  animation-delay: -1.5s;
}

.glow-three {
  bottom: 34%;
  left: 3%;
  width: 170px;
  height: 62px;
  transform: rotate(-12deg);
  animation-delay: -2.4s;
}

.social-signal-controls {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(520px, 100%);
  margin: 12px auto 0;
}

.social-orbit {
  position: static;
  width: 100%;
  min-width: 0;
  min-height: 60px;
  padding: 12px 18px;
  border: 1px solid var(--sm-line);
  border-radius: 999px;
  background: rgba(8, 9, 8, 0.82);
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  transform: none;
}

.social-orbit.active,
.social-orbit:hover {
  border-color: var(--sm-lime);
  background: rgba(214, 243, 68, 0.12);
  color: var(--sm-lime);
  transform: none;
}

.social-readout {
  position: relative;
  z-index: 3;
  width: min(520px, 100%);
  margin: 6px auto 0;
  padding: 22px;
  border: 1px solid rgba(214, 243, 68, 0.22);
  border-radius: 24px;
  background: rgba(8, 9, 8, 0.9);
  box-shadow: var(--sm-shadow);
  transform: none;
}

.social-readout span {
  display: block;
  margin-bottom: 14px;
  color: var(--sm-lime);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.social-readout strong {
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.45;
}

.social-proof-box {
  max-width: 740px;
  margin-top: 22px;
  padding: 22px;
  border: 1px solid rgba(214, 243, 68, 0.26);
  background: rgba(8, 9, 8, 0.5);
}

.social-microcopy {
  margin: 0 0 18px;
  color: var(--sm-muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.social-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0;
}

.social-proof span {
  color: #ffffff;
  font-weight: 900;
}

@keyframes socialPhoneFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes socialGlowFloat {
  0%, 100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -12px;
  }
}

@media (max-width: 1040px) {
  .social-stage {
    margin-top: 28px;
    overflow: hidden;
  }

  .glow-one {
    left: -24px;
  }

  .glow-two {
    right: -28px;
  }

  .glow-three {
    left: -28px;
  }
}

@media (max-width: 720px) {
  .social-stage {
    gap: 14px;
    overflow: hidden;
  }

  .social-phone {
    width: min(100%, 330px);
    min-height: 430px;
    padding: 20px;
  }

  .phone-feed {
    gap: 12px;
  }

  .phone-feed article {
    min-height: 105px;
    padding: 16px;
  }

  .phone-feed span {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .phone-feed strong {
    font-size: 16px;
    line-height: 1.25;
  }

  .social-orbit-glow {
    border-width: 2px;
    opacity: 0.45;
  }

  .glow-one {
    top: 12%;
    left: -34px;
    width: 110px;
    height: 42px;
  }

  .glow-two {
    top: 36%;
    right: -38px;
    width: 110px;
    height: 42px;
  }

  .glow-three {
    bottom: 42%;
    left: -36px;
    width: 120px;
    height: 44px;
  }

  .social-signal-controls {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .social-orbit {
    min-height: 54px;
    font-size: 15px;
  }

  .social-readout {
    padding: 18px;
  }

  .social-readout strong {
    font-size: 17px;
  }

  .social-proof {
    display: grid;
    grid-template-columns: 1fr;
  }

  .social-proof span {
    width: fit-content;
    max-width: 100%;
    white-space: normal;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9167a7c */@media (min-width: 721px) {
  .social-problem-grid {
    align-items: stretch;
  }

  .social-problem-grid .social-card {
    height: 100%;
    transform: none;
  }

  .social-problem-grid .social-card:nth-child(2),
  .social-problem-grid .social-card:nth-child(4),
  .social-problem-grid .social-card:nth-child(5) {
    transform: none;
  }
}

.social-problem-grid .social-card h3 {
  color: #ffffff;
  font-size: clamp(...);
  font-weight: 800;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b87f22c */.social-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
}

.social-service-grid .social-card {
  height: 100%;
  min-height: 430px;
  display: grid;
  grid-template-rows: 56px auto minmax(130px, 1fr) auto;
  align-content: start;
  transform: none !important;
}

.social-service-grid .social-card:hover {
  transform: translateY(-4px) !important;
}

.social-service-grid .social-card span {
  margin-bottom: 0;
}

.social-service-grid .social-card h3 {
  margin-top: 52px;
  margin-bottom: 18px;
}

.social-service-grid .social-card p {
  margin-bottom: 0;
}

.social-service-grid .social-card small {
  align-self: end;
  margin-top: 24px;
}

@media (max-width: 1040px) {
  .social-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .social-service-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .social-service-grid .social-card {
    min-height: auto;
    display: flex;
    flex-direction: column;
    transform: none !important;
  }

  .social-service-grid .social-card h3 {
    margin-top: 36px;
  }

  .social-service-grid .social-card small {
    margin-top: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-441b4b1 */.platform-tab {
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 16px;
}

.platform-tab img {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  object-fit: contain;
  border-radius: 12px;
}

.platform-tab span {
  font-weight: 900;
}

.platform-tab.active {
  border-color: var(--sm-lime);
  background: rgba(214, 243, 68, 0.11);
  color: var(--sm-lime);
}

.platform-panel-head {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 24px;
}

.platform-panel-head img {
  width: 86px;
  height: 86px;
  flex: 0 0 86px;
  object-fit: contain;
  border-radius: 22px;
}

@media (max-width: 720px) {
  .platform-tab {
    gap: 14px;
  }

  .platform-tab img {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .platform-panel-head {
    align-items: flex-start;
    gap: 16px;
  }

  .platform-panel-head img {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68f6937 */.pillar-node {
  cursor: pointer;
  pointer-events: auto;
  z-index: 4;
}

.pillar-node.active {
  border-color: var(--sm-lime);
  background: rgba(214, 243, 68, 0.11);
  color: var(--sm-lime);
}

@media (max-width: 720px) {
  .content-pillars {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pillar-map {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 12px;
    padding: 22px;
    place-items: stretch;
    overflow: hidden;
  }

  .pillar-map::before,
  .pillar-map::after {
    display: none;
  }

  .pillar-node,
  .pillar-node:nth-child(1),
  .pillar-node:nth-child(2),
  .pillar-node:nth-child(3),
  .pillar-node:nth-child(4),
  .pillar-node:nth-child(5) {
    position: relative;
    inset: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
    width: 100%;
    min-width: 0;
    min-height: 62px;
    margin: 0;
    border-radius: 999px;
  }

  .pillar-readout {
    width: 100%;
    margin-top: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79922b8 */.social-service-grid .social-card h3 {
  color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-181f5e3 */.calendar-board {
  align-items: stretch;
}

.calendar-control,
.calendar-output {
  min-height: 360px;
}

.calendar-control {
  display: grid;
  align-content: center;
  gap: 28px;
}

.calendar-control-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.calendar-control-head label {
  margin: 0;
}

.calendar-control-head span {
  color: var(--sm-lime);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.calendar-rhythm-tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.calendar-rhythm-tabs::before {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 24px;
  height: 2px;
  background: rgba(214, 243, 68, 0.28);
  content: "";
}

.calendar-rhythm-btn {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 12px;
  border: 0;
  background: transparent;
  color: var(--sm-muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.calendar-rhythm-btn span {
  display: block;
  width: 48px;
  height: 48px;
  border: 3px solid rgba(214, 243, 68, 0.42);
  border-radius: 999px;
  background: rgba(8, 9, 8, 0.85);
  box-shadow: 0 0 0 6px rgba(8, 9, 8, 0.78);
}

.calendar-rhythm-btn.active {
  color: var(--sm-lime);
}

.calendar-rhythm-btn.active span {
  background: var(--sm-lime);
  border-color: var(--sm-lime);
  box-shadow:
    0 0 0 6px rgba(8, 9, 8, 0.78),
    0 0 28px rgba(214, 243, 68, 0.42);
}

.calendar-helper {
  margin: 0;
  color: var(--sm-muted);
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 720px) {
  .calendar-board {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .calendar-control,
  .calendar-output {
    min-height: auto;
  }

  .calendar-control {
    padding: 24px;
    gap: 22px;
  }

  .calendar-control-head {
    display: grid;
    gap: 8px;
  }

  .calendar-rhythm-tabs {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .calendar-rhythm-tabs::before {
    display: none;
  }

  .calendar-rhythm-btn {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    padding: 0 16px;
    border: 1px solid var(--sm-line);
    border-radius: 999px;
    background: rgba(8, 9, 8, 0.72);
  }

  .calendar-rhythm-btn span {
    width: 24px;
    height: 24px;
    border-width: 2px;
    box-shadow: none;
  }

  .calendar-rhythm-btn.active {
    border-color: var(--sm-lime);
    background: rgba(214, 243, 68, 0.11);
  }

  .calendar-rhythm-btn.active span {
    box-shadow: 0 0 18px rgba(214, 243, 68, 0.38);
  }

  .calendar-output {
    display: block;
    padding: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-707d020 */.social-final-cta {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  overflow: hidden;
  padding: 84px clamp(22px, 5vw, 64px);
  text-align: center;
}

.social-final-cta-inner {
  position: relative;
  z-index: 2;
  width: min(860px, 100%);
  margin: 0 auto;
}

.social-final-cta h2 {
  max-width: 820px;
  margin: 0 auto 22px;
}

.social-final-cta p:not(.social-eyebrow) {
  max-width: 760px;
  margin: 0 auto 34px;
}

.social-final-cta .social-pill-btn {
  max-width: 100%;
}

@media (max-width: 720px) {
  .social-final-cta {
    min-height: auto;
    padding: 72px 20px;
    border-radius: 28px;
  }

  .social-final-cta h2 {
    margin-bottom: 18px;
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.05;
  }

  .social-final-cta p:not(.social-eyebrow) {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.65;
  }

  .social-final-cta .social-pill-btn {
    width: 100%;
    min-height: 64px;
    justify-content: space-between;
    padding-left: 22px;
  }

  .social-final-cta .social-pill-btn span:first-child {
    min-width: 0;
    text-align: left;
    line-height: 1.2;
  }

  .social-final-cta .social-btn-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }

  .social-final-cta .social-cta-orbit {
    width: 280px;
    border-width: 28px;
    opacity: 0.35;
    transform: translate(38%, -20%);
  }
}

@media (max-width: 430px) {
  .social-final-cta {
    padding: 64px 18px;
  }

  .social-final-cta .social-pill-btn {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS */:root {
  --sm-black: #070b08;
  --sm-ink: #0b0f0c;
  --sm-ink-2: #121813;
  --sm-lime: #d6f344;
  --sm-lime-2: #a8c52e;
  --sm-text: #f7f8ef;
  --sm-muted: #b9beb5;
  --sm-low: #858c80;
  --sm-cyan: #8ee8dd;
  --sm-violet: #37206f;
  --sm-line: rgba(214, 243, 68, 0.18);
  --sm-glass: rgba(11, 15, 12, 0.74);
  --sm-shadow: 0 30px 100px rgba(0, 0, 0, 0.46);
}

.oura-social-page,
.oura-social-page * {
  box-sizing: border-box;
}

.oura-social-page {
  position: relative;
  isolation: isolate;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 8%, rgba(214, 243, 68, 0.22), transparent 28%),
    radial-gradient(circle at 18% 34%, rgba(55, 32, 111, 0.16), transparent 27%),
    radial-gradient(circle at 72% 60%, rgba(142, 232, 221, 0.15), transparent 26%),
    linear-gradient(180deg, #050805 0%, var(--sm-black) 42%, #0b0f0c 100%);
  color: var(--sm-text);
  font-family: "Inter", Arial, sans-serif;
  letter-spacing: 0;
}

.oura-social-page::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.86), transparent 88%);
}

.oura-social-page::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: rgba(0, 0, 0, 0.44);
  pointer-events: none;
}

.oura-social-page a {
  color: inherit;
  text-decoration: none;
}

.oura-social-page button,
.oura-social-page input {
  font: inherit;
}

.oura-social-page h1,
.oura-social-page h2,
.oura-social-page h3,
.oura-social-page p {
  margin-top: 0;
}

.oura-social-page h1 {
  max-width: 920px;
  margin-bottom: 24px;
  font-size: clamp(42px, 5.5vw, 76px);
  line-height: 0.95;
  letter-spacing: 0;
}

.oura-social-page h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: 0;
}

.oura-social-page h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.08;
}

.oura-social-page p {
  color: var(--sm-muted);
  font-size: 17px;
  line-height: 1.7;
}

.social-cursor-glow {
  position: fixed;
  left: var(--sm-x, 50%);
  top: var(--sm-y, 50%);
  z-index: -1;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 243, 68, 0.16), transparent 62%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.social-section {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 112px 0;
}

.social-eyebrow {
  margin: 0 0 18px;
  color: var(--sm-lime);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.social-pill-btn,
.social-ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  border-radius: 999px;
  font-weight: 800;
}

.social-pill-btn {
  padding: 8px 10px 8px 24px;
  background: var(--sm-lime);
  color: #0b0f0c;
}

.social-ghost-btn {
  padding: 8px 24px;
  border: 1px solid var(--sm-line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--sm-text);
}

.social-btn-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #0b0f0c;
  color: var(--sm-lime);
  transition: transform 0.25s ease;
}

.social-pill-btn:hover .social-btn-icon {
  transform: translateX(4px);
}

.social-hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.78fr);
  align-items: center;
  gap: 48px;
  overflow: hidden;
  border-bottom: 1px solid rgba(214, 243, 68, 0.12);
}

.social-hero-copy {
  position: relative;
  z-index: 2;
}

.social-hero-text {
  max-width: 760px;
}

.social-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.social-microcopy {
  margin-top: 22px;
  color: var(--sm-low);
  font-size: 14px;
}

.social-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 740px;
  margin-top: 28px;
}

.social-proof span,
.creative-token {
  padding: 10px 14px;
  border: 1px solid rgba(214, 243, 68, 0.24);
  border-radius: 999px;
  background: rgba(8, 9, 8, 0.62);
  color: var(--sm-muted);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.social-stage {
  position: relative;
  min-height: 590px;
}

.social-phone {
  position: relative;
  width: min(390px, 76vw);
  min-height: 560px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid var(--sm-line);
  border-radius: 46px;
  background:
    radial-gradient(circle at 70% 20%, rgba(142, 232, 221, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(214, 243, 68, 0.12), transparent 44%),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--sm-shadow);
  animation: socialFloat 7s ease-in-out infinite;
}

.phone-bar {
  display: flex;
  gap: 8px;
  padding: 8px 0 18px;
}

.phone-bar i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--sm-lime);
  opacity: 0.7;
}

.phone-feed {
  display: grid;
  gap: 14px;
}

.phone-feed article {
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(214, 243, 68, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(214, 243, 68, 0.12), transparent 42%),
    rgba(8, 9, 8, 0.56);
}

.phone-feed span {
  display: block;
  margin-bottom: 10px;
  color: var(--sm-lime);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.phone-feed strong {
  display: block;
  color: var(--sm-text);
  font-size: 20px;
  line-height: 1.18;
}

.social-orbit {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 98px;
  min-height: 74px;
  place-items: center;
  border: 1px solid var(--sm-line);
  border-radius: 999px;
  background: rgba(17, 19, 15, 0.78);
  color: var(--sm-text);
  font-weight: 800;
  cursor: pointer;
  transition: border-color 0.24s ease, color 0.24s ease, transform 0.24s ease, background 0.24s ease;
}

.social-orbit.active,
.social-orbit:hover {
  border-color: var(--sm-lime);
  background: rgba(214, 243, 68, 0.12);
  color: var(--sm-lime);
  transform: scale(1.06);
}

.orbit-a { top: 8%; left: 6%; }
.orbit-b { top: 18%; right: 2%; }
.orbit-c { left: 2%; bottom: 20%; }
.orbit-d { right: 8%; bottom: 8%; }

.social-readout {
  position: absolute;
  left: 4%;
  bottom: 2%;
  z-index: 4;
  width: min(320px, 58vw);
  padding: 20px;
  border: 1px solid rgba(214, 243, 68, 0.22);
  border-radius: 24px;
  background: rgba(8, 9, 8, 0.76);
  box-shadow: var(--sm-shadow);
  backdrop-filter: blur(18px);
}

.social-readout span,
.pillar-readout span {
  display: block;
  margin-bottom: 8px;
  color: var(--sm-lime);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.social-readout strong,
.pillar-readout strong {
  color: var(--sm-text);
  line-height: 1.35;
}

.social-strip {
  position: relative;
  overflow: hidden;
  border-block: 1px solid rgba(214, 243, 68, 0.14);
  background: rgba(214, 243, 68, 0.08);
}

.social-strip-track {
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 18px 0;
  animation: socialMarquee 30s linear infinite;
}

.social-strip-track span {
  color: rgba(243, 245, 233, 0.82);
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 800;
  white-space: nowrap;
}

.social-strip-track span::before {
  margin: 0 34px 0 0;
  color: var(--sm-lime);
  content: "+";
}

.social-section-heading {
  max-width: 930px;
  margin-bottom: 50px;
}

.social-section-heading.compact {
  max-width: 790px;
}

.social-problem-grid,
.social-service-grid,
.report-grid,
.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

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

.social-card,
.social-glass,
.community-card,
.report-card,
.fit-grid article {
  border: 1px solid var(--sm-line);
  background: var(--sm-glass);
  box-shadow: var(--sm-shadow);
  backdrop-filter: blur(18px);
}

.social-card {
  position: relative;
  min-height: 300px;
  padding: 28px;
  border-radius: 28px;
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: border-color 0.24s ease, transform 0.24s ease, background 0.24s ease;
}

.social-card::before {
  position: absolute;
  right: -60px;
  bottom: -90px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(214, 243, 68, 0.09);
  content: "";
}

.social-card:hover,
.community-card:hover,
.report-card:hover,
.fit-grid article:hover {
  border-color: rgba(214, 243, 68, 0.52);
  transform: translateY(-4px) perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
}

.social-card span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 52px;
  place-items: center;
  border-radius: 50%;
  background: rgba(214, 243, 68, 0.14);
  color: var(--sm-lime);
  font-weight: 800;
}

.social-card small {
  display: block;
  margin-top: 18px;
  color: var(--sm-lime);
  font-weight: 800;
  line-height: 1.6;
}

.social-card:nth-child(2),
.social-card:nth-child(5) {
  transform: translateY(28px) perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
}

.social-card:nth-child(4) {
  transform: translateY(-18px) perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
}

.rhythm-board,
.platform-grid,
.calendar-board {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.rhythm-steps,
.platform-tabs {
  display: grid;
  gap: 10px;
}

.rhythm-step,
.platform-tab {
  min-height: 76px;
  padding: 0 24px;
  border: 1px solid var(--sm-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--sm-text);
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.24s ease, color 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

.rhythm-step.active,
.rhythm-step:hover,
.platform-tab.active,
.platform-tab:hover {
  border-color: rgba(214, 243, 68, 0.56);
  background: rgba(214, 243, 68, 0.11);
  color: var(--sm-lime);
  transform: translateX(6px);
}

.social-glass {
  border-radius: 30px;
  padding: clamp(28px, 4vw, 46px);
}

.panel-label,
.platform-panel > span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--sm-lime);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.platform-panel ul {
  padding-left: 18px;
  color: var(--sm-muted);
  line-height: 1.9;
}

.content-pillars,
.creative-lab,
.community-section,
.social-reporting {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: 48px;
  align-items: center;
}

.pillar-map {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  border: 1px solid var(--sm-line);
  border-radius: 42px;
  background:
    radial-gradient(circle, rgba(214, 243, 68, 0.18), transparent 28%),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--sm-shadow);
}

.pillar-map::before,
.pillar-map::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(214, 243, 68, 0.16);
  border-radius: 50%;
}

.pillar-map::before { inset: 12%; }
.pillar-map::after { inset: 28%; }

.pillar-node {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 108px;
  min-height: 72px;
  place-items: center;
  padding: 12px;
  border: 1px solid var(--sm-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--sm-text);
  font-weight: 800;
  cursor: pointer;
}

.pillar-node.active,
.pillar-node:hover {
  border-color: rgba(214, 243, 68, 0.56);
  background: rgba(214, 243, 68, 0.11);
  color: var(--sm-lime);
}

.pillar-node:nth-child(1) { top: 8%; left: 50%; transform: translateX(-50%); }
.pillar-node:nth-child(2) { top: 30%; right: 4%; }
.pillar-node:nth-child(3) { right: 11%; bottom: 16%; }
.pillar-node:nth-child(4) { left: 11%; bottom: 16%; }
.pillar-node:nth-child(5) { top: 30%; left: 4%; }

.pillar-readout {
  position: relative;
  z-index: 2;
  width: min(320px, 62vw);
  padding: 24px;
  border: 1px solid rgba(214, 243, 68, 0.22);
  border-radius: 24px;
  background: rgba(8, 9, 8, 0.72);
  box-shadow: var(--sm-shadow);
  backdrop-filter: blur(18px);
}

.calendar-control {
  display: grid;
  align-content: center;
  min-height: 320px;
  padding: 36px;
  border: 1px solid var(--sm-line);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(214, 243, 68, 0.1), transparent 42%),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--sm-shadow);
}

.calendar-control label {
  margin-bottom: 28px;
  color: var(--sm-text);
  font-size: 28px;
  font-weight: 900;
}

.calendar-control input {
  width: 100%;
  accent-color: var(--sm-lime);
}

.calendar-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  color: var(--sm-muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.creative-visual {
  position: relative;
  min-height: 560px;
}

.creative-placeholder {
  position: relative;
  display: grid;
  min-height: 560px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(214, 243, 68, 0.22);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(214, 243, 68, 0.16), transparent 32%),
    linear-gradient(315deg, rgba(142, 232, 221, 0.14), transparent 34%),
    radial-gradient(circle at 62% 24%, rgba(255, 255, 255, 0.08), transparent 24%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 28px),
    #0b0f0c;
  box-shadow: var(--sm-shadow);
  color: rgba(243, 245, 233, 0.72);
  text-align: center;
}

.creative-placeholder span {
  position: relative;
  z-index: 2;
  padding: 12px 16px;
  border: 1px solid rgba(214, 243, 68, 0.28);
  border-radius: 999px;
  background: rgba(8, 9, 8, 0.62);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.creative-token {
  position: absolute;
}

.creative-a { top: 8%; left: 8%; }
.creative-b { top: 18%; right: 10%; }
.creative-c { left: 14%; bottom: 16%; }
.creative-d { right: 9%; bottom: 22%; }
.creative-e { left: 46%; bottom: 8%; }

.creative-points {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.creative-points span {
  padding: 18px 20px;
  border: 1px solid var(--sm-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--sm-text);
  font-weight: 800;
}

.community-grid,
.report-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.community-card,
.report-card,
.fit-grid article {
  padding: 28px;
  border-radius: 28px;
  transition: border-color 0.24s ease, transform 0.24s ease;
}

.community-card span,
.report-card span {
  display: block;
  margin-bottom: 16px;
  color: var(--sm-lime);
  font-size: 34px;
  font-weight: 900;
}

.social-reporting {
  padding: 84px clamp(22px, 5vw, 64px);
  border: 1px solid var(--sm-line);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(214, 243, 68, 0.08), transparent),
    rgba(255, 255, 255, 0.03);
}

.social-reporting .report-grid {
  grid-template-columns: repeat(3, 1fr);
}

.fit-grid article {
  padding: 32px;
}

.social-final-cta {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--sm-line);
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.social-final-cta h2,
.social-final-cta p {
  max-width: 820px;
}

.social-cta-orbit {
  position: absolute;
  width: 520px;
  aspect-ratio: 1;
  border: 52px solid rgba(214, 243, 68, 0.18);
  border-radius: 50%;
  transform: translate(52%, -18%);
}

.social-final-cta > *:not(.social-cta-orbit) {
  position: relative;
  z-index: 2;
}

.social-reveal {
  opacity: 0;
  translate: 0 26px;
  transition: opacity 0.6s ease, translate 0.6s ease;
}

.social-reveal.is-visible {
  opacity: 1;
  translate: 0 0;
}

@keyframes socialMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes socialFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(1deg); }
}

@media (max-width: 1040px) {
  .social-hero,
  .rhythm-board,
  .platform-grid,
  .content-pillars,
  .calendar-board,
  .creative-lab,
  .community-section,
  .social-reporting {
    grid-template-columns: 1fr;
  }

  .social-problem-grid,
  .social-service-grid,
  .fit-grid,
  .social-reporting .report-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .social-card:nth-child(2),
  .social-card:nth-child(4),
  .social-card:nth-child(5) {
    transform: none;
  }
}

@media (max-width: 720px) {
  .social-section {
    padding: 76px 0;
  }

  .social-hero {
    padding-top: 72px;
  }

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

  .social-pill-btn,
  .social-ghost-btn {
    width: 100%;
  }

  .social-problem-grid,
  .social-service-grid,
  .community-grid,
  .report-grid,
  .fit-grid,
  .social-reporting .report-grid {
    grid-template-columns: 1fr;
  }

  .social-stage,
  .pillar-map,
  .creative-placeholder,
  .creative-visual {
    min-height: 430px;
  }

  .social-phone {
    min-height: 470px;
  }

  .social-orbit {
    min-width: 78px;
    min-height: 58px;
    font-size: 12px;
  }

  .social-readout {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    margin-top: 16px;
  }

  .pillar-node {
    position: static;
    min-width: 100%;
    margin: 4px 0;
  }

  .pillar-map {
    align-content: center;
    gap: 8px;
    padding: 24px;
  }

  .pillar-readout {
    width: 100%;
    margin-top: 12px;
  }

  .social-card {
    min-height: auto;
  }

  .creative-points span {
    border-radius: 22px;
  }
}/* End custom CSS */