/* Tool Page Specific Styles */

/* Hero Section */
.tool-hero-container {
  position: relative;
  width: 100vw;
  min-height: clamp(520px, 72vh, 760px);
  margin: 0 0 4rem;
  margin-left: calc(50% - 50vw);
  display: flex;
  align-items: center;
  background: url("/tool-hero.png") center center / cover no-repeat fixed;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transform-style: preserve-3d;
}

.tool-hero-grid {
  width: min(1200px, calc(100vw - 4rem));
  margin: 0 auto;
  padding: 3rem 2rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
  align-items: start;
}

.tool-hero-main {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 1.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  text-align: center;
}

.tool-hero-bonus {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 1.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  text-align: left;
}

.tool-hero-bonus h3 {
  color: #1a1a1a;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  text-align: center;
}

.tool-hero-bonus p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.bonus-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.bonus-list li {
  color: #1a1a1a;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  padding-left: 1.2rem;
  position: relative;
}

.bonus-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #c97aff;
  font-weight: bold;
}

.bonus-note {
  color: #1a1a1a !important;
  font-weight: 600;
  text-align: center;
  margin-top: 1rem !important;
  padding: 0.5rem;
  background: rgba(201, 122, 255, 0.1);
  border-radius: 0.5rem;
}

.tool-hero-main h1 {
  max-width: none !important;
  margin-bottom: 1.2rem;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  line-height: 1.1;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  color: #1a1a1a;
  text-shadow: none;
}

.tool-hero-main .lede {
  max-width: none;
  margin-bottom: 2rem;
  color: #666;
  font-size: 1.05rem;
  text-shadow: none;
}

/* Navigation */
.tool-body .site-nav {
  background: rgba(10, 7, 10, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.tool-body .nav-links a {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(0.75rem, 0.95vw, 0.9rem);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.tool-body .nav-links a:hover,
.tool-body .nav-links a.active {
  color: #fff;
}

/* Logo */
.brand-mark img {
  width: 160px;
  height: auto;
}

.brand-logo {
  height: 36px;
  width: auto;
  max-width: none;
  object-fit: contain;
  filter: brightness(1.1) contrast(1.1);
}

/* Actions */
.tool-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

/* Problem/Solution Section */
.landing-section-head {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.landing-section-head h2 {
  color: #1a1a1a;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 1rem;
  line-height: 1.1;
}

.landing-section-head p {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* Feature Icons */
.feature-icon-img {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Feature Tiles */
.feature-tile {
  text-align: center;
}

.feature-tile h3 {
  color: #1a1a1a !important;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.feature-tile p {
  color: #666 !important;
  line-height: 1.6;
  font-size: 1rem;
}

/* Account Card */
.tool-account-card {
  position: relative;
  margin: 6rem auto 0;
  max-width: 820px;
  text-align: center;
  padding: 2.5rem 1.5rem;
}

.tool-account-card h2 {
  margin: 0 0 0.75rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--ink);
  line-height: 1.05;
}

.tool-account-card p {
  color: var(--ink-soft);
}

.tool-account-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.tool-account-card .button {
  min-width: 170px;
}

.tool-status {
  margin-top: 1rem;
}

/* Key Card */
#tool-key-card {
  position: relative;
  overflow: hidden;
}

#tool-key-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(201, 122, 255, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

/* Mobile Responsive */
@media (max-width: 900px) {
  .tool-hero-container {
    min-height: auto;
    margin-bottom: 2.5rem;
  }

  .tool-hero-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 2rem 1rem;
  }

  .tool-hero-main {
    padding: 2rem;
  }

  .tool-hero-bonus {
    padding: 1.5rem;
  }

  .tool-account-card {
    margin-top: 3.5rem;
    padding: 1.5rem 1rem;
  }

  .tool-account-actions .button {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .brand-logo {
    height: 28px;
  }
}
