:root {
  --jhv2-red: #c73719;
  --jhv2-red-deep: #a52a11;
  --jhv2-navy: #18233d;
  --jhv2-text: #233252;
  --jhv2-muted: #66748f;
  --jhv2-line: #e8edf5;
  --jhv2-bg: #f7f8fb;
  --jhv2-white: #ffffff;
  --jhv2-shadow: 0 16px 40px rgba(23, 37, 84, 0.08);
}

.jhv2-home,
.jhv2-home * {
  box-sizing: border-box;
}

.jhv2-home {
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fc 100%);
  color: var(--jhv2-text);
  overflow: hidden;
  font-family: "Manrope", sans-serif;
}

.jhv2-home :where(p, a, li, span, strong, em, small, label, h1, h2, h3, h4, h5, h6, blockquote) {
  text-transform: capitalize;
}

.jhv2-home :where(input, textarea, select, option) {
  text-transform: none;
}

.jhv2-home ::placeholder {
  text-transform: none;
}

.jhv2-wrap {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.jhv2-section {
  padding: 70px 0;
}

.jhv2-eyebrow {
  display: inline-block;
  color: var(--jhv2-red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.jhv2-hero {
  position: relative;
  min-height: 760px;
  color: var(--jhv2-white);
  background: #0f1730;
  overflow: hidden;
}

.jhv2-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.jhv2-hero__slide.is-active {
  opacity: 1;
  visibility: visible;
}

.jhv2-hero__media,
.jhv2-hero__media img,
.jhv2-letter__media img,
.jhv2-tour-card__media img,
.jhv2-expertise__visual img,
.jhv2-contact__image img,
.jhv2-attraction-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.jhv2-hero__media {
  position: absolute;
  inset: 0;
}

.jhv2-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 17, 35, 0.78) 0%, rgba(12, 20, 39, 0.42) 55%, rgba(12, 20, 39, 0.74) 100%),
    radial-gradient(circle at 20% 20%, rgba(199, 55, 25, 0.18), transparent 24%);
}

.jhv2-hero__content {
  position: relative;
  z-index: 2;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 118px 0 100px;
}

.jhv2-hero h1,
.jhv2-section-head h2,
.jhv2-letter__copy h2,
.jhv2-expertise__copy h2,
.jhv2-contact__info h2 {
  margin: 18px 0 16px;
  color: inherit;
  font-family: "Roboto", sans-serif;
  font-size: clamp(36px, 5vw, 66px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.jhv2-hero h1 {
  max-width: 760px;
}

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

.jhv2-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 14px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.jhv2-button:hover {
  transform: translateY(-1px);
}

.jhv2-button--primary {
  background: linear-gradient(180deg, #d9411d 0%, #bf3417 100%);
  color: #fff;
  box-shadow: 0 14px 26px rgba(199, 55, 25, 0.28);
}

.jhv2-button--ghost {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
}

.jhv2-button--soft {
  background: #f3f6fb;
  color: var(--jhv2-red);
  border-color: #ebeff7;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 12px;
}

.jhv2-button--softline {
  background: rgba(255, 255, 255, 0.78);
  color: var(--jhv2-navy);
  border-color: var(--jhv2-line);
  min-height: 50px;
}

.jhv2-hero__bottom {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 3;
  transform: translateX(-50%);
  width: min(1240px, calc(100% - 32px));
}

.jhv2-slider-panel {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
  margin-bottom: 18px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(9, 17, 35, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
}

.jhv2-slider-panel__count {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.jhv2-slider-panel__divider {
  width: 24px;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
}

.jhv2-slider-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.jhv2-slider-dots button {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
  cursor: pointer;
  transition: width 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.jhv2-slider-dots button.is-active {
  width: 42px;
  background: #fff;
}

.jhv2-slider-dots button:hover {
  transform: scale(1.05);
}

.jhv2-highlights {
  position: relative;
  z-index: 4;
  margin-top: -46px;
  padding: 0 0 18px;
}

.jhv2-stats-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.jhv2-stat-card {
  min-height: 214px;
  padding: 24px 22px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,250,255,0.98) 100%);
  border: 1px solid rgba(232, 237, 245, 0.94);
  box-shadow: 0 18px 44px rgba(23, 37, 84, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.jhv2-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(23, 37, 84, 0.12);
  border-color: rgba(199, 55, 25, 0.14);
}

.jhv2-stat-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.jhv2-stat-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fff2ec 0%, #ffe8de 100%);
  color: var(--jhv2-red);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.jhv2-stat-card__icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.jhv2-stat-card__index {
  display: inline-flex;
  color: var(--jhv2-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.72;
}

.jhv2-stat-card h3 {
  margin: 0 0 10px;
  color: var(--jhv2-navy);
  font-size: 23px;
  line-height: 1.22;
}

.jhv2-stat-card p {
  margin: 0;
  color: var(--jhv2-muted);
  font-size: 15px;
  line-height: 1.72;
}

.jhv2-letter__card,
.jhv2-visa__card,
.jhv2-tour-card,
.jhv2-expertise__visual,
.jhv2-guide-card,
.jhv2-contact__info,
.jhv2-form-card,
.jhv2-attraction-card {
  background: #fff;
  border: 1px solid var(--jhv2-line);
  box-shadow: var(--jhv2-shadow);
}

.jhv2-letter__card {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 0;
  overflow: hidden;
  border-radius: 28px;
}

.jhv2-letter__copy {
  padding: 48px 44px;
}

.jhv2-letter__copy p,
.jhv2-visa__copy p,
.jhv2-tour-card p,
.jhv2-feature-item p,
.jhv2-guide-card p,
.jhv2-contact__info p,
.jhv2-attraction-card p {
  margin: 0;
  color: var(--jhv2-muted);
  font-size: 16px;
  line-height: 1.8;
}

.jhv2-letter__copy blockquote {
  margin: 28px 0;
  padding-left: 18px;
  border-left: 4px solid rgba(199, 55, 25, 0.22);
  color: var(--jhv2-red);
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}

.jhv2-inline-link {
  display: inline-flex;
  align-items: center;
  color: var(--jhv2-red);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}

.jhv2-letter__media {
  min-height: 100%;
}

.jhv2-visa {
  padding-top: 0;
}

.jhv2-visa__card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px 30px;
  border-radius: 28px;
  background: linear-gradient(90deg, #ffffff 0%, #f9fffe 100%);
}

.jhv2-visa__icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ebfff8;
  color: #14a96d;
  font-size: 28px;
  font-weight: 700;
  box-shadow: 0 12px 22px rgba(20, 169, 109, 0.12);
}

.jhv2-visa__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 10px;
}

.jhv2-visa__meta h3 {
  margin: 0;
  color: var(--jhv2-navy);
  font-size: 22px;
  line-height: 1.2;
}

.jhv2-visa__meta span {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: #ffeceb;
  color: var(--jhv2-red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.jhv2-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.jhv2-section-head h2,
.jhv2-expertise__copy h2,
.jhv2-contact__info h2,
.jhv2-letter__copy h2 {
  margin-bottom: 0;
  color: var(--jhv2-navy);
  font-size: clamp(30px, 4.2vw, 54px);
}

.jhv2-tour-grid,
.jhv2-attraction-grid,
.jhv2-guide-grid {
  display: grid;
  gap: 20px;
}

.jhv2-tour-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jhv2-tour-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.jhv2-tour-card__media {
  display: block;
  aspect-ratio: 4 / 3.1;
  background: #dce7f3;
}

.jhv2-tour-card__save {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 999px;
  background: rgba(255,255,255,0.96);
  color: var(--jhv2-red);
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(19, 31, 61, 0.12);
}

.jhv2-tour-card__body,
.jhv2-attraction-card__body {
  padding: 24px 22px;
}

.jhv2-tour-card__meta,
.jhv2-tour-card__foot,
.jhv2-attraction-card__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.jhv2-tour-card__meta {
  margin-bottom: 12px;
  color: #7d8ba4;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.jhv2-tour-card h3,
.jhv2-feature-item h3,
.jhv2-guide-card h3,
.jhv2-attraction-card h3 {
  margin: 0 0 12px;
  color: var(--jhv2-navy);
  font-size: 24px;
  line-height: 1.18;
}

.jhv2-tour-card h3 a,
.jhv2-attraction-card h3 a {
  color: inherit;
  text-decoration: none;
}

.jhv2-tour-card__foot,
.jhv2-attraction-card__foot {
  margin-top: 18px;
}

.jhv2-tour-card__foot span,
.jhv2-attraction-card__foot span,
.jhv2-attraction-card__rating {
  color: #7d8ba4;
  font-size: 13px;
  font-weight: 700;
}

.jhv2-expertise {
  background: linear-gradient(180deg, #fbfcff 0%, #f5f8fd 100%);
}

.jhv2-expertise__grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 28px;
  align-items: center;
}

.jhv2-expertise__visual {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 0;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.jhv2-expertise__media {
  position: relative;
  min-height: 390px;
  background: #d9e5f2;
}

.jhv2-expertise__media img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  display: block;
}

.jhv2-expertise__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 24, 47, 0.04) 0%, rgba(13, 24, 47, 0.22) 100%);
  pointer-events: none;
}

.jhv2-expertise__badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  min-width: 230px;
  padding: 18px 22px;
  border-radius: 22px;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 18px 34px rgba(20, 31, 61, 0.16);
}

.jhv2-expertise__badge strong {
  display: block;
  color: var(--jhv2-red);
  font-size: 34px;
  line-height: 1;
}

.jhv2-expertise__badge span {
  color: var(--jhv2-navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jhv2-expertise__panel {
  display: grid;
  gap: 16px;
  padding: 26px 28px 28px;
}

.jhv2-expertise__panel-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff1ec;
  color: var(--jhv2-red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.jhv2-expertise__panel p {
  margin: 0;
  color: var(--jhv2-navy);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
}

.jhv2-expertise__panel-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jhv2-expertise__panel-points span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f4f7fc;
  color: #61718c;
  font-size: 12px;
  font-weight: 700;
}

.jhv2-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.jhv2-feature-item {
  padding: 26px 24px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border: 1px solid var(--jhv2-line);
  box-shadow: 0 10px 24px rgba(23, 37, 84, 0.04);
}

.jhv2-attraction-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jhv2-attraction-card {
  overflow: hidden;
  border-radius: 24px;
}

.jhv2-attraction-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  background: #dce6f2;
}

.jhv2-attraction-card__rating {
  margin-bottom: 10px;
  color: var(--jhv2-red);
}

.jhv2-guides {
  background: #fff;
}

.jhv2-guide-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jhv2-guide-card {
  padding: 28px 26px;
  border-radius: 24px;
}

.jhv2-plan-strip {
  padding: 0 0 84px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f8fc 100%);
}

.jhv2-plan-strip .jhv2-wrap {
  max-width: 1180px;
}

.jhv2-plan-strip__shell {
  position: relative;
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: 32px 34px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 254, 0.98));
  border: 1px solid rgba(201, 211, 226, 0.72);
  box-shadow: 0 28px 64px rgba(20, 32, 57, 0.08);
}

.jhv2-plan-strip__shell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  right: 34px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c61f13 0%, #e8922f 50%, #d5dce9 100%);
}

.jhv2-plan-strip__shell {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) auto;
  gap: 24px;
  align-items: center;
}

.jhv2-plan-strip__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #9c6f28;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.jhv2-plan-strip__eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.jhv2-plan-strip__copy h3 {
  margin: 12px 0 10px;
  color: #16233d;
  font-size: clamp(24px, 2.6vw, 38px);
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.jhv2-plan-strip__copy p {
  margin: 0;
  max-width: 700px;
  color: #66758d;
  font-size: 15px;
  line-height: 1.8;
}

.jhv2-plan-strip__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.jhv2-button--sand {
  min-height: 50px;
  background: #f5efe4;
  border-color: rgba(201, 157, 74, 0.28);
  color: #4c4333;
}

.jhv2-button--sand:hover,
.jhv2-button--sand:focus-visible {
  background: #ede2cf;
  color: #2f2a22;
}

.jhv2-contact {
  background: linear-gradient(180deg, #eef3fb 0%, #e7eef9 100%);
}

.jhv2-contact__shell {
  padding: 34px;
  border-radius: 34px;
  background: linear-gradient(135deg, #16233d 0%, #101b31 52%, #1b2744 100%);
  box-shadow: 0 28px 60px rgba(16, 27, 49, 0.18);
  color: #fff;
}

.jhv2-contact__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 22px;
}

.jhv2-contact__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 8px 14px 4px;
}

.jhv2-contact__copy h2 {
  margin: 16px 0 14px;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.jhv2-contact__copy p {
  margin: 0;
  max-width: 720px;
  color: rgba(255,255,255,0.76);
  font-size: 17px;
  line-height: 1.8;
}

.jhv2-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.jhv2-button--darkghost {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border-color: rgba(255,255,255,0.16);
  min-height: 50px;
}

.jhv2-contact__visual {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.12);
  background: #2c3852;
}

.jhv2-contact__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.jhv2-contact__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,17,35,0.08) 0%, rgba(10,17,35,0.6) 100%);
}

.jhv2-contact__visual-note {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
}

.jhv2-contact__visual-note span {
  display: inline-flex;
  margin-bottom: 8px;
  color: rgba(255,255,255,0.76);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.jhv2-contact__visual-note p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.65;
}

.jhv2-contact__content-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 22px;
  align-items: start;
}

.jhv2-contact__info {
  display: grid;
  gap: 18px;
}

.jhv2-contact__info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.jhv2-contact__mini-card {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
}

.jhv2-contact__mini-label {
  display: inline-flex;
  margin-bottom: 10px;
  color: #f4bf66;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jhv2-contact__mini-card p {
  margin: 0;
  color: rgba(255,255,255,0.74);
  font-size: 15px;
  line-height: 1.75;
}

.jhv2-contact__support-card {
  padding: 22px 22px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.06) 100%);
  border: 1px solid rgba(255,255,255,0.12);
}

.jhv2-contact__support-card h3 {
  margin: 4px 0 14px;
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
}

.jhv2-contact__support-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.jhv2-contact__support-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(255,255,255,0.76);
  font-size: 15px;
  line-height: 1.7;
}

.jhv2-contact__support-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #f4bf66;
}

.jhv2-contact__qr-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.jhv2-contact__qr-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
}

.jhv2-contact__qr-card img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--jhv2-line);
  background: #fff;
}

.jhv2-contact__qr-card strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 18px;
}

.jhv2-contact__qr-card span {
  display: block;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.6;
}

.jhv2-contact__form {
  display: block;
}

.jhv2-form-card {
  padding: 30px 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0 20px 42px rgba(10, 17, 35, 0.16);
}

.jhv2-form-card__head {
  margin-bottom: 18px;
}

.jhv2-form-card__head h3 {
  margin: 10px 0 10px;
  color: var(--jhv2-navy);
  font-size: 28px;
  line-height: 1.2;
}

.jhv2-form-card__head p {
  margin: 0;
  color: var(--jhv2-muted);
  font-size: 15px;
  line-height: 1.7;
}

.jhv2-form-card label {
  display: block;
  margin-bottom: 18px;
}

.jhv2-form-card label span {
  display: block;
  margin-bottom: 8px;
  color: var(--jhv2-navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jhv2-form-card input,
.jhv2-form-card textarea {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid var(--jhv2-line);
  border-radius: 16px;
  background: #fafcff;
  color: var(--jhv2-text);
  font: inherit;
}

.jhv2-form-card textarea {
  resize: vertical;
}

.jhv2-form-actions {
  margin-top: 8px;
}

.jhv2-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.jhv2-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .jhv2-tour-grid,
  .jhv2-attraction-grid,
  .jhv2-guide-grid,
  .jhv2-feature-list,
  .jhv2-expertise__grid,
  .jhv2-letter__card,
  .jhv2-stats-band {
    grid-template-columns: 1fr 1fr;
  }

  .jhv2-contact__hero,
  .jhv2-contact__content-grid {
    grid-template-columns: 1fr;
  }

  .jhv2-plan-strip__shell {
    grid-template-columns: 1fr;
  }

  .jhv2-plan-strip__actions {
    justify-content: flex-start;
  }

  .jhv2-visa__card {
    grid-template-columns: 74px 1fr;
  }

  .jhv2-visa__card .jhv2-button {
    grid-column: span 2;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .jhv2-wrap {
    width: min(1240px, calc(100% - 24px));
  }

  .jhv2-section {
    padding: 56px 0;
  }

  .jhv2-hero {
    min-height: 640px;
  }

  .jhv2-hero__content {
    min-height: 520px;
    padding: 90px 0 86px;
  }

  .jhv2-hero__bottom {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 20px;
    transform: translateX(-50%);
    width: min(1240px, calc(100% - 24px));
  }

  .jhv2-hero h1 {
    font-size: 36px;
  }

  .jhv2-actions,
  .jhv2-section-head,
  .jhv2-contact__actions,
  .jhv2-tour-card__foot,
  .jhv2-attraction-card__foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .jhv2-button {
    width: 100%;
  }

  .jhv2-tour-grid,
  .jhv2-attraction-grid,
  .jhv2-guide-grid,
  .jhv2-feature-list,
  .jhv2-expertise__grid,
  .jhv2-letter__card,
  .jhv2-stats-band {
    grid-template-columns: 1fr;
  }

  .jhv2-slider-panel {
    width: fit-content;
    margin-left: 0;
    margin-bottom: 14px;
  }

  .jhv2-highlights {
    margin-top: 0;
    padding-top: 24px;
  }

  .jhv2-stats-bar span {
    border-right: none;
    border-bottom: 1px solid var(--jhv2-line);
  }

  .jhv2-stats-bar span:last-child {
    border-bottom: none;
  }

  .jhv2-letter__copy,
  .jhv2-form-card,
  .jhv2-contact__shell {
    padding: 26px 22px;
  }

  .jhv2-plan-strip {
    padding-bottom: 58px;
  }

  .jhv2-plan-strip__shell {
    padding: 24px 22px;
    border-radius: 26px;
  }

  .jhv2-plan-strip__shell::before {
    left: 22px;
    right: 22px;
  }

  .jhv2-plan-strip__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .jhv2-contact__info-grid {
    grid-template-columns: 1fr;
  }

  .jhv2-contact__qr-strip {
    grid-template-columns: 1fr;
  }

  .jhv2-contact__visual {
    min-height: 260px;
  }

  .jhv2-visa__card {
    grid-template-columns: 1fr;
    padding: 24px 22px;
  }

  .jhv2-visa__card .jhv2-button {
    grid-column: auto;
    width: 100%;
  }

  .jhv2-expertise__visual {
    min-height: 0;
  }

  .jhv2-expertise__media,
  .jhv2-expertise__media img {
    min-height: 300px;
  }

  .jhv2-expertise__panel {
    padding: 22px;
  }
}
