.elementor-167830 .elementor-element.elementor-element-c46d26c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-c46d26c */:root {
  --primary-color: #d71920;
  --primary-dark: #9e1117;
  --neutral-dark: #202124;
  --neutral-mid: #5f6368;
  --neutral-light: #f6f7f9;
  --surface: #ffffff;
  --surface-warm: #fff7ed;
  --accent-color: #f4b400;
  --accent-soft: #fff2bf;
  --border: #e6e8ec;
  --shadow-sm: 0 8px 24px rgba(32, 33, 36, 0.08);
  --shadow-md: 0 18px 45px rgba(32, 33, 36, 0.13);
  --font-family: 'Albert Sans', Arial, sans-serif;
  --max-width: 1180px;
  --section-padding: 76px;
}

.elementor-167830 .elementor-element.elementor-element-c46d26c{
    
    html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family);
  color: var(--neutral-dark);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.container {
  width: min(100% - 40px, var(--max-width));
  margin: 0 auto;
}

.narrow {
  width: min(100% - 40px, 820px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(230, 232, 236, 0.9);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-mark,
.header-nav {
  display: flex;
  align-items: center;
}

.brand-mark {
  gap: 10px;
  color: var(--neutral-dark);
  font-weight: 800;
  text-decoration: none;
}

.brand-symbol {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  background: var(--primary-color);
  color: #fff;
}

.header-nav {
  gap: 22px;
  color: var(--neutral-mid);
  font-size: 0.94rem;
  font-weight: 600;
}

.header-nav a {
  text-decoration: none;
}

.header-nav a:hover,
.header-nav a:focus-visible {
  color: var(--primary-color);
}

h1,
h2,
h3,
h4 {
  margin-bottom: 1rem;
  color: var(--neutral-dark);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: pretty;
}

h1 {
  max-width: 700px;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
}

h3 {
  font-size: 1.35rem;
  font-weight: 800;
}

h4 {
  font-size: 1rem;
  font-weight: 800;
}

p {
  margin-bottom: 1rem;
  color: var(--neutral-mid);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-color);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent-color);
}

.section {
  padding: var(--section-padding) 0;
}

.section-hero {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 44%, rgba(255, 247, 237, 0.9) 100%),
    radial-gradient(circle at top right, rgba(244, 180, 0, 0.32), transparent 30%),
    var(--surface);
}

.section-overview,
.section-eligibility,
.section-channels,
.section-faq {
  background: var(--neutral-light);
}

.section-steps,
.section-rewards,
.section-opt-in,
.section-final-cta {
  background: var(--surface);
}

.section-account-cta {
  background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
  color: #fff;
  text-align: center;
}

.section-account-cta h2,
.section-account-cta p,
.section-account-cta .eyebrow {
  color: #fff;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 48px;
  align-items: center;
}

.hero-text {
  max-width: 620px;
  font-size: 1.18rem;
  color: #3f444b;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 18px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 640px;
  margin: 30px 0 16px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-sm);
}

.hero-metrics div {
  padding: 18px;
  border-right: 1px solid var(--border);
}

.hero-metrics div:last-child {
  border-right: 0;
}

.hero-metrics strong {
  display: block;
  color: var(--primary-color);
  font-size: 1.45rem;
  line-height: 1;
}

.hero-metrics span {
  display: block;
  margin-top: 7px;
  color: var(--neutral-mid);
  font-size: 0.86rem;
  font-weight: 700;
}

.terms-note {
  color: #767b82;
  font-size: 1rem;
  color: currentColor;
  font-weight: 600;
}

.hero-visual {
  position: relative;
  min-height: 540px;
  border-radius: 28px;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 36px -18px -20px 46px;
  z-index: -1;
  border-radius: 28px;
  background: var(--accent-soft);
}

.hero-visual img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--shadow-md);
}

.reward-card {
  position: absolute;
  min-width: 180px;
  padding: 16px 18px;
  border: 1px solid var(--neutral-mid);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: var(--shadow-sm);
}

.reward-card span {
  display: block;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.reward-card strong {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.35rem;
}

.reward-card-top {
  top: 26px;
  right: -10px;
}

.reward-card-bottom {
  bottom: 34px;
  left: -20px;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font: inherit;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(244, 180, 0, 0.55);
  outline-offset: 3px;
}

.btn-primary {
  background: var(--primary-color);
  color: #fff;
  box-shadow: 0 10px 24px rgba(215, 25, 32, 0.2);
}

.btn-primary:hover {
  background: var(--primary-dark);
}

.btn-secondary {
  background: var(--accent-color);
  color: #201a00;
}

.btn-outline {
  border-color: rgba(215, 25, 32, 0.34);
  background: #fff;
  color: var(--primary-color);
}

.btn-outline:hover {
  border-color: var(--primary-color);
  background: #fff5f5;
}

.btn-light {
  background: #fff;
  color: var(--primary-color);
}

.btn-full {
  width: 100%;
}

.btn-sm {
  min-height: 40px;
  padding: 10px 16px;
  font-size: 0.88rem;
}

.intro-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.intro-panel p:last-child {
  margin-bottom: 0;
  font-size: 1.05rem;
}

.section-heading {
  width: min(100%, 760px);
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading .eyebrow {
  justify-content: center;
}

.section-heading p:not(.eyebrow) {
  font-size: 1.05rem;
}

.steps-grid,
.channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.channel-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    
}
.step-card,
.channel-card,
.eligibility-card,
.campaign-form,
.faq-list,
.final-cta-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.step-card,
.channel-card,
.eligibility-card {
  padding: 28px;
}

.step-card,
.channel-card {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.step-card:hover,
.channel-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.step-number,
.card-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 12px;
  background: #fff1f1;
  color: var(--primary-color);
  font-weight: 800;
}

.eligibility-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
}

.eligibility-card.featured {
  border-top: 5px solid var(--primary-color);
}

.eligibility-list {
  display: grid;
  gap: 16px;
}

.eligibility-group {
  padding: 18px;
  border-radius: 12px;
  background: var(--neutral-light);
}

.eligibility-group p,
.channel-card p,
.step-card p {
  margin-bottom: 0;
}

.new-customer-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.new-customer-card .btn {
  margin-top: auto;
}

.responsive-table-wrap {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.rewards-table {
  width: 100%;
  border-collapse: collapse;
}

.rewards-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.rewards-table th {
  padding: 18px 22px;
  background: var(--neutral-dark);
  color: #fff;
  text-align: left;
}

.rewards-table td {
  padding: 24px 22px;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}

.rewards-table tr:last-child td {
  border-bottom: 0;
}

.rewards-table td:first-child {
  width: 30%;
  color: var(--neutral-dark);
  font-weight: 800;
}

.rewards-table td:first-child span {
  display: block;
  margin-top: 4px;
  color: var(--neutral-mid);
  font-size: 0.9rem;
  font-weight: 600;
}

.rewards-table ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.channel-card {
  display: flex;
  min-height: 286px;
  flex-direction: column;
  align-items: flex-start;
}

.channel-icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 14px;
  /*background: var(--accent-soft);*/
  color: var(--primary-color);
}

.channel-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.channel-card .btn {
  margin-top: auto;
}

.form-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 34px;
  align-items: start;
}

.form-copy {
  position: sticky;
  top: 104px;
}

.form-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.form-benefits span {
  padding: 9px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: var(--neutral-dark);
  font-weight: 800;
  font-size: 0.88rem;
}

.campaign-form {
  padding: 28px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label,
.form-group legend {
  color: var(--neutral-dark);
  font-weight: 800;
}

.form-group label {
  display: block;
  margin-bottom: 7px;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"] {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #cfd4dc;
  border-radius: 8px;
  background: #fff;
  color: var(--neutral-dark);
  font: inherit;
}

.form-group input:focus {
  border-color: var(--primary-color);
}

fieldset.form-group {
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 12px;
}

fieldset.form-group legend {
  padding: 0 6px;
}

fieldset.form-group label {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  margin: 10px 18px 0 0;
  color: var(--neutral-mid);
  font-weight: 700;
}

fieldset.form-group input {
  margin-top: 4px;
}

.consent-group label,
.preferred-channels label {
  display: flex;
}

.form-alert {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid #f1cf6a;
  border-radius: 12px;
  background: #fff8df;
}

.form-alert p {
  margin-bottom: 0;
  color: #5b4800;
  font-weight: 700;
}

[hidden] {
  display: none !important;
}

.cta-card,
.final-cta-card {
  padding: 44px;
  border-radius: 18px;
}

.cta-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.cta-card p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.final-cta-card {
  text-align: center;
}

.final-cta-card p {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.final-cta-card .cta-actions {
  justify-content: center;
}

.faq-list {
  overflow: hidden;
}

details {
  border-bottom: 1px solid var(--border);
}

details:last-child {
  border-bottom: 0;
}

details summary {
  position: relative;
  min-height: 62px;
  padding: 20px 58px 20px 22px;
  color: var(--neutral-dark);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

details summary::-webkit-details-marker {
  display: none;
}

details summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  color: var(--primary-color);
  font-size: 1.4rem;
  transform: translateY(-50%);
}

details[open] summary::after {
  content: "-";
}

details p {
  padding: 0 22px 22px;
}

@media (max-width: 920px) {
  .header-nav {
    display: none;
  }

  .hero-grid,
  .intro-panel,
  .eligibility-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .section-hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-visual img {
    height: min(72vw, 520px);
  }

  .form-copy {
    position: static;
  }

  .steps-grid,
  .channel-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  :root {
    --section-padding: 54px;
  }

  .container,
  .narrow {
    width: min(100% - 28px, var(--max-width));
  }

  .site-header .btn {
    display: none;
  }

  .header-inner {
    min-height: 64px;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
  }

  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .hero-metrics div {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .hero-metrics div:last-child {
    border-bottom: 0;
  }

  .reward-card {
    display: none;
  }

  .intro-panel,
  .campaign-form,
  .step-card,
  .channel-card,
  .eligibility-card,
  .cta-card,
  .final-cta-card {
    padding: 22px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .responsive-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .rewards-table,
  .rewards-table tbody,
  .rewards-table tr,
  .rewards-table td {
    display: block;
    width: 100%;
  }

  .rewards-table thead {
    display: none;
  }

  .rewards-table tr {
    margin-bottom: 16px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
  }

  .rewards-table td {
    padding: 18px;
    border-bottom: 1px solid var(--border);
  }

  .rewards-table td:last-child {
    border-bottom: 0;
  }

  .rewards-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 8px;
    color: var(--primary-color);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.faq-list details {
  overflow: hidden;
}

.faq-list details > p,
.faq-list details > ul,
.faq-list details > .responsive-table-wrap {
  margin-right: 22px;
  margin-left: 22px;
}

.faq-list details > p {
  padding: 0 0 14px;
}

.faq-list details > ul {
  margin-top: 0;
  margin-bottom: 18px;
  padding-left: 42px;
  color: var(--neutral-mid);
}

.faq-list details > ul li {
  margin-bottom: 8px;
}

.faq-list details > .responsive-table-wrap {
  margin-top: 0;
  margin-bottom: 22px;
}
}/* End custom CSS */