* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body {
  overflow-x: hidden;
  color: #0d3050;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1;
}

section:not(:last-of-type) {
  border-bottom: 1px solid #d1dff1;
  box-sizing: border-box;
}

.container {
  max-width: 120rem;
  padding: 0 3.2rem;
  margin: 0 auto;
}

.grid {
  display: grid;
  column-gap: 6.4rem;
  row-gap: 9.6rem;
}

.grid:not(:last-child) {
  margin-bottom: 9.6rem;
}

.grid--2-cols {
  grid-template-columns: repeat(2, 1fr);
}

.grid--4-cols {
  grid-template-columns: repeat(4, 1fr);
}

.grid p {
  word-wrap: break-word;
}

.heading-primary,
.heading-secondary,
.heading-tertiary {
  font-family: "Vollkorn", serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.heading-primary {
  margin-bottom: 3.2rem;
  font-size: 5.2rem;
  line-height: 1.05;
}

.heading-secondary {
  margin-bottom: 9.6rem;
  font-size: 4.4rem;
  line-height: 1.2;
}

.heading-tertiary {
  margin-bottom: 6.4rem;
  font-size: 4.4rem;
  line-height: 1.2;
}

.subheading {
  display: block;
  margin-bottom: 1.6rem;
  color: #1c5dac;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}

*:focus {
  outline: none;
  box-shadow: 0 0 0 0.8rem rgba(230, 125, 34, 0.502);
}

ion-icon {
  pointer-events: none;
}

.header {
  display: flex;
  justify-content: right;
  align-items: center;
  height: 9.6rem;
  padding: 0 4.8rem;
  border-bottom: 1px solid #d1dff1;
  background-color: #fff;
}

.main-nav-list {
  display: flex;
  align-items: center;
  list-style: none;
}

.main-nav-cta:link,
.main-nav-cta:visited {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  margin-right: 4.8rem;
  border: none;
  border-radius: 9px;
  background-color: #1c5dac;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.main-nav-cta:hover,
.main-nav-cta:active {
  background-color: #0d3050;
}

.lang-dropdown {
  position: relative;
  display: inline-block;
}

.lang-dropdown:hover .dropdown-options {
  display: block;
}

.btn-dropdown {
  padding: 1.2rem 6.4rem;
  border: none;
  border-radius: 9px;
  background-color: #fff;
  cursor: pointer;
}

.btn-dropdown:hover {
  background-color: #fff;
}

.lang-icon {
  width: 4.8rem;
  height: 4.8rem;
  background-color: #fff;
  color: #1c5dac;
}

.dropdown-options {
  position: absolute;
  display: none;
  overflow: auto;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 0 0 3px #fff;
}

.dropdown-options a {
  display: flex;
  align-items: center;
  padding: 1.6rem 3.2rem;
  margin: 1.6rem;
  border-bottom: 1px solid #d1dff1;
  color: #0d3050;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
  gap: 0.8rem;
  transition: all 0.3s;
}

.dropdown-options a:hover {
  border-radius: 9px;
  background-color: #f0f4fa;
  color: #1c5dac;
}

.lang-img-se,
.lang-img-en {
  width: 3.2rem;
  height: 2.4rem;
}

.section-hero {
  padding: 4.8rem 0 9.6rem;
  background-color: #f0f4fa;
}

.hero {
  display: flex;
  flex-direction: column;
  max-width: 120rem;
  margin: 0 auto;
  text-align: center;
}

.logo {
  width: 55rem;
  height: 22.5rem;
  margin-bottom: 4.8rem;
}

.hero-description {
  max-width: 100rem;
  margin: 0 auto;
  margin-bottom: 3.2rem;
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
}

.hero-text {
  margin-bottom: 4.8rem;
  font-size: 3rem;
  line-height: 1.6;
}

.price {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0.4rem 0.6rem;
  border-radius: 4px;
  background-color: #e9fcf6;
  color: #0e8161;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.75px;
}

.hero-dan {
  margin-bottom: 6.4rem;
}

.btn,
.btn:link,
.btn:visited {
  display: inline-block;
  padding: 1.6rem 3.2rem;
  border: none;
  border-radius: 9px;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.margin-right-sm {
  margin-right: 1.6rem;
}

.btn--full:link,
.btn--full:visited {
  background-color: #1c5dac;
  color: #fff;
}

.btn--full:hover,
.btn--full:active {
  background-color: #0d3050;
}

.btn--outline:link,
.btn--outline:visited {
  background-color: #fff;
  color: #0d3050;
}

.btn--outline:hover,
.btn--outline:active {
  background-color: #f0f4fa;
  box-shadow: inset 0 0 0 3px #1c5dac;
  color: #1c5dac;
}

.section-benefits {
  padding: 4.8rem 0rem 9.6rem;
}

.container--custom {
  max-width: 150rem;
  padding: 0 3.2rem;
  margin: 0 auto;
}

.short-icon,
.search-icon,
.competitive-icon,
.popular-icon {
  width: 3.2rem;
  height: 3.2rem;
  padding: 1.6rem;
  margin-bottom: 3.2rem;
  border-radius: 50%;
  background-color: #f0f4fa;
  color: #1c5dac;
}

.benefit-title {
  margin-bottom: 1.6rem;
  font-family: "Vollkorn", serif;
  font-size: 2.4rem;
  font-weight: 700;
}

.benefit-text {
  margin-bottom: 3.2rem;
  font-size: 2rem;
  line-height: 1.8;
}

.note {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 3.2rem;
  margin-top: 9.6rem;
  gap: 0.4rem;
}

.note-icon {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border: solid 2px #1c5dac;
  border-radius: 50%;
  color: #1c5dac;
}

.note-icon ion-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.note-text {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}

.section-sales {
  padding: 4.8rem 0px 9.6rem;
  background-color: #f0f4fa;
}

#container {
  display: grid;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  padding: 0 3.2rem;
  margin: 0 auto;
  grid-template-rows: 1fr;
  row-gap: 2.4rem;
}

.sale-text {
  max-width: 100rem;
  margin: 0 auto;
  margin-bottom: 6.4rem;
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
}

.sale-list {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.sale-item {
  display: flex;
  align-items: center;
  padding: 1.6rem;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  font-size: 2.4rem;
  line-height: 1.2;
  gap: 1.6rem;
}

.sale-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  padding: 1.6rem;
  border-radius: 50%;
  background-color: #f0f4fa;
  color: #1c5dac;
}

.sale-price {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0.4rem 0.6rem;
  margin-left: 0.4rem;
  border-radius: 4px;
  background-color: #e9fcf6;
  color: #0e8161;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.75px;
}

.section-cta {
  padding: 4.8rem 0 9.6rem;
}

.cta-contact-text {
  margin-bottom: 4.8rem;
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
}

.email:link,
.email:visited {
  display: inline-block;
  color: #0d3050;
  font-weight: 600;
  font-size: 2rem;
  text-decoration: none;
}

.email:hover,
.email:active {
  color: #1c5dac;
}

.cta {
  display: grid;
  border-radius: 11px;
  background-image: linear-gradient(
    to right top,
    #4176b8,
    #3b71b6,
    #346cb4,
    #2d68b1,
    #2663af,
    #2363b0,
    #2064b0,
    #1c64b1,
    #1d69b5,
    #1f6fb8,
    #2174bc,
    #2479bf
  );
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
  grid-template-columns: 1fr;
}

.cta-text-box {
  padding: 4.8rem 6.4rem 6.4rem 6.4rem;
  color: #452a0a;
}

.cta .heading-secondary {
  margin-bottom: 3.2rem;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.5px;
}

.cta-text {
  margin-bottom: 4.8rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}

.cta-form {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
}

.cta-form label {
  display: block;
  margin-bottom: 1.2rem;
  color: #fff;
  font-family: "Vollkorn", serif;
  font-size: 2rem;
  font-weight: 500;
}

.cta-form :is(input, select, textarea) {
  width: 100%;
  padding: 1.2rem;
  border: none;
  border-radius: 9px;
  background-color: #f0f4fa;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #0d3050;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
}

.cta-form input::placeholder,
.cta-form textarea::placeholder {
  color: #aaa;
}

.form-group:last-of-type {
  margin-top: 3.2rem;
}

.req-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  padding: 0.2rem;
  color: #c25450;
  vertical-align: middle;
}

.btn--form {
  display: block;
  padding: 1.2rem;
  margin: 0 auto;
  background-color: #0d3050;
  color: #fff;
  text-align: center;
}

.btn--form:hover {
  background-color: #f0f4fa;
  color: #1c5dac;
}

.cta *:focus {
  outline: none;
  box-shadow: 0 0 0 0.8rem rgba(253, 242, 233, 0.5);
}

.section-domains {
  padding: 4.8rem 0 12.8rem;
  background-color: #f0f4fa;
}

.domain-description {
  max-width: 100rem;
  margin: 0 auto;
  margin-bottom: 4.8rem;
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
}

.domain-text {
  max-width: 100rem;
  margin: 0 auto;
  margin-bottom: 4.8rem;
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
}

.domain-text-dan {
  max-width: 100rem;
  margin: 0 auto;
  margin-bottom: 8rem;
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
}

.dan-link:link,
.dan-link:visited {
  display: inline-block;
  color: #0d3050;
  font-weight: 600;
  font-size: 2rem;
  text-decoration: none;
}

.dan-link:hover,
.dan-link:active {
  color: #1c5dac;
}

.price-range-navigation-container {
  display: grid;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  padding: 0 3.2rem;
  margin: 0 auto;
  margin-bottom: 12.8rem;
  grid-template-rows: 1fr;
  row-gap: 2.4rem;
}

.price-range-navigation-header {
  margin-top: 9.6rem;
  margin-bottom: 4.8rem;
  font-family: "Vollkorn", serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.5px;
}

.price-range-navigation-list {
  display: flex;
  align-items: center;
  padding: 1.6rem;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  list-style-type: none;
  letter-spacing: 0.75px;
  gap: 1.6rem;
}

.price-range-navigation-list li {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.price-range-icon-low,
.price-range-icon-medium,
.price-range-icon-high {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  padding: 1.6rem;
  border-radius: 50%;
  background-color: #f0f4fa;
}

.price-range-icon-low {
  color: #b48e59;
}

.price-range-icon-medium {
  color: #858585;
}

.price-range-icon-high {
  color: #b29126;
}

.price-range-icon ion-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.price-range-navigation-list a {
  padding: 1.4rem 0.6rem;
  border-radius: 4px;
  background-color: #e9fcf6;
  color: #0e8161;
  text-decoration: none;
}

.price-range-navigation-list a:hover {
  color: #0d3050;
}

.price-range-header {
  margin-bottom: 8rem;
  font-family: "Vollkorn", serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.5px;
}

.price-range-label {
  padding: 0.4rem 0.6rem;
  border-radius: 4px;
  background-color: #e9fcf6;
  color: #0e8161;
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.75px;
}

.grid--2-cols {
  display: grid;
  max-width: 130rem;
  padding: 0 3.2rem;
  margin: 0 auto;
  column-gap: 3.4rem;
  row-gap: 0.4rem;
}

.domain-card {
  padding: 2.4rem;
  margin-bottom: 3.2rem;
  overflow: hidden;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  list-style: none;
  transition: all 0.4s;
}

.domain-card:hover {
  box-shadow: 0 3.2rem 6.4rem rgba(0, 0, 0, 0.06);
  transform: translateY(-1.2rem);
}

.domain-info-container {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

.domain-title {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin-right: auto;
  color: #0d3050;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.domain-title:hover {
  color: #1c5dac;
  text-decoration: underline;
}

.domain-tld {
  font-weight: 400;
}

.btn-make-offer {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24rem;
  padding: 1.6rem;
  border: none;
  border-radius: 9px;
  background-color: #1c5dac;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-make-offer:link,
.btn-make-offer:visited {
  background-color: #1c5dac;
  color: #fff;
}

.btn-make-offer:hover,
.btn-make-offer:active {
  background-color: #0d3050;
}

.domain-offer-container {
  display: grid;
  align-items: center;
  height: 6.4rem;
  grid-template-columns: 1fr 1fr;
}

.logo-thumbnail-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: auto;
}

.logo-thumbnail {
  width: 8rem;
  height: auto;
}

.min-offer-text {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.6rem;
  font-size: 1.6rem;
  text-align: left;
  grid-column: 2/3;
  gap: 0.4rem;
}

.min-offer-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0.8rem;
  border-radius: 50%;
  background-color: #f0f4fa;
  color: #1c5dac;
}

.min-offer-amount {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0.4rem 0.6rem;
  border-radius: 4px;
  background-color: #e9fcf6;
  color: #0e8161;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.75px;
}

.scroll-to-top {
  position: fixed;
  right: 3.2rem;
  bottom: 1.6rem;
  display: flex;
  width: 4.8rem;
  height: 4.8rem;
  border: none;
  border-radius: 50%;
  background-color: #f0f4fa;
  color: #1c5dac;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s;
}

.scroll-to-top.active {
  bottom: 3.2rem;
  pointer-events: auto;
  opacity: 1;
}

.subpage--footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
}

.grid--footer {
  display: grid;
  align-items: center;
  padding: 6.4rem 0;
  background-color: #0d3050;
  text-align: center;
  grid-template-rows: 1fr;
}

.copyright {
  margin-bottom: 2.4rem;
  color: #f0f4fa;
  font-size: 1.8rem;
  line-height: 1.2;
}

.disclaimer {
  margin-bottom: 2.4rem;
  color: #f0f4fa;
  font-size: 1.8rem;
  line-height: 1.2;
}

.stat-col {
  display: inline-block;
  color: #f0f4fa;
  font-size: 1.8rem;
  line-height: 1.2;
}

.statcounter {
  display: inline-block;
  vertical-align: middle;
}

.statcounter img {
  width: 4rem;
  height: 1.7rem;
}

@media (max-width: 84em) {
  .hero {
    max-width: 120rem;
  }

  .heading-primary {
    font-size: 4.4rem;
  }
}

@media (max-width: 75em) {
  html {
    font-size: 56.25%;
  }

  .header {
    padding: 0 3.2rem;
  }

  .heading-secondary {
    font-size: 3.6rem;
  }

  .cta .heading-secondary {
    font-size: 3rem;
  }

  .heading-tertiary {
    font-size: 3.6rem;
  }
}

@media (max-width: 59em) {
  html {
    font-size: 50%;
  }

  .grid--2-cols {
    max-width: 60rem;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 44em) {
  .hero-text,
  .hero-text span {
    font-size: 2.4rem;
  }

  .grid--4-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 34em) {
  .main-nav-cta:link,
  .main-nav-cta:visited {
    padding: 2.4rem 1.6rem;
  }

  .logo {
    width: 38.5rem;
    height: 15.75rem;
  }

  .margin-right-sm {
    margin: 1.6rem;
  }

  .hero {
    padding: 0 3.2rem;
  }

  .sale-cur {
    top: -7px;
  }

  #scooter-card-logo-thumbnail {
    height: 27rem;
  }

  .domain-info-container {
    grid-template-columns: 1fr;
  }

  .domain-title {
    margin-bottom: 0.6rem;
  }

  .btn-make-offer {
    justify-self: left;
  }

  .logo-thumbnail-container {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .logo-thumbnail-container a {
    display: inline-flex;
    justify-content: left;
    padding: 0;
    margin: 0;
    align-self: center;
  }

  .logo-thumbnail {
    width: 8rem;
    height: auto;
    padding: 0;
    margin-bottom: 0;
  }

  .min-offer-text {
    margin-top: 0rem;
    justify-self: left;
    grid-column: 1/3;
  }

  .grid--2-cols,
  .grid--4-cols {
    grid-template-columns: 1fr;
  }

  .btn,
  .btn:link,
  .btn:visited {
    padding: 2.4rem 1.6rem;
  }
}
