/* -------------------------------------------------------------
 * Verbsoft Apple Theme - Bento Grid & Component Styling
 * ------------------------------------------------------------- */

/* Section Common Styling */
section {
  padding: 100px 0;
  position: relative;
}

.section-header {
  margin-bottom: 60px;
}

.section-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-primary);
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

.section-description {
  font-size: clamp(16px, 2vw, 19px);
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.5;
}

/* -------------------------------------------------------------
 * 1. Hero Section
 * ------------------------------------------------------------- */
.hero-section {
  padding: 80px 0 100px;
  text-align: center;
  overflow: hidden;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  color: var(--text-secondary);
  margin-bottom: 28px;
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.hero-badge:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-strong);
  color: var(--text-primary);
}

.badge-sparkle {
  color: var(--apple-gold);
  display: flex;
}

.badge-arrow {
  color: var(--text-dim);
  display: flex;
}

.hero-title {
  font-size: clamp(40px, 7vw, 76px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}

.hero-tagline-highlight {
  display: block;
  margin-top: 4px;
}

.hero-subtitle {
  font-size: clamp(17px, 2.5vw, 21px);
  color: var(--text-secondary);
  max-width: 720px;
  margin: 0 auto 36px;
  line-height: 1.5;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}

.btn-hero-lg .btn-text-block {
  text-align: left;
  display: flex;
  flex-direction: column;
}

.btn-hero-lg .btn-main-text {
  font-size: 15px;
  font-weight: 600;
}

.btn-hero-lg .btn-sub-text {
  font-size: 11px;
  opacity: 0.8;
  font-weight: 400;
}

.hero-trust-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted);
}

.trust-icon {
  color: var(--accent-primary);
  display: flex;
}

/* -------------------------------------------------------------
 * macOS Sequoia App Window Mockup
 * ------------------------------------------------------------- */
.hero-mockup-wrapper {
  max-width: 980px;
  margin: 0 auto;
  perspective: 1200px;
}

.macos-window {
  background: #1e1e24;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.7), 0 0 40px rgba(41, 151, 255, 0.15);
  overflow: hidden;
  text-align: left;
  transition: transform var(--transition-smooth);
}

[data-theme="light"] .macos-window {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.15);
}

.macos-titlebar {
  background: rgba(35, 35, 42, 0.9);
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

[data-theme="light"] .macos-titlebar {
  background: #ebebeb;
  border-color: rgba(0, 0, 0, 0.08);
}

.traffic-lights {
  display: flex;
  gap: 8px;
}

.traffic-light {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.traffic-light.red { background: #ff5f56; }
.traffic-light.yellow { background: #ffbd2e; }
.traffic-light.green { background: #27c93f; }

.window-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--text-secondary);
  font-weight: 500;
}

.dummy-btn {
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-secondary);
}

.dummy-btn.trial-pill {
  background: rgba(245, 208, 97, 0.15);
  color: var(--apple-gold);
}

.macos-app-body {
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 380px;
  background: #141417;
}

[data-theme="light"] .macos-app-body {
  background: #f8f8fa;
}

.app-mockup-sidebar {
  background: rgba(20, 20, 24, 0.95);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

[data-theme="light"] .app-mockup-sidebar {
  background: #f0f0f3;
  border-color: rgba(0, 0, 0, 0.06);
}

.sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sidebar-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  color: var(--text-secondary);
  cursor: pointer;
}

.sidebar-item.active {
  background: var(--accent-primary);
  color: #ffffff;
}

.sidebar-count {
  margin-left: auto;
  font-size: 11px;
  opacity: 0.8;
}

.sidebar-stats-box {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 10px;
  font-size: 11px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.stat-line {
  display: flex;
  justify-content: space-between;
  color: var(--text-muted);
}

.stat-line.highlight-speed {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 4px;
}

.stat-val {
  font-weight: 600;
  color: var(--text-primary);
}

.app-mockup-main {
  padding: 20px;
}

.mockup-speed-banner {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 14px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

.speed-col-label {
  font-size: 11px;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.speed-col-val {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
}

.mockup-task-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mockup-task-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.task-icon-box {
  font-size: 24px;
}

.task-details {
  flex: 1;
}

.task-header {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
}

.task-name {
  color: var(--text-primary);
}

.task-speed {
  color: var(--accent-primary);
  font-weight: 600;
}

.task-progress-bar-wrap {
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 6px;
}

.task-progress-bar {
  height: 100%;
  background: var(--accent-gradient);
  border-radius: 4px;
}

.task-footer {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--text-muted);
}

/* -------------------------------------------------------------
 * 2. Bento Grid Section
 * ------------------------------------------------------------- */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bento-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: transform var(--transition-normal), border-color var(--transition-normal), box-shadow var(--transition-normal);
}

.bento-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
  box-shadow: var(--shadow-card), var(--shadow-glow);
}

.bento-card-large {
  grid-column: span 2;
}

.bento-tag {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--accent-primary);
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}

.bento-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 14px;
}

.bento-desc {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 24px;
}

.bento-badge-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.bento-pill {
  font-size: 12px;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-secondary);
}

.bento-card-visual {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rust-speed-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: conic-gradient(from 180deg, var(--accent-primary), var(--apple-purple), var(--apple-green));
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-inner {
  width: 100%;
  height: 100%;
  background: var(--bg-tertiary);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.circle-speed {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-primary);
}

.circle-speed small {
  font-size: 12px;
  color: var(--text-muted);
}

.circle-sub {
  font-size: 10px;
  color: var(--apple-green);
  text-transform: uppercase;
}

.chrome-bridge-badge {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.05);
  padding: 16px 24px;
  border-radius: var(--radius-md);
}

.platform-icons-row {
  display: flex;
  gap: 16px;
}

.plat-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-pill);
  font-size: 13px;
}

/* -------------------------------------------------------------
 * 3. Speed Benchmark Section
 * ------------------------------------------------------------- */
.benchmark-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 40px;
  backdrop-filter: blur(20px);
}

.bench-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 16px;
}

.bench-title {
  font-size: 18px;
  font-weight: 600;
}

.bench-file-picker {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bench-picker-label {
  font-size: 13px;
  color: var(--text-muted);
}

.btn-group-pill {
  display: flex;
  background: rgba(255, 255, 255, 0.06);
  padding: 3px;
  border-radius: var(--radius-pill);
  gap: 4px;
}

.btn-pill-choice {
  background: transparent;
  border: none;
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.btn-pill-choice.active {
  background: var(--accent-secondary);
  color: #ffffff;
}

.bench-comparison-rows {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.bench-row-info {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 8px;
}

.bench-winner-tag {
  margin-left: 10px;
  font-size: 12px;
  color: var(--apple-green);
  font-weight: 600;
}

.bench-bar-track {
  height: 28px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  overflow: hidden;
}

.bench-bar-fill {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 8px;
  transition: width var(--transition-smooth);
}

.fill-winner { background: linear-gradient(90deg, #2997ff, #30d158); }
.fill-idm { background: #515154; }
.fill-browser { background: #3a3a3c; }

.bench-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid var(--border-subtle);
}

.pillar-item h4 {
  font-size: 16px;
  margin: 12px 0 8px;
}

.pillar-item p {
  font-size: 13px;
  line-height: 1.5;
}

.pillar-icon {
  color: var(--accent-primary);
}

/* -------------------------------------------------------------
 * 4. Platforms Section
 * ------------------------------------------------------------- */
.platforms-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.platform-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backdrop-filter: blur(16px);
  transition: all var(--transition-fast);
}

.platform-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
}

.plat-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.plat-os-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.plat-name {
  font-size: 18px;
  font-weight: 600;
}

.plat-sub {
  font-size: 11px;
  color: var(--text-muted);
}

.plat-summary {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.5;
  margin-bottom: 24px;
  flex: 1;
}

.plat-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}

.plat-guide-link {
  font-size: 12px;
  color: var(--accent-primary);
}

.plat-notes {
  font-size: 11px;
  color: var(--text-muted);
}

/* -------------------------------------------------------------
 * 5. macOS Guide Section
 * ------------------------------------------------------------- */
.guide-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 40px;
  backdrop-filter: blur(16px);
}

.guide-badge {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--apple-orange);
  background: rgba(255, 159, 10, 0.15);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  display: inline-block;
  margin-bottom: 12px;
}

.guide-title {
  font-size: 24px;
  margin-bottom: 8px;
}

.guide-desc {
  font-size: 15px;
  margin-bottom: 32px;
}

.guide-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.guide-step {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 20px;
}

.step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--accent-primary);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 12px;
}

.step-content h4 {
  font-size: 15px;
  margin-bottom: 8px;
}

.step-content p {
  font-size: 12px;
  margin-bottom: 12px;
}

/* -------------------------------------------------------------
 * 6. Pricing Section
 * ------------------------------------------------------------- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 40px;
}

.pricing-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  backdrop-filter: blur(20px);
  transition: all var(--transition-normal);
}

.pricing-card.featured {
  border-color: var(--accent-primary);
  background: rgba(41, 151, 255, 0.06);
  box-shadow: 0 10px 40px rgba(41, 151, 255, 0.2);
}

.pricing-featured-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent-primary);
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: var(--radius-pill);
  letter-spacing: 0.05em;
}

.plan-name {
  font-size: 20px;
  margin-bottom: 16px;
}

.plan-price {
  font-size: 44px;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1;
  margin-bottom: 12px;
}

.plan-price .currency { font-size: 24px; vertical-align: top; }
.plan-price .period { font-size: 13px; color: var(--text-muted); font-weight: 400; }

.plan-desc {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.plan-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.plan-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-secondary);
}

.plan-features li svg {
  color: var(--apple-green);
  flex-shrink: 0;
}

/* -------------------------------------------------------------
 * 7. FAQ Section (Accordion)
 * ------------------------------------------------------------- */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition-fast);
}

.faq-question {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 22px 28px;
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 600;
  color: var(--text-primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-icon {
  color: var(--text-dim);
  transition: transform var(--transition-normal);
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition-normal);
}

.faq-answer-inner {
  padding: 0 28px 24px;
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* -------------------------------------------------------------
 * 8. Reviews Section
 * ------------------------------------------------------------- */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.review-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-stars {
  color: var(--apple-gold);
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.review-quote {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-secondary);
  margin-bottom: 24px;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent-gradient);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.author-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.author-title {
  display: block;
  font-size: 12px;
  color: var(--text-muted);
}

/* -------------------------------------------------------------
 * 9. CTA Banner Section
 * ------------------------------------------------------------- */
.cta-banner-section {
  padding: 60px 0 100px;
}

.cta-card {
  background: linear-gradient(135deg, rgba(20, 20, 24, 0.9) 0%, rgba(41, 151, 255, 0.15) 100%);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-xl);
  padding: 60px 40px;
  text-align: center;
  box-shadow: var(--shadow-lg);
}

.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--accent-primary);
  margin-bottom: 16px;
}

.cta-title {
  font-size: clamp(32px, 5vw, 44px);
  margin-bottom: 14px;
}

.cta-subtitle {
  font-size: 17px;
  max-width: 580px;
  margin: 0 auto 32px;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Responsive Overrides */
@media (max-width: 992px) {
  .bento-grid { grid-template-columns: 1fr; }
  .bento-card-large { grid-column: span 1; }
  .platforms-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-steps-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
  .reviews-grid { grid-template-columns: 1fr; }
  .bench-pillars-grid { grid-template-columns: 1fr; }
  .macos-app-body { grid-template-columns: 1fr; }
  .app-mockup-sidebar { display: none; }
}

@media (max-width: 600px) {
  .platforms-grid { grid-template-columns: 1fr; }
  .guide-steps-grid { grid-template-columns: 1fr; }
}
