
body {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  color: black;
}

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

body.home {
  background-color: #b7aefa;
}

body.capsule {
  background-color: #0d0d0d;
  color: #f5f5f5;
}

/* Shared layout */
main {
  padding: 80px 20px 140px;
}

body {
  background-color: #c2b0f4;
  margin: 0;
  padding: 0;
}

/* Home */
.home-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 40px 20px;
  text-align: center;
}


.main-logo {
  max-width: 42%;
  height: auto;
}

/* Capsule Layout */
.capsule-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 100px;
  min-height: 100vh;
  box-sizing: border-box;
  overflow: hidden;
}


.capsule-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 2000px;
  width: 100%;
  flex-wrap: wrap;
}

.capsule-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 60px;
}

.capsule-text-group {
  margin-top: 0px;
  margin-left: 126px;
  margin-top: -40px;
}

.capsule-logo-large {
  width: 560px;
  max-width: 100%;
}

.capsule-tagline {
  font-weight: 300;
  font-size: 1.4rem;
  margin: 20px 0 20px;
  color: #ffffff;
  text-transform: none;
}

 /* Capsule Badge */
 .google-badge-capsule {
  max-width: 220px; 
  height: auto;
}

 /* TV Badges */
.store-badges {
  display: flex;
  gap: 1rem; 
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; 
  margin-bottom: 32px;
  margin-left: 40px;
}
.store-badges img {
  max-width: 200px; 
  height: auto;
}

.capsule-app-small {
  width: 300px;
  max-width: 100%;
}

body.capsule-tv {
  background-color: #0D0D0D;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.capsuletv-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 0px;
  text-align: center;
  padding-bottom: 50px; 
}

.capsuletv-tagline {
  font-weight: 300;
  font-size: 1.4rem;
  margin: -15px -20px 40px 20px;
  margin-left: 20px;
  color: #ffffff;
  text-transform: none;
}

.capsuletv-logo {
  margin-top: 300px;
  width: 780px;
  max-width: 640px;
}

.capsuletv-preview {
  width: 1400px;
  max-width: 1120px;
  border-radius: 0px;
}


/* Bottom Nav */
.bottom-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #000;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 24px;
  font-size: 14px;
  z-index: 999;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: 32px;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-right: 102px;
}

.nav-item {
  color: #7B41A3;
  font-size: 16px;
  font-weight: 400;
  transition: opacity 0.2s;
}

.nav-item:hover {
  opacity: 0.8;
}

.nav-item.active {
  color: #f5deb3;
}

.nav-item.disabled {
  color: #3F3F3F;
  pointer-events: none;
}

.arrow {
  color: #b599ff;
  padding-right: 4px;
}

.icon {
  width: 28px;
  height: 28px;
  vertical-align: middle;
}

.icon-sm {
  width: 20px;
  height: 20px;
}

.follow-label {
  font-size: 13px;
  margin-right: 8px;
}

/* home text */
.typewriter-container {
max-width: 600px;
padding: 0 20px;
margin: 20px auto;
text-align: center;
overflow: hidden; 
}


.typewriter {
font-size: 1rem;
font-family: 'Courier New', Courier, monospace;
line-height: 1.6;
color: #000;
text-align: center;
white-space: normal;
}


.logo-stack {
display: flex;
flex-direction: column;
align-items: center;  
justify-content: center;
margin-bottom: 24px;
margin-top: -100px;
}

.main-logo {
width: 1200px; 
}

.we-are {
width: 150px;
margin-bottom: 12px;
margin-right: 340px;
}


@keyframes typing {
from { width: 0; }
to { width: 100%; }
}

@keyframes blink {
50% { border-color: transparent; }
}

/* mobile */
@media (max-width: 900px) {
nav {
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

nav a {
  font-size: 12px;
  text-align: center;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: -40px;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 0px;
}

.capsule-hero {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.capsule-text img {
  display: block;
  margin: 1rem auto;

}

.capsule-text-group {
  margin-left: 100px;
}

.capsule-text img[src*="google-play"] {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.capsule-image img {
  max-width: 100%;
  height: auto;
}

.capsuletv-logo {
  margin-top: -100px;
  width: 300px;
  max-width: 440px;
}

.capsuletv-preview {
  width: 400px;
  max-width: 520px;
  border-radius: 0px;
}

.capsuletv-tagline {
  font-weight: 300;
  font-size: 1.2rem;
  margin: 0px 08px 10px 20px;
  margin-left: 20px;
  color: #ffffff;
  text-transform: none;
}
 /* TV Badges */
.store-badges img {
  max-width: 120px; 
  height: auto;
}

   .store-badges {
    display: flex;
    gap: 1rem; 
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
    margin-bottom: 32px;
    margin-top: 20px;
    margin-left: 00px;
  }

    /* Capsule Badge */
 .google-badge-capsule {
  max-width: 180px; 
  height: auto;
  margin-bottom: 40px;
  margin-left: -20px;
}


.capsule-tagline {
  font-weight: 300;
  font-size: 1.1rem;
  margin-bottom: 20px;
  margin-left: -10px;
  color: #ffffff;
  text-transform: none;
}

.capsule-logo-large {
  width: 260px;
  max-width: 100%;
  margin: 30px 30px 30px 30px;
}

@media (max-width: 1400px) {

.we-are {
  width: 150px;
  margin-bottom: 12px;
  margin-right
  : 0px;
}

@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}


}