.atlc-share-page {
  --atlc-share-blue: #4285f4;
  --atlc-share-text: #202124;
  --atlc-share-muted: #64686d;
  --atlc-share-border: #e0e3e7;
  --atlc-share-page: #f7f8fa;
  --atlc-share-surface: #ffffff;
  --atlc-share-soft-blue: #edf4ff;
  --atlc-share-soft-gray: #eef0f3;
  --atlc-share-heart: #ffffff;

  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background: var(--atlc-share-page);
  color: var(--atlc-share-text);
  font-family: inherit;
}

.atlc-share-page *,
.atlc-share-page *::before,
.atlc-share-page *::after {
  box-sizing: border-box;
}

.atlc-share-card {
  width: min(100%, 480px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: var(--atlc-share-page);
}

.atlc-share-card__hero {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: linear-gradient(135deg, #dbeafe, #eef4ff);
}

.atlc-share-card__media-stack {
  position: relative;
}

.atlc-share-card__hero img,
.atlc-share-card__image-fallback {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atlc-share-card__image-fallback {
  background:
    radial-gradient(circle at 26% 28%, rgba(66, 133, 244, 0.28), transparent 32%),
    linear-gradient(135deg, #dbeafe, #f8fafc 58%, #e0f2fe);
}

.atlc-share-card__hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.02) 44%, rgba(0, 0, 0, 0.22));
  pointer-events: none;
}

.atlc-share-card__hero-controls {
  position: absolute;
  top: 18px;
  right: 24px;
  left: 24px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.atlc-share-card__back {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 34px;
  line-height: 1;
}

.atlc-share-card__likes {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 9px 16px;
  background: rgba(0, 0, 0, 0.42);
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.atlc-share-card__heart {
  color: var(--atlc-share-heart);
  font-size: 25px;
  line-height: 1;
}

.atlc-share-card__body {
  position: relative;
  z-index: 3;
  min-height: calc(100vh - 260px);
  margin-top: -20px;
  padding: 30px 24px 40px;
  border-radius: 26px 26px 0 0;
  background: var(--atlc-share-surface);
}

.atlc-share-card__title {
  margin: 0 0 12px;
  color: var(--atlc-share-text);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.atlc-share-card__primary-meta {
  margin: 0 0 24px;
  color: var(--atlc-share-blue);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
}

.atlc-share-card__category {
  display: inline-flex;
  margin: 0 0 10px;
  align-items: center;
  border-radius: 999px;
  padding: 6px 14px;
  background: var(--atlc-share-blue);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.atlc-share-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 6px;
}

.atlc-share-card__tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 14px;
  background: var(--atlc-share-soft-blue);
  color: var(--atlc-share-blue);
  font-size: 12px;
  font-weight: 700;
}

.atlc-share-card__separator {
  width: 100%;
  height: 1px;
  margin: 24px 0 30px;
  background: var(--atlc-share-border);
}

.atlc-share-card__section {
  margin: 0 0 34px;
}

.atlc-share-card__section-title {
  margin: 0 0 18px;
  color: var(--atlc-share-text);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.atlc-share-card__description {
  margin: 0;
  color: #2f3135;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.47;
}

.atlc-share-card__location-section {
  margin-top: 0;
}

.atlc-share-card__map {
  position: relative;
  display: flex;
  height: 160px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(27, 55, 84, 0.82), rgba(25, 116, 94, 0.7)),
    repeating-linear-gradient(38deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 34px),
    #2f4b68;
  color: #ffffff;
  text-decoration: none;
}

.atlc-share-card__map--desktop {
  display: none;
}

.atlc-share-card__map-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.atlc-share-card__map.is-loaded {
  background: #dbe3ec;
}

.atlc-share-card__map::before,
.atlc-share-card__map::after {
  position: absolute;
  content: "";
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.atlc-share-card__map::before {
  width: 230px;
  height: 28px;
  transform: rotate(-23deg);
}

.atlc-share-card__map::after {
  right: -34px;
  bottom: 16px;
  width: 180px;
  height: 58px;
}

.atlc-share-card__map-pin {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--atlc-share-blue);
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}

.atlc-share-card__map.is-loaded::before,
.atlc-share-card__map.is-loaded::after,
.atlc-share-card__map.is-loaded .atlc-share-card__map-pin {
  display: none;
}

.atlc-share-card__info-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.atlc-share-card__info-row p {
  flex: 1;
  margin: 0;
  color: var(--atlc-share-text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.atlc-share-card__info-icon {
  width: 18px;
  color: var(--atlc-share-blue);
  font-size: 20px;
  line-height: 1.2;
}

.atlc-share-card__separator--compact {
  margin: 20px 0;
}

.atlc-share-card__contact-actions {
  display: flex;
  justify-content: space-around;
  gap: 12px;
  padding: 10px 0 2px;
}

.atlc-share-card__round-action {
  display: inline-flex;
  min-width: 72px;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: var(--atlc-share-muted);
  font-size: 12px;
  text-decoration: none;
}

.atlc-share-card__round-action,
.atlc-share-card__round-action:link,
.atlc-share-card__round-action:visited,
.atlc-share-card__round-action:hover,
.atlc-share-card__round-action:focus,
.atlc-share-card__round-action:active,
.atlc-share-card__round-action *,
.atlc-share-card__round-action *:hover {
  text-decoration: none !important;
}

.atlc-share-card__round-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--atlc-share-soft-gray);
  color: var(--atlc-share-blue);
}

.atlc-share-card__svg-icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.atlc-share-card__soft-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 8px;
  border-radius: 10px;
  padding: 14px 18px;
  background: var(--atlc-share-soft-gray);
}

.atlc-share-card__soft-row p {
  flex: 1;
  margin: 0;
  color: var(--atlc-share-text);
  font-size: 15px;
  line-height: 1.45;
}

.atlc-share-card__schedule-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  color: var(--atlc-share-blue);
  line-height: 1;
}

.atlc-share-card__booking-card {
  overflow: hidden;
  border: 1px solid var(--atlc-share-border);
  border-radius: 10px;
  background: var(--atlc-share-surface);
}

.atlc-share-card__booking-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border-top: 1px solid var(--atlc-share-border);
}

.atlc-share-card__booking-row:first-child {
  border-top: 0;
}

.atlc-share-card__booking-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--atlc-share-soft-blue);
  color: var(--atlc-share-blue);
  font-size: 20px;
  font-weight: 500;
}

.atlc-share-card__booking-label {
  display: block;
  margin-bottom: 3px;
  color: var(--atlc-share-muted);
  font-size: 12px;
}

.atlc-share-card__booking-row p,
.atlc-share-card__booking-row a {
  margin: 0;
  color: var(--atlc-share-text);
  font-size: 15px;
  line-height: 1.35;
}

.atlc-share-card__booking-row a {
  display: inline-block;
  max-width: 245px;
  overflow: hidden;
  color: var(--atlc-share-blue);
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.atlc-share-card__social-grid {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 24px;
}

.atlc-share-card__social-link {
  display: inline-flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--atlc-share-border);
  border-radius: 16px;
  background: var(--atlc-share-soft-gray);
  color: var(--atlc-share-blue);
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
}

.atlc-share-card__social-svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.atlc-share-card__social-svg path,
.atlc-share-card__social-svg rect,
.atlc-share-card__social-svg circle {
  vector-effect: non-scaling-stroke;
}

.atlc-share-card__social-link,
.atlc-share-card__social-link:link,
.atlc-share-card__social-link:visited,
.atlc-share-card__social-link:hover,
.atlc-share-card__social-link:focus,
.atlc-share-card__social-link:active,
.atlc-share-card__social-link * {
  text-decoration: none !important;
}

.atlc-share-card__actions {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.atlc-share-card__store-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.atlc-share-card__button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.atlc-share-card__button,
.atlc-share-card__button:link,
.atlc-share-card__button:visited,
.atlc-share-card__button:hover,
.atlc-share-card__button:focus,
.atlc-share-card__button:active,
.atlc-share-card__button * {
  text-decoration: none !important;
}

.atlc-share-card__button--primary {
  background: var(--atlc-share-blue);
  color: #ffffff;
}

.atlc-share-card__button--secondary {
  border: 1px solid rgba(66, 133, 244, 0.32);
  background: #eef4ff;
  color: var(--atlc-share-blue);
}

.atlc-share-page__shell {
  width: min(100% - 36px, 720px);
  margin: 32px auto;
  padding: 28px;
  border-radius: 28px;
  background: var(--atlc-share-surface);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.atlc-share-page__eyebrow {
  margin: 0 0 10px;
  color: var(--atlc-share-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atlc-share-page__title {
  margin: 0 0 12px;
  color: var(--atlc-share-text);
  font-size: clamp(30px, 8vw, 52px);
  line-height: 1.05;
}

.atlc-share-page__body {
  margin: 0;
  color: var(--atlc-share-muted);
  font-size: 17px;
  line-height: 1.55;
}

@media (max-width: 390px) {
  .atlc-share-card__hero-controls {
    right: 18px;
    left: 18px;
  }

  .atlc-share-card__body {
    padding-right: 20px;
    padding-left: 20px;
  }

  .atlc-share-card__title {
    font-size: 29px;
  }
}

@media (min-width: 1025px) {
  .atlc-share-page {
    padding: 44px 32px 72px;
  }

  .atlc-share-card {
    display: grid;
    grid-template-columns: minmax(390px, 0.92fr) minmax(430px, 1.08fr);
    grid-template-areas: "body media";
    column-gap: 48px;
    align-items: start;
    width: min(100%, 1280px);
    min-height: 0;
    padding: 56px;
    overflow: visible;
    border-radius: 22px;
    background: var(--atlc-share-surface);
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.09);
  }

  .atlc-share-card__media-stack {
    grid-area: media;
    display: grid;
    gap: 30px;
    align-self: start;
    width: 100%;
  }

  .atlc-share-card__hero {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
    min-height: 0;
    border-radius: 10px;
  }

  .atlc-share-card__body {
    grid-area: body;
    position: relative;
    min-height: 0;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .atlc-share-card__title,
  .atlc-share-card__primary-meta,
  .atlc-share-card__category,
  .atlc-share-card__tags {
    grid-column: 1 / -1;
  }

  .atlc-share-card__title {
    max-width: 520px;
    font-size: 30px;
    line-height: 1.12;
  }

  .atlc-share-card__primary-meta {
    max-width: 560px;
    margin-bottom: 14px;
    color: var(--atlc-share-muted);
    font-size: 15px;
    font-weight: 600;
  }

  .atlc-share-card__category,
  .atlc-share-card__tag {
    padding: 3px 9px;
    border: 1px solid #cfd6df;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .atlc-share-card__category {
    background: var(--atlc-share-blue);
    border-color: var(--atlc-share-blue);
    color: #ffffff;
  }

  .atlc-share-card__tag {
    background: #ffffff;
    color: #202124;
  }

  .atlc-share-card__tags {
    max-width: 560px;
    gap: 5px;
    margin-top: 4px;
  }

  .atlc-share-card__body > .atlc-share-card__separator:first-of-type {
    grid-column: 1 / -1;
    width: 45px;
    height: 4px;
    margin: 30px 0 20px;
    background: #f7c948;
  }

  .atlc-share-card__section {
    margin-bottom: 42px;
  }

  .atlc-share-card__section:first-of-type {
    max-width: 600px;
  }

  .atlc-share-card__section-title {
    font-size: 26px;
    line-height: 1.15;
  }

  .atlc-share-card__description {
    max-width: 560px;
    color: #59636e;
    font-size: 16px;
    line-height: 1.65;
  }

  .atlc-share-card__location-section {
    position: static;
  }

  .atlc-share-card__map--mobile {
    display: none;
  }

  .atlc-share-card__map--desktop {
    display: flex;
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    margin: 0;
    border-radius: 10px;
  }

  .atlc-share-card__info-row {
    grid-column: 1;
    max-width: 520px;
  }

  .atlc-share-card__info-icon {
    display: none;
  }

  .atlc-share-card__contact-actions {
    display: grid;
    gap: 12px;
    justify-content: stretch;
    padding: 22px 0 0;
  }

  .atlc-share-card__round-action {
    width: min(100%, 400px);
    min-height: 42px;
    flex-direction: row;
    justify-content: center;
    gap: 14px;
    border-radius: 7px;
    background: #1f6db8;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none !important;
  }

  .atlc-share-card__round-action,
  .atlc-share-card__round-action:hover,
  .atlc-share-card__round-action:focus,
  .atlc-share-card__round-action:active,
  .atlc-share-card__round-action:visited,
  .atlc-share-card__round-action span,
  .atlc-share-card__round-action span:hover {
    text-decoration: none !important;
  }

  .atlc-share-card__round-icon {
    width: 22px;
    height: 22px;
    background: transparent;
    color: #ffffff;
  }

  .atlc-share-card__round-icon .atlc-share-card__svg-icon {
    width: 20px;
    height: 20px;
  }

  .atlc-share-card__body > .atlc-share-card__separator {
    margin: 30px 0;
  }

  .atlc-share-card__body > .atlc-share-card__separator:nth-of-type(2) {
    display: none;
  }

  .atlc-share-card__soft-row,
  .atlc-share-card__booking-row {
    border-radius: 8px;
  }

  .atlc-share-card__soft-row p,
  .atlc-share-card__booking-row p,
  .atlc-share-card__booking-row a {
    font-size: 14px;
  }

  .atlc-share-card__social-grid {
    justify-content: center;
    gap: 38px;
  }

  .atlc-share-card__social-link {
    width: 48px;
    height: 48px;
    border: 0;
    background: transparent;
    font-size: 24px;
  }

  .atlc-share-card__actions {
    display: none;
  }

  .atlc-share-card__button {
    min-height: 44px;
    border-radius: 7px;
    font-size: 16px;
  }

  .atlc-share-card__hero-controls {
    top: 14px;
    right: 14px;
    left: 14px;
  }

  .atlc-share-card__back {
    display: none;
  }

  .atlc-share-card__likes {
    min-height: 82px;
    flex-direction: column;
    gap: 8px;
    margin-left: auto;
    border-radius: 0 10px 0 10px;
    padding: 12px 18px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 17px;
  }

  .atlc-share-card__heart {
    font-size: 27px;
  }

  .atlc-share-card__store-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
