:root {
  --purple: #7b5684;
  --purple-dark: #67456f;
  --pet-blue: #88cdd2;
  --pet-blue-dark: #5aaeb5;
  --navy: #28536f;
  --navy-deep: #163d59;
  --pink: #f7cbd5;
  --pink-soft: #fff2f5;
  --cream: #fffaf7;
  --ink: #182532;
  --muted: #667684;
  --line: #e5ebee;
  --white: #fff;
  --shadow: 0 18px 50px rgba(34, 72, 91, .11);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
button, input { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h2 { margin-bottom: 18px; color: var(--navy); font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.08; letter-spacing: -.035em; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
.eyebrow {
  margin: 0 0 10px;
  color: var(--purple);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.section-heading { margin-bottom: 42px; }
.section-heading > p:last-child, .narrow-heading > p:last-child { max-width: 650px; color: var(--muted); }
.section-heading.centered, .narrow-heading { text-align: center; }
.section-heading.centered > p:last-child, .narrow-heading > p:last-child { margin-inline: auto; }
.narrow-heading { max-width: 760px; }

.announcement-bar {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 8px 20px;
  color: white;
  background: var(--purple);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .045em;
  text-align: center;
}
.announcement-bar span { color: #e5f7f8; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  min-height: 98px;
  padding: 20px max(24px, calc((100vw - var(--container)) / 2));
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
  color: var(--ink);
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid rgba(24, 37, 50, .07);
  box-shadow: 0 7px 25px rgba(28, 62, 78, .06);
  backdrop-filter: blur(12px);
}
.brand-petsafe { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 285px; height: auto; }
.desktop-nav { display: flex; justify-content: flex-end; align-items: center; gap: 30px; }
.desktop-nav a, .mobile-nav a {
  color: #1d2730;
  font-size: .84rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease;
}
.desktop-nav a:hover, .mobile-nav a:hover { color: var(--pet-blue-dark); }
.desktop-nav .header-cta {
  padding: 12px 18px;
  color: white;
  background: var(--purple);
  border-radius: 999px;
  font-weight: 800;
}
.desktop-nav .header-cta:hover { color: white; background: var(--purple-dark); }
.menu-button, .mobile-nav { display: none; }

.hero {
  position: relative;
  min-height: 640px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(110deg, #f9dce2 0%, #f8d4dd 51%, #f3c4d0 100%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: -180px;
  bottom: -260px;
  border-radius: 50%;
  background: rgba(136, 205, 210, .32);
  filter: blur(2px);
}
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; gap: 60px; align-items: center; }
.hero-content { padding: 66px 0; }
.campaign-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  padding: 9px 17px;
  color: #bd5876;
  background: rgba(255, 255, 255, .88);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(105, 69, 91, .08);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.campaign-pill span { font-size: 1rem; }
.hero h1 { margin-bottom: 22px; color: var(--navy); font-size: clamp(3.2rem, 6vw, 5.4rem); line-height: .98; letter-spacing: -.055em; font-weight: 500; }
.hero h1 strong { color: var(--purple); font-weight: 700; }
.hero-content > p { max-width: 610px; margin-bottom: 24px; color: #425b6d; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.campaign-period { width: fit-content; display: grid; gap: 1px; padding-left: 14px; border-left: 3px solid var(--pet-blue-dark); }
.campaign-period span { color: #6a7781; font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.campaign-period strong { color: var(--navy); font-size: .98rem; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 28px; }
.primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 15px 24px;
  border-radius: 999px;
  color: white;
  background: var(--navy);
  box-shadow: 0 12px 28px rgba(40, 83, 111, .2);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .035em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}
.primary-link:hover { transform: translateY(-2px); background: var(--navy-deep); }
.secondary-link { color: var(--navy); font-size: .84rem; font-weight: 800; text-underline-offset: 5px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 28px; color: #536b78; font-size: .75rem; font-weight: 700; }
.hero-trust span::first-letter { color: var(--pet-blue-dark); }
.hero-visual { position: relative; align-self: stretch; min-height: 640px; }
.hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-visual::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 19%; background: linear-gradient(90deg, #f8d2db, transparent); }
.visual-tag {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 26px;
  width: min(330px, calc(100% - 48px));
  display: grid;
  gap: 3px;
  padding: 17px 20px;
  color: var(--navy);
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 18px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}
.visual-tag small { color: var(--purple); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.visual-tag strong { font-size: .9rem; line-height: 1.3; }

.journey { background: #fff; }
.carousel-shell { margin-top: 44px; }
.carousel { overflow: hidden; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.carousel-track { display: flex; transition: transform .65s cubic-bezier(.22,.8,.3,1); }
.prize-slide {
  position: relative;
  min-width: 100%;
  min-height: 430px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 42px;
  align-items: center;
  padding: 48px 54px;
  overflow: hidden;
  background: linear-gradient(135deg, #fff8f5, var(--slide-light, #fff2f5));
}
.prize-slide::after { content: ""; position: absolute; right: -100px; top: -130px; width: 330px; height: 330px; border-radius: 50%; background: rgba(136,205,210,.18); }
.slide-copy { position: relative; z-index: 2; }
.level-badge { display: inline-flex; margin-bottom: 22px; padding: 8px 14px; color: white; background: var(--purple); border-radius: 999px; font-size: .69rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.slide-copy h3 { max-width: 560px; margin-bottom: 16px; color: var(--navy); font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.06; letter-spacing: -.04em; }
.slide-copy p { max-width: 530px; color: var(--muted); }
.slide-target { display: flex; align-items: center; gap: 12px; margin-top: 30px; color: var(--pet-blue-dark); font-weight: 800; }
.slide-target::before { content: ""; width: 46px; height: 3px; border-radius: 99px; background: var(--pet-blue); }
.slide-image-card { position: relative; z-index: 2; min-height: 320px; overflow: hidden; background: #fff4ef; border-radius: 22px; box-shadow: 0 16px 36px rgba(40,83,111,.12); }
.slide-image-card img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.carousel-controls { display: grid; grid-template-columns: 46px 1fr 46px; gap: 18px; align-items: center; margin-top: 20px; }
.round-control { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); background: white; cursor: pointer; font-size: 1.1rem; transition: background .2s ease, color .2s ease, transform .2s ease; }
.round-control:hover { transform: translateY(-2px); color: white; background: var(--purple); }
.carousel-dots { display: flex; justify-content: center; gap: 8px; }
.carousel-dot { width: 22px; height: 5px; padding: 0; border: 0; border-radius: 99px; background: #d8e0e3; cursor: pointer; transition: width .25s ease, background .25s ease; }
.carousel-dot.active { width: 46px; background: var(--pet-blue-dark); }

.ranking { background: var(--cream); }
.prize-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.prize-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 8px 26px rgba(40,83,111,.06); transition: transform .25s ease, box-shadow .25s ease; }
.prize-card:hover { transform: translateY(-6px); box-shadow: 0 17px 35px rgba(40,83,111,.12); }
.prize-visual { position: relative; height: 215px; overflow: hidden; background: #fff2ee; }
.prize-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.prize-card:hover .prize-visual img { transform: scale(1.035); }
.card-level { position: absolute; z-index: 2; top: 13px; left: 13px; padding: 6px 10px; color: var(--purple); background: rgba(255,255,255,.93); border-radius: 999px; box-shadow: 0 6px 16px rgba(40,83,111,.1); font-size: .64rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.prize-card-body { padding: 20px; }
.prize-card-body h3 { min-height: 55px; margin-bottom: 17px; color: var(--navy); font-size: 1rem; line-height: 1.28; }
.card-meta { display: flex; justify-content: space-between; align-items: end; gap: 12px; padding-top: 14px; border-top: 1px solid var(--line); }
.card-meta span { color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.card-meta strong { color: var(--purple); font-size: 1.04rem; }
.prize-disclaimer { max-width: 840px; margin: 24px auto 0; color: #75838d; font-size: .75rem; line-height: 1.6; text-align: center; }
.prize-disclaimer strong { color: #586a76; }

.simulator { position: relative; overflow: hidden; color: white; background: linear-gradient(135deg, var(--navy), #356e8a); }
.simulator::before { content: ""; position: absolute; right: -180px; top: -240px; width: 520px; height: 520px; border-radius: 50%; background: rgba(136,205,210,.19); }
.simulator-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 65px; align-items: center; }
.simulator h2 { color: white; }
.simulator .eyebrow { color: #c8f2f4; }
.simulator-copy > p:not(.eyebrow) { color: rgba(255,255,255,.76); }
.simulator-form { margin-top: 32px; }
.simulator-form label { display: block; margin-bottom: 8px; font-size: .8rem; font-weight: 800; }
.currency-input { display: flex; align-items: center; overflow: hidden; background: white; border: 1px solid rgba(255,255,255,.4); border-radius: 12px; }
.currency-input span { padding-left: 17px; color: var(--navy); font-weight: 800; }
.currency-input input { width: 100%; padding: 15px 17px 15px 8px; color: var(--navy); border: 0; outline: 0; font-size: 1.05rem; }
.simulator-form small { display: block; margin-top: 8px; color: rgba(255,255,255,.58); }
.simulator-form button { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: 20px; padding: 15px 18px; color: var(--navy); background: var(--pet-blue); border: 0; border-radius: 999px; cursor: pointer; font-weight: 800; }
.simulator-result { min-height: 330px; display: grid; align-content: center; padding: 40px; color: var(--ink); background: white; border-radius: 24px; box-shadow: var(--shadow); }
.result-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 22px; color: var(--purple); background: var(--pink-soft); border-radius: 50%; font-size: 1.45rem; }
.result-kicker { margin-bottom: 8px; color: var(--purple); font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.simulator-result h3 { margin-bottom: 12px; color: var(--navy); font-size: clamp(1.6rem, 3vw, 2.35rem); line-height: 1.1; letter-spacing: -.03em; }
.simulator-result p:last-child { color: var(--muted); }
.progress-bar { height: 9px; margin: 20px 0 8px; overflow: hidden; background: #e7edef; border-radius: 99px; }
.progress-bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--pet-blue), var(--purple)); border-radius: inherit; }
.result-numbers { display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-size: .72rem; }

.contact-strip { padding: 62px 0; background: var(--pink-soft); }
.contact-card { max-width: 900px; display: grid; grid-template-columns: 78px 1fr; gap: 28px; align-items: center; }
.contact-card img { width: 72px; height: 72px; object-fit: contain; }
.contact-card h2 { margin-bottom: 8px; color: var(--navy); font-size: clamp(1.75rem, 3vw, 2.45rem); }
.contact-card p { margin-bottom: 0; color: var(--muted); }
.contact-card a { color: var(--purple); font-weight: 800; text-underline-offset: 3px; }

.how { background: white; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step-card { position: relative; min-height: 295px; padding: 30px 25px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 18px; transition: transform .25s ease, border-color .25s ease; }
.step-card:hover { transform: translateY(-5px); border-color: var(--pet-blue); }
.step-number { position: absolute; right: 18px; top: 11px; color: #eef3f4; font-size: 3rem; font-weight: 800; line-height: 1; }
.step-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 50px; color: var(--navy); background: #e7f6f7; border-radius: 50%; font-weight: 800; }
.step-card h3 { margin-bottom: 10px; color: var(--navy); font-size: 1.08rem; }
.step-card p { margin-bottom: 0; color: var(--muted); font-size: .87rem; }

.rules { background: #f5f9fa; }
.rules-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.rules-copy { position: sticky; top: 135px; }
.rules-copy > p:not(.eyebrow) { color: var(--muted); }
.period-card { width: fit-content; display: grid; gap: 3px; margin-top: 24px; padding: 15px 18px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 24px rgba(40,83,111,.07); }
.period-card span { color: var(--muted); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.period-card strong { color: var(--navy); font-size: .95rem; }
.rules-badge { width: fit-content; margin-top: 24px; padding: 10px 15px; color: var(--purple); background: white; border-radius: 999px; box-shadow: 0 8px 24px rgba(40,83,111,.06); font-size: .78rem; font-weight: 800; }
.rules-badge span { width: 21px; height: 21px; display: inline-grid; place-items: center; margin-right: 7px; color: var(--navy); background: #e7f6f7; border-radius: 50%; }
.accordion { display: grid; gap: 10px; }
.accordion details { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 12px; }
.accordion summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 19px 21px; cursor: pointer; color: var(--navy); font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary b { margin-right: 16px; color: var(--pet-blue-dark); }
.accordion summary i { color: var(--purple); font-size: 1.15rem; font-style: normal; transition: transform .2s ease; }
.accordion details[open] summary i { transform: rotate(45deg); }
.accordion details p { margin: 0; padding: 0 21px 21px 57px; color: var(--muted); font-size: .88rem; }
.accordion details p a { color: var(--purple); font-weight: 800; overflow-wrap: anywhere; }

.site-footer { padding: 55px 0 24px; color: #314957; background: #eef7f7; border-top: 1px solid #dceaea; }
.footer-grid { display: grid; grid-template-columns: .75fr 1.2fr auto; gap: 38px; align-items: center; }
.footer-brand { width: fit-content; display: inline-flex; align-items: center; }
.footer-grid img { width: 240px; height: auto; }
.footer-grid p { margin: 0; color: #61737e; font-size: .84rem; }
.footer-grid nav { display: flex; gap: 24px; }
.footer-grid nav a { color: var(--navy); font-size: .78rem; font-weight: 800; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 28px; margin-top: 32px; padding-top: 18px; color: #788891; border-top: 1px solid #d7e5e6; font-size: .7rem; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 82px; }
  .brand img { width: 250px; }
  .desktop-nav { display: none; }
  .menu-button { width: 44px; height: 44px; display: grid; gap: 5px; padding: 11px; background: #edf7f7; border: 0; border-radius: 50%; cursor: pointer; }
  .menu-button span { display: block; height: 2px; background: var(--navy); }
  .mobile-nav { position: absolute; top: 76px; right: 18px; left: 18px; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .mobile-nav.open { display: grid; gap: 15px; }
  .hero-inner { grid-template-columns: 1fr 1fr; gap: 30px; }
  .prize-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .simulator-grid, .rules-grid { grid-template-columns: 1fr; }
  .rules-grid { gap: 42px; }
  .rules-copy { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid nav { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 76px 0; }
  .announcement-bar { min-height: 38px; font-size: .63rem; }
  .site-header { padding: 14px 18px; }
  .brand img { width: 225px; }
  .hero { min-height: 0; }
  .hero-inner { width: 100%; grid-template-columns: 1fr; gap: 0; }
  .hero-content { width: min(calc(100% - 28px), var(--container)); margin-inline: auto; padding: 55px 0 48px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.3rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero-trust { gap: 10px 15px; }
  .hero-visual { min-height: 440px; }
  .hero-visual::after { inset: 0 0 auto; width: 100%; height: 16%; background: linear-gradient(180deg, #f8d2db, transparent); }
  .visual-tag { right: 14px; bottom: 14px; }
  .prize-slide { grid-template-columns: 1fr; gap: 26px; padding: 31px 23px; }
  .slide-image-card, .slide-image-card img { min-height: 250px; }
  .carousel-controls { grid-template-columns: 40px 1fr 40px; gap: 9px; }
  .round-control { width: 40px; height: 40px; }
  .carousel-dot { width: 12px; }
  .carousel-dot.active { width: 26px; }
  .prize-grid, .steps-grid { grid-template-columns: 1fr; }
  .prize-card-body h3 { min-height: 0; }
  .simulator-result { padding: 30px 24px; }
  .contact-card { grid-template-columns: 58px 1fr; gap: 18px; }
  .contact-card img { width: 56px; height: 56px; }
  .accordion details p { padding-left: 21px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid nav { grid-column: auto; flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 420px) {
  .brand img { width: 200px; }
  .hero h1 { font-size: 3rem; }
  .campaign-pill { font-size: .66rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
