/* Credit-card welcome landing — scoped so Newspaper header/footer/AdSense stay intact */
.cc-lp,
.cc-lp * { box-sizing: border-box; }
.cc-lp {
  --navy: #06142d;
  --navy-2: #0b2347;
  --gold: #f2c861;
  --gold-2: #d69f34;
  --red: #ee4338;
  --ink: #13213a;
  --muted: #667085;
  --paper: #f7f5ef;
  --white: #fff;
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Microsoft JhengHei", "Noto Sans TC", "PingFang HK", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
.cc-lp a { color: inherit; text-decoration: none; }
.cc-lp img { display: block; max-width: 100%; height: auto; border: 0; box-shadow: none; }
.cc-lp button,
.cc-lp a { -webkit-tap-highlight-color: transparent; }
body.cc-lp-page .td-page-content .cc-lp h1,
body.cc-lp-page .td-page-content .cc-lp h2,
body.cc-lp-page .td-page-content .cc-lp h3,
body.cc-lp-page .td-page-content .cc-lp p {
  margin-top: 0;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
}
.cc-lp-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.cc-lp-urgency {
  position: relative;
  z-index: 4;
  color: #fff;
  background: #d9342b;
  box-shadow: 0 5px 20px rgba(38, 8, 5, .22);
}
.cc-lp-urgency-inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 800;
}
.cc-lp-countdown { display: flex; align-items: center; gap: 6px; }
.cc-lp-time {
  min-width: 39px;
  padding: 4px 6px;
  color: #7d1d16;
  text-align: center;
  background: #fff;
  border-radius: 7px;
  font-variant-numeric: tabular-nums;
}
.cc-lp-time-label { opacity: .9; font-size: 12px; }

.cc-lp-hero {
  position: relative;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(circle at 76% 45%, rgba(45, 133, 220, .42), transparent 26%),
    radial-gradient(circle at 38% 70%, rgba(239, 188, 67, .16), transparent 25%),
    linear-gradient(135deg, #020817 0%, #071a38 60%, #041126 100%);
}
.cc-lp-hero::before,
.cc-lp-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
}
.cc-lp-hero::before {
  width: 680px; height: 2px; right: -100px; top: 48%;
  background: linear-gradient(90deg, transparent, rgba(242, 200, 97, .8), transparent);
  box-shadow: 0 0 26px rgba(74, 167, 255, .55);
  transform: rotate(-11deg);
}
.cc-lp-hero::after {
  width: 420px; height: 420px; right: -210px; top: -270px;
  border: 34px solid rgba(214, 159, 52, .22);
}
.cc-lp-hero-inner {
  min-height: 660px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 54px;
  padding-block: 58px 64px;
}
.cc-lp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 9px 18px;
  font-weight: 900;
  letter-spacing: .05em;
  background: linear-gradient(135deg, #ff6257, #d92720);
  border: 1px solid #ffb0a9;
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(238, 67, 56, .5);
}
body.cc-lp-page .td-page-content .cc-lp-hero h1 {
  margin: 0;
  font-size: clamp(45px, 5.3vw, 78px);
  line-height: 1.06;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.cc-lp-hero h1 strong {
  color: var(--gold);
  text-shadow: 0 3px 0 rgba(111, 71, 4, .55);
}
.cc-lp-total-label { margin: 27px 0 0; font-size: 20px; font-weight: 800; color: #d9e4f7; }
.cc-lp-total {
  margin: -4px 0 0;
  color: var(--gold);
  font-size: clamp(64px, 7.5vw, 106px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.055em;
  text-shadow: 0 5px 0 rgba(119, 75, 3, .5), 0 10px 28px rgba(242, 200, 97, .22);
  font-variant-numeric: tabular-nums;
}
.cc-lp-total small { margin-right: 6px; font-size: .43em; letter-spacing: -.02em; }
.cc-lp-hero-note { max-width: 520px; margin: 22px 0 30px; color: #cbd7ea; font-size: 17px; }
.cc-lp-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.cc-lp-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 900;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.cc-lp-btn:hover { transform: translateY(-2px); }
.cc-lp-btn-primary { color: #fff !important; background: var(--red); box-shadow: 0 12px 26px rgba(238, 67, 56, .28); }
.cc-lp-btn-primary:hover { box-shadow: 0 15px 32px rgba(238, 67, 56, .4); }
.cc-lp-btn-ghost { color: #fff !important; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.07); }

.cc-lp-card-cloud {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 20px;
}
.cc-lp-card-cloud::before {
  content: "";
  position: absolute;
  inset: 8% 4%;
  z-index: -1;
  background: radial-gradient(circle, rgba(73, 158, 240, .3), transparent 66%);
  filter: blur(20px);
}
.cc-lp-mini-card {
  min-height: 162px;
  display: grid;
  place-items: center;
  padding: 14px;
  background: linear-gradient(160deg, rgba(255,255,255,.11), rgba(255,255,255,.025));
  border: 1px solid rgba(242, 200, 97, .48);
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(0,0,0,.28);
  backdrop-filter: blur(8px);
}
.cc-lp-mini-card:nth-child(2),
.cc-lp-mini-card:nth-child(5) { transform: translateY(18px); }
.cc-lp-mini-card img { width: 100%; height: 130px; object-fit: contain; filter: drop-shadow(0 8px 8px rgba(0,0,0,.33)); }

.cc-lp-section { padding-block: 78px; }
.cc-lp-section-light { background: #f8f6f1; }
.cc-lp-section-white { background: #fff; }
.cc-lp-section-heading { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.cc-lp-eyebrow {
  display: inline-flex;
  padding: 6px 12px;
  color: #9b6c12;
  background: #fff5d9;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}
.cc-lp-section-heading h2 { margin: 12px 0 8px; color: var(--ink); font-size: clamp(32px, 4vw, 50px); line-height: 1.18; }
body.cc-lp-page .td-page-content .cc-lp-section-heading h2 { margin: 12px 0 8px; color: var(--ink); font-size: clamp(32px, 4vw, 50px); line-height: 1.18; }
.cc-lp-section-heading p { margin: 0; color: var(--muted); font-size: 17px; }
.cc-lp-highlight { color: #d72f26; }

.cc-lp-offer-grid { display: grid; gap: 20px; }
.cc-lp-offer-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cc-lp-offer-grid-2 { max-width: 780px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-inline: auto; }
.cc-lp-offer {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  box-shadow: 0 14px 38px rgba(25, 39, 65, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.cc-lp-offer:hover { transform: translateY(-4px); box-shadow: 0 20px 48px rgba(25, 39, 65, .14); }
.cc-lp-offer.is-ended { opacity: .62; }
.cc-lp-badge {
  position: absolute;
  z-index: 2;
  top: 13px; left: 13px;
  padding: 5px 10px;
  color: #fff;
  background: #d9342b;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}
.cc-lp-badge-blue { background: #173a69; }
.cc-lp-card-stage {
  min-height: 208px;
  display: grid;
  place-items: center;
  padding: 35px 24px 18px;
  background:
    radial-gradient(circle at 50% 20%, rgba(73, 158, 240, .18), transparent 47%),
    linear-gradient(145deg, #07162f, #0b254a);
}
.cc-lp-card-stage img { width: 100%; height: 155px; object-fit: contain; filter: drop-shadow(0 12px 11px rgba(0,0,0,.36)); }
.cc-lp-offer-body { flex: 1; display: flex; flex-direction: column; padding: 22px; }
.cc-lp-offer h3 { min-height: 52px; margin: 0 0 8px; font-size: 18px; line-height: 1.4; }
.cc-lp-reward { margin: 0 0 10px; color: #d72f26; font-size: 27px; font-weight: 950; line-height: 1.1; }
.cc-lp-reward-copy { margin: 0 0 10px; color: #475467; font-size: 14px; }
.cc-lp-reward-copy strong { color: var(--ink); }
.cc-lp-deadline {
  margin: 0 0 16px;
  color: #9b6c12;
  background: #fff8e6;
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}
.cc-lp-card-cta {
  width: 100%;
  min-height: 45px;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: var(--navy-2);
  border-radius: 10px;
  font-weight: 900;
}
.cc-lp-card-cta:hover { background: #123767; }

.cc-lp-split-note {
  max-width: 880px;
  margin: 38px auto 0;
  padding: 16px 20px;
  color: #5f4a1d;
  text-align: center;
  background: #fff8e6;
  border: 1px solid #efdca7;
  border-radius: 14px;
}

.cc-lp-how {
  color: #fff;
  background: linear-gradient(135deg, #07162f, #0b2852);
}
.cc-lp-how .cc-lp-section-heading h2,
.cc-lp-how .cc-lp-section-heading p { color: #fff; }
.cc-lp-how .cc-lp-section-heading p { opacity: .75; }
.cc-lp-how .cc-lp-eyebrow { color: #412a00; background: var(--gold); }
.cc-lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cc-lp-step { padding: 26px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; }
.cc-lp-step-num { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 15px; color: #412a00; background: var(--gold); border-radius: 50%; font-weight: 950; }
.cc-lp-step h3 { margin: 0 0 6px; font-size: 19px; }
.cc-lp-step p { margin: 0; color: #cbd7ea; font-size: 14px; }

.cc-lp-faq { max-width: 850px; margin-inline: auto; }
.cc-lp-faq details { margin-bottom: 12px; background: #fff; border: 1px solid #e4e7ec; border-radius: 14px; }
.cc-lp-faq summary { position: relative; padding: 18px 50px 18px 20px; cursor: pointer; list-style: none; font-weight: 900; }
.cc-lp-faq summary::-webkit-details-marker { display: none; }
.cc-lp-faq summary::after { content: "+"; position: absolute; right: 20px; top: 15px; color: #b17a15; font-size: 25px; }
.cc-lp-faq details[open] summary::after { content: "−"; }
.cc-lp-faq details p { margin: 0; padding: 0 20px 20px; color: var(--muted); }

.cc-lp-final {
  padding: 54px 0 90px;
  color: #fff;
  text-align: center;
  background: var(--navy);
}
.cc-lp-final h2 { margin: 0 0 8px; font-size: clamp(30px, 4vw, 48px); color: #fff; }
.cc-lp-final p { margin: 0 0 24px; color: #cbd7ea; }
.cc-lp-disclaimer { max-width: 900px; margin: 34px auto 0; color: #8491a8; font-size: 12px; }
.cc-lp-mobile-cta { display: none; }

@media (max-width: 1020px) {
  .cc-lp-hero-inner { min-height: auto; grid-template-columns: 1fr; gap: 36px; padding-block: 55px; }
  .cc-lp-hero-copy { max-width: 720px; margin-inline: auto; text-align: center; }
  .cc-lp-hero-note { margin-inline: auto; }
  .cc-lp-actions { justify-content: center; }
  .cc-lp-card-cloud { max-width: 760px; margin-inline: auto; }
  .cc-lp-offer-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .cc-lp-container { width: min(100% - 28px, 1180px); }
  .cc-lp-urgency-inner { flex-direction: column; gap: 4px; min-height: 72px; text-align: center; }
  .cc-lp-hero-inner { padding-block: 38px 48px; }
  .cc-lp-kicker { margin-bottom: 17px; padding: 7px 14px; font-size: 14px; }
  .cc-lp-hero h1 { font-size: clamp(42px, 13vw, 59px); }
  .cc-lp-total-label { margin-top: 20px; font-size: 17px; }
  .cc-lp-total { font-size: clamp(65px, 20vw, 91px); }
  .cc-lp-hero-note { margin-top: 17px; font-size: 15px; }
  .cc-lp-btn { width: 100%; }
  .cc-lp-card-cloud { grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 8px 0; }
  .cc-lp-mini-card { min-height: 132px; padding: 10px; border-radius: 14px; }
  .cc-lp-mini-card:nth-child(2),
  .cc-lp-mini-card:nth-child(5) { transform: none; }
  .cc-lp-mini-card img { height: 108px; }
  .cc-lp-section { padding-block: 58px; }
  .cc-lp-section-heading { margin-bottom: 28px; }
  .cc-lp-section-heading p { font-size: 15px; }
  .cc-lp-offer-grid-4,
  .cc-lp-offer-grid-2,
  .cc-lp-steps { grid-template-columns: 1fr; }
  .cc-lp-card-stage { min-height: 230px; }
  .cc-lp-card-stage img { height: 180px; }
  .cc-lp-offer h3 { min-height: auto; font-size: 20px; }
  .cc-lp-reward { font-size: 30px; }
  .cc-lp-mobile-cta {
    position: fixed;
    z-index: 40;
    right: 12px;
    bottom: max(96px, calc(84px + env(safe-area-inset-bottom)));
    left: 12px;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: var(--red);
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 14px;
    box-shadow: 0 12px 34px rgba(0,0,0,.3);
    font-weight: 950;
  }
  .cc-lp-final { padding-bottom: 170px; }
}
@media (prefers-reduced-motion: reduce) {
  .cc-lp *,
  .cc-lp *::before,
  .cc-lp *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Newspaper theme: keep site header/footer, drop page chrome around this landing */
body.cc-lp-page .td-page-header,
body.cc-lp-page .td-page-title,
body.cc-lp-page .td-crumb-container { display: none !important; }
body.cc-lp-page .td-main-content-wrap .td-container,
body.cc-lp-page .tdc-content-wrap {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.cc-lp-page .td-page-content,
body.cc-lp-page .td-page-content.tagdiv-type {
  padding: 0 !important;
  margin: 0 !important;
}
body.cc-lp-page .td-pb-span12.td-main-content {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.cc-lp-page .td-ss-main-content { margin: 0; }
body.cc-lp-page #td-outer-wrap .td-main-content-wrap { padding-top: 0; }
body.cc-lp-page .td-page-content p:empty { display: none; }
