:root {
  --blue: #0753a5;
  --blue-deep: #052b62;
  --blue-ink: #071d3f;
  --red: #c81820;
  --orange: #f47509;
  --yellow: #ffd400;
  --white: #fff;
  --mist: #f2f7fd;
  --ink: #10213d;
  --muted: #63728a;
  --shadow: 0 22px 55px rgba(7, 45, 96, 0.16);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--blue-deep);
}
* {
  box-sizing: border-box;
}
html,
body,
#app {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  touch-action: manipulation;
}
.view {
  display: none;
  width: 100%;
  height: 100%;
}
.view.active {
  display: flex;
}
.eyebrow {
  font-size: clamp(14px, 1.2vw, 24px);
  font-weight: 900;
  letter-spacing: 0.18em;
}
.eyebrow.blue {
  color: var(--blue);
}
.attract-view {
  position: relative;
  flex-direction: column;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(
    circle at 72% 46%,
    #1683e8 0,
    #0753a5 34%,
    #063a78 70%,
    #042452 100%
  );
}
.attract-view:after {
  content: "";
  position: absolute;
  inset: auto -10% -24% -10%;
  height: 45%;
  background: linear-gradient(
    102deg,
    var(--yellow),
    #ff9d00 42%,
    var(--orange)
  );
  transform: rotate(-3deg);
  z-index: 0;
}
.attract-orbit {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}
.orbit-one {
  width: 52vw;
  height: 52vw;
  right: -12vw;
  top: -18vw;
}
.orbit-two {
  width: 32vw;
  height: 32vw;
  right: 6vw;
  top: 8vw;
}
.attract-header {
  height: 15vh;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.2vh 4.5vw;
  position: relative;
  z-index: 3;
}
.logo-shell {
  width: clamp(260px, 24vw, 460px);
  height: clamp(86px, 9vh, 130px);
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 24px;
  padding: 12px 24px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.logo-shell img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.35);
}
.logo-shell.compact img {
  transform: scale(1.12);
}
.store-pill {
  padding: 18px 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(3, 29, 68, 0.28);
  backdrop-filter: blur(15px);
  border-radius: 999px;
  font-weight: 800;
  font-size: clamp(16px, 1.35vw, 26px);
}
.attract-content {
  flex: 1;
  display: grid;
  grid-template-columns: 57% 43%;
  position: relative;
  z-index: 2;
  padding: 0 4.5vw;
}
.attract-copy {
  align-self: center;
  padding-bottom: 8vh;
}
.attract-copy h1 {
  font-size: clamp(58px, 6.4vw, 124px);
  line-height: 0.91;
  letter-spacing: -0.055em;
  margin: 2.4vh 0 2vh;
  font-weight: 950;
}
.attract-copy h1 em {
  font-style: normal;
  color: var(--yellow);
}
.attract-copy > p {
  max-width: 800px;
  font-size: clamp(22px, 1.85vw, 36px);
  line-height: 1.35;
  margin: 0 0 3.2vh;
  color: #e8f3ff;
}
.touch-start {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  text-align: left;
  gap: 0 20px;
  min-width: min(640px, 90%);
  padding: 18px 32px 18px 18px;
  color: var(--blue-deep);
  border: 0;
  border-radius: 28px;
  background: #fff;
  box-shadow:
    0 18px 0 rgba(3, 29, 68, 0.25),
    0 28px 55px rgba(1, 16, 40, 0.24);
  cursor: pointer;
  animation: floatButton 2.4s ease-in-out infinite;
}
.touch-start:active {
  transform: translateY(8px);
  box-shadow: 0 10px 0 rgba(3, 29, 68, 0.25);
}
.touch-ring {
  grid-row: 1/3;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--yellow);
  box-shadow: 0 0 0 8px rgba(255, 212, 0, 0.22);
}
.touch-ring span {
  font-size: 38px;
}
.touch-start strong {
  font-size: clamp(23px, 2vw, 38px);
  letter-spacing: 0.03em;
}
.touch-start small {
  font-size: clamp(15px, 1.1vw, 21px);
  color: var(--muted);
  font-weight: 700;
}
.mascot-stage {
  align-self: end;
  justify-self: center;
  width: 100%;
  height: 78vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.mascot-stage img {
  height: min(77vh, 920px);
  max-width: 100%;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 35px 28px rgba(0, 20, 52, 0.34));
  position: relative;
  z-index: 2;
}
.burst {
  position: absolute;
  width: 34vw;
  height: 34vw;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    #fff 0,
    #ffd400 3%,
    rgba(255, 212, 0, 0.18) 42%,
    transparent 70%
  );
  bottom: 9vh;
  z-index: 1;
}
.attract-strip {
  position: relative;
  z-index: 3;
  height: 8.5vh;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: var(--blue-deep);
  font-weight: 900;
  font-size: clamp(14px, 1.15vw, 22px);
  padding: 0 3vw;
}
.attract-strip span {
  white-space: nowrap;
}
@keyframes floatButton {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.home-view {
  flex-direction: column;
  background: linear-gradient(180deg, #eaf3ff 0, #f8fbff 28%, #eef5fc 100%);
}
.kiosk-header {
  height: 12vh;
  min-height: 105px;
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 1.5vh 3vw;
  background: #fff;
  border-bottom: 1px solid #d7e4f3;
  box-shadow: 0 8px 30px rgba(7, 45, 96, 0.08);
  z-index: 2;
}
.logo-shell.compact {
  width: 250px;
  height: 82px;
  border-radius: 16px;
  padding: 8px 16px;
  box-shadow: none;
  border: 1px solid #dce8f5;
}
.store-context {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #d4e0ee;
  padding-left: 28px;
}
.store-context span {
  font-size: 13px;
  letter-spacing: 0.15em;
  color: var(--muted);
  font-weight: 800;
}
.store-context strong {
  font-size: clamp(20px, 1.45vw, 28px);
  margin-top: 5px;
}
.header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-actions > span {
  font-size: clamp(24px, 1.7vw, 34px);
  font-weight: 900;
  color: var(--blue);
}
.home-action,
.service-header button {
  border: 0;
  background: #eaf3ff;
  color: var(--blue);
  border-radius: 16px;
  padding: 18px 24px;
  font-weight: 900;
  font-size: 18px;
}
.home-heading {
  height: 17vh;
  min-height: 130px;
  padding: 2.5vh 4vw 1vh;
  display: flex;
  align-items: center;
  position: relative;
}
.home-heading h2 {
  font-size: clamp(38px, 3.5vw, 66px);
  line-height: 1;
  margin: 0.5vh 0;
  color: var(--blue-ink);
  letter-spacing: -0.04em;
}
.home-heading p {
  font-size: clamp(18px, 1.3vw, 25px);
  color: var(--muted);
  margin: 0;
}
.home-heading img {
  position: absolute;
  right: 5.5vw;
  bottom: -3.5vh;
  height: 19vh;
  max-height: 220px;
  filter: drop-shadow(0 12px 12px rgba(7, 45, 96, 0.15));
}
.service-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1.5vw;
  padding: 1.2vh 4vw 2vh;
}
.service-card {
  position: relative;
  display: grid;
  grid-template-columns: 88px 1fr;
  grid-template-rows: 1fr auto;
  text-align: left;
  gap: 0 24px;
  align-items: center;
  border: 0;
  border-radius: 28px;
  padding: 28px 30px 23px;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
  color: var(--ink);
  cursor: pointer;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.service-card:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 10px;
  background: var(--accent);
}
.service-card:active {
  transform: scale(0.975);
}
.service-card .card-icon {
  grid-row: 1/3;
  width: 82px;
  height: 82px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  background: var(--soft);
  color: var(--accent);
  font-size: 46px;
  font-weight: 950;
}
.service-card > span:nth-child(2) {
  align-self: end;
}
.service-card strong {
  display: block;
  font-size: clamp(24px, 2vw, 38px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}
.service-card small {
  display: block;
  font-size: clamp(15px, 1vw, 20px);
  line-height: 1.3;
  color: var(--muted);
  font-weight: 650;
  margin-top: 9px;
}
.service-card > b {
  align-self: end;
  font-size: clamp(13px, 0.9vw, 18px);
  letter-spacing: 0.08em;
  color: var(--accent);
}
.service-card b i {
  font-style: normal;
  font-size: 26px;
}
.club {
  --accent: #c38d00;
  --soft: #fff5c2;
}
.card {
  --accent: #e55e00;
  --soft: #fff0e4;
}
.barbecue {
  --accent: #c81820;
  --soft: #ffe8e9;
}
.game {
  --accent: #6438b5;
  --soft: #f0e9ff;
}
.recipe {
  --accent: #087f75;
  --soft: #e0f8f3;
}
.review {
  --accent: #0753a5;
  --soft: #e4f1ff;
}
.credit-card-icon:before {
  content: "";
  width: 50px;
  height: 34px;
  border: 5px solid currentColor;
  border-radius: 7px;
  background: linear-gradient(
    180deg,
    transparent 30%,
    currentColor 31%,
    currentColor 42%,
    transparent 43%
  );
}
.vovo-icon {
  overflow: hidden;
}
.vovo-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kiosk-footer {
  height: 5vh;
  min-height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4vw;
  color: #63728a;
  font-size: 14px;
  background: #fff;
  border-top: 1px solid #dde7f3;
}
.kiosk-footer strong {
  color: var(--blue);
}
.service-view {
  flex-direction: column;
  background: #fff;
}
.service-header {
  height: 9vh;
  min-height: 82px;
  background: var(--blue-deep);
  color: #fff;
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  align-items: center;
  gap: 20px;
  padding: 12px 24px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
  z-index: 3;
}
.service-header strong {
  text-align: center;
  font-size: clamp(22px, 1.7vw, 32px);
}
.service-header button {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  font-size: 19px;
}
.service-view iframe {
  flex: 1;
  width: 100%;
  border: 0;
  background: #fff;
}
.review-view {
  flex-direction: column;
  background: linear-gradient(135deg, #e8f3ff, #fff8ec);
}
.review-shell {
  flex: 1;
  overflow: auto;
  padding: 3vh 6vw 5vh;
}
.review-intro {
  text-align: center;
  margin-bottom: 2.5vh;
}
.review-intro h2 {
  font-size: clamp(40px, 3.6vw, 70px);
  letter-spacing: -0.04em;
  margin: 0.6vh 0;
  color: var(--blue-ink);
}
.review-intro p {
  font-size: clamp(18px, 1.3vw, 26px);
  color: var(--muted);
  margin: 0;
}
.review-shell form {
  max-width: 1350px;
  margin: auto;
  background: #fff;
  border-radius: 32px;
  padding: 3vh 3vw;
  box-shadow: var(--shadow);
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 2.3vh;
}
legend,
.select-label,
.comment-label {
  display: block;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 900;
  margin-bottom: 1.2vh;
}
.star-picker {
  display: flex;
  gap: 1vw;
}
.star-picker input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.star-picker label {
  flex: 1;
  min-height: 105px;
  border: 3px solid #e1e8f1;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: #c6cfdb;
  background: #fff;
  cursor: pointer;
}
.star-picker label span {
  font-size: 13px;
  color: var(--muted);
  font-weight: 800;
  margin-top: 3px;
}
.star-picker input:checked + label {
  border-color: var(--yellow);
  color: #eeb800;
  background: #fffbdf;
  box-shadow: 0 8px 22px rgba(238, 184, 0, 0.17);
}
.choice-row {
  display: flex;
  gap: 1.2vw;
}
.choice-row label {
  flex: 1;
}
.choice-row input {
  position: absolute;
  opacity: 0;
}
.choice-row span {
  min-height: 66px;
  border: 2px solid #dce5ef;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 850;
  cursor: pointer;
}
.choice-row input:checked + span {
  border-color: var(--blue);
  background: #eaf3ff;
  color: var(--blue);
}
select,
textarea,
.contact-grid input {
  width: 100%;
  border: 2px solid #dce5ef;
  border-radius: 16px;
  background: #fbfdff;
  padding: 17px 19px;
  color: var(--ink);
  outline: none;
}
select:focus,
textarea:focus,
.contact-grid input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 5px #e4f1ff;
}
.select-label {
  margin-bottom: 2.2vh;
}
.select-label select {
  margin-top: 1vh;
}
.comment-label textarea {
  height: 100px;
  resize: none;
  margin-top: 1vh;
}
.contact-details {
  border: 1px solid #dbe6f2;
  border-radius: 16px;
  padding: 15px 18px;
  margin: 1.8vh 0;
}
.contact-details summary {
  font-weight: 850;
  color: var(--blue);
  cursor: pointer;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 15px;
}
.contact-grid label {
  font-weight: 800;
}
.contact-grid input {
  margin-top: 7px;
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 13px;
  font-size: 14px;
  color: var(--muted);
}
.consent input {
  width: 24px;
  height: 24px;
  accent-color: var(--blue);
}
.send-review {
  width: 100%;
  min-height: 72px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(90deg, var(--blue), #0a73d5);
  color: #fff;
  font-size: 24px;
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(7, 83, 165, 0.24);
}
.form-message {
  text-align: center;
  min-height: 26px;
  font-weight: 800;
  color: var(--red);
}
.thanks-view {
  align-items: center;
  justify-content: center;
  background: radial-gradient(
    circle at 30% 35%,
    #1683e8,
    var(--blue) 45%,
    var(--blue-deep)
  );
  color: #fff;
  position: relative;
}
.thanks-view > div {
  text-align: center;
  z-index: 2;
}
.thanks-check {
  display: grid;
  place-items: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto 30px;
  background: var(--yellow);
  color: var(--blue-deep);
  font-size: 74px;
  font-weight: 950;
  box-shadow: 0 0 0 18px rgba(255, 212, 0, 0.16);
}
.thanks-view h2 {
  font-size: clamp(52px, 5vw, 92px);
  letter-spacing: -0.045em;
  margin: 0;
}
.thanks-view p {
  font-size: clamp(22px, 1.8vw, 34px);
  color: #e9f4ff;
}
.thanks-view button {
  border: 0;
  border-radius: 18px;
  background: #fff;
  color: var(--blue);
  padding: 20px 38px;
  font-size: 22px;
  font-weight: 900;
}
.thanks-view img {
  position: absolute;
  right: 4vw;
  bottom: -2vh;
  height: 62vh;
  filter: drop-shadow(0 25px 20px rgba(0, 0, 0, 0.25));
}
.setup-view {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, #0c70ca, #052b62);
}
.setup-view[hidden] {
  display: none;
}
.setup-card {
  width: min(620px, 90vw);
  background: #fff;
  border-radius: 30px;
  padding: 38px;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}
.setup-card img {
  width: 300px;
  height: 110px;
  object-fit: contain;
}
.setup-card h2 {
  font-size: 36px;
  margin: 20px 0 8px;
}
.setup-card p {
  color: var(--muted);
  font-size: 18px;
}
.setup-card input {
  width: 100%;
  border: 2px solid #dce5ef;
  border-radius: 16px;
  padding: 18px;
  text-align: center;
  font-size: 24px;
  margin: 8px 0;
  letter-spacing: 0.08em;
}
.setup-card form button,
.preview-button {
  width: 100%;
  border: 0;
  border-radius: 16px;
  background: var(--blue);
  color: #fff;
  padding: 18px;
  font-size: 20px;
  font-weight: 900;
  margin-top: 8px;
}
.preview-button {
  background: #edf4fc;
  color: var(--blue);
}
@media (orientation: portrait) {
  .attract-content {
    grid-template-columns: 1fr;
    padding-top: 4vh;
  }
  .attract-copy {
    text-align: center;
    padding: 0;
  }
  .attract-copy > p {
    margin-left: auto;
    margin-right: auto;
  }
  .touch-start {
    margin: auto;
  }
  .mascot-stage {
    position: absolute;
    right: -2vw;
    bottom: 6vh;
    width: 46vw;
    height: 44vh;
    opacity: 0.28;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .home-heading img {
    display: none;
  }
  .service-card {
    grid-template-columns: 74px 1fr;
  }
  .service-card .card-icon {
    width: 70px;
    height: 70px;
  }
  .thanks-view img {
    opacity: 0.25;
    right: -15vw;
  }
  .review-shell {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (max-width: 900px) {
  .attract-strip {
    display: none;
  }
  .attract-view:after {
    height: 12%;
  }
  .attract-header {
    padding: 18px;
  }
  .logo-shell {
    width: 220px;
    height: 76px;
  }
  .store-pill {
    padding: 12px 18px;
  }
  .kiosk-header {
    gap: 12px;
    padding: 10px 14px;
  }
  .logo-shell.compact {
    width: 190px;
  }
  .store-context {
    padding-left: 12px;
  }
  .service-grid {
    padding: 12px 18px;
    gap: 12px;
  }
  .service-card {
    padding: 18px;
  }
  .service-card strong {
    font-size: 22px;
  }
  .service-card small {
    font-size: 14px;
  }
  .service-header {
    grid-template-columns: 150px 1fr 150px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
.service-card {
  grid-template-columns: 108px 1fr;
  padding: 24px 28px 21px;
}
.service-card .card-icon {
  width: 98px;
  height: 98px;
  border-radius: 25px;
  overflow: hidden;
}
.service-card .visual-icon {
  background: linear-gradient(145deg, #fff, #eef5fc);
  border: 1px solid #e1eaf4;
}
.service-card .visual-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-card .game-art {
  border-color: #3b66c4;
  background: #063c91;
  box-shadow: 0 11px 23px rgba(56, 38, 150, 0.22);
}
.service-card .game-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-card .card-art img {
  width: 86%;
  height: 86%;
}
.service-card.card {
  grid-template-columns: 128px 1fr;
}
.service-card .card-product {
  width: 118px;
  height: 92px;
  border-radius: 22px;
  background: linear-gradient(145deg, #eef6ff, #d9e9fb);
  box-shadow: inset 0 0 0 1px #ccdef2;
}
.mini-card {
  position: relative;
  width: 104px;
  height: 65px;
  border-radius: 11px;
  padding: 8px 9px;
  background: linear-gradient(135deg, #0873d1, #063b8f 72%, #03285f);
  box-shadow: 0 11px 18px rgba(4, 43, 101, 0.28);
  transform: rotate(-4deg);
  overflow: hidden;
}
.mini-card:after {
  content: "";
  position: absolute;
  width: 85px;
  height: 85px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  right: -38px;
  top: -45px;
}
.mini-card img {
  display: block;
  width: 58px;
  height: 24px;
  object-fit: contain;
  background: #fff;
  border-radius: 4px;
  padding: 2px 4px;
}
.mini-card i {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 17px;
  height: 13px;
  border-radius: 3px;
  background: linear-gradient(135deg, #ffe88b, #d9a900);
}
.mini-card b {
  position: absolute;
  right: 9px;
  bottom: 10px;
  color: #fff;
  font-size: 8px;
  letter-spacing: 0.08em;
}
.service-card .barbecue-art {
  border: 2px solid #e1ad72;
  background: #061a3e;
  box-shadow: 0 10px 22px rgba(74, 26, 8, 0.2);
}
.service-card .barbecue-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-view {
  flex-direction: column;
  background: linear-gradient(135deg, #eef6ff, #fff8ed);
}
.intro-shell {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(460px, 0.92fr) minmax(620px, 1.08fr);
  align-items: center;
  gap: 5vw;
  padding: 5vh 8vw;
}
.intro-visual {
  height: min(61vh, 650px);
  border-radius: 42px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 35% 25%, #fff, #dfeefe 62%, #c9def6);
  box-shadow: 0 28px 65px rgba(7, 45, 96, 0.18);
  overflow: hidden;
}
.intro-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.intro-visual.barbecue img {
  object-fit: cover;
}
.intro-visual.game-visual {
  background: #063c91;
}
.intro-visual.game-visual img {
  object-fit: cover;
}
.intro-visual.card-visual {
  padding: 8%;
  background: radial-gradient(circle at 20% 15%, #1590ed, #0753a5 48%, #03275b);
}
.intro-visual .large-card {
  position: relative;
  width: min(90%, 560px);
  aspect-ratio: 1.59;
  border-radius: 35px;
  padding: 38px;
  background: linear-gradient(135deg, #1685df, #06469c 67%, #03265d);
  box-shadow: 0 34px 55px rgba(0, 18, 54, 0.36);
  transform: rotate(-4deg);
  color: #fff;
  overflow: hidden;
}
.intro-visual .large-card:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border: 2px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  right: -150px;
  top: -190px;
}
.large-card img {
  width: 55%;
  height: 85px;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
  padding: 8px 14px;
}
.large-card i {
  position: absolute;
  left: 40px;
  bottom: 48px;
  width: 62px;
  height: 45px;
  border-radius: 9px;
  background: linear-gradient(135deg, #ffe98a, #d6a500);
}
.large-card b {
  position: absolute;
  right: 38px;
  bottom: 48px;
  font-size: 22px;
  letter-spacing: 0.12em;
}
.intro-copy h2 {
  max-width: 800px;
  margin: 1.4vh 0 1.8vh;
  color: var(--blue-ink);
  font-size: clamp(48px, 4vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.intro-copy > p {
  max-width: 790px;
  margin: 0 0 2.5vh;
  color: var(--muted);
  font-size: clamp(20px, 1.5vw, 29px);
  line-height: 1.4;
}
.intro-copy ul {
  display: grid;
  gap: 14px;
  max-width: 790px;
  margin: 0 0 2vh;
  padding: 0;
  list-style: none;
}
.intro-copy li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 800;
}
.intro-copy li:before {
  content: "✓";
  flex: 0 0 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e2f5eb;
  color: #128047;
  font-weight: 950;
}
.intro-copy > small {
  display: block;
  max-width: 760px;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 2.5vh;
}
.intro-copy > button {
  min-width: 430px;
  min-height: 82px;
  border: 0;
  border-radius: 22px;
  background: linear-gradient(90deg, var(--orange), #e65200);
  color: #fff;
  font-size: 28px;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(229, 82, 0, 0.25);
}
.intro-copy > button span {
  margin-left: 18px;
  font-size: 36px;
}
@media (max-width: 1100px) {
  .intro-shell {
    grid-template-columns: 1fr;
    padding: 3vh 6vw;
    overflow: auto;
  }
  .intro-visual {
    height: 35vh;
  }
  .intro-copy {
    padding-bottom: 4vh;
  }
  .intro-copy > button {
    min-width: 0;
    width: 100%;
  }
}
