.sticker-pack-v1 {
  position: relative;
  padding: 16px 0 38px;
  overflow: clip;
}

.sticker-card-v1 {
  position: relative;
  isolation: isolate;
  overflow: visible;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px minmax(230px, auto);
  align-items: center;
  gap: 18px;
  min-height: 176px;
  padding: 24px 28px;
  border-radius: 26px;
  background: linear-gradient(112deg, #073b71 0%, #0d4888 70%, #073b71 100%);
  color: #fff;
  box-shadow: 0 18px 48px rgba(7, 59, 113, 0.16);
}

.sticker-card-v1::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -44px;
  top: -82px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(242, 179, 0, 0.14);
}

.sticker-copy-v1,
.sticker-action-v1 {
  position: relative;
  z-index: 4;
}

.sticker-copy-v1 { max-width: 470px; }

.sticker-kicker-v1 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #f2b300;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.sticker-count-v1 {
  display: inline-block;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 8px;
}

.sticker-pack-v1 h2 {
  margin: 7px 0 5px;
  max-width: 420px;
  font-size: clamp(25px, 3.4vw, 34px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.sticker-pack-v1 p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.45;
}

.sticker-art-v1 {
  position: relative;
  z-index: 5;
  width: 214px;
  height: 194px;
  align-self: center;
  justify-self: center;
  margin: -38px -12px -42px -10px;
  transform: rotate(-5deg);
  pointer-events: none;
}

.sticker-diecut-v2 {
  width: 100%;
  height: 100%;
  background: transparent;
}

.sticker-image-v3 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 14px 18px rgba(0, 20, 48, 0.3));
}

.sticker-action-v1 { min-width: 230px; }

.sticker-button-v1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 50px;
  padding: 0 9px 0 17px;
  border-radius: 999px;
  background: #f2b300;
  color: #073b71;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.sticker-button-v1 b {
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #073b71;
  color: #fff;
  font-size: 16px;
}

.sticker-button-v1:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.17);
}

.sticker-button-v1:focus-visible,
.ig-card-v3:focus-visible {
  outline: 4px solid rgba(242, 179, 0, 0.55);
  outline-offset: 4px;
}

.instagram-official { padding: 23px 0 40px !important; }

.ig-card-v3 {
  position: relative;
  isolation: isolate;
  display: block;
  min-height: 292px;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(118deg, #073b71 0%, #0d4888 58%, #06335f 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 20px 52px rgba(7, 59, 113, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ig-card-v3::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: radial-gradient(circle at 62% 12%, rgba(255, 255, 255, 0.11), transparent 30%),
    linear-gradient(90deg, transparent 0%, rgba(0, 19, 52, 0.08) 60%, rgba(0, 18, 46, 0.34) 100%);
}

.ig-yellow-lockup-v3 {
  position: absolute;
  z-index: 2;
  left: -9%;
  top: -18%;
  bottom: -18%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 43%;
  padding-right: 52px;
  border-radius: 0 50% 50% 0;
  background: #f2b300;
}

.ig-yellow-lockup-v3 img {
  display: block;
  width: min(230px, 69%);
  height: auto;
  filter: brightness(0) invert(1) drop-shadow(0 5px 0 rgba(7, 59, 113, 0.7));
}

.ig-copy-v3 {
  position: absolute;
  z-index: 5;
  left: 42%;
  right: 185px;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateY(-50%);
}

.ig-kicker-v3 {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(242, 179, 0, 0.18);
  color: #ffd252;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.ig-copy-v3 > strong {
  font-size: clamp(24px, 3.7vw, 39px);
  line-height: 1;
  letter-spacing: -0.045em;
  text-shadow: 0 3px 13px rgba(0, 18, 46, 0.3);
}

.ig-support-v4 {
  max-width: 390px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.35;
}

.ig-click-v4 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 240px;
  margin-top: 14px;
  padding-top: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  color: #ffd252;
  font-size: 14px;
  line-height: 1.1;
}

.ig-click-v4 b { font-weight: 900; }

.ig-click-v4 i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f2b300;
  color: #073b71;
  font-size: 17px;
  font-style: normal;
  transition: transform 0.2s ease;
}

.ig-candidate-v3 {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -38px;
  width: auto;
  height: 326px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(-15px 10px 22px rgba(0, 20, 48, 0.33));
}

.ig-arrow-v3 {
  position: absolute;
  z-index: 7;
  right: 18px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 23px;
  backdrop-filter: blur(8px);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.ig-card-v3:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 62px rgba(7, 59, 113, 0.26);
}

.ig-card-v3:hover .ig-arrow-v3 {
  transform: translate(2px, -2px);
  background: #fff;
  color: #073b71;
}

.ig-card-v3:hover .ig-click-v4 i { transform: translateX(3px); }

@media (max-width: 820px) {
  .sticker-card-v1 {
    grid-template-columns: minmax(0, 1fr) 164px;
    gap: 12px 4px;
  }
  .sticker-art-v1 {
    width: 184px;
    height: 176px;
    margin: -34px -30px -36px -12px;
  }
  .sticker-action-v1 {
    grid-column: 1 / -1;
    min-width: 0;
  }
  .ig-yellow-lockup-v3 {
    width: 39%;
    padding-right: 35px;
  }
  .ig-copy-v3 {
    left: 41%;
    right: 128px;
  }
  .ig-candidate-v3 {
    right: -2%;
    height: 308px;
  }
}

@media (max-width: 560px) {
  .sticker-pack-v1 { padding: 10px 0 24px; }
  .sticker-card-v1 {
    grid-template-areas: "copy art" "action action";
    grid-template-columns: minmax(0, 1fr) 128px;
    gap: 7px 0;
    min-height: 0;
    padding: 18px 16px 17px;
    border-radius: 22px;
  }
  .sticker-card-v1::after {
    right: -70px;
    top: -102px;
  }
  .sticker-copy-v1 {
    z-index: 6;
    grid-area: copy;
    align-self: center;
  }
  .sticker-kicker-v1 {
    gap: 5px;
    font-size: 8px;
    letter-spacing: 0.09em;
  }
  .sticker-count-v1 {
    padding: 3px 5px;
    font-size: 7px;
  }
  .sticker-pack-v1 h2 {
    max-width: 190px;
    margin: 6px 0 4px;
    font-size: 25px;
  }
  .sticker-pack-v1 p {
    max-width: 185px;
    font-size: 11px;
  }
  .sticker-art-v1 {
    grid-area: art;
    width: 156px;
    height: 150px;
    align-self: end;
    margin: -24px -38px -24px -10px;
    transform: rotate(-6deg);
  }
  .sticker-action-v1 {
    z-index: 7;
    grid-area: action;
    margin-top: 2px;
  }
  .sticker-button-v1 {
    min-height: 46px;
    padding-left: 15px;
    font-size: 12px;
  }
  .sticker-button-v1 b {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  .instagram-official { padding: 21px 0 32px !important; }
  .ig-card-v3 {
    min-height: 244px;
    border-radius: 23px;
  }
  .ig-yellow-lockup-v3 {
    left: -13%;
    top: -8%;
    bottom: -8%;
    width: 45%;
    padding: 24px 27px 24px 14px;
  }
  .ig-yellow-lockup-v3 img { width: 94%; }
  .ig-copy-v3 {
    left: 43%;
    right: 33px;
    top: 52%;
  }
  .ig-kicker-v3 {
    margin-bottom: 7px;
    padding: 5px 7px;
    font-size: 7px;
  }
  .ig-copy-v3 > strong {
    font-size: clamp(18px, 5.2vw, 23px);
    letter-spacing: -0.04em;
  }
  .ig-support-v4 {
    max-width: 205px;
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.3;
  }
  .ig-click-v4 {
    min-width: 205px;
    margin-top: 11px;
    padding-top: 9px;
    font-size: 12px;
  }
  .ig-click-v4 i {
    width: 25px;
    height: 25px;
    font-size: 15px;
  }
  .ig-candidate-v3 {
    right: -36px;
    bottom: -34px;
    height: 246px;
    opacity: 0.7;
  }
  .ig-card-v3::after {
    content: "";
    position: absolute;
    z-index: 3;
    inset: 0;
    background: linear-gradient(90deg, transparent 34%, rgba(7, 59, 113, 0.16) 57%, rgba(7, 59, 113, 0.1) 100%);
    pointer-events: none;
  }
  .ig-arrow-v3 {
    right: 12px;
    top: 12px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

@media (max-width: 380px) {
  .sticker-card-v1 { grid-template-columns: minmax(0, 1fr) 112px; }
  .sticker-art-v1 {
    width: 142px;
    margin-right: -40px;
  }
  .sticker-pack-v1 h2 { font-size: 23px; }
  .ig-copy-v3 {
    left: 42%;
    right: 27px;
  }
  .ig-copy-v3 > strong { font-size: 18px; }
  .ig-support-v4 { font-size: 11px; }
  .ig-click-v4 {
    min-width: 190px;
    font-size: 11px;
  }
  .ig-candidate-v3 { right: -43px; }
}

/* Compact Instagram composition — v5 */
.instagram-official { padding: 17px 0 31px !important; }

.ig-card-v3 {
  min-height: 236px;
  border-radius: 26px;
}

.ig-card-v3::before {
  background: radial-gradient(circle at 58% 12%, rgba(255, 255, 255, 0.1), transparent 30%),
    linear-gradient(90deg, transparent 0%, rgba(0, 19, 52, 0.05) 60%, rgba(0, 18, 46, 0.3) 100%);
}

.ig-yellow-lockup-v3 {
  left: 0;
  top: 0;
  bottom: 0;
  width: 34%;
  padding: 20px 35px 20px 18px;
  border-radius: 0 50% 50% 0;
}

.ig-yellow-lockup-v3 img {
  width: min(220px, 100%);
  max-height: 74%;
  object-fit: contain;
}

.ig-copy-v3 {
  left: 36%;
  right: 29%;
  top: 50%;
}

.ig-copy-v3 > strong {
  font-size: clamp(22px, 3.2vw, 34px);
  line-height: 0.96;
  white-space: nowrap;
}

.ig-copy-v3 > strong span { display: inline; }

.ig-support-v4 {
  margin-top: 8px;
  font-size: 13px;
}

.ig-click-v4 {
  min-width: 0;
  width: 100%;
  margin-top: 11px;
  padding-top: 9px;
  font-size: 13px;
}

.ig-click-v4 svg {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  padding: 6px;
  border-radius: 50%;
  background: #f2b300;
  stroke: #073b71;
  stroke-width: 2.2;
  fill: none;
}

.ig-candidate-v3 {
  right: -8px;
  bottom: -34px;
  height: 270px;
  opacity: 1;
}

.ig-card-v3:hover .ig-click-v4 svg { transform: translate(2px, -2px); }

@media (max-width: 820px) {
  .ig-yellow-lockup-v3 {
    width: 35%;
    padding-right: 27px;
  }

  .ig-copy-v3 {
    left: 36.5%;
    right: 29%;
  }

  .ig-candidate-v3 {
    right: -10px;
    height: 250px;
  }
}

@media (max-width: 560px) {
  .sticker-card-v1 {
    grid-template-rows: minmax(142px, auto) auto;
  }

  .sticker-art-v1 {
    width: 150px;
    height: 142px;
    align-self: center;
    margin: -18px -34px 0 -8px;
    transform: rotate(-5deg);
  }

  .sticker-action-v1 { margin-top: 7px; }

  .instagram-official { padding: 16px 0 28px !important; }

  .ig-card-v3 {
    min-height: 202px;
    border-radius: 22px;
  }

  .ig-yellow-lockup-v3 {
    left: 0;
    top: 0;
    bottom: 0;
    width: 31.5%;
    padding: 14px 19px 14px 9px;
  }

  .ig-yellow-lockup-v3 img {
    width: 100%;
    max-height: 70%;
  }

  .ig-copy-v3 {
    left: 33%;
    right: 25.5%;
    top: 50%;
  }

  .ig-kicker-v3 {
    margin-bottom: 6px;
    padding: 4px 6px;
    font-size: 6px;
    letter-spacing: 0.11em;
  }

  .ig-copy-v3 > strong {
    font-size: clamp(12.5px, 3.45vw, 14px);
    line-height: 1;
    letter-spacing: -0.045em;
    white-space: nowrap;
  }

  .ig-click-v4 {
    gap: 7px;
    min-width: 0;
    margin-top: 10px;
    padding-top: 9px;
    font-size: 12px;
    line-height: 1.25;
    white-space: normal;
  }

  .ig-click-v4 svg {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
    padding: 5px;
  }

  .ig-candidate-v3 {
    right: -26px;
    bottom: -20px;
    height: 192px;
    opacity: 1;
  }

  .ig-card-v3::after {
    background: linear-gradient(90deg, transparent 32%, rgba(7, 59, 113, 0.08) 55%, rgba(7, 59, 113, 0.08) 72%, transparent 73%);
  }
}

@media (max-width: 380px) {
  .sticker-art-v1 {
    width: 140px;
    height: 136px;
    margin-right: -36px;
  }

  .ig-copy-v3 > strong { font-size: 12.5px; }
  .ig-click-v4 { font-size: 11px; }
  .ig-candidate-v3 { right: -29px; }
}

@media (prefers-reduced-motion: reduce) {
  .sticker-button-v1,
  .ig-card-v3,
  .ig-arrow-v3,
  .ig-click-v4 i,
  .ig-click-v4 svg { transition: none; }
}
