@font-face {
  font-family: PP Mori;
  src: url('../fonts/PPMori-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Mori;
  src: url('../fonts/PPMori-ExtraBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppeditorialold;
  src: url('../fonts/PPEditorialOld-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ppeditorialold;
  src: url('../fonts/PPEditorialOld-Ultralight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Space Mono;
  src: url('../fonts/SpaceMono-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  color: #fff;
  background-color: #060407;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

h1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: PP Editorial Old;
  font-size: 4vw;
  font-weight: 200;
  line-height: 120%;
}

p {
  margin-bottom: 10px;
}

.image {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 70%;
  height: 100%;
  position: absolute;
  inset: 0% -10% auto auto;
}

.main-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.container {
  width: 100%;
  height: 100%;
}

.container.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.italic-text {
  color: #3c2bff;
}

.paragraph {
  text-align: center;
  font-family: PP Mori, Arial, sans-serif;
  font-size: 1vw;
  line-height: 150%;
}

.cta-button {
  text-align: center;
  background-color: #fff0;
  border: 1px solid #fff3;
  padding: 1vw 2vw;
  font-family: PP Mori, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 700;
  line-height: 125%;
}

.addon-text {
  color: #fff6;
  font-weight: 400;
}

.hero-content {
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.divider-line {
  background-color: #fff3;
  width: 1px;
  height: 6vw;
}

.footer-text {
  color: #fff6;
  text-align: center;
  text-transform: uppercase;
  font-family: Space Mono, Arial, sans-serif;
  font-size: .9vw;
  line-height: 120%;
}

.header-logo {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 6vw;
  margin-top: 1vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body {
  overflow: hidden;
}

.text-span-2 {
  color: #3c2bff;
  font-weight: 400;
}

.text-span-3 {
  color: #fffc;
  text-decoration: underline;
}

.spacer {
  width: 100%;
  height: 2vw;
}

.hide, .mobile-logo {
  display: none;
}

.popup-wrapper {
  background-color: #060407b3;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.popup-content {
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: rgba(6, 4, 7, 0.05);
  width: min(560px, 92vw);
  max-height: 90vh;
  overflow: hidden;
  position: relative;
  transition: transform 0.25s ease, opacity 0.25s ease;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  border: none;
  border-radius: 12px;
}

/* Header Section */
.sidebar-header {
  padding: 0 0 1rem 0;
}

.header-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.logo-section, .mini-logo, .header-badge { display: none; }

.close-popup {
  appearance: none;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}

.close-popup:hover { opacity: 1; color: #fff; }

/* Main Content */
.sidebar-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  overflow: hidden;
}

/* Hero Section */
.hero-section {
  text-align: center;
  margin-bottom: 1rem;
}

.hero-badge {
  display: inline-block;
  background: rgba(192, 163, 255, 0.2);
  color: #c0a3ff;
  font-family: PP Mori, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-title {
  color: #fff;
  font-family: PP Editorial Old, Arial, sans-serif;
  font-size: 2.34rem;
  font-weight: 200;
  margin: 0 0 1rem 0;
  line-height: 1.2;
}

.hero-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-family: PP Mori, Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

/* Form Section */
.form-section {
  flex: 1;
}

.download-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group {
  position: relative;
}

.input-wrapper { display: contents; }

.form-group input[type="text"],
.form-group input[type="email"] {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #fff;
  font-family: PP Mori, Arial, sans-serif;
  font-size: 0.9rem;
  width: 100%;
  outline: none;
  padding: 0.8rem 1rem;
}

.form-group input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* Checkbox */
.checkbox-group {
  margin-top: 1rem;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  font-family: PP Mori, Arial, sans-serif;
  font-size: 0.85rem;
  line-height: 1.4;
}

.checkbox-label input[type="checkbox"] {
  display: none;
}

.checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  position: relative;
  flex-shrink: 0;
  margin-top: 2px;
  transition: all 0.3s ease;
  background: transparent;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark {
  background: #c0a3ff;
  border-color: #c0a3ff;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #060407;
  font-size: 14px;
  font-weight: bold;
}

.checkbox-text {
  flex: 1;
}

/* Download Button */
.download-btn {
  background: linear-gradient(135deg, #c0a3ff 0%, #a855f7 100%);
  color: #060407;
  border: none;
  border-radius: 8px;
  font-family: PP Mori, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 1rem 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.download-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(192, 163, 255, 0.4);
}

.btn-text {
  font-weight: 700;
}

.btn-icon {
  transition: transform 0.3s ease;
}

.download-btn:hover .btn-icon {
  transform: translateY(2px);
}

/* Preview Section */
.preview-section {
  margin-top: auto;
}

.preview-header {
  text-align: center;
  margin-bottom: 1rem;
}

.preview-header h3 {
  color: #fff;
  font-family: PP Editorial Old, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  margin: 0 0 0.5rem 0;
}

.preview-header p {
  color: rgba(255, 255, 255, 0.6);
  font-family: PP Mori, Arial, sans-serif;
  font-size: 0.8rem;
  margin: 0;
}

.preview-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 180px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.playbook-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(6, 4, 7, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.preview-image:hover .image-overlay {
  opacity: 1;
}

.preview-image:hover .playbook-image {
  transform: scale(1.05);
}

.overlay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-family: PP Mori, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
}

/* Screen Reader Only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.form-image {
  margin-top: 2rem;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
  flex-shrink: 0;
}

.playbook-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 991px) {
  .mobile-logo {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  .image {
    width: 100%;
    inset: auto 0% -37%;
  }

  .main-wrapper {
    height: 100vh;
  }

  .container.grid {
    flex-flow: column;
    justify-content: center;
    align-items: baseline;
  }

  .paragraph {
    font-size: 14px;
  }

  .cta-butoon {
    padding: 20px;
    font-size: 14px;
  }

  .divider-line {
    height: 200px;
  }

  .footer-text {
    font-size: 14px;
  }

  .header-logo {
    margin-top: 20px;
  }

  .spacer, .desktop-logo {
    display: none;
  }

  .mobile-logo {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }
  
  .popup-content {
    width: 80%;
    right: -80%;
  }
  
  .sidebar-header {
    padding: 1.5rem 1.5rem 1rem;
  }
  
  .mini-logo {
    font-size: 1.3rem;
  }
  
  .header-badge {
    font-size: 0.6rem;
    padding: 0.2rem 0.6rem;
  }
  
  .sidebar-main {
    padding: 1.5rem;
    gap: 1.5rem;
  }
  
  .hero-title {
    font-size: 1.5rem;
  }
  
  .hero-subtitle {
    font-size: 0.85rem;
  }
  
  .input-wrapper {
    padding: 0.6rem 0.8rem;
  }
  
  .form-group input[type="text"],
  .form-group input[type="email"] {
    font-size: 0.85rem;
  }
  
  .checkbox-label {
    font-size: 0.8rem;
  }
  
  .download-btn {
    font-size: 0.85rem;
    padding: 0.8rem 1.25rem;
  }
  
  .preview-image {
    height: 150px;
  }
}

.header-logo {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

.hero-content {
  grid-area: 2 / 2 / 3 / 7;
}

.spacer {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

@media screen and (max-width: 767px) {
  .hero-content {
    grid-area: 2 / 1 / 3 / 13;
  }
}


@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppeditorialold';
  src: url('../fonts/PPEditorialOld-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppeditorialold';
  src: url('../fonts/PPEditorialOld-Ultralight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Mono';
  src: url('../fonts/SpaceMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}