.hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 24px;
  min-height: 555px;
  padding-top: 26px;
  align-items: start;
}

.hero-content {
  position: relative;
  z-index: 9;
  padding-top: 20px;
}
.hero h1 {
  max-width: 790px;
  margin: 0 0 22px;
  font-size: clamp(58px, 5vw, 82px);
  line-height: 0.93;
  letter-spacing: -3.6px;
  font-weight: 950;
}
.hero h1 span {
  color: var(--green);
  text-shadow: 0 6px 0 rgba(47, 120, 57, 0.08);
}
.hero p {
  margin: 0 0 30px;
  color: #312d27;
  font-size: 20px;
  line-height: 1.38;
  font-weight: 520;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-bottom: 28px;
}
.btn {
  height: 60px;
  padding: 0 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 13px;
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}
.btn.primary {
  min-width: 310px;
  color: #fff;
  background: linear-gradient(145deg, #3f8f49, #1d6a2d);
  box-shadow: 0 14px 24px rgba(34, 97, 43, 0.18);
}
.btn.secondary {
  min-width: 258px;
  border: 1.5px solid rgba(33, 30, 26, 0.47);
  background: rgba(255, 250, 241, 0.75);
}
.trust-row {
  display: flex;
  align-items: center;
  gap: 58px;
  color: #3f3932;
  font-size: 16px;
  font-weight: 650;
}
.trust-row div {
  display: flex;
  align-items: center;
  gap: 11px;
  white-space: nowrap;
}
.trust-row i {
  color: var(--green);
  font-size: 20px;
}

.hero-visual {
  position: relative;
  min-height: 570px;
  margin-top: -8px;
}
.hero-orbit {
  position: absolute;
  right: 88px;
  top: 50px;
  width: 628px;
  height: 492px;
  border-radius: 52% 48% 48% 52%;
  background: rgba(230, 211, 164, 0.55);
}
.bank-watermark {
  position: absolute;
  left: 24px;
  bottom: 86px;
  color: rgba(176, 154, 116, 0.3);
  font-size: 166px;
}
.hero-character-mask {
  position: absolute;
  z-index: 5;
  left:0px;
  top: 8px;
  width: 520px;
  height: 560px;
  overflow: hidden;
  pointer-events: none;
}
.hero-character {
  position: absolute;
  left: 48px;
  top: -4px;
  height: 510px;
  width: auto;
  max-width: none;
  filter: drop-shadow(0 20px 18px rgba(0, 0, 0, 0.08));
}
.social-bubble {
  position: absolute;
  z-index: 8;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}
.social-bubble i {
  line-height: 1;
}
.social-telegram {
  left: 64px;
  top: 82px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: linear-gradient(145deg, #55c5fb, #1789cf);
  color: #fff;
  font-size: 75px;
  transform: rotate(-12deg);
}
.social-tiktok {
  right: 116px;
  top: 24px;
  width: 126px;
  height: 126px;
  border-radius: 26px;
  background: #050505;
  color: #fff;
  font-size: 74px;
  transform: rotate(-8deg);
  text-shadow: -5px 0 #25f4ee, 5px 0 #fe2c55;
}
.social-instagram {
  right: 4px;
  top: 244px;
  width: 124px;
  height: 124px;
  border-radius: 28px;
  background: radial-gradient(circle at 25% 105%, #ffd76e 0 16%, #f04f3d 38%, #a134c7 65%, #3a63ee 100%);
  color: #fff;
  font-size: 74px;
  transform: rotate(8deg);
}
.cloud {
  position: absolute;
  width: 120px;
  height: 46px;
  border-bottom: 8px solid rgba(210, 190, 158, 0.45);
  border-radius: 0 0 34px 34px;
}
.cloud::before,
.cloud::after {
  content: '';
  position: absolute;
  bottom: -8px;
  border: 8px solid rgba(210, 190, 158, 0.45);
  border-bottom: 0;
  border-radius: 60px 60px 0 0;
}
.cloud::before {
  left: 12px;
  width: 46px;
  height: 38px;
}
.cloud::after {
  left: 48px;
  width: 62px;
  height: 50px;
}
.cloud-a {
  right: 0;
  top: 188px;
  transform: scale(0.9);
}
.cloud-b {
  right: 106px;
  bottom: 122px;
  transform: scale(0.55);
}
.cloud-c {
  right: -6px;
  bottom: 68px;
  transform: scale(0.48);
}

.service-grid {
  position: relative;
  z-index: 12;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 15px;
}
.service-card {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
  min-height: 222px;
  overflow: hidden;
  padding: 24px 20px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 250, 241, 0.79);
  box-shadow: 0 10px 22px rgba(73, 48, 18, 0.05);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card::after {
  content: '';
  position: absolute;
  inset: auto -34px -70px auto;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(231, 208, 157, 0.24);
}
.service-card:hover {
  border-color: rgba(46, 120, 56, 0.35);
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(73, 48, 18, 0.09);
}
.service-card:focus-visible {
  outline: 3px solid rgba(47, 120, 57, .35);
  outline-offset: 4px;
}
.card-copy {
  position: relative;
  z-index: 3;
  max-width: 62%;
}
.service-card h2 {
  margin: 0 0 10px;
  font-size: 27px;
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: -0.9px;
}
.service-card p {
  min-height: 76px;
  margin: 0 0 12px;
  color: #2e2a25;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
}
.service-card-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 850;
}
.card-img {
  position: absolute;
  z-index: 2;
  max-width: none;
  height: 350px;
  width: auto;
  right: -10px;
  bottom: -152px;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.07));
  pointer-events: none;
}
.card-thinking {
  height: 352px;
  right: 20px;
  bottom: -190px;
}
.card-pointing {
  height: 360px;
  right: 0px;
  bottom: -200px;
}
.card-unlock {
  height: 356px;
  right: -10px;
  bottom: -192px;
}
.card-explain {
  height: 355px;
  right: -20px;
  bottom: -198px;
}
.card-cb {
  height: 360px;
  right: -0px;
  bottom: -198px;
}
.card-badge.tiktok {
  position: absolute;
  z-index: 4;
  top: 60px;
  right: 14px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #030303;
  color: #fff;
  font-size: 27px;
  text-shadow: -2px 0 #25f4ee, 2px 0 #fe2c55;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.12);
}

.stats {
  margin-top: 14px;
  min-height: 118px;
  padding: 20px 26px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  border: 1px solid rgba(222, 205, 173, 0.9);
  border-radius: 20px;
  background: rgba(247, 233, 207, 0.74);
  box-shadow: 0 12px 28px rgba(75, 49, 18, 0.04);
  position: relative;
  z-index: 12;
}
.stat {
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 10px;
  border-right: 1px solid rgba(159, 133, 91, 0.25);
}
.stat:last-child {
  border-right: 0;
}
.stat > i {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  color: var(--green);
  font-size: 58px;
  line-height: 1;
}
.stat strong {
  display: inline-block;
  margin-right: 8px;
  font-size: 32px;
  line-height: 1;
  font-weight: 950;
}
.stat span {
  display: inline-block;
  font-size: 17px;
  line-height: 1.05;
  font-weight: 900;
}
.stat small {
  display: block;
  margin-top: 5px;
  color: #686257;
  font-size: 14px;
  font-weight: 560;
}



/* Auth / profile button */

@media (max-width: 1500px) {
  .page-shell {
    padding-inline: 48px;
    border-radius: 42px;
  }
  .nav {
    gap: 16px;
  }
  .nav-link {
    min-width: auto;
    font-size: 16px;
    padding-inline: 18px;
  }
  .hero h1 {
    font-size: 70px;
  }
  .hero-character-mask {
    right: 58px;
  }
  .social-tiktok {
    right: 74px;
  }
  .service-card h2 {
    font-size: 24px;
  }
  .card-img {
    height: 326px;
    bottom: -140px;
  }
  .card-explain {
    right: -48px;
  }
  .card-cb {
    right: -44px;
  }
}

@media (max-width: 1200px) {
  .topbar {
    flex-wrap: wrap;
  }
  .nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 8px;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-visual {
    min-height: 520px;
  }
  .service-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0;
  }
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 780px) {
  .page-shell {
    width: calc(100% - 12px);
    margin: 6px auto;
    padding: 18px;
    border-radius: 30px;
  }
  .logo {
    width: 190px;
    height: 64px;
    font-size: 20px;
  }
  .telegram-btn {
    width: 100%;
    justify-content: center;
  }
  .hero h1 {
    font-size: 48px;
    letter-spacing: -2.2px;
  }
  .hero p br {
    display: none;
  }
  .btn,
  .btn.primary,
  .btn.secondary {
    width: 100%;
    min-width: 0;
  }
  .hero-actions,
  .trust-row {
    flex-wrap: wrap;
    gap: 14px;
  }
  .hero-character-mask {
    right: 0;
    width: 100%;
    transform: scale(0.86);
    transform-origin: top right;
  }
  .social-bubble {
    transform: scale(0.7);
  }
  .social-tiktok {
    right: 35px;
  }
  .social-instagram {
    right: -28px;
    top: 190px;
  }
  .service-grid,
  .stats {
    grid-template-columns: 1fr;
  }
  .stat {
    border-right: 0;
    border-bottom: 1px solid rgba(159, 133, 91, 0.25);
    padding-bottom: 14px;
  }
  .stat:last-child {
    border-bottom: 0;
  }
}


@media (max-width: 720px) {
  .auth-main-btn {
    height: 52px;
    padding: 0 18px;
    font-size: 16px;
  }

  .profile-menu {
    right: -6px;
    width: 250px;
  }

  .auth-card {
    padding: 30px 22px 24px;
    border-radius: 28px;
  }

  .auth-card-head {
    grid-template-columns: 58px 1fr;
  }

  .auth-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 24px;
  }

  .auth-card h2 {
    font-size: 27px;
  }
}

/* === RESPONSIVE FIX PACK === */
/* Large desktop */
@media (max-width: 1680px) {
  .page-shell {
    width: min(100% - 38px, 1680px);
    padding-left: 46px;
    padding-right: 46px;
  }

  .topbar {
    gap: 18px;
  }

  .nav {
    gap: 14px;
  }

  .nav-link {
    min-width: 112px;
    padding: 0 16px;
    font-size: 16px;
  }

  .auth-main-btn,
  .telegram-btn {
    padding: 0 24px;
    font-size: 18px;
  }
}

/* Laptop */
@media (max-width: 1366px) {
  .page-shell {
    width: min(100% - 28px, 1320px);
    margin-top: 14px;
    margin-bottom: 14px;
    padding: 24px 34px 38px;
    border-radius: 34px;
  }

  .topbar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }

  .logo {
    width: 172px;
    height: 54px;
    font-size: 16px;
  }

  .nav {
    justify-content: center;
    gap: 10px;
    min-width: 0;
  }

  .nav-link {
    height: 54px;
    min-width: 102px;
    padding: 0 13px;
    gap: 9px;
    font-size: 15px;
  }

  .nav-link i {
    font-size: 18px;
  }

  .auth-main-btn,
  .telegram-btn {
    height: 54px;
    padding: 0 20px;
    font-size: 16px;
  }
}

/* Tablet and small laptop: header becomes two rows */
@media (max-width: 1180px) {
  .page-shell {
    overflow: hidden;
  }

  .topbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .nav {
    order: 3;
    width: 100%;
    flex: 0 0 100%;
    justify-content: flex-start;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 0 10px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .nav-link {
    flex: 0 0 auto;
    min-width: 118px;
  }

  .auth-widget {
    margin-left: auto;
  }

  .profile-menu {
    right: 0;
  }
}

/* Tablet vertical */
@media (max-width: 900px) {
  .page-shell {
    width: min(100% - 20px, 860px);
    padding: 22px 24px 34px;
    border-radius: 30px;
  }

  .logo {
    width: 164px;
    height: 52px;
    font-size: 15px;
  }

  .nav-link {
    height: 50px;
    min-width: 108px;
    padding: 0 12px;
    font-size: 14px;
    border-radius: 14px;
  }

  .auth-main-btn,
  .telegram-btn {
    height: 50px;
    padding: 0 18px;
    border-radius: 14px;
    font-size: 15px;
  }

  .auth-card,
  .modal-card {
    max-height: calc(100vh - 28px);
    overflow-y: auto;
  }
}

/* Mobile */
@media (max-width: 720px) {
  body {
    background: linear-gradient(135deg, #fffefa, #f7ead5);
  }

  .page-shell {
    width: min(100% - 12px, 680px);
    margin: 6px auto;
    padding: 16px 14px 28px;
    border-radius: 24px;
    border-width: 1px;
  }

  .topbar {
    gap: 12px;
  }

  .logo {
    width: 154px;
    height: 50px;
    padding: 7px 12px;
    font-size: 14px;
    border-radius: 13px;
  }

  .logo_help {
    margin-top: 5px;
    margin-left: 25px;
  }

  .nav {
    gap: 8px;
    margin-left: -2px;
    margin-right: -2px;
    padding-bottom: 8px;
  }

  .nav-link {
    height: 46px;
    min-width: auto;
    padding: 0 13px;
    gap: 8px;
    font-size: 13px;
    white-space: nowrap;
  }

  .nav-link i {
    font-size: 16px;
  }

  .auth-main-btn,
  .telegram-btn {
    height: 46px;
    padding: 0 14px;
    gap: 8px;
    font-size: 14px;
  }

  .auth-main-btn i,
  .telegram-btn i {
    font-size: 18px;
  }

  .profile-menu {
    width: min(270px, calc(100vw - 28px));
    right: -4px;
  }

  .auth-card,
  .modal-card {
    width: min(100% - 20px, 560px);
    padding: 28px 20px 22px;
    border-radius: 26px;
  }

  .auth-card h2,
  .modal-card h2 {
    font-size: 28px;
    letter-spacing: -0.6px;
  }

  .auth-card-head {
    grid-template-columns: 54px 1fr;
    gap: 14px;
  }

  .auth-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    font-size: 22px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .page-shell {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 14px 12px 26px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .topbar {
    align-items: flex-start;
  }

  .logo {
    width: 146px;
    height: 48px;
    font-size: 13px;
  }

  .auth-main-btn,
  .telegram-btn {
    height: 44px;
    padding: 0 12px;
    font-size: 0;
  }

  .auth-main-btn i,
  .telegram-btn i {
    margin: 0;
    font-size: 19px;
  }

  .auth-main-btn span,
  .telegram-btn span {
    font-size: 13px;
  }

  .nav {
    gap: 7px;
  }

  .nav-link {
    height: 44px;
    padding: 0 12px;
    font-size: 13px;
  }

  .profile-menu {
    position: fixed;
    top: 76px;
    right: 12px;
    left: 12px;
    width: auto;
  }

  .profile-menu::before {
    display: none;
  }
}

/* === INNER PAGES RESPONSIVE FIX PACK === */
@media (max-width: 1366px) {
  .hero-title,
  .contacts-title,
  .reviews-title {
    font-size: clamp(64px, 6vw, 92px);
    letter-spacing: -3.5px;
  }

  .hero-text,
  .contacts-text,
  .reviews-text {
    font-size: 19px;
  }
}

@media (max-width: 1180px) {
  .contacts-hero,
  .reviews-hero,
  .hero-section {
    grid-template-columns: 1fr !important;
  }

  .contacts-visual,
  .reviews-visual,
  .hero-visual {
    min-height: 460px;
  }
}

@media (max-width: 720px) {
  .hero-title,
  .contacts-title,
  .reviews-title {
    font-size: clamp(48px, 15vw, 66px);
    letter-spacing: -2.8px;
  }

  .hero-text,
  .contacts-text,
  .reviews-text {
    font-size: 16px;
  }

  .contacts-visual,
  .reviews-visual,
  .hero-visual {
    min-height: 360px;
  }

  .contact-card,
  .review-card,
  .case-card {
    border-radius: 20px;
  }
}



/* === WW HOME HERO (clean, centered, balanced social icons) === */
.home-page .hero-social-row { display: none !important; }

.home-page .hero-visual {
  position: relative !important;
  overflow: visible !important;
}

.home-page .hero-character-mask { z-index: 8 !important; }

/* Social-bubble styling matched to Contacts page: flat tiles, soft shadow, no ring */
.home-page .social-bubble {
  position: absolute !important;
  z-index: 9 !important;
  display: grid !important;
  place-items: center !important;
  color: #fff !important;
  box-shadow: 0 14px 26px rgba(0, 0, 0, .14) !important;
  pointer-events: none !important;
}

.home-page .social-bubble i { line-height: 1 !important; }

.home-page .social-telegram {
  border-radius: 50% !important;
  background: linear-gradient(145deg, #55c5fb, #1789cf) !important;
  transform: rotate(-8deg) !important;
}

.home-page .social-tiktok {
  border-radius: 22% !important;
  background: #050505 !important;
  text-shadow: -3px 0 #25f4ee, 3px 0 #fe2c55 !important;
  transform: rotate(6deg) !important;
}

.home-page .social-instagram {
  border-radius: 22% !important;
  background: radial-gradient(circle at 25% 105%, #ffd76e 0 16%, #f04f3d 38%, #a134c7 65%, #3a63ee 100%) !important;
  transform: rotate(-5deg) !important;
}

/* ---------- Desktop ---------- */
@media (min-width: 1121px) {
  .home-page .hero {
    grid-template-columns: minmax(0, 1fr) minmax(430px, .95fr) !important;
    align-items: center !important;
    min-height: 555px !important;
    padding-top: 24px !important;
    gap: 18px !important;
  }

  .home-page .hero-content { padding-top: 0 !important; }

  .home-page .hero h1 {
    font-size: clamp(54px, 4.55vw, 78px) !important;
    line-height: .93 !important;
    letter-spacing: -3.1px !important;
    margin-bottom: 20px !important;
  }

  .home-page .hero p {
    font-size: clamp(17px, 1.05vw, 19px) !important;
    line-height: 1.38 !important;
    margin-bottom: 24px !important;
  }

  .home-page .hero-actions { gap: 28px !important; margin-bottom: 22px !important; }
  .home-page .btn { height: 54px !important; padding: 0 24px !important; font-size: 16px !important; }
  .home-page .trust-row { gap: 34px !important; font-size: 14px !important; }

  .home-page .hero-visual { min-height: 500px !important; margin-top: 0 !important; }

  /* Orbit centered behind the character */
  .home-page .hero-orbit {
    left: 50% !important;
    right: auto !important;
    top: 46px !important;
    width: min(520px, 94%) !important;
    height: 400px !important;
    transform: translateX(-50%) !important;
  }

  .home-page .bank-watermark {
    left: 50% !important;
    right: auto !important;
    bottom: 40px !important;
    font-size: 120px !important;
    transform: translateX(-50%) !important;
  }

  /* Character centered in its column */
  .home-page .hero-character-mask {
    left: 50% !important;
    top: 18px !important;
    width: 440px !important;
    height: 485px !important;
    transform: translateX(-50%) !important;
  }

  .home-page .hero-character {
    left: 50% !important;
    top: -2px !important;
    height: 470px !important;
    max-width: none !important;
    transform: translateX(-50%) !important;
  }

  /* Icons frame the character: top-left, top-right, bottom-right — all 78px */
  .home-page .social-telegram  { left: 44px  !important; right: auto !important; top: 120px !important; bottom: auto !important; width: 78px !important; height: 78px !important; font-size: 42px !important; }
  .home-page .social-tiktok    { right: 44px !important; left: auto !important; top: 70px  !important; bottom: auto !important; width: 78px !important; height: 78px !important; font-size: 40px !important; }
  .home-page .social-instagram { right: 56px !important; left: auto !important; bottom: 118px !important; top: auto !important; width: 78px !important; height: 78px !important; font-size: 42px !important; }
}

/* ---------- Narrow laptop ---------- */
@media (max-width: 1120px) and (min-width: 901px) {
  .home-page .hero {
    grid-template-columns: minmax(0, .96fr) minmax(340px, 1.04fr) !important;
    min-height: 500px !important;
    padding-top: 22px !important;
    gap: 10px !important;
  }

  .home-page .hero h1 { font-size: clamp(42px, 5.2vw, 58px) !important; line-height: .94 !important; letter-spacing: -2.3px !important; }
  .home-page .hero p { font-size: 15.5px !important; line-height: 1.36 !important; }
  .home-page .hero-actions { gap: 18px !important; margin-bottom: 18px !important; }
  .home-page .btn { min-width: 0 !important; height: 50px !important; padding: 0 18px !important; font-size: 14px !important; }
  .home-page .trust-row { gap: 18px !important; font-size: 12.5px !important; }

  .home-page .hero-visual { min-height: 460px !important; }

  .home-page .hero-orbit { left: 50% !important; right: auto !important; top: 44px !important; width: min(430px, 96%) !important; height: 350px !important; transform: translateX(-50%) !important; }
  .home-page .bank-watermark { left: 50% !important; right: auto !important; bottom: 36px !important; font-size: 100px !important; transform: translateX(-50%) !important; }

  .home-page .hero-character-mask { left: 50% !important; top: 20px !important; width: 380px !important; height: 430px !important; transform: translateX(-50%) !important; }
  .home-page .hero-character { left: 50% !important; height: 415px !important; transform: translateX(-50%) !important; }

  .home-page .social-telegram  { left: 20px  !important; right: auto !important; top: 108px !important; bottom: auto !important; width: 64px !important; height: 64px !important; font-size: 34px !important; }
  .home-page .social-tiktok    { right: 20px !important; left: auto !important; top: 60px  !important; bottom: auto !important; width: 64px !important; height: 64px !important; font-size: 32px !important; }
  .home-page .social-instagram { right: 28px !important; left: auto !important; bottom: 104px !important; top: auto !important; width: 64px !important; height: 64px !important; font-size: 34px !important; }
}

/* ---------- Tablet ---------- */
@media (max-width: 900px) {
  .home-page .hero { grid-template-columns: 1fr !important; min-height: auto !important; }
  .home-page .hero-visual { min-height: 440px !important; margin-top: 0 !important; }

  .home-page .hero-orbit { left: 50% !important; right: auto !important; top: 40px !important; width: min(420px, 82%) !important; height: 340px !important; transform: translateX(-50%) !important; }
  .home-page .bank-watermark { left: 50% !important; right: auto !important; bottom: 30px !important; font-size: 96px !important; transform: translateX(-50%) !important; }

  .home-page .hero-character-mask { left: 50% !important; top: 8px !important; width: 400px !important; height: 420px !important; transform: translateX(-50%) !important; }
  .home-page .hero-character { left: 50% !important; height: 405px !important; transform: translateX(-50%) !important; }

  .home-page .social-telegram  { left: calc(50% - 220px) !important; right: auto !important; top: 120px !important; bottom: auto !important; width: 66px !important; height: 66px !important; font-size: 36px !important; }
  .home-page .social-tiktok    { left: calc(50% + 156px) !important; right: auto !important; top: 60px  !important; bottom: auto !important; width: 66px !important; height: 66px !important; font-size: 34px !important; }
  .home-page .social-instagram { left: calc(50% + 168px) !important; right: auto !important; bottom: 96px !important; top: auto !important; width: 66px !important; height: 66px !important; font-size: 36px !important; }
}

/* ---------- Phone ---------- */
@media (max-width: 720px) {
  .home-page .hero-visual { min-height: 360px !important; }

  .home-page .hero-orbit { width: min(330px, 88%) !important; height: 280px !important; top: 30px !important; }
  .home-page .bank-watermark { font-size: 78px !important; bottom: 26px !important; }

  .home-page .hero-character-mask { top: 6px !important; width: 320px !important; height: 340px !important; }
  .home-page .hero-character { height: 325px !important; }

  .home-page .social-telegram  { left: 6px   !important; right: auto !important; top: 96px !important; bottom: auto !important; width: 52px !important; height: 52px !important; font-size: 28px !important; }
  .home-page .social-tiktok    { right: 6px  !important; left: auto !important; top: 46px !important; bottom: auto !important; width: 52px !important; height: 52px !important; font-size: 27px !important; }
  .home-page .social-instagram { right: 12px !important; left: auto !important; bottom: 74px !important; top: auto !important; width: 52px !important; height: 52px !important; font-size: 28px !important; }
}
