/*
  WARNING: This file was manually generated by an AI to convert from Tailwind CSS.
  This refactored version is organized for better readability.
*/

/* =============================================================================
   1. Global Styles & Typography
   ========================================================================== */

body {
  font-family: 'Mulish', sans-serif;
  background-color: #ffffff;
  color: #000000;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bricolage Grotesque', sans-serif;
}

.intro-heading {
  font-size: 2rem; /* 32px */
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.025em;
  margin-bottom: 36px;
}

.section-heading {
  font-size: 32px; /* 24px */
  font-weight: 700;
  margin-bottom: 1.5rem; /* 24px */
}

.text-content-container {
  font-size: 1rem; /* 16px */
  line-height: 1.6;
}

.intro-text-container p {
    font-family: 'Mulish', sans-serif;
    font-size: 1rem; /* 16px */
    font-weight: normal;
    line-height: 1.6;
}

.text-content-container > * + * {
    margin-top: 0rem;
}

.text-content-container ul {
    list-style-type: disc;
    padding-left: 1.5rem; /* 24px */
}

.text-content-container ul > * + * {
    margin-top: 0.5rem;
}

.text-left { text-align: left; }
.text-center { text-align: center; }

/* =============================================================================
   2. Layout & Section Containers
   ========================================================================== */

.content-section {
  padding: 4rem 1rem 0rem 1rem;
}

.text-section {
  max-width: 56rem; /* 896px */
  margin-left: auto;
  margin-right: auto;
}

.visual-section {
  max-width: 72rem; /* 1152px */
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 0rem;
  padding-top: 0rem;
}

/* =============================================================================
   3. Header
   ========================================================================== */

.main-header {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1.5rem; /* 24px */
  align-items: center;
  justify-content: center;
  padding: 5rem 1rem 2rem 1rem;
  width: 100%;
  background-image: linear-gradient(to top, #ff6b00, #ff9500);
  color: #ffffff;
}

.header-img-placeholder {
  width: 100%;
  max-width: 600px; /* Updated max-width */
  border-radius: 0.5rem; /* 8px */
  display: block; /* To allow margin: auto on image */
  margin: 0 auto; /* Center the placeholder div itself */
}

.header-info-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 1.5rem; /* 24px */
}

/* =============================================================================
   4. Wiraki Context & Key Actions Box
   ========================================================================== */

.wiraki-context-box {
    background-color: #f67c09;
    border-radius: 1rem; /* 16px */
    padding: 1.5rem; /* 24px */
    color: #ffffff;
}

.wiraki-context-heading {
    text-align: center;
    margin-bottom: 2rem; 
}

.wiraki-context-heading h1 {
    font-size: 40px;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 8px;
}

.wiraki-context-heading p {
    max-width: 36rem; /* 576px */
    margin: 0.5rem auto 0 auto;
    font-size: 1rem; /* 16px */
    line-height: 1.6;
}

.key-actions-box {
    background-color: #fffcfa;
    border-radius: 1rem; /* 16px */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    padding: 1.5rem; /* 24px */
    color: #000000;
}


.key-actions-box h3 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.key-actions-box h2 {
    text-align: center;
}

.key-actions-placeholder {
    background-color: #ffffff; /* white */
    height: 6rem; /* 96px */
    width: 100%;
    max-width: 42rem; /* 672px */
    margin: 2rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem; /* 8px */
}

.key-actions-divider {
    border-color: #ffffff;
    opacity: 0.5;
    max-width: 42rem; /* 672px */
    margin-left: auto;
    margin-right: auto;
}

.conversion-rate-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem; /* 16px */
    margin-top: 1.5rem; /* 24px */
}

.conversion-rate-number {
    font-size: 1.875rem; /* 30px */
    font-weight: 900;
    color: #eb0000;
    margin: 0;
}

.conversion-rate-text {
    font-size: 1.25rem; /* 20px */
    font-weight: 700;
    color: #eb0000;
    margin: 0;
}

/* =============================================================================
   5. Mockups & Placeholders
   ========================================================================== */

.full-width-placeholder {
    background-color: #d1d5db; /* gray-300 */
    height: 12rem; /* 192px */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem; /* 8px */
}

.mockups-container {
    display: flex;
    flex-direction: column;
    gap: 4rem; /* 64px */
    align-items: center;
    justify-content: center;
    text-align: center;
}

.mockup-item {
    display: flex;
    flex-direction: column;
    gap: 1rem; /* 16px */
    align-items: center;
}

.mockup-item h4 { font-size: 1rem; font-weight: 700; margin-top: 0rem; margin-bottom: 0rem; }
.mockup-item p { font-size: 14px; line-height: 1.6; color: #8C8989; margin-top: 0rem; margin-bottom: 0rem;}

.mockup-image {
    height: 12rem; /* 192px */
    width: 12rem; /* 192px */
    border-radius: 0.5rem; /* 8px */
}

.mockup-scroll-wrapper {
    position: relative;
    width: 185px;
    max-width: 100%;
    aspect-ratio: 185 / 351;
}

.mockup-scroll-screen {
    position: absolute;
    top: 5%;
    left: 6%;
    height: 93%;
    width: 88%;
    overflow-y: scroll;
    border-radius: 0.5rem; /* 8px */
    background-color: #ffffff;
}

.mockup-frame {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.mockup-image {
    position: relative;
    width: 185px;
    max-width: 100%;
    aspect-ratio: 185 / 351;
}
.mockups-caption {
    text-align: center;
    color: #8a8b8d; /* gray-600 */
    margin-top: 2rem; /* 32px */
    margin-bottom: 1rem;
}

/* =============================================================================
   6. Quotes
   ========================================================================== */

.quotes-container {
    margin: 0rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    font-size: 1.25rem; /* 20px */
    text-align: center;
    color: #8C8989; /* gray-400 */
    font-style: italic;
    font-family: Georgia, serif;
}

.subtitles-container {
    margin: 0rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    font-size: 1.5rem; /* 24px */
    text-align: left;
    color: #000000;
    font-family: Bricolage Grotesque', sans-serif;
    font-weight 700;
}


/* =============================================================================
   7. Responsive Styles
   ========================================================================== */

@media (min-width: 768px) { /* md */
  .header-info-bar { gap: 5rem; /* 80px */ }
  .content-section { padding-left: 2rem; padding-right: 2rem; }
  .intro-heading { font-size: 3rem; line-height: 1; }
  .intro-text-container { font-size: 1.125rem; }
  .wiraki-context-box { padding: 2rem; /* 32px */ }
  .key-actions-placeholder { height: 9rem; /* 144px */ }
  .conversion-rate-number { font-size: 2.25rem; }
  .conversion-rate-text { font-size: 1.5rem; }
  .section-heading { font-size: 2rem; }
  .mockups-container { flex-direction: row; gap: 3rem; /* 48px */; align-items: flex-start; }
  .mockup-image { height: 20rem; /* 320px */ width: 12rem; /* 192px */ }
  .quotes-container { font-size: 1.5rem; }
  .mockup-scroll-wrapper { height: 351px; width: 185px; }
}

@media (min-width: 1024px) { /* lg */
    .visual-section { padding-left: 4rem; padding-right: 4rem; }
    .mockups-container { padding-left: 0rem; padding-right: 0rem; }
}

@media (max-width: 767px) {
  .intro-heading {
    margin-top: 0px;
  }
}

.analysis-list {
    padding-left: 1rem;
}

.analysis-list li {
    margin-bottom: 0.5rem;
}

.scalable-mockup-image {
    width: 100%;
    min-width: 60px;
    max-width: 220px;
    height: auto;
    object-fit: contain;
}

@media (min-width: 200px) and (max-width: 880px) {
  .mockups-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 4rem;
  }
  .mockup-item {
    flex-basis: 15%;
  }
}

.scroll-indicator {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23002FFF" d="M12 24l-8-9h6v-15h4v15h6z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  animation: bounce 2s infinite;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s;
}

.mockup-scroll-screen::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
  pointer-events: none;
  transition: opacity 0.3s;
}

.scrolled .scroll-indicator,
.scrolled::after {
  opacity: 0;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-5px);
  }
  60% {
    transform: translateX(-50%) translateY(-3px);
  }
}

.mockup-item .scroll-text {
  font-size: 14px;
  color: #a9b2d8;
  margin-top: 0rem;
}

.numbered-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    aspect-ratio: 1 / 1;
    background: #F67C09; /* orange */
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.3rem;
    box-shadow: 0 2px 8px rgba(246, 124, 9, 0.15);
}

@media (max-width: 480px) {
  .numbered-circle {
    width: 32px;
    height: 32px;
    aspect-ratio: 1 / 1;
    font-size: 1rem;
  }
}

.welcome-comparison-images {
    display: flex;
    gap: 0;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.welcome-img:first-child {
    width: 41.5%;
    height: auto;
    display: block;
    object-fit: cover;
}

.welcome-img:last-child {
    width: 58.5%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* --- Select Page Improvements: Responsive Video/Text Layout --- */
@media (max-width: 768px) {
  .select-improvements-row {
    flex-direction: column !important;
    align-items: center !important;
    gap: 24px !important;
  }
  .select-improvements-row video {
    margin: 0 auto !important;
    max-width: 350px !important;
    width: 100% !important;
    display: block;
  }
  .select-improvements-row > div {
    margin-left: 0 !important;
  }
}
.select-improvements-row {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-top: 32px;
}
.select-improvements-row video {
  width: 100%;
  max-width: 350px;
  aspect-ratio: 9/16;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}
@media (max-width: 768px) {
  .select-improvements-row {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .select-improvements-row video {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
  .select-improvements-row > div {
    margin-left: 0 !important;
    width: 100%;
  }
}

/* Show vote_old_new.png only on desktop, vote_old_new_onmobile.png only on mobile */
.vote-comparison-mobile {
  display: none;
}
.vote-comparison-desktop {
  display: block;
}
@media (max-width: 768px) {
  .vote-comparison-desktop {
    display: none !important;
  }
  .vote-comparison-mobile {
    display: block !important;
    max-width: 420px;
    margin: 0 auto;
  }
}

/* Utility class for removing bottom margin from any element */
.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}