* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --scroll-progress: 0;
  --nav-alpha: 0;
  --nav-border: 0;
  --nav-blur: 0px;
  --nav-shadow: 0;
  --hero-brightness: 1.08;
  --hero-sat: 1.04;
  --site-bg-color: #08080a;
  --site-bg-image: none;
  --site-bg-position: 50% 50%;
  --site-bg-size: cover;
  --site-bg-opacity: 0;
  --site-bg-blur: 0px;
  --site-bg-saturation: 105%;
  --content-bg-color: #050505;
  --content-bg-rgb: 5, 5, 5;
  --content-transition-opacity: 1;
  --layout-radius: 0px;
  --layout-shadow: 0 13px 37px rgba(0, 0, 0, 0.176);
  --content-section-margin-top: 42px;
  --content-card-gap: 16px;
  --content-section-padding-bottom: 34px;
  --photo-dim: 0;
  --profile-shift: 0px;
  --profile-opacity: 1;
}

@property --attention-scale {
  syntax: "<number>";
  inherits: false;
  initial-value: 1;
}

html {
  width: 100%;
  min-height: 100%;
  background: #08080a;
}

body {
  width: 100%;
  min-height: 100vh;
  background-color: var(--site-bg-color);
  background-image:
    radial-gradient(circle at 18% 0%, rgba(255, 122, 182, 0.16), transparent 26%),
    radial-gradient(circle at 86% 8%, rgba(120, 202, 255, 0.14), transparent 28%),
    linear-gradient(var(--site-bg-color), var(--site-bg-color));
  font-family: -apple-system, BlinkMacSystemFont, Inter, Arial, sans-serif;
  color: #fff;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: var(--site-bg-image);
  background-position: var(--site-bg-position);
  background-size: var(--site-bg-size);
  background-repeat: no-repeat;
  opacity: var(--site-bg-opacity);
  filter: blur(var(--site-bg-blur)) saturate(var(--site-bg-saturation)) contrast(1.02);
  transform: scale(1.04);
  transform-origin: center;
}

[hidden] {
  display: none !important;
}

body.is-service-home {
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 8%, rgba(58,130,255,0.10), transparent 30%),
    radial-gradient(circle at 84% 10%, rgba(255,80,190,0.07), transparent 30%),
    radial-gradient(circle at 76% 54%, rgba(47,128,255,0.055), transparent 38%),
    linear-gradient(180deg, #0b0d12 0%, #090b10 54%, #05060a 100%);
}

body.is-service-home::before {
  background: linear-gradient(180deg, rgba(255,255,255,0.045), transparent 44%);
  opacity: 1;
  filter: none;
  transform: none;
}

body.is-service-home [data-route="public-profile"],
body.is-service-home .phone {
  display: none !important;
}

.service-home {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  width: min(1560px, calc(100vw - 96px));
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(136px, 12vh, 164px) 0 clamp(24px, 3vw, 42px);
  overflow: hidden;
  background: transparent;
  color: #f8fafc;
}

.service-nav {
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  background: rgba(15,17,22,0.55);
  box-shadow: 0 18px 60px rgba(0,0,0,0.25);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.service-logo,
.service-login-link {
  color: inherit;
  text-decoration: none;
}

.service-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  font-size: clamp(20px, 1.1vw, 24px);
  font-weight: 850;
}

.service-logo__mark {
  display: inline-grid;
  place-items: center;
  width: clamp(38px, 2.2vw, 46px);
  height: clamp(38px, 2.2vw, 46px);
  border-radius: 12px;
  background: linear-gradient(135deg, #4f8cff, #8bd3ff);
  color: #fff;
  font-size: clamp(16px, 0.9vw, 19px);
  box-shadow: 0 10px 28px rgba(79,140,255,0.34);
}

.service-nav__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.service-login-link,
.service-test-pill {
  min-height: clamp(40px, 2.35vw, 46px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(16px, 1.15vw, 22px);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  font-size: clamp(14px, 0.82vw, 16px);
  font-weight: 750;
  white-space: nowrap;
}

.service-login-link {
  background: rgba(255,255,255,0.07);
}

.service-test-pill {
  color: rgba(248,250,252,0.66);
  background: rgba(255,255,255,0.045);
}

.service-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.82fr);
  align-items: center;
  gap: clamp(72px, 7vw, 140px);
  min-height: 0;
  padding: 0;
  transform: translateY(clamp(-34px, -3vh, -18px));
}

.service-hero__copy {
  display: grid;
  align-content: center;
  max-width: 760px;
  min-width: 0;
}

.service-kicker {
  width: fit-content;
  max-width: 100%;
  padding: clamp(10px, 0.7vw, 13px) clamp(14px, 1vw, 18px);
  border: 1px solid rgba(130,201,255,0.18);
  border-radius: 999px;
  background: rgba(130,201,255,0.1);
  color: rgba(194,224,255,0.94);
  font-size: clamp(15px, 0.9vw, 17px);
  font-weight: 800;
}

.service-hero h1 {
  max-width: 760px;
  margin-top: clamp(22px, 2vw, 30px);
  font-size: clamp(64px, 4.8vw, 100px);
  line-height: 0.94;
  letter-spacing: 0;
  font-weight: 900;
}

.service-hero h1 span {
  display: block;
  white-space: nowrap;
}

.service-lead {
  max-width: 700px;
  margin-top: clamp(20px, 1.6vw, 28px);
  color: rgba(248,250,252,0.72);
  font-size: clamp(18px, 1.2vw, 24px);
  line-height: 1.46;
  font-weight: 600;
}

.closed-testing-badge {
  width: fit-content;
  max-width: 700px;
  margin-top: clamp(24px, 2vw, 34px);
  padding: clamp(15px, 1.05vw, 20px) clamp(18px, 1.35vw, 24px);
  border: 1px solid rgba(130,201,255,0.22);
  border-radius: 8px;
  background: rgba(130,201,255,0.12);
  color: rgba(232,244,255,0.96);
  font-size: clamp(15px, 0.9vw, 18px);
  line-height: 1.45;
  font-weight: 750;
}

.service-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.4vw, 24px);
  margin-top: clamp(28px, 2.5vw, 42px);
}

.service-benefit {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.service-benefit__icon {
  display: inline-grid;
  place-items: center;
  width: clamp(40px, 2.3vw, 48px);
  height: clamp(40px, 2.3vw, 48px);
  margin-bottom: 6px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  background: rgba(255,255,255,0.07);
  color: rgba(130,201,255,0.62);
  font-size: clamp(11px, 0.66vw, 13px);
  font-weight: 850;
}

.service-benefit strong {
  font-size: clamp(16px, 1vw, 19px);
  line-height: 1.15;
}

.service-benefit span:last-child {
  color: rgba(248,250,252,0.58);
  font-size: clamp(14px, 0.9vw, 17px);
  line-height: 1.4;
  font-weight: 650;
}

.product-preview {
  position: relative;
  min-width: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  perspective: 1200px;
  transform: translateX(clamp(-44px, -2.6vw, -18px));
}

.product-preview::before,
.product-preview::after,
.preview-placeholder::before {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.product-preview::before {
  z-index: -2;
  width: 88%;
  height: 82%;
  background: radial-gradient(circle, rgba(47,128,255,0.18), transparent 65%);
  filter: blur(96px);
  opacity: 0.82;
}

.product-preview::after {
  z-index: -2;
  top: 0;
  right: -8%;
  width: 78%;
  height: 66%;
  background: radial-gradient(circle, rgba(255,77,184,0.12), transparent 65%);
  filter: blur(116px);
  opacity: 0.78;
}

.preview-placeholder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(740px, 100%);
  min-height: clamp(520px, 62vh, 760px);
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: none;
  color: rgba(248,250,252,0.74);
  text-align: center;
  box-shadow: none;
  transform: translateY(clamp(-18px, -1vw, -8px)) translateX(clamp(-12px, -0.8vw, -4px)) scale(1.055);
  transform-style: preserve-3d;
  will-change: transform;
}

.preview-placeholder::before {
  z-index: -1;
  left: 50%;
  bottom: clamp(18px, 3vh, 42px);
  width: 68%;
  height: clamp(40px, 5vh, 60px);
  background: rgba(0,0,0,0.24);
  filter: blur(38px);
  opacity: 0.58;
  transform: translateX(-50%);
}

.preview-placeholder img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: clamp(620px, 72vh, 860px);
  border-radius: 18px;
  object-fit: contain;
  filter:
    drop-shadow(0 44px 90px rgba(0,0,0,0.42))
    drop-shadow(0 18px 36px rgba(0,0,0,0.28))
    drop-shadow(0 0 40px rgba(0,0,0,0.14))
    drop-shadow(0 0 48px rgba(58,140,255,0.10));
}

@media (max-width: 1180px) {
  .service-home {
    width: min(100%, calc(100vw - 48px));
  }

  .service-hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
    gap: 32px;
  }

  .product-preview {
    transform: translateX(-18px);
  }

  .preview-placeholder {
    transform: translateY(-8px) translateX(-6px) scale(1.02);
  }

  .preview-placeholder,
  .preview-placeholder img {
    max-height: 560px;
    min-height: 0;
  }
}

@media (max-width: 940px) {
  body.is-service-home {
    overflow: auto;
  }

  .service-home {
    width: min(100%, calc(100vw - 32px));
    min-height: 100vh;
    height: auto;
    padding: 116px 0 24px;
  }

  .service-hero {
    grid-template-columns: 1fr;
    padding-block: 30px;
    transform: none;
  }

  .product-preview,
  .preview-placeholder {
    transform: none;
  }

  .preview-placeholder {
    width: min(440px, 100%);
    min-height: 0;
    margin: 0 auto;
  }

  .preview-placeholder img {
    max-height: min(64vh, 560px);
  }
}

@media (max-width: 720px) {
  body.is-service-home {
    overflow: auto;
  }

  .service-home {
    min-height: 100vh;
    height: auto;
    grid-template-rows: auto auto auto;
  }

  .service-nav,
  .service-nav__actions {
    flex-wrap: wrap;
  }

  .service-hero {
    padding-block: 34px;
  }

  .service-hero h1 {
    font-size: 42px;
  }

  .service-benefits {
    grid-template-columns: 1fr;
  }
}

.phone {
  --scroll-progress: 0;
  --nav-alpha: 0;
  --nav-border: 0;
  --nav-blur: 0px;
  --nav-shadow: 0;
  --hero-brightness: 1.08;
  --hero-sat: 1.04;
  --photo-dim: 0;
  --profile-shift: 0px;
  --profile-opacity: 1;
  width: 100%;
  max-width: 430px;
  min-height: 100vh;
  margin: 0 auto;
  background: var(--content-bg-color);
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: var(--layout-radius);
  box-shadow: var(--layout-shadow);
}

.hero {
  position: fixed;
  top: 0;
  left: 50%;
  width: min(430px, 100vw);
  z-index: 1;
  height: 465px;
  overflow: hidden;
  border-radius: var(--layout-radius) var(--layout-radius) 0 0;
  margin-bottom: -34px;
  transform: translateX(-50%);
}

.hero-placeholder {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 22%, rgba(255,255,255,0.12), transparent 26%),
    linear-gradient(145deg, rgba(34,38,45,0.92), rgba(8,9,12,0.98) 58%, #050505 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(to bottom,
      rgba(5,5,5,0.78) 0%,
      rgba(5,5,5,0.82) 58%,
      rgba(5,5,5,0.92) 100%);
  opacity: var(--photo-dim);
  pointer-events: none;
  transition: opacity 0.16s linear;
}

.hero-img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
  display: block;
  opacity: 0;
  filter: saturate(var(--hero-sat)) contrast(1) brightness(var(--hero-brightness));
  transform-origin: 50% 16%;
  transition: opacity 0.42s ease, filter 0.35s ease, transform 0.22s ease, transform-origin 0.22s ease;
}

.hero-img.is-hidden,
.hero.has-no-image .hero-img,
.hero.has-image-error .hero-img,
.hero.image-error .hero-img {
  display: none;
}

.hero.image-loaded .hero-img,
.hero-img.image-loaded {
  opacity: 1;
}

.hero.hero-image-loading .hero-placeholder,
.hero.image-loading .hero-placeholder {
  background:
    radial-gradient(circle at 44% 20%, rgba(255,255,255,0.16), transparent 25%),
    linear-gradient(145deg, rgba(37,42,50,0.96), rgba(8,9,12,0.99) 58%, #050505 100%);
}

.hero-gradient {
  position: absolute;
  inset: 0;
  z-index: 2;
  transition: background 0.35s ease;
  background:
    linear-gradient(to bottom,
      rgba(0,0,0,0.00) 0%,
      rgba(0,0,0,0.00) 46%,
      rgba(var(--content-bg-rgb),0.05) 56%,
      rgba(var(--content-bg-rgb),0.14) 66%,
      rgba(var(--content-bg-rgb),0.30) 76%,
      rgba(var(--content-bg-rgb),0.52) 86%,
      rgba(var(--content-bg-rgb),0.78) 94%,
      var(--content-bg-color) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 210px;
  background:
    linear-gradient(to bottom,
      rgba(var(--content-bg-rgb),0.00) 0%,
      rgba(var(--content-bg-rgb),0.08) 20%,
      rgba(var(--content-bg-rgb),0.20) 38%,
      rgba(var(--content-bg-rgb),0.44) 58%,
      rgba(var(--content-bg-rgb),0.72) 78%,
      var(--content-bg-color) 100%);
  z-index: 3;
  pointer-events: none;
}

.profile {
  position: relative;
  margin: 0 20px;
  padding-top: 226px;
  text-align: center;
  z-index: 20;
}

.profile h1,
.username,
.profile-meta,
.social-hint {
  opacity: 1;
  transform: none;
  transition: none;
}

.profile h1 {
  font-size: 48px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0;
  text-shadow: 0 12px 34px rgba(0,0,0,0.7);
}

.phone:not(.is-builder) .profile h1:empty,
.phone:not(.is-builder) .username:empty,
.phone:not(.is-builder) .profile-meta:empty,
.phone:not(.is-builder) .social-hint:empty,
.phone:not(.is-builder) .desktop-intro h2:empty {
  display: none;
}

.username {
  margin-top: 8px;
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  font-weight: 700;
  text-shadow: 0 8px 24px rgba(0,0,0,0.75);
}

.profile-meta {
  margin-top: 7px;
  color: rgba(255,255,255,0.66);
  font-size: 13px;
  font-weight: 650;
  text-shadow: 0 8px 24px rgba(0,0,0,0.75);
}

.socials-stage {
  margin: 18px auto 0;
  position: sticky;
  top: max(8px, env(safe-area-inset-top));
  z-index: 30;
  width: max-content;
  max-width: calc(100vw - 32px);
  min-height: 72px;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(5,5,5,var(--nav-alpha));
  border: 1px solid rgba(255,255,255,var(--nav-border));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,calc(var(--nav-border) * 0.75)),
    0 12px 34px rgba(0,0,0,var(--nav-shadow)),
    0 0 10px rgba(255,105,180,calc(var(--nav-shadow) * 0.08));
  backdrop-filter: blur(var(--nav-blur)) saturate(1.25);
  -webkit-backdrop-filter: blur(var(--nav-blur)) saturate(1.25);
  overflow: hidden;
  transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, backdrop-filter 0.22s ease;
}

.phone:not(.is-socials-pinned) .socials-stage {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: visible;
}

.phone:not(.is-socials-pinned) .socials a {
  box-shadow: none;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.socials:empty,
.socials.is-empty {
  display: none;
}

.socials-stage.is-empty {
  display: none;
}

.socials a {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: white;
  text-decoration: none;
  font-size: 11px;
  font-weight: 900;
  background: rgba(255,255,255,0.10);
  box-shadow: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.social-icon {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.socials a.has-fallback-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 2px solid rgba(255,255,255,0.68);
  box-shadow: inset 6px -5px 0 -4px rgba(255,255,255,0.68);
}

.social-icon-link {
  width: 24px;
  height: 24px;
  border-radius: 0;
  object-fit: contain;
}

.socials a:hover {
  transform: translateY(-1px) scale(1.035);
  filter: saturate(1.25) brightness(1.12);
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.18);
}

.social-hint {
  width: fit-content;
  margin: 18px auto 0;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(5,5,5,0.46);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.86);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 8px 20px rgba(0,0,0,0.9);
  box-shadow: none;
  backdrop-filter: blur(12px);
  position: relative;
  z-index: 20;
}

.sections {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--content-card-gap);
  margin-top: var(--content-section-margin-top);
  padding: 42px 30px var(--content-section-padding-bottom);
}

.sections.is-empty {
  display: none;
}

.sections::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -320px;
  bottom: 0;
  z-index: 0;
  background:
    linear-gradient(to bottom,
      rgba(var(--content-bg-rgb),0) 0%,
      rgba(var(--content-bg-rgb),0.66) 18%,
      rgba(var(--content-bg-rgb),0.94) 36%,
      var(--content-bg-color) 52%,
      var(--content-bg-color) 100%);
  opacity: calc(var(--scroll-progress) * var(--content-transition-opacity));
  transition: none;
  pointer-events: none;
}

.hint {
  margin: 0 0 14px;
  color: rgba(255,255,255,0.48);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.desktop-intro {
  display: none;
}

.block {
  --card-position: center 24%;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 164px;
  margin: 0;
  padding: 18px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 44%, rgba(255,255,255,0.10), rgba(255,255,255,0.035) 36%, rgba(255,255,255,0.02) 100%),
    rgba(255,255,255,0.045);
  background-size: cover;
  background-position: var(--card-position);
  border: 0;
  color: #fff !important;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.16),
    inset 0 -42px 70px rgba(0,0,0,0.38),
    var(--card-effect-shadow, 0 0 0 0 transparent);
  transition: transform 0.32s ease, filter 0.32s ease, box-shadow 0.32s ease;
}

.block.card-image-loading,
.block.image-loading {
  background:
    radial-gradient(circle at 50% 44%, rgba(255,255,255,0.12), rgba(255,255,255,0.04) 38%, rgba(255,255,255,0.02) 100%),
    rgba(255,255,255,0.045);
}

.block.card-image-loading::after,
.block.image-loading::after {
  background:
    linear-gradient(90deg, transparent, rgba(255,255,255,0.10), transparent);
  animation: skeletonShimmer 1.45s ease-in-out infinite;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.07);
}

.card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: var(--card-image-x, 50%) var(--card-image-y, 50%);
  transform: scale(var(--card-image-scale, 1));
  transform-origin: var(--card-image-x, 50%) var(--card-image-y, 50%);
  opacity: 0;
  transition: opacity 0.38s ease, transform 0.22s ease, transform-origin 0.22s ease;
  pointer-events: none;
  user-select: none;
}

.block.image-loaded .card-bg,
.card-bg.image-loaded {
  opacity: 1;
}

.block.image-error .card-bg {
  display: none;
}

.skeleton {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.035)),
    rgba(255,255,255,0.045);
}

.skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-110%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.10), transparent);
  animation: skeletonShimmer 1.45s ease-in-out infinite;
}

.social-placeholder {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: block;
}

.card-placeholder {
  min-height: 164px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.07);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 18px 42px rgba(0,0,0,0.12);
}

.phone.is-loading .hero-placeholder {
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,0.14), transparent 28%),
    linear-gradient(145deg, rgba(34,38,45,0.96), rgba(10,11,15,0.98) 62%, #050505 100%);
}

.phone.is-loading .socials-stage {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

@keyframes skeletonShimmer {
  100% {
    transform: translateX(110%);
  }
}

.block::before,
.block::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  corner-shape: inherit;
  pointer-events: none;
}

.block::before {
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0.18) 40%, rgba(0,0,0,0.72) 100%),
    linear-gradient(135deg, rgba(255,255,255,0.12), transparent 42%);
  opacity: 1;
}

.block.has-no-image {
  background:
    radial-gradient(circle at 50% 44%, rgba(255,255,255,0.10), rgba(255,255,255,0.035) 36%, rgba(255,255,255,0.02) 100%),
    rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.10);
}

.block.has-no-image::before {
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.08), rgba(0,0,0,0.66)),
    linear-gradient(135deg, rgba(255,255,255,0.12), transparent 52%);
}

.block::after {
  inset: 1px;
  z-index: 3;
  background: transparent;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.07);
  opacity: 1;
}

.block > * {
  position: relative;
  z-index: 1;
}

.block > .card-bg {
  position: absolute;
  z-index: 0;
}

.block > :not(.card-bg) {
  z-index: 2;
}

.block:hover {
  transform: translateY(-4px) scale(1.01);
  filter: brightness(1.08) saturate(1.05);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.20),
    inset 0 -42px 70px rgba(0,0,0,0.34),
    0 14px 34px rgba(0,0,0,0.22),
    var(--card-effect-shadow, 0 0 0 0 transparent);
}

.block:hover::before {
  opacity: 0.88;
}

.block:hover::after {
  opacity: 1;
}

.block:nth-of-type(1) {
  --card-position: center 18%;
}

.block.is-animated-card {
  --attention-scale: 1;
  --card-anim-duration: 2.6s;
  --card-anim-move: 7px;
  --card-anim-rotate: 1.4deg;
  --card-anim-zoom: 0.02;
  animation: attentionFloat var(--card-anim-duration) ease-in-out infinite;
  transition:
    --attention-scale 0.32s ease,
    filter 0.32s ease,
    box-shadow 0.32s ease;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.16),
    inset 0 -42px 70px rgba(0,0,0,0.38),
    var(--card-effect-shadow, 0 0 0 0 transparent);
}

.block.is-animated-card:hover {
  --attention-scale: 1.035;
}

.block:nth-of-type(2) {
  --card-position: center 34%;
}

.block:nth-of-type(3) {
  --card-position: center 52%;
}

.block:nth-of-type(4) {
  --card-position: center 70%;
}

.card-icon {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 46px;
  height: 46px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,0.38));
  user-select: none;
  pointer-events: none;
}

.card-copy {
  width: 100%;
  margin-top: auto;
  text-align: center;
}

.label {
  display: block;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 850;
  text-align: center;
  text-shadow: 0 8px 20px rgba(0,0,0,0.72);
}

.block p {
  max-width: 86%;
  color: rgba(255,255,255,0.76);
  font-size: 13px;
  line-height: 1.32;
  font-weight: 600;
  text-align: left;
  text-shadow: 0 8px 20px rgba(0,0,0,0.78);
}

@keyframes attentionFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(var(--attention-scale));
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.18),
      inset 0 -42px 70px rgba(0,0,0,0.38),
      var(--card-effect-shadow, 0 0 0 0 transparent);
  }
  25% {
    transform: translate3d(calc(var(--card-anim-move) * -0.45), calc(var(--card-anim-move) * -1), 0) rotate(calc(var(--card-anim-rotate) * -1)) scale(calc(var(--attention-scale) + var(--card-anim-zoom)));
  }
  50% {
    transform: translate3d(calc(var(--card-anim-move) * 0.45), calc(var(--card-anim-move) * 0.28), 0) rotate(calc(var(--card-anim-rotate) * 0.8)) scale(calc(var(--attention-scale) + (var(--card-anim-zoom) * 0.55)));
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.22),
      inset 0 -42px 70px rgba(0,0,0,0.34),
      var(--card-effect-shadow, 0 0 0 0 transparent);
  }
  75% {
    transform: translate3d(calc(var(--card-anim-move) * -0.28), calc(var(--card-anim-move) * -0.57), 0) rotate(calc(var(--card-anim-rotate) * -0.65)) scale(calc(var(--attention-scale) + (var(--card-anim-zoom) * 0.72)));
  }
}

.arrow {
  position: absolute;
  right: 17px;
  bottom: 16px;
  width: 18px;
  text-align: right;
  font-size: 26px;
  line-height: 1;
  color: rgba(255,255,255,0.55);
}

@media (max-width: 420px) {
  .hero {
    height: 430px;
  }

  .profile h1 {
    font-size: 42px;
  }

  .sections {
    gap: 14px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 30px;
  }

  .block {
    min-height: 154px;
    padding: 16px;
    border-radius: 26px;
  }

  .card-icon {
    top: 16px;
    left: 16px;
    width: 44px;
    height: 44px;
  }

  .label {
    font-size: 16px;
  }

  .block p {
    font-size: 12px;
  }
}

@media (min-width: 860px) {
  body {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(24px, 4vw, 48px);
  }

  .phone {
    width: min(100%, 1120px);
    max-width: none;
    min-height: 680px;
    display: grid;
    grid-template-columns: minmax(320px, 440px) minmax(0, 640px);
    grid-template-rows: auto 1fr;
    grid-template-areas:
      "hero intro"
      "hero cards";
    align-items: stretch;
    column-gap: clamp(24px, 3.2vw, 42px);
    row-gap: 26px;
    margin: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }

  .hero {
    grid-area: hero;
    position: sticky;
    top: clamp(24px, 4vw, 48px);
    left: auto;
    width: 100%;
    height: auto;
    min-height: 680px;
    align-self: stretch;
    margin: 0;
    transform: none;
    border-radius: var(--layout-radius);
    box-shadow:
      inset 0 0 0 1px rgba(255,255,255,0.10),
      var(--layout-shadow);
  }

  .profile {
    grid-area: hero;
    align-self: end;
    justify-self: center;
    width: min(100%, 340px);
    margin: 0 0 150px;
    padding-top: 0;
  }

  .socials-stage {
    grid-area: hero;
    align-self: end;
    justify-self: center;
    position: relative;
    top: auto;
    margin: 0 0 58px;
  }

  .social-hint {
    display: none;
  }

  .desktop-intro {
    grid-area: intro;
    display: block;
    align-self: start;
    max-width: 620px;
    padding-top: 0;
  }

  .desktop-intro h2 {
    max-width: 610px;
    color: rgba(232,238,244,0.82);
    font-size: clamp(44px, 4.5vw, 64px);
    line-height: 0.96;
    font-weight: 880;
    letter-spacing: 0;
    text-wrap: balance;
    text-shadow: 0 16px 42px rgba(0,0,0,0.48);
  }

  .desktop-intro h2 span {
    display: block;
    color: rgba(186,205,226,0.72);
    font-style: italic;
    font-weight: 760;
    text-shadow: 0 14px 34px rgba(43,84,118,0.18);
  }

  .sections {
    grid-area: cards;
    align-self: start;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--content-card-gap);
    width: 100%;
    margin: var(--content-section-margin-top) 0 0;
    padding: 0 0 var(--content-section-padding-bottom);
  }

  .sections::before {
    display: none;
  }

  .block {
    min-height: 210px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .block.is-animated-card {
    animation: none;
  }
}

.block:hover .arrow,
.block:hover .plus {
  transform: translateX(4px);
  color: rgba(255,255,255,0.9);
}

.arrow,
.plus {
  transition: 0.25s ease;
}

/* Builder-only onboarding empty states. Hidden from the public site. */
.phone.is-builder .hero,
.phone.is-builder .profile,
.phone.is-builder .socials-stage,
.phone.is-builder .sections,
.phone.is-builder .desktop-intro {
  position: relative;
}

.phone.is-builder .builder-helper-label {
  position: absolute;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  background: rgba(8,9,12,0.28);
  color: rgba(255,255,255,0.45);
  font-size: 11px;
  font-weight: 560;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.phone.is-builder .is-hero-label {
  top: 14px;
  left: 14px;
}

.phone.is-builder .is-profile-label {
  top: 204px;
  left: 50%;
  transform: translateX(-50%);
}

.phone.is-builder .is-socials-label {
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.phone.is-builder .is-cards-label {
  top: 8px;
  left: 30px;
}

.phone.is-builder .builder-hero-empty {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 46px;
  min-height: 136px;
  z-index: 12;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(130,201,255,0.16), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,0.105), rgba(255,255,255,0.032)),
    rgba(8,9,12,0.48);
  color: #fff;
  font: inherit;
  text-align: center;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 18px 42px rgba(0,0,0,0.13);
  backdrop-filter: blur(12px) saturate(1.08);
  -webkit-backdrop-filter: blur(12px) saturate(1.08);
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.phone.is-builder .builder-hero-empty:hover,
.phone.is-builder .builder-hero-empty:focus-visible,
.phone.is-builder .builder-socials-empty:hover,
.phone.is-builder .builder-socials-empty:focus-visible,
.phone.is-builder .roa-builder-inline-add-card:hover,
.phone.is-builder .roa-builder-inline-add-card:focus-visible {
  border-color: rgba(130,201,255,0.42) !important;
  background:
    linear-gradient(135deg, rgba(130,201,255,0.11), rgba(255,255,255,0.055)),
    rgba(255,255,255,0.065) !important;
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.13), 0 18px 42px rgba(0,0,0,0.18);
}

.builder-empty-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04)),
    rgba(255,255,255,0.06);
}

.builder-empty-icon::before {
  content: "";
  width: 15px;
  height: 12px;
  border: 1.5px solid rgba(255,255,255,0.60);
  border-radius: 4px;
  box-shadow: inset 5px -4px 0 -3px rgba(255,255,255,0.60);
}

.builder-empty-kicker,
.builder-add-card-copy strong {
  display: block;
  color: rgba(255,255,255,0.86);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.2;
}

.builder-empty-copy,
.builder-add-card-copy small {
  display: block;
  max-width: 260px;
  color: rgba(255,255,255,0.50);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.builder-empty-action,
.builder-add-card-copy em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-top: 4px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.085);
  color: rgba(255,255,255,0.82);
  font-size: 12px;
  font-style: normal;
  font-weight: 680;
}

.phone.is-builder [data-builder-placeholder] {
  min-height: 1.15em;
}

.phone.is-builder [data-builder-placeholder]:empty::before {
  content: attr(data-builder-placeholder);
  color: rgba(255,255,255,0.46);
  text-shadow: none;
}

.phone.is-builder .is-builder-empty-text {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.phone.is-builder .profile .is-builder-empty-text {
  width: fit-content;
  min-width: 120px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 0;
}

.phone.is-builder .profile h1.is-builder-empty-text {
  min-width: 72px;
  font-size: 30px !important;
  font-weight: 620 !important;
  line-height: 1.05;
}

.phone.is-builder .is-builder-empty-hero .roa-builder-hero-upload {
  display: none;
}

.phone.is-builder .social-hint.is-builder-empty-text {
  display: block;
  min-width: 0;
  text-align: center;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.045) !important;
  color: rgba(255,255,255,0.50) !important;
  box-shadow: none !important;
}

.phone.is-builder .desktop-intro {
  display: none;
  position: relative;
  z-index: 20;
  margin: 18px 24px 0;
}

.phone.is-builder .desktop-intro:has(h2:not(:empty)) {
  display: block;
}

.phone.is-builder .desktop-intro h2.is-builder-empty-text {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 12px 14px;
  color: rgba(255,255,255,0.68);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 650;
  text-align: center;
}

.phone.is-builder .builder-socials-empty {
  width: auto;
  min-width: 150px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  padding: 3px 4px 0;
  display: grid;
  justify-items: center;
  gap: 6px;
  font: inherit;
  text-align: center;
  cursor: pointer;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.phone.is-builder .builder-social-ghosts {
  display: flex;
  gap: 7px;
  margin-bottom: 0;
}

.phone.is-builder .builder-social-ghosts i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.055);
}

.phone.is-builder .builder-social-ghosts .is-plus {
  position: relative;
  border-color: rgba(130,201,255,0.28);
  background: rgba(130,201,255,0.12);
}

.phone.is-builder .builder-social-ghosts .is-plus::before,
.phone.is-builder .builder-social-ghosts .is-plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 1.5px;
  border-radius: 999px;
  background: rgba(255,255,255,0.78);
  transform: translate(-50%, -50%);
}

.phone.is-builder .builder-social-ghosts .is-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.phone.is-builder .sections {
  padding-top: 24px;
}

.phone.is-builder .builder-socials-empty .builder-empty-kicker {
  color: rgba(255,255,255,0.46);
  font-size: 11px;
  font-weight: 560;
}

.phone.is-builder .sections .roa-builder-inline-add-card {
  border: 1px solid rgba(255,255,255,0.10) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(130,201,255,0.12), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.028)),
    rgba(255,255,255,0.038) !important;
  cursor: pointer;
}

.phone.is-builder .sections .roa-builder-inline-add-card img {
  width: 34px;
  height: 34px;
  margin: auto;
  padding: 8px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50%;
  background: rgba(255,255,255,0.07);
  opacity: 0.86;
}

.phone.is-builder .sections .roa-builder-inline-add-card .builder-add-card-copy {
  display: grid;
  justify-items: center;
  gap: 7px;
  width: 100%;
  text-align: center;
}

.phone.is-builder .sections .roa-builder-inline-add-card:not(.is-empty-add-card) {
  min-height: 96px;
  align-items: center;
  justify-content: center;
}

.phone.is-builder .sections .roa-builder-inline-add-card:not(.is-empty-add-card) img {
  display: none;
}

.phone.is-builder .sections .roa-builder-inline-add-card.is-empty-add-card {
  min-height: 172px;
  align-items: center;
}

@media (min-width: 860px) {
  .phone.is-builder .is-profile-label {
    top: auto;
    bottom: 296px;
  }

  .phone.is-builder .is-socials-label {
    top: auto;
    bottom: 118px;
  }

  .phone.is-builder .is-cards-label {
    top: -34px;
    left: 0;
  }

  .phone.is-builder .builder-hero-empty {
    top: 58px;
    min-height: 154px;
  }

  .phone.is-builder .desktop-intro {
    margin: 0;
  }

  .phone.is-builder .sections {
    padding-top: 0;
  }
}

/* Builder skeleton states: keep the empty preview in the same composition as the filled site. */
.phone.is-builder .hero {
  position: fixed;
  top: 0;
  left: 50%;
  width: min(430px, 100vw);
  height: 465px;
  margin-bottom: -34px;
  transform: translateX(-50%);
  overflow: hidden;
}

.phone.is-builder .profile {
  position: relative;
}

.phone.is-builder .socials-stage {
  position: sticky;
}

.phone.is-builder .sections {
  position: relative;
}

.phone.is-builder .hero.is-builder-empty-hero .hero-placeholder {
  z-index: 1;
  display: block;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,0.17), transparent 24%),
    radial-gradient(circle at 28% 8%, rgba(130,201,255,0.14), transparent 28%),
    linear-gradient(145deg, rgba(38,43,52,0.98), rgba(10,11,15,0.98) 58%, #050505 100%);
}

.phone.is-builder .hero.is-builder-empty-hero .hero-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-110%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.09), transparent);
  animation: skeletonShimmer 1.55s ease-in-out infinite;
}

.phone.is-builder .builder-hero-empty {
  position: absolute;
  left: 50%;
  top: 138px;
  right: auto;
  z-index: 5;
  width: auto;
  min-width: 166px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(5,6,9,0.38);
  color: rgba(255,255,255,0.88);
  font: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(0,0,0,0.24), inset 0 1px 0 rgba(255,255,255,0.10);
  backdrop-filter: blur(14px) saturate(1.12);
  -webkit-backdrop-filter: blur(14px) saturate(1.12);
  transform: translateX(-50%);
}

.phone.is-builder .builder-hero-empty:hover,
.phone.is-builder .builder-hero-empty:focus-visible {
  border-color: rgba(130,201,255,0.42) !important;
  background: rgba(18,22,28,0.56) !important;
  transform: translateX(-50%) translateY(-1px);
}

.phone.is-builder .builder-hero-empty .builder-empty-icon {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
}

.phone.is-builder .builder-hero-empty .builder-empty-icon::before {
  width: 13px;
  height: 10px;
}

.phone.is-builder .builder-hero-empty .builder-empty-kicker {
  color: rgba(255,255,255,0.88);
  font-size: 13px;
  font-weight: 720;
  line-height: 1;
  white-space: nowrap;
}

.phone.is-builder .builder-hero-empty .builder-empty-copy {
  display: none;
}

.phone.is-builder .builder-hero-empty .builder-empty-action {
  min-height: 26px;
  margin: 0;
  padding: 0 9px;
  border-color: rgba(130,201,255,0.20);
  background: rgba(130,201,255,0.12);
  color: rgba(255,255,255,0.84);
  font-size: 11px;
  line-height: 1;
}

.phone.is-builder [data-builder-placeholder] {
  min-height: 1em;
}

.phone.is-builder [data-builder-placeholder]:empty::before {
  content: attr(data-builder-placeholder);
  color: rgba(255,255,255,0.42);
  text-shadow: inherit;
}

.phone.is-builder .is-builder-empty-text {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.phone.is-builder .profile .is-builder-empty-text {
  width: auto;
  min-width: 0;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.phone.is-builder .profile h1.is-builder-empty-text {
  min-width: 0;
  font-size: 48px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

.phone.is-builder .username.is-builder-empty-text {
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
}

.phone.is-builder .profile-meta.is-builder-empty-text {
  font-size: 13px;
  font-weight: 650;
  line-height: normal;
}

.phone.is-builder .socials-stage {
  margin: 18px auto 0;
  min-height: 72px;
}

.phone.is-builder .socials {
  align-items: center;
}

.phone.is-builder .builder-socials-empty {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  min-height: 42px;
  display: inline-grid;
  justify-items: center;
  gap: 4px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  text-align: center;
  cursor: pointer;
}

.phone.is-builder .builder-social-ghosts {
  display: flex;
  gap: 8px;
  margin: 0;
}

.phone.is-builder .builder-social-ghosts i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.phone.is-builder .builder-social-ghosts .is-plus {
  border-color: rgba(130,201,255,0.30);
  background: rgba(130,201,255,0.14);
}

.phone.is-builder .builder-socials-empty .builder-empty-kicker {
  color: rgba(255,255,255,0.44);
  font-size: 10px;
  font-weight: 620;
  line-height: 1;
}

.phone.is-builder .social-hint.is-builder-empty-text {
  min-width: 0;
  margin-top: 18px;
  padding: 7px 12px;
  border-color: rgba(255,255,255,0.10);
  background: rgba(5,5,5,0.34) !important;
  color: rgba(255,255,255,0.42) !important;
}

.phone.is-builder .sections {
  margin-top: var(--content-section-margin-top);
  padding: 42px 30px var(--content-section-padding-bottom);
}

.phone.is-builder .sections .roa-builder-inline-add-card.is-empty-add-card {
  min-height: 164px;
  padding: 18px;
  border-radius: 28px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.phone.is-builder .sections .roa-builder-inline-add-card.is-empty-add-card .builder-add-card-copy {
  justify-items: start;
  gap: 5px;
  text-align: left;
}

.phone.is-builder .sections .roa-builder-inline-add-card.is-empty-add-card .builder-add-card-copy strong {
  font-size: 17px;
  font-weight: 780;
}

.phone.is-builder .sections .roa-builder-inline-add-card.is-empty-add-card .builder-add-card-copy small {
  max-width: 240px;
}

.phone.is-builder .sections .roa-builder-inline-add-card.is-empty-add-card .builder-add-card-copy em {
  margin-top: 3px;
}

@media (max-width: 420px) {
  .phone.is-builder .hero {
    height: 430px;
  }

  .phone.is-builder .profile h1.is-builder-empty-text {
    font-size: 42px !important;
  }

  .phone.is-builder .sections {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: var(--content-section-padding-bottom);
  }

  .phone.is-builder .sections .roa-builder-inline-add-card.is-empty-add-card {
    min-height: 154px;
    padding: 16px;
    border-radius: 26px;
  }
}

@media (min-width: 860px) {
  .phone.is-builder .hero {
    grid-area: hero;
    position: sticky;
    top: clamp(24px, 4vw, 48px);
    left: auto;
    width: 100%;
    height: auto;
    min-height: 680px;
    align-self: stretch;
    margin: 0;
    transform: none;
    border-radius: var(--layout-radius);
    box-shadow:
      inset 0 0 0 1px rgba(255,255,255,0.10),
      var(--layout-shadow);
  }

  .phone.is-builder .builder-hero-empty {
    top: 42%;
  }

  .phone.is-builder .profile {
    grid-area: hero;
    align-self: end;
    justify-self: center;
    width: min(100%, 340px);
    margin: 0 0 150px;
    padding-top: 0;
  }

  .phone.is-builder .socials-stage {
    grid-area: hero;
    align-self: end;
    justify-self: center;
    position: relative;
    top: auto;
    margin: 0 0 58px;
  }

  .phone.is-builder .social-hint,
  .phone.is-builder .social-hint.is-builder-empty-text {
    display: none;
  }

  .phone.is-builder .sections {
    grid-area: cards;
    margin: var(--content-section-margin-top) 0 0;
    padding: 0 0 var(--content-section-padding-bottom);
  }

  .phone.is-builder .sections .roa-builder-inline-add-card.is-empty-add-card {
    min-height: 210px;
  }
}

/* Builder hero empty state v2: the empty button is the full hero overlay, not a card in the layout. */
.phone.is-builder .hero.is-builder-empty-hero {
  min-height: 465px;
}

.phone.is-builder .hero.is-builder-empty-hero .hero-placeholder {
  z-index: 1;
  display: block;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,0.16), transparent 24%),
    radial-gradient(circle at 32% 8%, rgba(130,201,255,0.13), transparent 30%),
    linear-gradient(145deg, rgba(38,43,52,0.98), rgba(10,11,15,0.98) 58%, #050505 100%);
}

.phone.is-builder .builder-hero-empty {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: auto;
  min-width: 0;
  min-height: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  padding: 136px 18px 0;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,0.08), transparent 24%),
    linear-gradient(to bottom, rgba(255,255,255,0.02), rgba(5,5,5,0.16) 72%, rgba(5,5,5,0.34));
  color: rgba(255,255,255,0.88);
  font: inherit;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  transform: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.phone.is-builder .builder-hero-empty:hover,
.phone.is-builder .builder-hero-empty:focus-visible {
  border-color: transparent !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,0.10), transparent 24%),
    linear-gradient(to bottom, rgba(255,255,255,0.025), rgba(5,5,5,0.16) 72%, rgba(5,5,5,0.34)) !important;
  transform: none;
  box-shadow: none;
}

.phone.is-builder .builder-hero-empty .builder-empty-icon,
.phone.is-builder .builder-hero-empty .builder-empty-kicker,
.phone.is-builder .builder-hero-empty .builder-empty-action {
  position: relative;
  z-index: 1;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  background: rgba(5,6,9,0.46);
  border-top: 1px solid rgba(255,255,255,0.14);
  border-bottom: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 12px 30px rgba(0,0,0,0.22);
  backdrop-filter: blur(14px) saturate(1.12);
  -webkit-backdrop-filter: blur(14px) saturate(1.12);
}

.phone.is-builder .builder-hero-empty .builder-empty-icon {
  flex: 0 0 38px;
  width: 38px;
  height: 34px;
  justify-content: center;
  border-left: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px 0 0 999px;
}

.phone.is-builder .builder-hero-empty .builder-empty-icon::before {
  width: 14px;
  height: 11px;
}

.phone.is-builder .builder-hero-empty .builder-empty-kicker {
  padding: 0 8px 0 0;
  color: rgba(255,255,255,0.88);
  font-size: 13px;
  font-weight: 720;
  line-height: 1;
  white-space: nowrap;
}

.phone.is-builder .builder-hero-empty .builder-empty-copy {
  display: none;
}

.phone.is-builder .builder-hero-empty .builder-empty-action {
  min-height: 34px;
  margin: 0;
  padding: 0 12px;
  border-right: 1px solid rgba(255,255,255,0.14);
  border-left: 1px solid rgba(130,201,255,0.18);
  border-radius: 0 999px 999px 0;
  color: rgba(255,255,255,0.84);
  font-size: 11px;
  font-weight: 720;
  line-height: 1;
}

@media (max-width: 420px) {
  .phone.is-builder .hero.is-builder-empty-hero {
    min-height: 430px;
  }

  .phone.is-builder .builder-hero-empty {
    padding-top: 124px;
  }
}

@media (min-width: 860px) {
  .phone.is-builder .hero.is-builder-empty-hero {
    min-height: 680px;
  }

  .phone.is-builder .builder-hero-empty {
    padding-top: 280px;
  }
}

/* Empty builder preview refinement: subtle hero control, stronger socials, clean hover. */
.phone.is-builder .hero.is-builder-empty-hero .hero-placeholder {
  background:
    radial-gradient(circle at 50% 24%, rgba(255,255,255,0.18), transparent 24%),
    radial-gradient(circle at 48% 18%, rgba(130,201,255,0.11), transparent 34%),
    linear-gradient(145deg, rgba(39,45,54,0.98), rgba(10,11,15,0.99) 58%, #050505 100%);
}

.phone.is-builder .builder-hero-empty {
  align-items: center;
  padding: 0 18px 108px;
  background:
    radial-gradient(circle at 50% 24%, rgba(255,255,255,0.045), transparent 24%),
    linear-gradient(to bottom, rgba(255,255,255,0.015), rgba(5,5,5,0.12) 70%, rgba(5,5,5,0.32));
}

.phone.is-builder .builder-hero-empty::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 22%;
  width: 132px;
  height: 92px;
  border: 1px solid rgba(255,255,255,0.055);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.045), rgba(255,255,255,0.012)),
    rgba(255,255,255,0.018);
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0.68;
}

.phone.is-builder .builder-hero-empty:hover,
.phone.is-builder .builder-hero-empty:focus-visible {
  background:
    radial-gradient(circle at 50% 24%, rgba(255,255,255,0.055), transparent 24%),
    linear-gradient(to bottom, rgba(255,255,255,0.018), rgba(5,5,5,0.12) 70%, rgba(5,5,5,0.32)) !important;
}

.phone.is-builder .builder-hero-empty .builder-empty-icon,
.phone.is-builder .builder-hero-empty .builder-empty-kicker,
.phone.is-builder .builder-hero-empty .builder-empty-action {
  min-height: 36px;
  background: rgba(8,10,14,0.52);
  border-color: rgba(255,255,255,0.13);
  box-shadow: 0 12px 26px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.08);
}

.phone.is-builder .builder-hero-empty .builder-empty-icon {
  flex-basis: 40px;
  width: 40px;
  height: 36px;
}

.phone.is-builder .builder-hero-empty .builder-empty-kicker {
  padding-right: 9px;
  font-size: 13px;
}

.phone.is-builder .builder-hero-empty .builder-empty-action {
  min-height: 36px;
  padding: 0 13px;
  background:
    linear-gradient(135deg, rgba(130,201,255,0.17), rgba(255,255,255,0.055)),
    rgba(8,10,14,0.52);
}

.phone.is-builder .builder-hero-empty:hover .builder-empty-icon,
.phone.is-builder .builder-hero-empty:hover .builder-empty-kicker,
.phone.is-builder .builder-hero-empty:hover .builder-empty-action,
.phone.is-builder .builder-hero-empty:focus-visible .builder-empty-icon,
.phone.is-builder .builder-hero-empty:focus-visible .builder-empty-kicker,
.phone.is-builder .builder-hero-empty:focus-visible .builder-empty-action {
  border-color: rgba(130,201,255,0.24);
  background-color: rgba(12,15,20,0.62);
}

.phone.is-builder .socials-stage:has(.builder-socials-empty) {
  min-height: 70px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.phone.is-builder .builder-socials-empty,
.phone.is-builder .builder-socials-empty:hover,
.phone.is-builder .builder-socials-empty:focus-visible {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.phone.is-builder .builder-socials-empty {
  gap: 5px;
}

.phone.is-builder .builder-social-ghosts {
  align-items: center;
  gap: 9px;
}

.phone.is-builder .builder-social-ghosts i {
  width: 40px;
  height: 40px;
  border-color: rgba(255,255,255,0.17);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.10), rgba(255,255,255,0.045)),
    rgba(255,255,255,0.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 6px 18px rgba(0,0,0,0.14);
  opacity: 0.82;
}

.phone.is-builder .builder-social-ghosts .is-plus {
  width: 48px;
  height: 48px;
  border-color: rgba(130,201,255,0.54);
  background:
    radial-gradient(circle at 50% 35%, rgba(255,255,255,0.18), transparent 42%),
    linear-gradient(145deg, rgba(130,201,255,0.30), rgba(130,201,255,0.11)),
    rgba(255,255,255,0.06);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.16),
    0 0 0 4px rgba(130,201,255,0.055),
    0 10px 24px rgba(0,0,0,0.20);
  opacity: 1;
}

.phone.is-builder .builder-social-ghosts .is-plus::before,
.phone.is-builder .builder-social-ghosts .is-plus::after {
  width: 15px;
  height: 2px;
  background: rgba(255,255,255,0.88);
}

.phone.is-builder .builder-socials-empty .builder-empty-kicker {
  margin-top: -1px;
  color: rgba(255,255,255,0.54);
  font-size: 10px;
  font-weight: 680;
}

.phone.is-builder .builder-socials-empty:hover .builder-social-ghosts i,
.phone.is-builder .builder-socials-empty:focus-visible .builder-social-ghosts i {
  border-color: rgba(255,255,255,0.22);
  opacity: 0.9;
}

.phone.is-builder .builder-socials-empty:hover .builder-social-ghosts .is-plus,
.phone.is-builder .builder-socials-empty:focus-visible .builder-social-ghosts .is-plus {
  border-color: rgba(130,201,255,0.68);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    0 0 0 5px rgba(130,201,255,0.07),
    0 12px 26px rgba(0,0,0,0.22);
  transform: scale(1.025);
}

.phone.is-builder .social-hint.is-builder-empty-text {
  margin-top: 14px;
}

.phone.is-builder .sections {
  margin-top: var(--content-section-margin-top);
  padding-top: 38px;
}

.phone.is-builder .sections .roa-builder-inline-add-card.is-empty-add-card {
  gap: 14px;
}

@media (max-width: 420px) {
  .phone.is-builder .builder-hero-empty {
    padding-bottom: 96px;
  }

  .phone.is-builder .sections {
    margin-top: var(--content-section-margin-top);
    padding-top: 34px;
  }
}

@media (min-width: 860px) {
  .phone.is-builder .builder-hero-empty {
    padding: 0 18px 160px;
  }

  .phone.is-builder .socials-stage:has(.builder-socials-empty) {
    min-height: 72px;
  }

  .phone.is-builder .sections {
    margin: var(--content-section-margin-top) 0 0;
    padding: 0 0 var(--content-section-padding-bottom);
  }
}

/* Builder empty controls v3: match filled-state add controls without extra duplicated CTAs. */
.phone.is-builder .builder-hero-empty .builder-empty-action,
.phone.is-builder .builder-hero-empty .builder-empty-copy {
  display: none !important;
}

.phone.is-builder .builder-hero-empty .builder-empty-icon,
.phone.is-builder .builder-hero-empty .builder-empty-kicker {
  min-height: 36px;
  background: rgba(7,8,10,0.42);
  border-top: 1px solid rgba(255,255,255,0.16);
  border-bottom: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 10px 24px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(12px) saturate(1.1);
  -webkit-backdrop-filter: blur(12px) saturate(1.1);
}

.phone.is-builder .builder-hero-empty .builder-empty-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-left: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px 0 0 999px;
}

.phone.is-builder .builder-hero-empty .builder-empty-icon::before,
.phone.is-builder .builder-hero-empty .builder-empty-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 1.8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  box-shadow: none;
  transform: translate(-50%, -50%);
}

.phone.is-builder .builder-hero-empty .builder-empty-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.phone.is-builder .builder-hero-empty .builder-empty-kicker {
  padding: 0 13px 0 2px;
  border-right: 1px solid rgba(255,255,255,0.16);
  border-radius: 0 999px 999px 0;
  color: rgba(255,255,255,0.90);
  font-size: 12px;
  font-weight: 700;
}

.phone.is-builder .builder-hero-empty:hover .builder-empty-icon,
.phone.is-builder .builder-hero-empty:hover .builder-empty-kicker,
.phone.is-builder .builder-hero-empty:focus-visible .builder-empty-icon,
.phone.is-builder .builder-hero-empty:focus-visible .builder-empty-kicker {
  border-color: rgba(130,201,255,0.28);
  background: rgba(10,12,16,0.58);
}

.phone.is-builder .builder-social-ghosts i:not(.is-plus) {
  display: none;
}

.phone.is-builder .builder-socials-empty {
  gap: 6px;
}

.phone.is-builder .builder-social-ghosts {
  display: grid;
  place-items: center;
  gap: 0;
}

.phone.is-builder .builder-social-ghosts .is-plus {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.13);
  background: rgba(255,255,255,0.065);
  box-shadow: none;
  opacity: 1;
}

.phone.is-builder .builder-social-ghosts .is-plus::before,
.phone.is-builder .builder-social-ghosts .is-plus::after {
  width: 16px;
  height: 2px;
  background: rgba(255,255,255,0.86);
}

.phone.is-builder .builder-socials-empty:hover .builder-social-ghosts .is-plus,
.phone.is-builder .builder-socials-empty:focus-visible .builder-social-ghosts .is-plus {
  border-color: rgba(130,201,255,0.36);
  background: rgba(130,201,255,0.10);
  box-shadow: 0 0 0 4px rgba(130,201,255,0.045);
  transform: scale(1.035);
}

.phone.is-builder .builder-socials-empty .builder-empty-kicker {
  color: rgba(255,255,255,0.50);
  font-size: 10px;
  font-weight: 650;
}

.phone.is-builder .sections .roa-builder-inline-add-card.is-empty-add-card {
  cursor: pointer;
  justify-content: space-between;
}

.phone.is-builder .sections .roa-builder-inline-add-card.is-empty-add-card .builder-add-card-copy {
  gap: 6px;
}

.phone.is-builder .sections .roa-builder-inline-add-card.is-empty-add-card .builder-add-card-copy em {
  display: none !important;
}

.phone.is-builder .sections .roa-builder-inline-add-card.is-empty-add-card:hover,
.phone.is-builder .sections .roa-builder-inline-add-card.is-empty-add-card:focus-visible {
  border-color: rgba(130,201,255,0.30) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(130,201,255,0.16), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,0.09), rgba(255,255,255,0.034)),
    rgba(255,255,255,0.044) !important;
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 18px 42px rgba(0,0,0,0.18) !important;
}

.phone.is-builder .hero.is-builder-empty-hero .hero-placeholder::after {
  display: none !important;
  animation: none !important;
}

/* Empty hero uses the exact filled-state upload button markup; only the position is centered. */
.phone.is-builder .hero.is-builder-empty-hero .roa-builder-hero-upload.builder-hero-empty {
  position: absolute;
  left: 50%;
  top: calc(50% - 54px);
  right: auto;
  z-index: 24;
  min-width: 118px;
  width: auto;
  height: 36px;
  min-height: 36px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(7,8,10,0.34);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 11px;
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 680;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0,0,0,0.22);
  transform: translate(-50%, -50%);
}

.phone.is-builder .hero.is-builder-empty-hero .roa-builder-hero-upload.builder-hero-empty img {
  width: 16px;
  height: 16px;
  display: block;
  object-fit: contain;
  pointer-events: none;
}

.phone.is-builder .hero.is-builder-empty-hero .roa-builder-hero-upload.builder-hero-empty span {
  pointer-events: none;
  white-space: nowrap;
}

.phone.is-builder .hero.is-builder-empty-hero .roa-builder-hero-upload.builder-hero-empty::before,
.phone.is-builder .hero.is-builder-empty-hero .roa-builder-hero-upload.builder-hero-empty::after {
  display: none !important;
}

.phone.is-builder .hero.is-builder-empty-hero .roa-builder-hero-upload.builder-hero-empty:hover,
.phone.is-builder .hero.is-builder-empty-hero .roa-builder-hero-upload.builder-hero-empty:focus-visible {
  border-color: rgba(255,255,255,0.22);
  background: rgba(7,8,10,0.46) !important;
  transform: translate(-50%, -50%);
}

@media (max-width: 420px) {
  .phone.is-builder .hero.is-builder-empty-hero .roa-builder-hero-upload.builder-hero-empty {
    top: calc(50% - 48px);
  }
}

@media (min-width: 860px) {
  .phone.is-builder .hero.is-builder-empty-hero .roa-builder-hero-upload.builder-hero-empty {
    top: calc(50% - 80px);
  }
}

/* Minimal builder add-card affordance after existing cards. */
.phone.is-builder .sections .roa-builder-inline-add-card:not(.is-empty-add-card) {
  min-height: 72px;
  padding: 14px 16px;
  border-radius: 22px;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px dashed rgba(255,255,255,0.12) !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.045), rgba(255,255,255,0.018)),
    rgba(255,255,255,0.018) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05) !important;
}

.phone.is-builder .sections .roa-builder-inline-add-card:not(.is-empty-add-card)::before,
.phone.is-builder .sections .roa-builder-inline-add-card:not(.is-empty-add-card)::after {
  display: none !important;
}

.phone.is-builder .sections .roa-builder-inline-add-card:not(.is-empty-add-card) img {
  display: block;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 7px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  opacity: 0.82;
}

.phone.is-builder .sections .roa-builder-inline-add-card:not(.is-empty-add-card) .builder-add-card-copy {
  display: block;
  width: auto;
  text-align: left;
}

.phone.is-builder .sections .roa-builder-inline-add-card:not(.is-empty-add-card) .builder-add-card-copy strong {
  color: rgba(255,255,255,0.70);
  font-size: 13px;
  font-weight: 680;
  line-height: 1;
}

.phone.is-builder .sections .roa-builder-inline-add-card:not(.is-empty-add-card):hover,
.phone.is-builder .sections .roa-builder-inline-add-card:not(.is-empty-add-card):focus-visible {
  border-color: rgba(255,255,255,0.22) !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.060), rgba(255,255,255,0.024)),
    rgba(255,255,255,0.024) !important;
  transform: translateY(-1px) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 10px 24px rgba(0,0,0,0.12) !important;
}

@media (min-width: 860px) {
  .phone.is-builder .sections .roa-builder-inline-add-card:not(.is-empty-add-card) {
    grid-column: span 1;
    min-height: 86px;
  }
}

/* Force-mobile layout must win over desktop and builder-specific refinements. */
@media (min-width: 860px) {
  .phone.force-mobile-layout {
    width: 100% !important;
    max-width: 430px !important;
    min-height: 100vh;
    display: block !important;
    margin: 0 auto !important;
    background: var(--content-bg-color) !important;
    border-radius: var(--layout-radius) !important;
    overflow: hidden !important;
    box-shadow: var(--layout-shadow) !important;
  }

  .phone.force-mobile-layout .hero {
    position: fixed !important;
    top: 0 !important;
    left: 50% !important;
    width: min(430px, 100vw) !important;
    height: 465px !important;
    min-height: 0 !important;
    margin: 0 0 -34px !important;
    transform: translateX(-50%) !important;
    border-radius: var(--layout-radius) var(--layout-radius) 0 0 !important;
  }

  .phone.force-mobile-layout .profile {
    width: auto !important;
    margin: 0 auto !important;
    padding-top: 306px !important;
  }

  .phone.force-mobile-layout .socials-stage {
    position: sticky !important;
    top: 14px !important;
    margin: 22px auto 0 !important;
  }

  .phone.force-mobile-layout .social-hint {
    display: inline-flex !important;
  }

  .phone.force-mobile-layout .desktop-intro {
    display: none !important;
  }

  .phone.force-mobile-layout .sections {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: var(--content-card-gap) !important;
    margin-top: var(--content-section-margin-top) !important;
    padding: 42px 30px var(--content-section-padding-bottom) !important;
  }

  .phone.force-mobile-layout .sections::before {
    display: block !important;
  }

  .phone.force-mobile-layout .block {
    min-height: 178px !important;
  }
}
