@font-face {
  font-family: go;
  src: url(4UasrENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RPjIUvQ.woff2);
}
@font-face {
  font-family: rob;
  src: url(KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  width: 100%;
  font-family: go;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

header {
  width: 100%;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.top-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1rem;
  background: linear-gradient(90deg, #037CFD, #813FF3);
  color: white;
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
}
.top-banner i {
  font-size: 1.1em;
  font-weight: 100;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.9rem;
  aspect-ratio: 10/1.5;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #3c4043;
}
.logo img {
  height: 2.2rem;
  width: auto;
}

.nav-menu {
  display: none;
}

.btn-menu {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  color: #5f6368;
  cursor: pointer;
}

.hero-section {
  width: 100%;
  background: linear-gradient(30deg, #FBE0EA, #F3FCFF);
  padding: 1rem 2rem;
  text-align: center;
}

.hero-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.hero-text h1 {
  font-size: 3rem;
  line-height: 1;
  color: black;
}

.hero-image img {
  width: 100%;
  max-width: 450px;
}

.hero-subheading {
  font-size: 2.15rem;
  color: black;
  max-width: 600px;
  margin: 6rem auto 0 auto;
}

.info-section {
  padding: 3rem 2rem;
  background-color: #fff;
}

.info-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-right: 2.5rem;
  text-align: left;
}

.info-card-text h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  color: black;
  margin-bottom: 1.5rem;
}
.info-card-text p {
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.697);
  line-height: 1.6;
  max-width: 500px;
  margin-top: 0.5rem;
}

.info-card-image {
  text-align: center;
}
.info-card-image img {
  width: 100%;
  height: auto;
  max-width: 400px;
}

.info-divider {
  border: none;
  border-top: 4px solid #e0e0e0;
  margin: 1.5rem auto;
  width: 100%;
}

.involved-section {
  padding: 4rem 2rem;
  background-color: white;
}

.involved-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  text-align: left;
}

.involved-image img {
  width: 100%;
  max-width: 400px;
}

.involved-text .involved-eyebrow {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.796);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.involved-text h2 {
  font-size: 3rem;
  line-height: 1.1;
  color: black;
  margin-bottom: 1rem;
}
.involved-text .involved-description {
  font-size: 1.15rem;
  color: #303235;
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto 2.5rem auto;
}

.involved-actions {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}

.btn-primary {
  display: inline-block;
  border: 1px solid #0468D7;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
  font-weight: 600;
  color: #0468D7;
  background-color: #fff;
  transition: background-color 0.2s ease;
  font-size: 0.9rem;
}
.btn-primary:hover {
  background-color: #0468D7;
  color: white;
}

.btn-link {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: black;
  font-size: 0.9rem;
}
.btn-link i {
  font-size: 1.1em;
  transition: transform 0.2s ease;
}
.btn-link:hover i {
  transform: translateX(3px);
}

.consultant-section {
  padding: 4rem 2rem;
  background: linear-gradient(90deg, #FCFCE2, #F5FBFE);
}

.consultant-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  text-align: left;
}

.consultant-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.consultant-text .consultant-eyebrow {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.849);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.consultant-text h2 {
  font-size: 3rem;
  line-height: 1.1;
  color: black;
  margin-bottom: 1rem;
}
.consultant-text .consultant-description {
  font-size: 1.1rem;
  color: #303235;
  line-height: 1.6;
  max-width: 500px;
  margin-bottom: 2.5rem;
}

.btn-blue-solid {
  display: inline-block;
  background-color: #1375e8;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.events-section {
  padding: 4rem 2rem;
  background-color: #fff;
}

.events-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  text-align: left;
}

.events-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.events-text .events-eyebrow {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.796);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.events-text h2 {
  font-size: 3rem;
  line-height: 1.1;
  color: black;
  margin-bottom: 1rem;
}
.events-text .events-description {
  font-size: 1.1rem;
  color: #303235;
  line-height: 1.6;
  max-width: 500px;
  margin-bottom: 2.5rem;
}
.events-text .btn-event {
  display: inline-block;
  border: 1px solid #0468D7;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
  font-weight: 600;
  color: #0468D7;
  background-color: #fff;
  transition: background-color 0.2s ease;
  font-size: 0.9rem;
}
.events-text .btn-event:hover {
  background-color: #0468D7;
  color: white;
}

.packages-section {
  padding: 4rem 2rem;
  background: linear-gradient(90deg, #FCFCE2, #F5FBFE);
}

.packages-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  text-align: left;
}

.packages-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.packages-text .packages-eyebrow {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.849);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.packages-text h2 {
  font-size: 2.7rem;
  line-height: 1.1;
  color: black;
  margin-bottom: 1rem;
}
.packages-text .packages-description {
  font-size: 1.1rem;
  color: #303235;
  line-height: 1.6;
  max-width: 500px;
  margin-bottom: 2.5rem;
}

.start-section {
  padding: 5rem 2rem;
  background-color: #f7faff;
}

.start-box {
  position: relative;
  background-color: #042449;
  border-radius: 40px;
  padding: 2rem 2rem;
  color: white;
  text-align: left;
  overflow: hidden;
  aspect-ratio: 2/2.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.start-box .start-bg-graphic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("img/6.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 0;
}
.start-box h2,
.start-box p,
.start-box .start-actions {
  position: relative;
  z-index: 1;
}
.start-box h2 {
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}
.start-box p {
  font-size: 1.1rem;
  line-height: 1.5;
  max-width: 90%;
  margin: 0 auto 2rem auto;
}

.start-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  width: 100%;
}

.btn-install {
  display: inline-block;
  background-color: #fff;
  color: #0468D7;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.btn-read-docs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  font-weight: 600;
  color: white;
  font-size: 0.9rem;
  padding: 0 1rem;
}
.btn-read-docs i {
  font-size: 1.1em;
  transition: transform 0.2s ease;
}
.btn-read-docs:hover i {
  transform: translateX(3px);
}

footer {
  padding: 1rem 1rem;
  background: linear-gradient(90deg, #813FF3, #037CFD);
  text-align: center;
  color: white;
  font-size: 1.1rem;
  margin-top: 4rem;
}

@media (min-width: 900px) {
  .navbar {
    padding: 0 3.5rem;
    aspect-ratio: 23/1;
  }
  .nav-menu {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .btn-menu {
    display: none;
  }
  .nav-links {
    display: flex;
    gap: 1.5rem;
  }
  .nav-links a {
    font-size: 0.85rem;
    font-weight: 700;
    color: #404347;
    padding: 0.5rem 0.75rem;
    border-radius: 50px;
    transition: background-color 0.2s ease;
  }
  .nav-links a:hover {
    color: #0468D7;
    background-color: #F8F9FA;
    border-radius: 50px;
  }
  .nav-controls {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .nav-controls i {
    font-size: 1rem;
    color: #3c4043;
    cursor: pointer;
    transition: color 0.2s ease;
  }
  .btn-start {
    background-color: #1375e8;
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 2rem;
    font-size: 0.9rem;
    font-weight: 600;
  }
  .hero-section {
    padding: 1rem 3rem;
  }
  .hero-main {
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2rem;
    text-align: left;
  }
  .hero-text {
    flex-basis: 45%;
  }
  .hero-text h1 {
    font-size: 4.2rem;
    line-height: 1.1;
  }
  .hero-image {
    flex-basis: 50%;
  }
  .hero-image img {
    max-width: 100%;
  }
  .hero-subheading {
    font-size: 2rem;
    max-width: 950px;
    margin-top: 4rem;
    margin-bottom: 4rem;
    text-align: center;
  }
  .info-section {
    padding: 4rem 3rem;
  }
  .info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  .info-card {
    text-align: left;
    gap: 2.5rem;
    border-top: 4px solid #e0e0e0;
    padding-top: 4rem;
  }
  .info-card-text h2 {
    font-size: 2rem;
  }
  .info-card-text p {
    font-size: 1.2rem;
    max-width: 100%;
    margin-left: 0;
  }
  .info-card-image img {
    max-width: 100%;
  }
  .info-divider {
    display: none;
  }
  .involved-section {
    padding: 1rem 3rem;
  }
  .involved-content {
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 3rem;
    text-align: left;
  }
  .involved-image {
    flex-basis: 50%;
  }
  .involved-image img {
    max-width: 100%;
  }
  .involved-text {
    flex-basis: 45%;
  }
  .involved-text .involved-description {
    max-width: 100%;
  }
  .involved-actions {
    flex-direction: row;
    gap: 2rem;
    align-items: center;
  }
  .consultant-section {
    padding: 1rem 3rem;
  }
  .consultant-content {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 3rem;
    align-items: center;
  }
  .consultant-image {
    flex-basis: 50%;
  }
  .consultant-image img {
    max-width: 100%;
  }
  .consultant-text {
    flex-basis: 45%;
  }
  .consultant-text .consultant-description {
    max-width: 100%;
  }
  .events-section {
    padding: 1rem 3rem;
  }
  .events-content {
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 3rem;
    align-items: center;
  }
  .events-image {
    flex-basis: 50%;
  }
  .events-image img {
    max-width: 100%;
  }
  .events-text {
    flex-basis: 45%;
  }
  .events-text h2 {
    font-size: 4rem;
  }
  .events-text .events-description {
    max-width: 100%;
  }
  .packages-section {
    padding: 1rem 3rem;
  }
  .packages-content {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 3rem;
    align-items: center;
  }
  .packages-image {
    flex-basis: 50%;
  }
  .packages-image img {
    max-width: 100%;
  }
  .packages-text {
    flex-basis: 45%;
  }
  .packages-text h2 {
    font-size: 4rem;
  }
  .packages-text .packages-description {
    max-width: 100%;
  }
  .start-section {
    padding: 3rem 3rem;
  }
  .start-box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 5rem;
    aspect-ratio: auto;
  }
  .start-box .start-bg-graphic {
    left: 65%;
    background-size: cover;
    background-position: center;
  }
  .start-box h2 {
    font-size: 4rem;
    max-width: 50%;
  }
  .start-box p {
    max-width: 40%;
    margin: 0 0 2rem 0;
    font-size: 1.2rem;
  }
  .start-actions {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}/*# sourceMappingURL=style.css.map */