/* interview-helper-landing.css
   (requires interview-helper-base.css first)
*/
body{
    font-size: clamp(1rem, 0.25vw + 0.95rem, 1.3rem);

  
}
.main-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}
.why-highlight {
  border-left: 3px solid #22c55e;
}
h1 {
    letter-spacing: -2.1px;
    margin-top: 0;
}
h2 {
  font-size: clamp(1.3rem, 1.2vw + 1.2rem, 2.4rem);
  margin-top: 10px;
  margin-bottom: 0;
  letter-spacing: -0.04em;
  line-height: 1.2;
}

h2.feature-title-2 {
    margin-bottom: 12px;
}

.hero-h2{margin-bottom: 35px;color: var(--muted);font-weight: 400;}

.demo-card-narrow {
    padding: 60px;
    max-width: 700px;
    margin: auto;
}
.demo-header {
  margin-bottom: 30px;
  /* text-align: center; */
  padding: 0 70px;
}

.demo-header.landing-center {
    text-align: center;
}
@media (max-width: 800px) {
    .demo-header {
        padding: 0 24px;
    }
}
/* --------------------------
   1. Hero section
--------------------------- */

.black-text{color:#111;}

.hero {
  margin-top: 60px;
}

.site-logo {
    font-weight: 800;
    letter-spacing: -1px;
    font-size: 2rem;
    font-family: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hero-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}

.hero-text {
  flex: 1 1 260px;
  min-width: 0;
  text-align: center;
}

.hero-eyebrow {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
  margin-bottom: 20px;
  font-weight: 600;
}

.hero-title {
  font-weight: 650;
  margin: 0 0 20px;
  line-height: 1.1;
  font-size: clamp(2.5rem, 5vw + 1.5rem, 6rem);
  letter-spacing: -4px;
}

/* CTA buttons layout */
.hero-cta {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* gap: 10px; */             /* horizontal + vertical spacing */
  /* justify-content: center; */
}

/* Optional little demo card next to hero (if used later) */
.hero-demo {
  flex: 0 0 260px;
  max-width: 320px;
  min-width: 0;
  border-radius: var(--radius-lg);
  background: var(--accent-soft);
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.hero-demo-label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #4b57b9;
  margin-bottom: 8px;
}

.hero-demo-spec,
.hero-demo-output {
  border-radius: var(--radius-md);
  background: #ffffff;
  padding: 10px 12px;
  max-height: 120px;
  overflow: hidden;
  border: 1px solid #e0e3ff;
}

.hero-demo-spec {
  margin-bottom: 8px;
}

.hero-demo-tag {
  display: inline-block;
  font-size: 0.7rem;
  padding: 2px 8px;
  border-radius: 999px;
  background: #f4f5ff;
  color: #4b57b9;
  margin-bottom: 4px;
}

.hero-demo-heading {
  font-weight: 600;
  margin: 0 0 2px;
}

.hero-demo-small {
  color: var(--muted);
  margin-top: 6px;
}

/* --------------------------
   2. Feature Blocks (zig-zag)
--------------------------- */

.feature-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
  align-items: stretch; /* both columns match tallest */
}
.feature-block-left{
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.feature-block-right{
  grid-template-columns: minmax(0, 3fr) minmax(0, 5fr);
}
/* Text column */
.feature-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.feature-text-left {
  margin-left: 24px;
}

.feature-text-right {
  margin-right: 24px;
}

/* Visual column outer */
.feature-visual {
  display: flex;
  align-items: center;
}

/* White card inside visual column */
.feature-visual-inner {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-soft);
  width: 100%;
  font-size: clamp(0.9rem, 0.2vw + 0.86rem, 1rem);
}

/* Feature paragraph text */
.feature-p {
  /* color: var(--muted); */
  margin-bottom: 16px;
}

/* Desktop zig-zag order */
.feature-block:nth-of-type(even) .feature-text {
  order: 2;
}
.feature-block:nth-of-type(even) .feature-visual {
  order: 1;
}

/* Utility: for the ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œStep 3ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â block where text should come first on mobile */
.feature-block--text-first-mobile .feature-text {
  /* mobile reordering happens in media query below */
}

/* --------------------------
   3. Visual stack blocks
   (input/output cards in features)
--------------------------- */

.visual-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.visual-card {
  background: #f4f4f6;
  padding: 15px;
  border-radius: 8px;
  font-size: 1rem;
  /* color: #555; */
  /* border-left: 3px solid #ccc; */
}

.visual-card.failure {
    background-color: #8b1a1a;
    color: #c99f9f;
}

.visual-card.success {
  background: #23a122cc;
  /* border-left: 3px solid #22c55e; */
  /* color: #15803d; */
  color: #fff;
  font-weight: 700;
}

.visual-arrow {
  text-align: center;
  color: #666;
  font-size: 1.5rem;
  line-height: 0.5;
}

/* --------------------------
   4. Interview Pack card
   (in the Step 3 visual)
--------------------------- */

.pack-card {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.pack-card-title {
  margin: 0 0 10px;
  color: #333;
}

.pack-card-line {
  height: 8px;
  background: #eee;
  margin-bottom: 6px;
  border-radius: 4px;
}

.pack-card-line--80 {
  width: 80%;
}

.pack-card-line--60 {
  width: 60%;
}

.pack-card-line--90 {
  width: 90%;
  margin-bottom: 15px;
}

.pack-highlight,
.pack-highlight-inner {
  background: #f0fdf4;
  padding: 8px;
  border-radius: 4px;
  font-size: 1rem;
  color: #166534;
  margin-bottom: 5px;
}

.pack-note {
  background: #fff;
  border: 1px solid #ddd;
  padding: 8px;
  border-radius: 4px;
  font-size: 1rem;
  color: #555;
}

/* Tag inside pack card */
.pill {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: #e5f3ff;
  color: #155e75;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-right: 6px;
}

/* --------------------------
   5. Trust / bio section
--------------------------- */

.trust-section {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px dashed #ddd;
}

/* --------------------------
   6. ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œTry the betaÃƒÂ¢Ã¢â€šÂ¬Ã‚Â card
--------------------------- */

section#try-beta {
  padding: 50px;
}

/* --------------------------
   7. Responsive tweaks
--------------------------- */

@media (max-width: 800px) {
  /* Hero fine-tuning */
  .hero {
    padding: 24px 16px 0 16px;
    margin-bottom: 24px;
    margin-top: 20px;
  }

  .hero-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-demo {
    max-width: 100%;
  }

  .hero-title {
    font-weight: 650;
    margin: 0 0 30px;
    line-height: 1.05;
  }

  /* Feature blocks go single column */
  .feature-block {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Reverse order ONLY for the ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œleftÃƒÂ¢Ã¢â€šÂ¬Ã‚Â variant */
  .feature-block-left{
    display: flex;
    flex-direction: column-reverse;
  }

  .feature-block-left .feature-text,
  .feature-block-left .feature-visual {
    width: 100%;
  }

  .feature-text {
    margin: 0 24px;
  }

  /* Reset zig-zag (normal reading order) */
  .feature-block:nth-of-type(even) .feature-text,
  .feature-block:nth-of-type(even) .feature-visual {
    order: 0;
  }

  /* For blocks that should be text-first on mobile */
  .feature-block--text-first-mobile .feature-text {
    order: -1;
  }

  section#try-beta {
    padding: 24px;
  }

  /* Make demo header nicer on mobile (landing only) */
  .demo-header {
    padding: 0 24px;
  }

  .section-divider {
    margin: 45px 0;
  }
}

/* ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œWhat you getÃƒÂ¢Ã¢â€šÂ¬Ã‚Â grid */
.what-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
  margin-top: 16px;
}

@media (max-width: 800px) {
  .what-grid {
    grid-template-columns: 1fr; /* stack on mobile */
  }
}

.what-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  text-align: left;
  margin-bottom: 10px;
}

.what-icon {
  flex-shrink: 0;
  width: 40px;              /* can be 32px if you want tighter */
  height: 40px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

.what-icon i {
  font-size: 26px;          /* bump this up or down until it feels right */
  line-height: 1;
}
.feature-visual h4{
  margin-top:0px;
  /* font-size: 1.3rem; */
}

.what-title {
  font-weight: 600;
  font-size: 0.96rem;
  margin-bottom: 2px;
}

.what-text {
  margin: 0;
  font-size: 1.1rem;
  color: var(--muted);
}
.preview-container {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15); /* Big shadow = "Floating above page" */
  background: white;
  overflow: hidden; /* Keeps the corners round */
  border: 1px solid #e2e8f0;
}

.preview-header {
  background: #f1f5f9;
  padding: 12px;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.preview-title {
  margin-left: 10px;
  font-size: 12px;
  color: #64748b;
  font-family: monospace;
}

/* Mac window dots */
.dot { width: 10px; height: 10px; border-radius: 50%; }
.red { background: #ef4444; }
.yellow { background: #f59e0b; }
.green { background: #22c55e; }

.preview-content {
  height: 450px; /* Fixed height forces the scrollbar */
  overflow-y: auto; /* Allows the user to scroll */
  padding: 24px;
  font-family: sans-serif; /* Ensure it looks clean */
  font-size: 14px;
  line-height: 1.6;
}

/* Make the scrollbar look sexy (Webkit only - Chrome/Safari) */
.preview-content::-webkit-scrollbar { width: 8px; }
.preview-content::-webkit-scrollbar-track { background: #f1f1f1; }
.preview-content::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }
.preview-content::-webkit-scrollbar-thumb:hover { background: #94a3b8; }

/* Update this class */
.preview-content-frame {
  width: 100%;
  height: 450px; /* Same fixed height */
  border: none;  /* Removes the default iframe border */
  display: block; /* Removes weird gaps */
}

/* Container for the buttons */
.example-controls {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* Crucial for mobile */
    gap: 10px;
    margin-bottom: 30px;
}

/* The Pill Button Style */
.pill-btn {
    background: white;
    border: 1px solid #e2e8f0;
    padding: 10px 20px;
    border-radius: 50px; /* Makes them pill-shaped */
    font-size: 0.95rem;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* Hover State */
.pill-btn:hover {
    border-color: #cbd5e1;
    color: #334155;
    transform: translateY(-1px);
}

/* Active State (When clicked) */
.pill-btn.active {
    background-color: var(--accent); /* Your Brand Blue */
    color: white;
    border-color: rgb(47 93 243);
    box-shadow: 0 4px 6px rgba(43, 33, 293, 0.2);
}






/* General Split Layout */
.section-split {
    padding: 80px 20px;
}

.bg-light {
    background-color: #f8f9fa; /* Light grey to differentiate from white sections */
}

.split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center; /* Vertically centers the content */
}

/* The Audience Cards (Right Side of Section A) */
.cards-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.audience-card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05); /* Subtle shadow */
    display: flex;
    gap: 20px;
    align-items: flex-start;
    /* border-left: 4px solid #007bff; */ /* Adds a nice color pop on the left */
}

.card-icon {
    font-size: 1.5rem; /* Make the emoji/icon big */
    padding-top: 2px;
}

.audience-card h3 {
    font-size: 1.1rem;
    margin: 0 0 5px 0;
    font-weight: 700;
}

.audience-card p {
    font-size: 0.95rem;
    margin: 0;
    color: #555;
    line-height: 1.4;
}

/* The Founder Photo (Left Side of Section B) */
.founder-photo {
    width: 100%;
    max-width: 400px;
    border-radius: 20px; /* Softens the image */
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .split-layout {
        grid-template-columns: 1fr; /* Stack them */
        gap: 40px;
    }
    
    /* Ensure the text comes before the photo on mobile if you want */
    .reverse-on-mobile {
        display: flex;
        flex-direction: column-reverse; 
    }
}
.demo-label {
  display: inline-flex;      /* or flex; if you want it full-width */
  align-items: center;       /* vertical centring of icon + text */
  gap: 6px;                  /* space between icon and text */
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
}

.no-bg{background: none;}
.lar.green-icon{color: #fff;font-size:24px;}
.lar.red-icon{color: #fff;font-size:24px;}
.visual-card p:last-child {
  margin-bottom: 0;
}

.success p {/* font-size: 1.2rem; */}
.red-text{color: #fff;font-weight: 700;}
.green-text{color: #fff;font-weight: 700;}

@media (max-width: 768px) {
  .feature-text{margin:0;}
  
  .hero-title{letter-spacing:-2px;}
  .step-badge{letter-spacing:0.2px;}
  .site-links {gap: 5px;}
}
@media (max-width: 340px) {
  .site-beta-pill {
    display: none;
}
}
.preview-container{width:90%;}

p.button-sub {
    margin-top: 14px;
    font-size: 1rem;
    color: var(--muted);
    margin-bottom: 0px;
}

.preview-outer-container{
  width: 100%;
  display: flex;
  justify-content: center; /* horizontal centre */
}



