/* ========================================================
   CARRERAI — 2026 Landing Page Styles
   Minimalist · Premium · Modern
   ======================================================== */

/* ---------- Logo ---------- */
.header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--dark);
  font-weight: 800;
  font-size: 1.25rem;
}
.logo-svg { flex-shrink: 0; }
.logo-text { font-weight: 800; font-size: 1.3rem; letter-spacing: -0.02em; }
.logo-i { color: var(--gold); font-style: italic; }

/* ---------- Header overrides ---------- */
.site-header { backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.header-nav a { font-size: 0.92rem; font-weight: 500; color: var(--text); }
.header-nav a:hover { color: var(--gold); }

.mobile-menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.mobile-menu-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--dark);
  border-radius: 2px;
  transition: 0.3s;
}

/* ---------- Hero 2026 ---------- */
.hero-2026 {
  position: relative;
  padding: 140px 0 80px;
  overflow: hidden;
  background: linear-gradient(170deg, #FFFDF5 0%, #FFF 40%, #F5F0E6 100%);
}
.hero-bg-shapes { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  background: var(--gold);
}
.shape-1 { width: 600px; height: 600px; top: -200px; right: -100px; }
.shape-2 { width: 400px; height: 400px; bottom: -100px; left: -80px; }
.shape-3 { width: 200px; height: 200px; top: 40%; left: 30%; background: #C9A84C; opacity: 0.05; }

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero-content { position: relative; z-index: 2; }

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.25);
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 24px;
}
.pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}

.hero-2026 h1 {
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--dark);
  margin: 0 0 20px;
}
.hero-highlight {
  background: linear-gradient(135deg, #C9A84C 0%, #D4B96A 50%, #C9A84C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-sub {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--text);
  max-width: 520px;
  margin: 0 0 32px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-actions .btn-gold {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Trust Row */
.hero-trust {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(0,0,0,0.06);
}
.trust-avatars {
  display: flex;
}
.trust-avatars img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
  object-fit: cover;
}
.trust-avatars img:first-child { margin-left: 0; }
.trust-text { font-size: 0.88rem; color: var(--text); }
.trust-text strong { color: var(--dark); }

/* Hero Visual */
.hero-visual { position: relative; z-index: 2; }

.hero-mockup {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04);
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
}
.mockup-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  background: #F8F7F4;
  border-bottom: 1px solid #eee;
}
.mockup-dot { width: 10px; height: 10px; border-radius: 50%; }
.mockup-dot.red { background: #FF5F57; }
.mockup-dot.yellow { background: #FFBD2E; }
.mockup-dot.green { background: #28C840; }
.mockup-url {
  margin-left: auto;
  font-size: 0.75rem;
  color: #999;
  background: #fff;
  padding: 3px 12px;
  border-radius: 6px;
  border: 1px solid #eee;
}
.mockup-body { padding: 16px; display: flex; flex-direction: column; gap: 12px; }

.mock-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 10px;
  background: #FAFAF8;
  transition: transform 0.25s;
}
.mock-card:hover { transform: translateX(4px); }
.green-border { border-left: 4px solid #22C55E; }
.yellow-border { border-left: 4px solid #EAB308; }
.red-border { border-left: 4px solid #EF4444; }

.mock-avatar {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(135deg, #e8e4d9, #d5cfc0);
  flex-shrink: 0;
}
.mock-info { flex: 1; min-width: 0; }
.mock-title { font-weight: 600; font-size: 0.92rem; color: var(--dark); }
.mock-company { font-size: 0.8rem; color: var(--text); margin-top: 2px; }
.mock-badge {
  font-size: 0.85rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 8px;
  flex-shrink: 0;
}
.mock-badge.green { background: #DCFCE7; color: #16A34A; }
.mock-badge.yellow { background: #FEF9C3; color: #A16207; }
.mock-badge.red { background: #FEE2E2; color: #DC2626; }

/* Floating Cards */
.floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  padding: 10px 16px;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--dark);
  animation: float 3s ease-in-out infinite;
}
.fc-1 { top: 10%; right: -20px; animation-delay: 0s; }
.fc-2 { bottom: 15%; left: -20px; animation-delay: 1.5s; }
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ---------- Social Proof Bar ---------- */
.social-proof {
  padding: 40px 0;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.04);
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
.proof-label {
  text-align: center;
  font-size: 0.82rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.proof-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.proof-logo {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ccc;
  letter-spacing: -0.01em;
}

/* ---------- Section Commons ---------- */
.section-label {
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold);
  margin-bottom: 12px;
  text-align: center;
}
.section-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  color: var(--dark);
  text-align: center;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}
.section-desc {
  text-align: center;
  color: var(--text);
  max-width: 560px;
  margin: 0 auto 48px;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* ---------- Features 2026 ---------- */
.features-2026 {
  padding: 100px 0;
  background: #FAFAF8;
}

.feature-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 64px;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 40px rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.05);
}
.feature-num {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
.feature-showcase h3 {
  font-size: 1.6rem;
  font-weight: 800;
  margin: 0 0 14px;
  color: var(--dark);
}
.feature-showcase p {
  font-size: 1rem;
  color: var(--text);
  line-height: 1.7;
  margin: 0 0 20px;
}
.feature-checks {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-checks li {
  padding: 6px 0 6px 28px;
  position: relative;
  font-size: 0.92rem;
  color: var(--dark);
}
.feature-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #22C55E;
  font-weight: 700;
}
.showcase-image {
  border-radius: 14px;
  overflow: hidden;
}
.showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

.features-grid-2026 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.feature-card-2026 {
  background: #fff;
  padding: 32px 28px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.05);
  transition: box-shadow 0.3s, transform 0.3s;
}
.feature-card-2026:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.06);
  transform: translateY(-4px);
}
.fc-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(201,168,76,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.feature-card-2026 h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--dark);
}
.feature-card-2026 p {
  font-size: 0.92rem;
  color: var(--text);
  line-height: 1.6;
  margin: 0;
}

/* ---------- How It Works 2026 ---------- */
.hiw-2026 {
  padding: 100px 0;
  background: #fff;
}
.hiw-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.hiw-step {
  text-align: center;
  position: relative;
}
.hiw-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 18px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.hiw-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hiw-num {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
.hiw-step h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--dark);
}
.hiw-step p {
  font-size: 0.88rem;
  color: var(--text);
  line-height: 1.6;
  margin: 0;
}

/* ---------- Testimonials ---------- */
.testimonials-2026 {
  padding: 100px 0;
  background: #FAFAF8;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
}
.testimonial-card {
  background: #fff;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.05);
  transition: box-shadow 0.3s;
}
.testimonial-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.06);
}
.stars {
  color: #EAB308;
  font-size: 1.1rem;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.testimonial-card > p {
  font-size: 0.95rem;
  color: var(--dark);
  line-height: 1.7;
  margin: 0 0 20px;
  font-style: italic;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-author img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-author strong {
  display: block;
  font-size: 0.92rem;
  color: var(--dark);
}
.testimonial-author span {
  font-size: 0.82rem;
  color: var(--text);
}

/* ---------- Pricing 2026 ---------- */
.pricing-2026 {
  padding: 100px 0;
  background: #fff;
}
.pricing-grid-2026 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 800px;
  margin: 0 auto;
}
.price-card-2026 {
  position: relative;
  background: #FAFAF8;
  border-radius: 20px;
  padding: 40px 32px;
  border: 1px solid rgba(0,0,0,0.06);
  transition: box-shadow 0.3s;
}
.price-card-2026.featured {
  background: var(--dark);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}
.price-badge-2026 {
  position: absolute;
  top: -12px;
  right: 24px;
  background: var(--gold);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.price-name-2026 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.price-amount-2026 {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
}
.price-amount-2026 span {
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.6;
}
.price-period-2026 {
  font-size: 0.85rem;
  opacity: 0.6;
  margin-top: 6px;
  margin-bottom: 28px;
}
.price-features-2026 {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
.price-features-2026 li {
  padding: 8px 0 8px 28px;
  font-size: 0.92rem;
  position: relative;
  opacity: 0.9;
}
.price-features-2026 li.included::before {
  content: "✓";
  position: absolute;
  left: 0;
  font-weight: 700;
  color: #22C55E;
}
.price-features-2026 li.excluded {
  opacity: 0.4;
  text-decoration: line-through;
}
.price-features-2026 li.excluded::before {
  content: "✕";
  position: absolute;
  left: 0;
  font-weight: 700;
  color: #999;
}
.price-card-2026.featured .price-features-2026 li.included::before { color: var(--gold); }
.price-card-2026.featured .btn-gold { background: var(--gold); color: #fff; }
.price-card-2026.featured .btn-gold:hover { background: #D4B96A; }
.price-card-2026 .btn-outline { color: var(--dark); border-color: var(--border); }
.price-card-2026 .btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.price-note {
  text-align: center;
  font-size: 0.82rem;
  color: inherit;
  opacity: 0.5;
  margin-top: 12px;
}
.price-card-2026.featured .price-note { color: rgba(255,255,255,0.5); }

/* ---------- Chrome Extension CTA ---------- */
.extension-cta {
  padding: 100px 0;
  background: var(--bg);
}
.ext-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 768px) {
  .ext-grid { grid-template-columns: 1fr; gap: 40px; }
  .ext-visual { order: -1; }
}
.nav-ext {
  color: var(--gold) !important;
  font-weight: 600 !important;
}

/* ---------- Final CTA ---------- */
.final-cta {
  padding: 100px 0;
  background: linear-gradient(170deg, #FFFDF5, #FFF);
}
.cta-inner {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.cta-inner h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  color: var(--dark);
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}
.cta-inner > p {
  color: var(--text);
  font-size: 1.05rem;
  margin: 0 0 28px;
}
.cta-sub {
  font-size: 0.85rem;
  color: var(--text);
  opacity: 0.6;
  margin-top: 16px;
}

/* ---------- Footer 2026 ---------- */
.footer-2026 {
  padding: 60px 0 30px;
  background: #1A1A1A;
  color: rgba(255,255,255,0.75);
}
.footer-2026 a { color: rgba(255,255,255,0.75); }
.footer-2026 a:hover { color: var(--gold); }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-brand p {
  margin: 12px 0 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.55);
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.15rem;
  color: #fff;
}
.footer-col h4 {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.45);
  margin: 0 0 14px;
}
.footer-col a {
  display: block;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: 0.9rem;
  padding: 4px 0;
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
}

/* ---------- Button enhancements ---------- */
.btn-lg {
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 12px;
}
.btn-ghost {
  background: transparent;
  color: var(--dark);
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  padding: 14px 20px;
  border-radius: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.btn-ghost:hover { background: rgba(0,0,0,0.04); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: -1; max-width: 480px; margin: 0 auto; }
  .feature-showcase { grid-template-columns: 1fr; }
  .hiw-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid-2026 { grid-template-columns: 1fr; max-width: 440px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .proof-logos { gap: 24px; }
  
  .mobile-menu-btn { display: flex; }
  .header-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  .header-nav.open { display: flex; }
  .header-actions { display: none; }
}

@media (max-width: 640px) {
  .hero-2026 { padding: 120px 0 60px; }
  .hero-2026 h1 { font-size: 2rem; }
  .hero-sub { font-size: 0.95rem; }
  .hiw-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-trust { flex-direction: column; align-items: flex-start; }
  .floating-card { display: none; }
}
