@font-face {
  font-family: 'Deya Display';
  src: url('../fonts/deya-manrope-variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
body.deya-campaign-page {
  --deya-red: #e30613;
  --deya-dark-red: #b9000b;
  --deya-text: #202024;
  --deya-muted: #64646b;
  --deya-line: #f0d9db;
  margin: 0;
  background: #fff;
  color: var(--deya-text);
  font: 500 15px/1.55 'Deya Display', Arial, sans-serif;
  overflow-x: clip;
}
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
.deya-campaign-page *, .deya-campaign-page *::before, .deya-campaign-page *::after { box-sizing: border-box; }
.deya-campaign-page h1, .deya-campaign-page h2, .deya-campaign-page h3,
.deya-campaign-page input, .deya-campaign-page button { font-family: 'Deya Display', Arial, sans-serif; font-style: normal; font-synthesis: none; }
.deya-campaign-page h1, .deya-campaign-page h2, .deya-campaign-page h3 { margin: 0; font-weight: 800; color: var(--deya-text); line-height: 1.15; letter-spacing: -.04em; }
.deya-campaign-page p, .deya-campaign-page figure { margin: 0; }
.deya-campaign-page a { color: inherit; text-decoration: none; }
.deya-campaign-page img { display: block; max-width: 100%; height: auto; }
.deya-campaign-page button { cursor: pointer; }
.deya-campaign-page a:focus-visible, .deya-campaign-page button:focus-visible, .deya-campaign-page input:focus-visible { outline: 3px solid #006db5; outline-offset: 4px; }
.deya-shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.deya-skip-link { position: fixed; z-index: 1000; top: -100px; left: 16px; padding: 12px 20px; background: #fff; color: #111 !important; border: 2px solid var(--deya-red); }
.deya-skip-link:focus { top: 12px; }
.deya-header { position: fixed; top: 0; left: 0; z-index: 100; width: 100%; background: rgba(255,255,255,.96); border-bottom: 1px solid #ece6e6; backdrop-filter: blur(14px); transition: box-shadow .2s; }
.deya-header.is-scrolled { box-shadow: 0 4px 20px #54000812; }
.deya-header__inner { display: flex; align-items: center; gap: 28px; min-height: 76px; }
.deya-logo { width: 62px; height: 62px; display: block; flex: 0 0 auto; }
.deya-logo img { width: 100%; height: 100%; object-fit: contain; }
.deya-nav { margin-left: auto; }
.deya-nav[hidden] { display: block; }
.deya-nav ul { display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; list-style: none; }
.deya-nav li { margin: 0; padding: 0; }
.deya-nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; line-height: 1.3; font-weight: 800; }
.deya-nav a:hover, .deya-footer a:hover { color: var(--deya-red); }
.deya-header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 20px; border: 1px solid var(--deya-red); border-radius: 99px; background: var(--deya-red); color: #fff !important; font-size: 12px; font-weight: 800; white-space: nowrap; }
.deya-header-cta:hover { background: var(--deya-dark-red); border-color: var(--deya-dark-red); }
.deya-campaign-page .deya-menu-button { display: none; }
body.admin-bar .deya-header { top: 32px; }
body.admin-bar { --deya-admin-offset: 32px; }
.deya-campaign-page [id] { scroll-margin-top: var(--deya-admin-offset, 0px); }

.deya-hero { padding-top: 77px; background: #fff; }
.deya-hero__grid { display: grid; grid-template-columns: 52% 48%; min-height: 460px; }
.deya-hero__copy { padding: 44px 20px 36px 0; position: relative; z-index: 2; }
.deya-eyebrow { color: var(--deya-red); font-size: 11px; text-transform: uppercase; font-weight: 800; letter-spacing: .1em; }
.deya-campaign-page .deya-hero h1 { margin: 10px 0 2px; color: var(--deya-red); font-size: clamp(70px, 8.8vw, 112px); line-height: 1; font-weight: 800; letter-spacing: -.065em; }
.deya-hero__slogan { font-size: clamp(21px, 2.6vw, 32px); font-weight: 800; letter-spacing: -.05em; text-transform: uppercase; line-height: 1.2; }
.deya-hero__facts { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.deya-hero__facts > div { display: flex; align-items: center; gap: 12px; }
.deya-hero__facts > div + div { border-left: 1px solid #e0dede; padding-left: 24px; }
.deya-hero__facts .dashicons { color: var(--deya-red); font-size: 40px; width: 40px; height: 40px; }
.deya-hero__facts p { font-size: 12px; text-transform: uppercase; line-height: 1.35; }
.deya-hero__facts strong, .deya-hero__facts p span { display: block; }
.deya-hero__facts strong { font-size: 22px; font-weight: 800; letter-spacing: -.03em; }
.deya-hero__lead { max-width: 410px; margin-top: 23px !important; font-size: 15px; color: #55545a; }
.deya-campaign-page .deya-button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 52px; padding: 13px 24px; border: 0; border-radius: 99px; background: linear-gradient(180deg,#f30a19,#d0000d); color: #fff; box-shadow: 0 6px 18px #c900151a; text-transform: none; font-size: 14px; font-weight: 800; line-height: 1.4; transition: background .2s, box-shadow .2s; }
.deya-hero__copy .deya-button { margin-top: 22px; }
.deya-campaign-page .deya-button:hover { color: #fff; background: var(--deya-dark-red); box-shadow: 0 8px 22px #c9001529; }
.deya-hero__dates { margin-top: 13px !important; color: var(--deya-muted); font-size: 11px; }
.deya-hero__travel { position: relative; overflow: hidden; border-left: 10px solid var(--deya-red); border-radius: 48% 0 0 48% / 65% 0 0 65%; margin-right: calc((min(1200px, 100vw - 48px) - 100vw) / 2); background: #087c91; }
.deya-travel-image { position: absolute; inset: 0; width: 100%; height: 100% !important; object-fit: cover; object-position: 60% center; }
.deya-hero__travel::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 23%,#022e4877 58%,#013d54d1 100%); }
.deya-hero__prize { position: absolute; z-index: 1; inset: auto 4% 25px 13%; text-align: center; color: #fff; }
.deya-travel-title { display: flex; justify-content: center; align-items: center; gap: 16px; }
.deya-travel-title > strong { font-size: 116px; line-height: .9; color: #ffe28e; font-weight: 800; letter-spacing: -.09em; text-shadow: 0 3px 5px #082c6170; }
.deya-travel-title p { font-size: clamp(19px, 2.2vw, 29px); line-height: 1.08; font-weight: 800; text-align: left; text-transform: uppercase; }
.deya-or { display: inline-block; padding: 1px 16px; margin: 12px 0 4px; background: var(--deya-red); border-radius: 99px; color: #fff; text-transform: uppercase; font-weight: 800; font-size: 17px; }
.deya-cash strong { display: block; font-size: clamp(35px, 4.6vw, 60px); color: #ffe28e; line-height: 1.12; letter-spacing: -.04em; white-space: nowrap; }
.deya-cash > span { font-size: 24px; font-weight: 800; text-transform: uppercase; }
.deya-choice-note { font-size: 11px; margin-top: 10px !important; line-height: 1.5; }

.deya-campaign-stage { padding: 28px 0 34px; background: radial-gradient(ellipse at 50% 5%,#f52835,transparent 40%), linear-gradient(155deg,#dc0011,#ed0817 52%,#ad000b); }
.deya-products-heading { color: #fff; text-align: center; padding: 0 0 18px; }
.deya-campaign-page .deya-products-heading h2 { color: #fff; font-size: 21px; letter-spacing: -.025em; }
.deya-products-heading p { font-size: 12px; color: #ffe3e5; margin-top: 4px; }
.deya-products { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; margin-bottom: 12px; }
.deya-product { min-width: 0; }
.deya-product > .deya-art-crop { border-radius: 12px; }
.deya-packshot { display: block; aspect-ratio: 3 / 4; overflow: hidden; border-radius: 12px; background: #fff; }
.deya-campaign-page .deya-packshot img { width: 100%; height: 100%; object-fit: contain; }
.deya-product figcaption { padding: 12px 2px 24px; color: #fff; font-size: 14px; text-align: center; font-weight: 800; }
.deya-product figcaption span { display: block; margin-top: 4px; font-size: 12px; font-weight: 500; line-height: 1.45; }
/* CSS windows show the client's original artwork without brand/model captions. */
.deya-art-crop { position: relative; overflow: hidden; isolation: isolate; aspect-ratio: var(--crop-w) / var(--crop-h); }
.deya-campaign-page .deya-art-crop img { position: absolute; display: block; max-width: none; width: calc(1024 / var(--crop-w) * 100%); height: auto; left: calc(var(--crop-x) / var(--crop-w) * -100%); top: calc(var(--crop-y) / var(--crop-h) * -100%); }
.deya-pack-milk { --crop-x: 20; --crop-y: 398; --crop-w: 195; --crop-h: 322; }
.deya-pack-caramel { --crop-x: 215; --crop-y: 398; --crop-w: 195; --crop-h: 322; }
.deya-pack-chocolate { --crop-x: 410; --crop-y: 398; --crop-w: 195; --crop-h: 322; }
.deya-pack-dark { --crop-x: 605; --crop-y: 398; --crop-w: 197; --crop-h: 322; }
.deya-pack-apachi { --crop-x: 802; --crop-y: 398; --crop-w: 204; --crop-h: 322; }
.deya-panel { background: #fff; border-radius: 24px; border: 1px solid #ffdbde; box-shadow: 0 8px 28px #82000710; }
.deya-participate-grid { display: grid; grid-template-columns: minmax(0, .38fr) minmax(0, .62fr); gap: 16px; align-items: stretch; }
.deya-register-panel { padding: 26px; }
.deya-campaign-page .deya-register-panel h2 { color: var(--deya-dark-red); font-size: clamp(21px,2.15vw,27px); line-height: 1.18; text-transform: uppercase; letter-spacing: -.045em; }
.deya-panel-lead { color: var(--deya-muted); font-size: 13px; margin-top: 12px !important; }
.deya-form-card { display: flex; flex-direction: column; margin-top: 20px; }
.deya-form-card > label:not(.deya-consent) { font-size: 13px; font-weight: 800; margin: 0 0 7px; }
.deya-campaign-page .deya-form-card input:not([type=checkbox]) { height: 52px; width: 100%; padding: 12px 14px; border: 1px solid #c9c9ce; border-radius: 10px; background: #fcfcfd; color: var(--deya-text); font-size: 16px; line-height: 1.4; box-shadow: inset 0 1px 3px #00000003; }
.deya-form-card input::placeholder { color: #6b6b73; opacity: 1; }
.deya-campaign-page .deya-form-card input:not([type=checkbox]):focus { background: #fff; border-color: var(--deya-red); }
.deya-campaign-page .deya-form-card input:not([type=checkbox]):focus-visible { outline: 3px solid #006db5; outline-offset: 3px; }
.deya-code-input { letter-spacing: .1em; text-transform: uppercase; }
.deya-field-error { font-size: 11px; color: #b30012; min-height: 16px; padding-top: 1px; }
.deya-consent { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 0; font-size: 12px; line-height: 1.6; cursor: pointer; }
.deya-consent input { flex: 0 0 auto; width: 20px; height: 20px; margin: 0; accent-color: var(--deya-red); }
.deya-campaign-page .deya-form-card .deya-button { width: 100%; padding-inline: 12px; font-size: 13px; }
/* Override the theme's forced opacity so the prelaunch date stays readable. */
.deya-campaign-page .deya-form-card button:disabled { background: #f3e7e8; color: #72575a; opacity: 1 !important; cursor: not-allowed; box-shadow: none; }
.deya-form-status { margin-top: 12px !important; min-height: 32px; text-align: center; font-size: 12px; color: var(--deya-muted); }
.deya-form-status.is-error { color: #ac0010; }
.deya-form-status.is-success { color: #176b34; }
.deya-deadline { margin-top: 5px !important; padding-top: 12px; border-top: 1px solid #f0e9e9; text-align: center; font-size: 11px; color: #6d6263; }
.deya-weekly { padding: 24px 18px 18px; display: flex; flex-direction: column; }
.deya-weekly-heading { text-align: center; margin-bottom: 18px; }
.deya-campaign-page .deya-weekly-heading h2 { font-size: clamp(22px, 2.4vw, 31px); color: var(--deya-dark-red); text-transform: uppercase; }
.deya-weekly-heading p, .deya-final-heading p { display: flex; gap: 7px; align-items: center; justify-content: center; color: var(--deya-red); font-weight: 800; font-size: 13px; margin-top: 5px; }
.deya-prize-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; flex: 1; align-content: center; }
.deya-prize { min-width: 0; padding: 12px 7px 14px; border: 1px solid #f0e5e6; border-radius: 14px; background: #fff; display: grid; grid-template-rows: 140px minmax(42px,auto); justify-items: center; align-items: center; }
.deya-prize .deya-art-crop { width: min(100%,calc(132px * var(--crop-w) / var(--crop-h))); border-radius: 8px; }
.deya-prize figcaption { width: 100%; padding-top: 10px; font-size: 12px; line-height: 1.4; text-align: center; font-weight: 700; align-self: start; }
.deya-prize-tv { --crop-x: 432; --crop-y: 800; --crop-w: 97; --crop-h: 96; }
.deya-prize-processor { --crop-x: 540; --crop-y: 799; --crop-w: 99; --crop-h: 98; }
.deya-prize-airfryer { --crop-x: 651; --crop-y: 801; --crop-w: 101; --crop-h: 96; }
.deya-prize-speaker { --crop-x: 764; --crop-y: 800; --crop-w: 104; --crop-h: 97; }
.deya-prize-vacuum { --crop-x: 881; --crop-y: 778; --crop-w: 101; --crop-h: 119; }
.deya-prize-iron { --crop-x: 431; --crop-y: 947; --crop-w: 97; --crop-h: 94; }
.deya-prize-projector { --crop-x: 539; --crop-y: 947; --crop-w: 102; --crop-h: 94; }
.deya-prize-phone { --crop-x: 652; --crop-y: 947; --crop-w: 100; --crop-h: 99; }
.deya-prize-washer { --crop-x: 765; --crop-y: 947; --crop-w: 104; --crop-h: 109; }
.deya-prize-bike { --crop-x: 881; --crop-y: 947; --crop-w: 102; --crop-h: 106; }
.deya-prize-note { margin-top: 18px !important; color: #6c6667; font-size: 11px; text-align: center; line-height: 1.6; }
.deya-final { position: relative; isolation: isolate; margin-top: 24px; overflow: hidden; border-color: #ffdbde; background: #fff; }
.deya-final::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,#fff0 6%,#ffffff80 20%,#fffffff5 34%,#fff 47%); pointer-events: none; }
.deya-final-heading { display: flex; align-items: center; justify-content: center; gap: 24px; padding: 26px 24px 10px 24%; }
.deya-campaign-page .deya-final-heading h2 { color: var(--deya-red); font-size: 31px; text-transform: uppercase; }
.deya-final-heading p { margin: 0; color: var(--deya-dark-red); }
.deya-final-grid { display: grid; grid-template-columns: 1fr 46px 1fr; align-items: center; min-height: 220px; padding: 6px 24px 14px; }
.deya-final-trip { align-self: stretch; display: flex; align-items: center; padding: 20px 10px 20px clamp(70px,8vw,110px); }
.deya-final-trip > img { position: absolute; z-index: -2; inset: 0; width: 55%; height: 100%; object-fit: cover; object-position: left bottom; }
.deya-final-trip > div { position: relative; display: flex; align-items: center; justify-content: center; gap: 18px; width: 100%; }
.deya-final-trip strong { color: var(--deya-red); font-size: 120px; line-height: 1; letter-spacing: -.05em; }
.deya-campaign-page .deya-final-trip h3 { font-size: 25px; color: var(--deya-text); text-transform: uppercase; max-width: 245px; }
.deya-final-or { position: relative; z-index: 2; margin-inline: -9px; display: grid; place-items: center; width: 64px; height: 64px; border: 4px solid #fff; border-radius: 50%; background: var(--deya-red); color: #fff; font-size: 17px; text-transform: uppercase; font-weight: 800; }
.deya-final-cash { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 22px 20px; margin-left: 16px; border-radius: 18px; background: transparent; }
.deya-money {
  --crop-x: 637; --crop-y: 1190; --crop-w: 150; --crop-h: 139;
  width: 155px; flex: 0 1 155px; isolation: auto; mix-blend-mode: multiply;
  /* Feather the cropped shadow on both axes, keeping the banknotes opaque. */
  -webkit-mask-image: linear-gradient(to right,transparent,#000 6%,#000 88%,transparent),linear-gradient(to bottom,#000 80%,transparent);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to right,transparent,#000 6%,#000 88%,transparent),linear-gradient(to bottom,#000 80%,transparent);
  mask-composite: intersect;
}
.deya-final-cash p { color: var(--deya-dark-red); }
.deya-final-cash strong { display: block; font-size: clamp(25px,3.25vw,42px); letter-spacing: -.05em; white-space: nowrap; line-height: 1.1; }
.deya-final-cash p span { font-size: 26px; font-weight: 800; text-transform: uppercase; }
.deya-final-note { padding: 13px 24px 16px 25%; text-align: center; font-size: 12px; color: #605658; }
.deya-info { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 24px; padding: 20px 0; border: 1px solid #ffffff40; border-radius: 22px; color: #fff; }
.deya-info > div { padding: 0 18px; display: grid; grid-template-columns: 36px 1fr; gap: 4px 10px; }
.deya-info > div + div { border-left: 1px solid #ffffff40; }
.deya-info .dashicons { grid-row: 1/3; font-size: 34px; height: 34px; width: 34px; }
.deya-campaign-page .deya-info h3 { font-size: 11px; line-height: 1.5; color: #fff; text-transform: uppercase; letter-spacing: -.01em; }
.deya-info p { font-size: 12px; line-height: 1.55; color: #fff; }
.deya-info a:hover { text-decoration: underline; }

.deya-help { padding: 64px 0; background: #fff; }
.deya-section-heading h2 { font-size: 32px; margin-top: 8px; }
.deya-how { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 25px; list-style: none; margin: 25px 0 38px; padding: 0; }
.deya-how li { margin: 0; padding: 0; }
.deya-how li > span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #f0d9db; border-radius: 50%; background: #fff5f5; color: var(--deya-red); font-weight: 800; font-size: 13px; margin-bottom: 14px; }
.deya-campaign-page .deya-how h3 { font-size: 17px; letter-spacing: -.03em; }
.deya-how p { font-size: 13px; color: var(--deya-muted); margin-top: 8px; max-width: 240px; }
.deya-winners { padding: 24px; background: #fff3f3; border-radius: 16px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.deya-campaign-page .deya-winners h2 { font-size: 24px; }
.deya-winners p { font-size: 12px; color: var(--deya-muted); margin-top: 7px; }
.deya-winners > span { font-size: 11px; color: #9f0010; }
.deya-faq-layout { display: grid; grid-template-columns: 1fr 1.6fr; gap: 48px; padding-top: 50px; }
.deya-faq article { border-bottom: 1px solid #eae5e5; }
.deya-campaign-page .deya-faq__button { display: flex; align-items: center; justify-content: space-between; gap: 15px; width: 100%; min-height: 60px; padding: 16px 0; border: 0; background: transparent; color: var(--deya-text); font-size: 14px; font-weight: 700; text-align: left; text-transform: none; box-shadow: none; line-height: 1.45; }
.deya-faq__button span { font-size: 24px; color: var(--deya-red); line-height: 1; transition: transform .2s; }
.deya-faq__button[aria-expanded=true] span { transform: rotate(45deg); }
.deya-faq__answer { padding: 0 25px 20px 0; color: #625b5d; font-size: 13px; }
.deya-faq__answer[hidden] { display: none; }
.deya-footer { border-top: 1px solid #f0e5e6; padding: 18px 0; background: #faf7f7; }
.deya-footer__inner { display: flex; align-items: center; gap: 20px; }
.deya-footer .deya-logo { width: 50px; height: 50px; }
.deya-footer p { font-size: 11px; color: #51494b; }
.deya-footer p span { display: block; color: #7c7375; font-size: 10px; margin-top: 3px; }
.deya-footer__inner > a:last-child { margin-left: auto; font-size: 12px; font-weight: 700; }

@media (min-width: 1800px) { .deya-hero__travel { margin-right: -90px; border-radius: 46% 0 0 46%; } }
@media (max-width: 1080px) {
  .deya-header__inner { gap: 18px; }
  .deya-nav ul { gap: 14px; }
  .deya-nav a { font-size: 12px; }
  .deya-header-cta { padding-inline: 13px; }
  .deya-hero__facts { gap: 12px; }
  .deya-hero__facts > div + div { padding-left: 12px; }
  .deya-hero__facts strong { font-size: 18px; }
  .deya-hero__facts .dashicons { width: 30px; height: 30px; font-size: 30px; }
  .deya-register-panel { padding: 22px; }
  .deya-weekly { padding-inline: 12px; }
  .deya-prize-grid { gap: 5px; }
  .deya-prize { padding-inline: 4px; grid-template-rows: 112px minmax(48px,auto); }
  .deya-prize .deya-art-crop { width: min(100%,calc(105px * var(--crop-w) / var(--crop-h))); }
  .deya-prize figcaption { font-size: 11px; }
  .deya-final-cash { padding-inline: 12px; gap: 8px; }
  .deya-money { width: 120px; flex-basis: 120px; }
  .deya-info > div { padding-inline: 12px; grid-template-columns: 28px 1fr; }
  .deya-info .dashicons { width: 28px; height: 28px; font-size: 28px; }
}
@media (max-width: 850px) {
  .deya-shell { width: min(680px,calc(100% - 28px)); }
  html { scroll-padding-top: 82px; }
  .deya-header__inner { min-height: 66px; }
  .deya-header .deya-logo { width: 54px; height: 54px; }
  .deya-campaign-page .deya-menu-button { display: inline-flex; align-items: center; gap: 10px; margin-left: auto; min-height: 44px; padding: 9px 12px; background: #fff; color: #282224; border: 1px solid #e5dfe0; border-radius: 8px; box-shadow: none; font-size: 11px; font-weight: 800; }
  .deya-menu-button i, .deya-menu-button i::before, .deya-menu-button i::after { display: block; width: 14px; height: 2px; background: currentColor; }
  .deya-menu-button i { position: relative; }
  .deya-menu-button i::before, .deya-menu-button i::after { content: ''; position: absolute; left: 0; }
  .deya-menu-button i::before { top: -4px; }
  .deya-menu-button i::after { top: 4px; }
  .deya-header-cta { order: 1; margin-left: auto; font-size: 11px; padding: 10px 15px; }
  .deya-campaign-page .deya-menu-button { order: 2; margin-left: 0; }
  .deya-nav { position: absolute; top: 66px; left: 14px; right: 14px; margin: 0; padding: 10px; border: 1px solid #eedcde; border-radius: 0 0 14px 14px; background: #fff; box-shadow: 0 12px 20px #4b00001c; max-height: calc(100dvh - 120px); overflow-y: auto; }
  .deya-nav[hidden] { display: none; }
  .deya-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .deya-nav a { display: flex; padding-inline: 12px; font-size: 13px; }
  .deya-hero { padding-top: 67px; }
  .deya-hero__grid { grid-template-columns: 1fr 1fr; min-height: 405px; }
  .deya-hero__copy { padding-block: 30px; padding-right: 15px; }
  .deya-campaign-page .deya-hero h1 { font-size: 62px; }
  .deya-hero__slogan { font-size: 21px; }
  .deya-hero__facts { gap: 14px; flex-direction: column; align-items: flex-start; margin-top: 20px; }
  .deya-hero__facts > div + div { border: 0; padding: 0; }
  .deya-hero__lead { font-size: 12px; margin-top: 17px !important; }
  .deya-hero__copy .deya-button { font-size: 12px; padding-inline: 16px; gap: 8px; }
  .deya-hero__travel { margin-right: -14px; border-left-width: 6px; border-radius: 40% 0 0 30%; }
  .deya-hero__prize { inset: auto 8px 35px 25px; }
  .deya-travel-title { gap: 10px; }
  .deya-travel-title > strong { font-size: 85px; }
  .deya-travel-title p { font-size: 19px; }
  .deya-cash strong { font-size: 32px; }
  .deya-cash > span { font-size: 20px; }
  .deya-choice-note { max-width: 200px; margin-inline: auto !important; }
  .deya-product figcaption { font-size: 11px; }
  .deya-product figcaption span { font-size: 11px; }
  .deya-participate-grid { grid-template-columns: 1fr; }
  .deya-register-panel { padding: 28px; }
  .deya-campaign-page .deya-register-panel h2 { font-size: 27px; }
  .deya-weekly { padding: 25px 18px; }
  .deya-prize figcaption { font-size: 11px; }
  .deya-final-heading { display: block; text-align: center; padding: 26px 20px 10px; }
  .deya-final::before { background: linear-gradient(90deg,#ffffff25,#ffffffdc 35%,#fff 70%); }
  .deya-final-trip > img { width: 80%; object-position: 15% bottom; }
  .deya-final-heading { text-shadow: 0 1px 12px #fff; }
  .deya-final-note { padding-inline: 22px; background: #ffffffc9; }
  .deya-final-heading p { margin-top: 8px; }
  .deya-final-grid { grid-template-columns: 1fr; padding: 0 22px 22px; }
  .deya-final-trip { min-height: 185px; }
  .deya-final-trip > div { justify-content: center; padding-left: 0; }
  .deya-final-or { margin: -10px auto -20px; }
  .deya-final-cash { margin-left: 0; padding: 34px 22px 22px; }
  .deya-final-cash strong { font-size: 42px; }
  .deya-money { flex-basis: 135px; width: 135px; }
  .deya-info { grid-template-columns: 1fr 1fr; gap: 25px 0; }
  .deya-info > div:nth-child(3) { border-left: 0; }
  .deya-info > div { padding-inline: 20px; grid-template-columns: 34px 1fr; }
  .deya-how { grid-template-columns: 1fr 1fr; gap: 28px; }
  .deya-faq-layout { grid-template-columns: 1fr; gap: 15px; }
  .deya-winners { align-items: flex-start; flex-direction: column; gap: 14px; }
}
@media (max-width: 782px) { body.admin-bar .deya-header { top: 46px; } body.admin-bar { --deya-admin-offset: 46px; } }
@media (max-width: 600px) { body.admin-bar #wpadminbar { position: fixed; } }
@media (max-width: 560px) {
  .deya-hero__grid { display: flex; flex-direction: column; width: 100%; }
  .deya-hero__copy { padding: 26px 20px 24px; }
  .deya-eyebrow { font-size: 10px; }
  .deya-campaign-page .deya-hero h1 { font-size: clamp(67px,20vw,95px); margin-top: 8px; }
  .deya-hero__slogan { font-size: clamp(23px,6vw,31px); }
  .deya-hero__facts { flex-direction: row; gap: 16px; margin-top: 22px; }
  .deya-hero__facts > div { gap: 8px; }
  .deya-hero__facts > div + div { border-left: 1px solid #ebdddd; padding-left: 16px; }
  .deya-hero__facts strong { font-size: 18px; }
  .deya-hero__facts p { font-size: 10px; }
  .deya-hero__lead { font-size: 13px; max-width: 340px; }
  .deya-hero__copy .deya-button { margin-top: 17px; min-height: 48px; font-size: 13px; }
  .deya-hero__dates { font-size: 11px; }
  .deya-hero__travel { min-height: 310px; margin: 0; border-left: 0; border-top: 6px solid var(--deya-red); border-radius: 24% 24% 0 0 / 10% 10% 0 0; }
  .deya-travel-image { object-position: center 48%; }
  .deya-hero__prize { inset: auto 15px 16px; }
  .deya-travel-title > strong { font-size: 88px; }
  .deya-travel-title p { font-size: 21px; }
  .deya-or { font-size: 13px; margin: 6px 0 2px; }
  .deya-cash { display: flex; gap: 9px; justify-content: center; align-items: baseline; }
  .deya-cash strong { font-size: 37px; }
  .deya-cash > span { font-size: 17px; }
  .deya-choice-note { max-width: none; font-size: 11px; }
  .deya-campaign-stage { padding-top: 25px; }
  .deya-campaign-page .deya-products-heading h2 { font-size: 19px; }
  .deya-products-heading p { font-size: 11px; }
  .deya-products { grid-template-columns: repeat(6,minmax(0,1fr)); gap: 6px 8px; margin-bottom: 14px; }
  .deya-product { grid-column: span 2; }
  .deya-product:nth-child(4) { grid-column: 2 / span 2; }
  .deya-product:last-child { grid-column: 4 / span 2; }
  .deya-product > .deya-art-crop { border-radius: 8px; }
  .deya-product figcaption { font-size: 12px; padding: 9px 0 14px; }
  .deya-product figcaption span { font-size: 11px; line-height: 1.4; }
  .deya-panel { border-radius: 20px; }
  .deya-register-panel { padding: 24px 18px; }
  .deya-campaign-page .deya-register-panel h2 { font-size: 23px; }
  .deya-campaign-page .deya-form-card input:not([type=checkbox]) { font-size: 16px; }
  .deya-campaign-page .deya-form-card .deya-button { font-size: 12px; }
  .deya-weekly { padding: 23px 12px 18px; }
  .deya-campaign-page .deya-weekly-heading h2 { font-size: 24px; }
  .deya-weekly-heading p { font-size: 12px; }
  .deya-prize-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .deya-prize { padding: 10px 9px 14px; grid-template-rows: 130px minmax(44px,auto); }
  .deya-prize .deya-art-crop { width: min(100%,calc(120px * var(--crop-w) / var(--crop-h))); }
  .deya-prize figcaption { font-size: 13px; }
  .deya-prize-note { font-size: 11px; line-height: 1.6; }
  .deya-campaign-page .deya-final-heading h2 { font-size: 26px; }
  .deya-final-heading p { font-size: 11px; }
  .deya-final-trip { padding: 20px 0; }
  .deya-final-trip > div { padding-left: 0; gap: 14px; }
  .deya-final-trip strong { font-size: 94px; }
  .deya-campaign-page .deya-final-trip h3 { font-size: 21px; max-width: 190px; }
  .deya-final-cash { gap: 8px; padding: 30px 10px 20px; }
  .deya-money { flex-basis: 105px; width: 105px; }
  .deya-final-cash strong { font-size: clamp(24px,7.1vw,36px); }
  .deya-final-cash p span { font-size: 21px; }
  .deya-final-note { font-size: 11px; }
  .deya-info { gap: 22px 0; padding: 20px 0; }
  .deya-info > div { display: block; padding-inline: 14px; }
  .deya-info .dashicons { margin-bottom: 9px; }
  .deya-info h3 { margin-bottom: 6px; }
  .deya-help { padding: 36px 0; }
  .deya-campaign-page .deya-section-heading h2 { font-size: 28px; }
  .deya-how { gap: 24px 18px; }
  .deya-campaign-page .deya-how h3 { font-size: 16px; }
  .deya-how p { font-size: 12px; }
  .deya-winners { padding: 20px; }
  .deya-faq-layout { padding-top: 35px; }
  .deya-campaign-page .deya-faq__button { font-size: 13px; }
  .deya-footer__inner { flex-wrap: wrap; gap: 14px; }
  .deya-footer__inner > a:last-child { margin-left: 64px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .deya-campaign-page *, .deya-campaign-page *::before, .deya-campaign-page *::after { transition: none !important; animation: none !important; } }
