:root {
  --navy: #292866;
  --teal: #1baec0;
  --lime: #a8cf32;
  --light-blue: #cceef2;
  --white: #fff;
  --orange: #f15a29;
}

* { box-sizing: border-box; }
html { background: #fff; }
body {
  margin: 0;
  color: var(--navy);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.25;
}
img, svg { max-width: 100%; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  background: #fff;
  color: #000;
  padding: .75rem 1rem;
  border: 3px solid #000;
}
.skip-link:focus { top: 1rem; }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible { outline: 3px solid #000; outline-offset: 3px; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  align-items: center;
  gap: 2rem;
  background: var(--navy);
  color: #fff;
  padding: 1.65rem 4rem 1.35rem;
}
.hero-copy h1 {
  margin: 0 0 .25rem;
  color: var(--teal);
  font-size: clamp(2.2rem, 4.8vw, 4.4rem);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -.03em;
}
.hero-copy p {
  margin: 0;
  max-width: 930px;
  font-size: clamp(1.25rem, 2.3vw, 2.2rem);
  line-height: 1.18;
  font-weight: 700;
}
.hero-copy strong { font-weight: 900; }
.campaign-logo {
  width: 100%;
  max-width: 240px;
  justify-self: end;
  object-fit: contain;
}

.did-you-know {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 1rem;
  align-items: center;
  background: var(--lime);
  padding: .95rem 4rem 1rem;
}
.did-you-know h2 {
  margin: 0 0 .2rem;
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
}
.did-you-know p {
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 1.75rem);
  font-weight: 600;
}
.on-time-callout {
  display: grid;
  grid-template-columns: 105px 1fr;
  align-items: center;
  gap: .7rem;
}
.clock { color: #fff; width: 100px; height: 100px; }
.on-time-callout p {
  text-align: center;
  font-style: italic;
  font-weight: 900;
  font-size: 1.65rem;
  line-height: 1.05;
}
.on-time-callout strong { font-size: 1.2em; }

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: stretch;
}
.tips {
  position: relative;
  padding: 2rem 3.5rem 2.25rem 4rem;
  min-width: 0;
  overflow: hidden;
}
.tips-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.tips h2 {
  margin: 0 0 .65rem;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1;
  font-weight: 900;
}
.number-one {
  flex: 0 0 auto;
  color: var(--teal);
  font-size: clamp(3.2rem, 6.2vw, 5.8rem);
  line-height: .8;
  font-weight: 900;
  margin-right: .25rem;
}
.tips ul {
  margin: 0;
  padding-left: 1.9rem;
  max-width: 1040px;
}
.tips li {
  margin: 0 0 .75rem;
  padding-left: .25rem;
  font-size: clamp(1.12rem, 1.9vw, 1.7rem);
  line-height: 1.18;
  font-weight: 600;
}
.tips strong { font-weight: 900; }
.with-breakfast { position: relative; padding-right: 220px; min-height: 90px; }
.breakfast {
  position: absolute;
  right: 0;
  top: -1.2rem;
  width: 210px;
  height: 105px;
}

.calendar-art {
  position: absolute;
  right: 3.1rem;
  bottom: 1.25rem;
  width: 235px;
  height: 160px;
}
.calendar {
  position: absolute;
  right: 25px;
  bottom: 0;
  width: 150px;
  height: 115px;
  border: 14px solid var(--teal);
  border-top-width: 34px;
  border-radius: 10px;
  background: #fff;
}
.rings {
  position: absolute;
  left: 24px;
  right: 24px;
  top: -49px;
  display: flex;
  justify-content: space-between;
}
.rings span {
  width: 18px;
  height: 42px;
  border-radius: 10px;
  background: #d9f5f7;
}
.calendar-body { padding: 9px 7px 0; }
.marks {
  text-align: center;
  color: var(--navy);
  font-weight: 900;
  font-size: 1.35rem;
  line-height: 1.05;
  letter-spacing: .18rem;
}
.star {
  position: absolute;
  color: var(--lime);
  font-size: 3.5rem;
  line-height: 1;
}
.star-a { left: 0; bottom: 49px; }
.star-b { right: 0; bottom: 83px; }
.star-c { right: 15px; bottom: 15px; }

.sidebar {
  position: relative;
  background: var(--light-blue);
  padding: 2rem 2.2rem 1.7rem 2.25rem;
  border-left: 12px dotted var(--teal);
  min-width: 0;
}
.sidebar h2 {
  margin: 0 0 1.1rem;
  font-size: clamp(2.1rem, 3.5vw, 3.2rem);
  line-height: .95;
  font-weight: 900;
}
.sidebar p {
  margin: 0 0 1.6rem;
  font-size: clamp(1.15rem, 1.8vw, 1.65rem);
  line-height: 1.22;
  font-weight: 600;
}
.phone-art {
  width: 92px;
  height: 168px;
  margin: 1rem 0 0 auto;
  border-radius: 14px;
  background: var(--lime);
  padding: 13px 9px 16px;
  position: relative;
}
.phone-art .speaker {
  width: 38px;
  height: 5px;
  border-radius: 3px;
  background: #fff;
  margin: 0 auto 10px;
}
.phone-art .screen {
  height: 108px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
}
.phone-art .screen img { width: 62px; height: auto; }
.phone-art .home-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  margin: 7px auto 0;
}

footer {
  background: var(--navy);
  color: var(--teal);
  text-align: center;
  padding: .85rem 1.25rem 1rem;
  font-size: clamp(1.6rem, 3.3vw, 3.3rem);
  line-height: 1;
  font-weight: 900;
}

@media (max-width: 980px) {
  .hero { grid-template-columns: minmax(0, 1fr) 180px; padding-inline: 2rem; }
  .did-you-know { grid-template-columns: 1fr 260px; padding-inline: 2rem; }
  .content-grid { grid-template-columns: minmax(0, 1fr) 260px; }
  .tips { padding-left: 2rem; padding-right: 2rem; }
  .with-breakfast { padding-right: 0; min-height: 0; }
  .breakfast { position: static; display: block; margin: .5rem 0 0 auto; width: 180px; }
  .calendar-art { position: relative; right: auto; bottom: auto; margin: 1.2rem 0 0 auto; }
}

@media (max-width: 760px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.4rem 1.25rem;
  }
  .campaign-logo { justify-self: start; max-width: 180px; }
  .did-you-know {
    grid-template-columns: 1fr;
    padding: 1.2rem 1.25rem;
  }
  .on-time-callout {
    grid-template-columns: 82px auto;
    justify-content: start;
    max-width: 320px;
  }
  .clock { width: 78px; height: 78px; }
  .on-time-callout p { text-align: left; }
  .content-grid { grid-template-columns: 1fr; }
  .tips { padding: 1.6rem 1.25rem 2rem; overflow: visible; }
  .tips-heading-row { align-items: center; }
  .number-one { font-size: 4rem; }
  .tips ul { padding-left: 1.45rem; }
  .tips li { font-size: 1.12rem; }
  .breakfast { margin-left: 0; }
  .calendar-art { margin: 1.3rem auto 0; }
  .sidebar {
    border-left: 0;
    border-top: 10px dotted var(--teal);
    padding: 1.6rem 1.25rem 1.5rem;
  }
  .sidebar h2 br { display: none; }
  .phone-art { margin-right: auto; margin-left: 0; }
}

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