body {
  font-family: "San Francisco", -apple-system, BlinkMacSystemFont, sans-serif;
}

@font-face {
  font-family: "San Francisco";
  font-weight: 400;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

a {
  text-decoration: none !important;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

.mobile .mobile-only {
  display: block;
}

.mobile .desktop-only, .mobile .hide-for-mobile {
  display: none;
}

.desktop .hide-for-desktop {
  display: none;
}

.site-logo {
  height: 40px;
  width: auto;
  display: block;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1280px) {
  .container {
    width: 1280px !important;
    max-width: 1280px !important;
  }

  .mobile { 
    display: none !important;
  }

  .desktop { 
    display: block !important;
  }
}

@media (max-width: 1279px) {
  .container {
    max-width: 390px !important;
    width: 390px !important;
  }

  .mobile { 
    display: block !important;
  }

  .desktop { 
    display: none !important;
  }
}

.v-stack {
  display: flex;
  flex-direction: column;
}

.h-stack {
  display: flex;
  flex-direction: row;
}


.header {
  height: 68px;
  margin: auto;
  font-size: 16px;
  letter-spacing: -0.5px;
  font-weight: 500;
}

.nav-item {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3) !important;
  margin: 0 30px;
}

.nav-item a {
  color: rgba(0, 0, 0, 0.3) !important;
}

.main-title .title {
  font-size: 96px;
  color: #105475;
  text-align: center;
  line-height: 90px;
  padding-top: 60px;
  padding-bottom: 80px;
  letter-spacing: -2px;
  font-weight: 500;

  padding-left: 60px;
  padding-right: 60px;
}

.main-title .title, .title2 {
  background: -webkit-linear-gradient(left, #105475 , #E8F5F7);
  background: -o-linear-gradient(right, #105475 , #E8F5F7);
  background: -moz-linear-gradient(right, #105475 , #E8F5F7);
  background: linear-gradient(to right, #105475 , #E8F5F7); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.title2 {
  font-size: 60px;
  font-weight: 500;
  color: #105475;
  text-align: center;
  line-height: 68px;
  padding-top: 100px;
  padding-bottom: 80px;
  letter-spacing: -2px;

  padding-left: 100px;
  padding-right: 100px;
}


.right-block, .left-block {
  display: flex;
  width: 610px;
  height: 582px;
  max-width: 610px;
  max-height: 582px;
  min-width: 610px;
  min-height: 582px;
}

.left-block {
  height: 582px;
  background-color: #E8F5F7;
  border-radius: 12px;
}

.description .left-block .description-text {
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -1px;
  text-align: left;
  padding: 32px;
  font-weight: 500;
  padding-right: 86px;
}

.highlighted-word {
  color: #50849B;
}

.right-block {
  height: 582px;
  background-color: #0D1E26;
  border-radius: 12px;
}

.widgets-block {
  width: 100%;
  margin: auto;
  padding: 88px;
  flex-direction: column;
}

.bg-image {
  z-index: -0;
  background-image: url(../img/prescient.jpg);
  width: 329px;
  height: 155px;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(12px);

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}

.bg-blur {
  z-index: 1;
  background: rgba(255, 255, 255, 0.01); 
  backdrop-filter: blur(12px);
  width: 329px;
  height: 155px;
  position: absolute;
  top: 0;
  left: 0;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}

.widget-card {
  margin-top: -32px !important;
  z-index: 2;
  align-self: flex-end;
  position: relative;
  width: 329px;
  height: 155px;
  padding: 16px;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
}

.widget-card .illustration {
  z-index: 3;
  width: 80px;
  max-width: 80px;
  height: 120px;
  background-image: url(../img/prescient.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 8px;
}

.dictionary-block {
  z-index: 3;
  flex-direction: column;
  height: 100%;
}

.dictionary-block .lemma {
  z-index: 3;
  height: 28px;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #FFFFFF;
}

.dictionary-block .definition {
  z-index: 3;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.44px;
  color: rgba(255, 255, 255, 0.50);
}

.dictionary-block .definition i {
  z-index: 3;
  color: rgba(255, 255, 255, 0.30);
}

.dictionary-card {
  margin-top: -48px !important;
  z-index: 5;
  width: 329px;
  height: 155px;
  background-color: #FFF;
  border-radius: 16px;
  color: #000;
  border-radius: 16px;
}

.dictionary-card .v-stack {
  z-index: 5;
  padding: 32px;
  flex-direction: column;
  height: 100%;
}


.dictionary-card .lemma {
  z-index: 5;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
}

.dictionary-card .definition {
  z-index: 5;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.44px;
}

.wotd-card {
  z-index: 10;
  width: 155px;
  height: 155px;
  background-color: #50839B;
  border-radius: 24px;
  align-self: flex-end;
  margin-right: 50px;
  color: white;
  position: relative;
}

.wotd-card .v-stack {
  z-index: 10;
  padding: 16px;
  flex-direction: column;
  height: 100%;
}

.wotd-card .lemma {
  z-index: 10;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.46px;
}

.wotd-card .definition {
  z-index: 10;
  font-size: 15px;
  line-height: 21px;
}

.wotd-card .logo {
  z-index: 11;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.wotd-card .logo img {
  z-index: 11;
  width: 24px;
  height: 24px;
}

.our-team {
  padding-left: 136px;
  padding-right: 136px;
  width: 100%;
  gap: 32px;
  flex-direction: column;
  padding-bottom: 80px;
}

.our-team .title {
  width: 100%;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -1px;
  text-align: center;
  color: black;
  padding-bottom: 24px;;
  font-weight: 500;
}

.our-team .team-member {
  width: 100%;
  height: 62px !important;
  /* margin-top: 16px; */
  /* margin-bottom: 16px; */
}

.our-team .team-member .member-card .avatar img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
}

.our-team .team-member .member-card .bio {
  flex-direction: column;
  margin-left: 20px;
}

.our-team .team-member .member-card .bio .name {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: -0.46px;
  color: black
}

.our-team .team-member .member-card .bio .position {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -1px;
  color: rgba(0, 0, 0, 0.50);
}

.our-team .team-member .member-description {
  max-width: 430px;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -1px;
  color: black;
  text-align: right;
}

.our-team .splitter {
  margin-bottom: -8px;;
}

.our-team .splitter .subtitle {
  color: rgba(0, 0, 0, 0.50);
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -1px;
}

.app {
  gap: 20px;
}

.app .left-block .description-block {
  flex-direction: column;
  gap: 10px;
  padding: 32px;
  justify-content: space-between;
  flex: 1;
}

.app .left-block {
  height: auto;
  min-height: 0;
  max-height: none;
}

.app .left-block .description-block .title {
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -1.5px;
  font-weight: 500;
  color: black;
  margin: 0;
  padding: 0;
  text-align: left;
}

.app .left-block .description-block .description {
  max-width: 493px;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -1px;
  color: rgba(0, 0, 0, 0.50);
  text-align: left;
}

.app .left-block .appstore-button{
  width: 120px;
  height: 40px;
  align-self: center;
}

.app .left-block .appstore-button img {
  width: 120px;
  height: 40px;
}

.app .award {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  margin-top: auto;
}

.app .award-image {
  width: 96px;
  height: auto;
}

.app .award-text {
  font-family: "SF Pro Display", "San Francisco", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.56px;
  color: #000;
}

.app .award-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.app .left-block .description-block .d-flex {
  flex-direction: column;
  gap: 10px;
}

.app .right-block {
  position: relative;
  overflow: hidden;
}

.app .right-block .iphone {
  width: 284px;
  height: 578px;
  top: 40px;
  left: 163px;
  position: absolute;
}

.iphone img {
  width: 284px;
  height: auto;
}

.app .right-block .appstore-ratings {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.app .right-block .appstore-ratings img {
  height: 56px;
  width: auto;
}

.subscribe {
  padding: 56px 20px;
}

.newsletter-card {
  border-radius: 12px;
  padding: 0 24px;
}

.newsletter-content {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.newsletter-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  width: 100%;
}

.newsletter-text .headline {
  color: black;
  font-family: "SF Pro Display", "San Francisco", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.newsletter-text .subhead {
  color: rgba(0, 0, 0, 0.5);
  font-family: "SF Pro Display", "San Francisco", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.newsletter-form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}

.newsletter-input {
  flex: 1 1 auto;
  min-width: 0;
  height: 48px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid rgba(6, 55, 79, 0.1);
  background: white;
  font-size: 16px;
  font-family: "SF Pro Display", "San Francisco", -apple-system, BlinkMacSystemFont, sans-serif;
  color: rgba(0, 0, 0, 0.8);
}

.newsletter-input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.newsletter-button {
  height: 48px;
  padding: 0 24px;
  border: none;
  border-radius: 8px;
  background: #00C3E3;
  color: white;
  font-size: 16px;
  font-family: "Figtree", "San Francisco", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  line-height: 16px;
  cursor: pointer;
  transition: background 0.2s ease;
  white-space: nowrap;
}

.newsletter-button:hover {
  background: #00aeca;
}

.newsletter-button:focus,
.newsletter-input:focus {
  outline: 2px solid rgba(0, 195, 227, 0.4);
  outline-offset: 0;
}

.newsletter-button:focus-visible,
.newsletter-input:focus-visible {
  box-shadow: 0 0 0 2px rgba(0, 195, 227, 0.4);
}

@media (min-width: 1280px) {
  .subscribe {
    padding-left: 304px;
    padding-right: 304px;
  }

  .newsletter-card {
    padding-left: 72px;
    padding-right: 72px;
  }
}

.mobile .subscribe {
  padding: 32px 16px;
}

.mobile .newsletter-card {
  padding: 16px 0;
}

.mobile .newsletter-content {
  padding: 16px 0;
}

.newsletter-hero {
  margin: 80px auto 40px;
  max-width: 720px;
  text-align: center;
}

.newsletter-hero .eyebrow {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 16px;
}

.newsletter-hero h1 {
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -2px;
  color: #105475;
  margin-bottom: 20px;
}

.newsletter-hero p {
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 16px;
}

.newsletter-hero .cta-link {
  font-size: 16px;
  font-weight: 600;
  color: #00C3E3;
}

.site-footer {
  background: #0D1E26;
  color: rgba(255, 255, 255, 0.8);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.site-footer .footer-card {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  text-align: center;
  padding: 48px 20px;
  box-sizing: border-box;
}

.footer-logo img {
  height: 37px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}

.footer-menu a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-menu a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.social-link {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-link .social-icon {
  width: 32px;
  height: 32px;
  display: block;
}

.footer-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  text-align: left;
}

.footer-copy {
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  line-height: 24px;
  flex: 1 1 auto;
}

.footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 1280px) {
  .footer-menu {
    gap: 60px;
  }
}

.mobile .site-footer .footer-card {
  max-width: 100%;
  gap: 32px;
  padding: 32px 16px;
}

.mobile .footer-menu {
  gap: 16px;
}

.mobile .footer-social {
  gap: 16px;
}

.mobile .footer-bottom {
  flex-direction: row;
  align-items: flex-end;
  gap: 24px;
}

.mobile .footer-copy {
  flex: 1 1 auto;
  text-align: left;
  align-self: flex-end;
}

.mobile .footer-links {
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.mobile .newsletter-hero {
  margin: 40px auto 20px;
  padding: 0 10px;
}

.mobile .newsletter-hero h1 {
  font-size: 40px;
  line-height: 46px;
}

.mobile .newsletter-hero p {
  font-size: 18px;
  line-height: 24px;
}

.reviews {
  padding-top: 20px;
  gap: 20px;
}

.reviews .review {
  width: 400px;
  height: 293px;
  background-color: #E8F5F7;
  border-radius: 12px;
  padding: 32px;;
  position: relative;
}

.review .stars {
  width: 136px;
  height: 24px;
  padding: 0;
  margin-bottom: 16px;
}

.review .stars img {
  width: 24px;
  height: 24px;
  margin: auto;
  padding: 0;
  margin-left: -1px;
  margin-right: -1px;
}

.review .text {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -1px;
  color: black;
}

.review .author {
  line-height: 29px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.50);
  position: absolute;; 
  bottom: 32px;
}

.culture {
  margin-top: 80px;;
  margin-left: 100px;
  margin-right: 100px;
  gap: 40px;
}

.culture > .v-stack {
  gap: 32px;
}

.culture .title {
  width: 100%;
  font-size: 40px;
  line-height: 46px;
  color: black;
  text-align: center;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.culture .items {
  gap: 80px;
}

.culture .item {
  width: 500px;
  height: 106px;
  gap: 16px;;
}

.culture .item .icon img {
  width: 32px;
  height: 32px;
}

.culture .item .text {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -1px;
  color: black;
}

.culture .item .text .subtitle {
  color: rgba(0, 0, 0, 0.50);
}

/* For Mobile */

.mobile .header {
  font-size: 16px;
  letter-spacing: -0.5px;
  font-weight: 500;
}

.mobile .title {
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -1px;
  padding: 0;
  padding-top: 36px;
  padding-bottom: 60px;
}

.mobile .description .left-block, .mobile .description .right-block {
  width: 350px !important;
  height: 326px !important;
  max-width: 350px !important;
  max-height: 326px !important;
  min-width: 350px !important;
  min-height: 326px !important;
}

.mobile .right-block {
  position: relative;
  padding: 0;
  margin-bottom: 10px;
}

.mobile .right-block .wotd-card {
  position: absolute;
  top: 22px;
  left: 148px;
  scale: calc(88/155);
}

.mobile .right-block .dictionary-card {
  position: absolute;
  scale: calc(88/155);
  left: -16px;
  top: 120px;
}

.mobile .right-block .widget-card {
  position: absolute;
  scale: calc(88/155);
  bottom: 24px;
  right: -10px;
}

.mobile .description .description-text {
  padding: 20px; 
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -1.4px;
}

.mobile .our-team {
  margin: 0;
  padding: 0;
}

.mobile .our-team .title {
  font-size: 30px;
  padding-bottom: 40px;
}

.mobile #team .team-member {
  flex-direction: column;
  height: 120px !important;
  align-items: center;
}

.mobile .team-member .member-card .bio .name,
.mobile .team-member .member-card .bio .position, 
.mobile .team-member .member-description,
.mobile .splitter .subtitle {
  font-size: 20px;
}

.mobile .team-member .member-description {
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.6px;
}

.mobile .team-member .member-card .avatar img {
  width: 52px;
  height: 52px;
}

.mobile .splitter {
  align-self: center;
}

.mobile .app {
  margin-top: 36px;
}

.mobile .app .left-block, .mobile .app .right-block {
  width: 350px !important;
  min-width: 350px !important;
  max-width: 350px !important;

  height: 326px !important;
  min-height: 326px !important;
  max-height: 326px !important;
}

.mobile .app .left-block {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

.mobile .app .iphone {
  width: 170px;
  height: 324px;
  top: 20px;
  left: 90px;
}

.mobile .app .iphone img {
  width: 170px;
  height: auto;
}

.mobile .app .right-block .appstore-ratings {
  bottom: 18px;
}

.mobile .app .appstore-ratings img {
  height: 48px;
}

.mobile #app {
  gap: 0;
}

.mobile .app .description-block {
  padding: 20px;
}

.mobile .app .description-block .title {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -1.4px;
}

.mobile .app .description-block .description {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
}

.mobile .reviews .review {
  width: 350px;
  height: 216px;
  padding: 20px;
  padding-right: 36px;
}


.mobile .reviews .review .text {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.6px;
}

.mobile .reviews .review .author {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.5px;
  bottom: 20px;
}

.mobile .culture {
  margin-top: 40px;
  margin-left: 0px;
  margin-right: 0px;
}

.mobile .culture .v-stack {
  gap: 20px;
}

.mobile .culture .title {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
}

.mobile .culture .item {
  width: 350px;
  height: 116px;
  text-align: center;
  font-size: 20px !important;
}

.mobile .culture .item .text {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.5px;
}

.mobile .title2 {
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -1px;
  padding: 0;
  padding-top: 36px;
  padding-bottom: 40px;
}

#as-seen-on {
  padding-top: 0px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  gap: 20px;
}

#as-seen-on .title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: -0.6px;
  color: black;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

#as-seen-on .logos {
  padding-top: 31px;
  padding-bottom: 31px;
  justify-content: center;
}

#as-seen-on .logos img {
  height: 32px;
  width: auto;
  margin: auto;
  display: block;
}
