.ring-img {
  width: 100%;
}

/* Ring Hero */
.ring-hero {
  margin: 32px 0;
  display: flex;
  flex-direction: column;
}

.ring-hero-image {
  width: 100%;
}

.ring-hero-content {
  background-color: #f6f8fa;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px;
}

.ring-hero-text {
  max-width: 300px;
}

/* Ring Browse */
.ring-browse,
.ring-browse-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ring-card h4 {
  text-transform: uppercase;
  margin: 16px 0;
}

/* Ring Home Protection */
.ring-home-protection {
  margin: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ring-home-protection-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Ring Why You'll Love It */
.ring-why {
  margin: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ring-why-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

.ring-why-grid img {
  width: 100%;
}

.ring-why-grid-item {
  position: relative;
}

.ring-why-text {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: #fff;
  padding: 12px;
  font-size: 16px;
}

/* Ring Protect */
.ring-protect {
  margin: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.ring-protect-header {
  display: flex;
  flex-direction: column;
}

.ring-protect-logo {
  width: 45px;
  margin-bottom: 20px;
}

.ring-protect-header-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ring-protect-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ring-protect-card img {
  width: 250px;
  margin: 0 auto;
}

.ring-protect-card {
  background-color: #f6f8fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 16px;
  text-align: center;
  border-radius: 16px;
}

.ring-plans-mobile {
  margin: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ring-plans-mobile .ring-plan-features.ring-plan-no-plan {
  border: 2px dashed #e4e4e4;
}

.ring-plan-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
  padding: 32px;
  border-radius: 16px;
}

.ring-plan-header div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.ring-plan-header img {
  width: 64px;
}

.ring-plan-header h5 {
  font-size: 1.2rem;
  font-weight: 400;
}

.ring-plan-header h3 {
  font-size: 2.3rem;
  line-height: 1.2;
  margin: 4px;
}

.ring-plan-header.ring-plan-no-plan {
  background-image: radial-gradient(
    ellipse at center,
    #ffffff 0%,
    #fafafa 100%
  );
}
.ring-plan-header.ring-plan-solo {
  background-image: radial-gradient(
    ellipse at center,
    #ffffff 0%,
    #eeeeee 100%
  );
}
.ring-plan-header.ring-plan-multi {
  background-image: radial-gradient(
    ellipse at center,
    #ffffff 0%,
    #e7edf2 100%
  );
}
.ring-plan-header.ring-plan-ai-pro {
  background-image: radial-gradient(
    ellipse at center,
    #ffffff 0%,
    #f6ece6 100%
  );
}

.ring-plans-mobile .ring-plan-features {
  border: 1px solid #e4e4e4;
  padding: 16px;
  border-radius: 16px;
}

.ring-plan-no-plan > .ring-plan-features {
  border: 1px dashed #e4e4e4;
}

.ring-plan-features,
.ring-plan-add-on {
  color: #424242;
}

.ring-plan-features h4 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 16px 0;
}

.ring-plan-features li {
  padding: 12px 0;
}

.ring-plans-separator {
  font-size: 1.2rem;
  color: #1998d5;
  margin-top: 16px;
}

.ring-plan-add-on {
  font-weight: 800;
}

.ring-plan-add-on > .ring-plan-add-on-cost {
  font-weight: 400;
  margin-left: 8px;
}

/* Ring Every Type */
.ring-every-type {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 32px 0px;
}

.ring-home-types {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.ring-home {
  background: #f6f8fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 16px 32px;
  border-radius: 16px;
}

.ring-home img {
  width: 100%;
}

/* Ring About */
.ring-about {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 32px 0px;
}

.ring-about-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
}

.ring-about-card img {
  border-radius: 16px;
}

/* Ring Alexa */
.ring-alexa {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 32px 0;
}

.ring-alexa-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ring-alexa-image {
  border-radius: 16px;
}

.ring-works-with {
  width: 50%;
}

/* Font Styles
======================================= */
span,
p,
li,
strong {
  font-size: 1.2rem;
  line-height: 1.5;
}

h2.ring-title {
  font-size: 28px;
  line-height: 1.2;
}

h3.ring-title {
  font-size: 20px;
  line-height: 1.2;
}

span.small-text {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  h2.ring-title {
    font-size: 42px;
  }

  h3.ring-title {
    font-size: 30px;
  }

  span.small-text {
  font-size: 11px;
}
  
  .center-text {
    text-align: center;
  }
}

/* Media Queries
======================================= */

@media screen and (min-width: 1028px) {
    /* Ring Home Protection */
  .ring-home-protection {
    flex-direction: row;
    gap: 60px;
  }

  .ring-home-protection-content {
    justify-content: center;
  }

  .ring-home-protection-image {
    width: 673px;
  }
}

@media screen and (min-width: 768px) {
  /* Ring Hero */
  .ring-hero {
    flex-direction: row;
  }

  .ring-hero-image {
    width: 60%;
  }

  .ring-hero-content {
    width: 40%;
    justify-content: space-between;
  }

  .ring-hero-text {
  max-width: 220px;
}

  .ring-container {
    margin: 0 64px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  /* Ring Browse */
  .ring-browse-content {
    flex-direction: row;
  }

  .ring-browse {
    margin: 32px 0;
    gap: 32px;
  }
  
  /* Ring Home Protection */
  .ring-home-protection {
    flex-direction: row;
    gap: 60px;
  }

  .ring-home-protection-content {
    justify-content: center;
  }

  .ring-home-protection-image {
    width: 50%;
  }

  /* Ring Why You'll Love It */
  .ring-why {
    gap: 32px;
  }

  .ring-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(12px, 2vw, 24px);
    align-items: stretch;
  }

  .ring-why-grid .ring-grid-1 {
    grid-column: 1 / -1;
  }

  .ring-grid-1 .ring-why-text {
    right: initial;
    max-width: 300px;
  }

  /* Ring Protect */

  .ring-protect {
    gap: 64px;
  }
  .ring-protect-header {
    align-items: center;
    text-align: center;
  }

  .ring-protect-logo {
    width: 96px;
  }

  .ring-protect-header-content {
    max-width: 748px;
  }

  .ring-protect-cards {
    flex-direction: row;
  }

  /* Ring Plans */
  .ring-plans-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .ring-plans-desktop > div {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .ring-plans-desktop .ring-plan-headers,
  .ring-plans-desktop .ring-plan-features,
  .ring-plans-desktop .ring-plan-add-ons {
    display: flex;
    gap: 16px;
  }

  .ring-plan-header {
    flex: 1;
  }

  .ring-plan-features div,
  .ring-plan-add-ons div {
    flex: 1;
    border: 1px solid #e4e4e4;
    padding: 16px;
    border-radius: 8px;
  }

  .ring-plans-desktop .ring-plan-features .ring-plan-no-plan,
  .ring-plans-desktop .ring-plan-add-ons .ring-plan-no-plan {
    border: 2px dashed #e4e4e4;
  }

  .ring-plans-separator {
    background-color: #e4f5fd;
    padding: 4px 0;
    margin: 16px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
  }

  .ring-plan-add-on .ring-plan-add-on-cost {
    display: block;
    margin: 0;
    margin-bottom: 24px;
  }
  /* Ring Every Type */
  .ring-every-type {
    flex-direction: row;
    gap: 60px;
  }
  .ring-every-types {
    width: 50%;
  }

  .ring-every-type-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
  }

  /* Ring About */
  .ring-about {
    flex-direction: row;
    gap: 32px;
  }

  .ring-about-card {
    flex: 1;
  }

  .ring-about-card:first-child .ring-title {
    max-width: 340px;
  }

  /* Ring Alexa */
  .ring-alexa {
    flex-direction: row;
    gap: 60px;
  }

  .ring-alexa-image {
    width: 50%;
  }

  .ring-alexa-content {
    justify-content: center;
    gap: 32px;
  }

  .ring-works-with {
    width: 176px;
  }

  .ring-alexa-bubble {
    width: 100%;
    padding-right: 48px;
  }
}
