/* ===========================================
   BORIDESK SECTIONS
   Hero, Pricing, Features, Comparison
   =========================================== */

/* === HERO SECTION === */
.hero {
  position: relative;
  padding: 100px 24px 60px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 85% 20%, rgba(249, 115, 22, 0.35), transparent 55%);
  filter: blur(60px);
  pointer-events: none;
  z-index: -1;
}

.hero-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 48px;
  align-items: center;
  z-index: 10;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(249, 115, 22, 0.08);
  border: 1px solid rgba(249, 115, 22, 0.15);
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 24px;
  animation: fadeInUp 0.6s ease-out both;
  width: fit-content;
}

.hero-badge .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--success);
  animation: pulse 2s infinite;
}

.hero h1 {
  font-size: clamp(2.8rem, 5.5vw, 4.5rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  animation: fadeInUp 0.6s ease-out 0.1s both;
}

.hero h1 .gradient-text {
  background: linear-gradient(135deg, var(--accent-light), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero p {
  font-size: 1.15rem;
  color: var(--text-secondary);
  max-width: 520px;
  margin-bottom: 32px;
  line-height: 1.7;
  animation: fadeInUp 0.6s ease-out 0.2s both;
}

.hero-price-hook {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-bottom: 32px;
  padding: 9px 16px;
  background: rgba(249, 115, 22, 0.05);
  border-radius: 8px;
  animation: fadeInUp 0.6s ease-out 0.25s both;
}

.hero-price-hook strong {
  color: var(--accent);
  font-weight: 700;
}

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  animation: fadeInUp 0.6s ease-out 0.3s both;
  flex-wrap: wrap;
}

.hero-ctas .btn-primary {
  font-size: 1rem;
  padding: 14px 28px;
}

.hero-ctas .btn-ghost {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
}

.hero-ctas .btn-ghost svg {
  transition: transform 0.3s;
  width: 16px;
  height: 16px;
}

.hero-ctas .btn-ghost:hover svg {
  transform: translateX(4px);
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 16px;
  animation: fadeInUp 0.6s ease-out 0.4s both;
}

.hero-trust-text {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.hero-trust-stars {
  display: flex;
  gap: 2px;
}

.hero-trust-stars svg {
  width: 16px;
  height: 16px;
  fill: var(--accent);
  transition: transform 0.2s ease;
}

.hero-trust-stars svg:hover {
  transform: scale(1.2);
}

/* === Dashboard Mockup === */
.hero-visual {
  position: relative;
  animation: fadeInUp 0.8s ease-out 0.3s both;
}

.dashboard-mockup {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg), 0 30px 80px rgba(249, 115, 22, 0.15);
  width: calc(100% + 80px);
  max-width: none;
  margin-right: -80px;
  transform: perspective(1000px) rotate(-15deg) rotateY(-4deg) rotateX(2deg);
  transition: transform 0.6s ease;
}

.dashboard-mockup:hover {
  transform: perspective(1000px) rotate(-15deg) rotateY(-2deg) rotateX(1deg);
}

.db-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
  background: var(--frost-1);
}

.db-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.db-dot.red { background: #ff5f57; }
.db-dot.yellow { background: #febc2e; }
.db-dot.green { background: #28c840; }

.db-title {
  margin-left: 8px;
  font-size: 0.75rem;
  color: var(--text-muted);
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'JetBrains Mono', monospace;
}

.db-body {
  display: grid;
  grid-template-columns: 200px 1fr;
  min-height: 420px;
}

.db-sidebar {
  background: var(--frost-1);
  border-right: 1px solid var(--border);
  padding: 16px;
}

.db-sidebar-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  margin-bottom: 4px;
  font-size: 0.8rem;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all 0.2s;
}

.db-sidebar-item:hover,
.db-sidebar-item.active {
  background: rgba(249, 115, 22, 0.1);
  color: var(--accent);
}

.db-sidebar-item .icon {
  width: 18px;
  height: 18px;
  opacity: 0.6;
}

.db-sidebar-clients {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.db-sidebar-clients h4 {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  margin-bottom: 8px;
  padding-left: 12px;
}

.db-client-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 6px;
  margin-bottom: 4px;
  font-size: 0.75rem;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all 0.2s;
}

.db-client-tag:hover,
.db-client-tag.active {
  background: var(--frost-3);
  color: var(--text-primary);
}

.db-main {
  padding: 20px;
}

.db-main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.db-main-header h3 {
  font-size: 1rem;
  font-weight: 600;
}

.db-filters {
  display: flex;
  gap: 8px;
}

.db-filter {
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.7rem;
  background: var(--frost-3);
  color: var(--text-muted);
  border: 1px solid var(--border);
  cursor: pointer;
  transition: all 0.2s;
}

.db-filter.active {
  background: rgba(249, 115, 22, 0.1);
  color: var(--accent);
  border-color: rgba(249, 115, 22, 0.2);
}

.db-ticket {
  display: grid;
  grid-template-columns: 40px 1fr 80px 60px;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  margin-bottom: 8px;
  background: var(--frost-1);
  border: 1px solid var(--border);
  transition: all 0.2s;
  cursor: pointer;
}

.db-ticket:hover {
  background: var(--frost-3);
  border-color: var(--border-strong);
}

.db-ticket-avatar {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 700;
  color: white;
}

.db-ticket-info h4 {
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 2px;
}

.db-ticket-info p {
  font-size: 0.7rem;
  color: var(--text-muted);
  margin: 0;
}

.db-ticket-client {
  font-size: 0.7rem;
  color: var(--text-secondary);
}

.db-ticket-status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  border-radius: 100px;
  font-size: 0.65rem;
  font-weight: 600;
}

.status-open {
  background: rgba(96, 165, 250, 0.1);
  color: var(--info);
}

.status-pending {
  background: rgba(251, 191, 36, 0.1);
  color: var(--warning);
}

.status-resolved {
  background: rgba(74, 222, 128, 0.1);
  color: var(--success);
}

.status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.status-open .status-dot { background: var(--info); }
.status-pending .status-dot { background: var(--warning); }
.status-resolved .status-dot { background: var(--success); }

/* === Floating Cards === */
.float-card {
  position: absolute;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 12px 16px;
  box-shadow: var(--shadow);
  animation: float 6s ease-in-out infinite;
  font-size: 0.8rem;
  max-width: 180px;
}

.float-card-1 {
  top: -20px;
  right: -30px;
  animation-delay: 0s;
}

.float-card-2 {
  bottom: 40px;
  left: -40px;
  animation-delay: 2s;
}

.float-card-3 {
  bottom: -20px;
  right: 20px;
  animation-delay: 4s;
}

.float-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.float-card-avatar {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: 700;
  color: white;
}

.float-card-text {
  font-size: 0.75rem;
  color: var(--text-secondary);
}

.float-card-time {
  font-size: 0.65rem;
  color: var(--text-muted);
  margin-top: 4px;
}

/* === PRICING SECTION === */
#pricing {
  background: var(--navy);
}

#pricing .section-header h2 {
  color: var(--on-navy);
}

#pricing .section-header p {
  color: var(--on-navy-muted);
}

#pricing .section-label {
  background: rgba(249, 115, 22, 0.15);
  border-color: rgba(249, 115, 22, 0.3);
}

#pricing .pricing-note {
  color: var(--on-navy-muted);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 40px;
}

.pricing-card {
  background: var(--bg-card);
  border: 2px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 40px 28px;
  transition: all 0.4s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.pricing-card:hover {
  border-color: var(--border-strong);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.pricing-card.popular {
  background: var(--navy);
  border-color: var(--accent);
  padding: 56px 32px;
  box-shadow: 0 20px 50px rgba(10, 25, 47, 0.35), 0 0 50px rgba(249, 115, 22, 0.25);
}

.pricing-card.popular h3,
.pricing-card.popular .pricing-desc,
.pricing-card.popular .pricing-price .currency,
.pricing-card.popular .pricing-price .period,
.pricing-card.popular .pricing-features li {
  color: var(--on-navy-muted);
}

.pricing-card.popular h3 {
  color: var(--on-navy);
}

.pricing-card.popular .pricing-features li {
  border-bottom-color: rgba(248, 250, 252, 0.12);
}

.popular-badge {
  position: absolute;
  top: -14px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px 8px;
  background: var(--accent);
  color: white;
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  animation: scaleIn 0.5s ease-out;
}

.pricing-card h3 {
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.pricing-desc {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-bottom: 24px;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 32px;
}

.pricing-price .currency {
  font-size: 1.2rem;
  color: var(--text-secondary);
}

.pricing-price .amount {
  font-size: 3.5rem;
  color: var(--accent);
  line-height: 1;
}

.pricing-price .period {
  font-size: 1rem;
  color: var(--text-muted);
}

.pricing-features {
  list-style: none;
  flex: 1;
  margin-bottom: 32px;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.pricing-features li:first-child {
  padding-top: 0;
}

.pricing-features li:last-child {
  border-bottom: none;
}

.pricing-features li svg {
  width: 18px;
  height: 18px;
  color: var(--success);
  flex-shrink: 0;
  margin-top: 2px;
}

.pricing-card .btn {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}

.pricing-note {
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* === COMPARISON SECTION === */
.comparison {
  background: var(--bg-card);
  position: relative;
  overflow: hidden;
}

.comparison::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-strong), transparent);
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
}

.comparison-col {
  padding: 40px 32px;
}

.comparison-col.legacy {
  background: var(--bg-tertiary);
  border-radius: var(--radius-xl);
  padding: 40px 40px 40px 32px;
}

.comparison-col.boridesk {
  background: var(--bg-card);
  border-radius: var(--radius-xl);
  box-shadow: 0 24px 60px rgba(10, 25, 47, 0.25);
  margin-left: -48px;
  position: relative;
  z-index: 2;
}

.comparison-col h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.comparison-col h3 svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.comparison-col > p {
  font-size: 0.95rem;
  margin-bottom: 24px;
  color: var(--text-secondary);
}

.comparison-item {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}

.comparison-item:last-child {
  border-bottom: none;
  margin-bottom: 24px;
  padding-bottom: 0;
}

.comparison-icon {
  font-size: 1.2rem;
  font-weight: 700;
  flex-shrink: 0;
  width: 24px;
  text-align: center;
}

.comparison-item-text {
  font-size: 0.9rem;
  line-height: 1.6;
}

.comparison-item-text strong {
  color: var(--accent);
}

.comparison-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(249, 115, 22, 0.08);
  border: 1px solid rgba(249, 115, 22, 0.15);
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* === FEATURES SECTION (ZIG-ZAG) === */
#features {
  padding: 80px 24px;
}

.zigzag {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.zigzag-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.zigzag-row.reverse {
  direction: rtl;
}

.zigzag-row.reverse > * {
  direction: ltr;
}

.zigzag-visual {
  width: 100%;
}

.zigzag-visual .dashboard-mockup,
.zigzag-visual .email-thread,
.zigzag-visual .portal-preview {
  width: 100%;
  max-width: none;
  margin-right: 0;
  transform: none;
}

.zigzag-visual .dashboard-mockup:hover {
  transform: none;
}

.zigzag-content h3 {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 800;
  margin-bottom: 16px;
}

.zigzag-content p {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 20px;
}

.zigzag-list {
  list-style: none;
}

.zigzag-list li {
  position: relative;
  padding: 10px 0 10px 28px;
  font-size: 0.95rem;
  color: var(--text-secondary);
}

.zigzag-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: var(--accent);
}

.email-thread {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.email-thread-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  background: var(--frost-1);
  border-bottom: 1px solid var(--border);
}

.email-thread-header .avatar {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  color: white;
}

.email-thread-header .info h4 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.email-thread-header .info p {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 0;
}

.email-body {
  padding: 20px;
}

.email-message {
  margin-bottom: 20px;
  padding: 16px;
  background: var(--frost-1);
  border-radius: var(--radius);
}

.email-message:last-of-type {
  margin-bottom: 0;
}

.email-message-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 0.85rem;
}

.email-message-header .sender {
  display: flex;
  align-items: center;
  gap: 4px;
}

.sender-name {
  font-weight: 600;
  color: var(--text-primary);
}

.sender-email {
  color: var(--text-muted);
}

.email-message-header .time {
  color: var(--text-muted);
  font-size: 0.8rem;
}

.email-message p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--text-secondary);
  margin: 0;
}

.email-white-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  margin-top: 16px;
  background: rgba(74, 222, 128, 0.08);
  border: 1px solid rgba(74, 222, 128, 0.15);
  border-radius: var(--radius);
  font-size: 0.85rem;
  color: var(--success);
}

.email-white-label svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.portal-preview {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.portal-preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: var(--frost-1);
  border-bottom: 1px solid var(--border);
}

.portal-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.portal-brand-logo {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: white;
}

.portal-brand-name {
  font-size: 0.9rem;
  font-weight: 600;
}

.portal-stats {
  display: flex;
  gap: 24px;
}

.portal-stat {
  text-align: center;
}

.portal-stat-value {
  font-size: 1.5rem;
  font-weight: 700;
}

.portal-stat-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.portal-tickets {
  padding: 16px;
}

.portal-ticket {
  display: grid;
  grid-template-columns: 28px 1fr 60px;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 8px;
  background: var(--frost-1);
  border: 1px solid var(--border);
}

.portal-ticket-info h4 {
  font-size: 0.8rem;
  font-weight: 500;
  margin: 0 0 2px;
}

.portal-ticket-info p {
  font-size: 0.7rem;
  color: var(--text-muted);
  margin: 0;
}

.portal-ticket-status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  border-radius: 100px;
  font-size: 0.65rem;
  font-weight: 600;
}

/* === HOW IT WORKS SECTION === */
.how-it-works {
  padding: 80px 24px;
  background: var(--bg-card);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.step-card {
  padding: 40px 32px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: all 0.4s ease;
}

.step-card:hover {
  border-color: var(--border-strong);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(249, 115, 22, 0.08);
  color: var(--accent);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.step-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.step-card p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* === MATH SECTION === */
.math-section {
  padding: 80px 24px;
  background: var(--bg-secondary);
}

.math-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 48px;
}

.math-card {
  padding: 40px 32px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: all 0.4s ease;
}

.math-card:hover {
  border-color: var(--border-strong);
}

.math-card.legacy {
  opacity: 0.7;
}

.math-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.math-price {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 16px;
}

.math-card p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 24px;
}

.math-equation {
  padding: 16px;
  background: var(--frost-1);
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
}

.math-equation .danger {
  color: var(--danger);
}

.math-equation .highlight {
  color: var(--success);
}

.math-savings {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 12px 16px;
  background: rgba(74, 222, 128, 0.08);
  border-radius: var(--radius);
  font-size: 0.85rem;
  color: var(--success);
}

.math-savings svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* === FAQ SECTION === */
.faq-section {
  padding: 80px 24px;
}

.faq-layout {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 48px;
  align-items: start;
}

.faq-col-sticky {
  position: sticky;
  top: 112px;
}

.faq-acc {
  margin: 0;
}

.faq-q {
  padding: 20px;
  margin-bottom: 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  cursor: pointer;
  transition: all 0.4s ease;
}

.faq-q:hover {
  border-color: var(--border-strong);
  background: rgba(249, 115, 22, 0.02);
}

.faq-q summary {
  font-weight: 600;
  font-size: 0.95rem;
  user-select: none;
  outline: none;
}

.faq-q summary::marker {
  color: var(--accent);
}

.faq-q p {
  margin: 16px 0 0;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* === CTA SECTION === */
.cta-section {
  position: relative;
  padding: 80px 24px;
  text-align: center;
  overflow: hidden;
}

.cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(249, 115, 22, 0.08), transparent 70%);
  pointer-events: none;
}

.cta-inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.cta-inner .section-label {
  margin-bottom: 16px;
}

.cta-inner h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 20px;
}

.cta-inner p {
  font-size: 1.05rem;
  color: var(--text-secondary);
  margin-bottom: 40px;
  line-height: 1.7;
}

.cta-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
  padding: 12px 20px;
  background: rgba(74, 222, 128, 0.08);
  border: 1px solid rgba(74, 222, 128, 0.15);
  border-radius: 100px;
  font-size: 0.85rem;
  color: var(--success);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.cta-guarantee svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* === FOOTER === */
footer {
  background: var(--navy);
  border-top: none;
  padding: 60px 24px 24px;
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(248, 250, 252, 0.08);
}

.footer-brand {
  padding-right: 20px;
}

.footer-brand .logo {
  display: inline-flex;
  margin-bottom: 12px;
}

.footer-brand p {
  font-size: 0.9rem;
  color: var(--on-navy-muted);
  line-height: 1.6;
}

.footer-col h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--on-navy);
  margin-bottom: 16px;
}

.footer-col a {
  display: block;
  font-size: 0.85rem;
  color: var(--on-navy-muted);
  text-decoration: none;
  margin-bottom: 12px;
  transition: color 0.2s;
}

.footer-col a:hover {
  color: var(--accent);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  color: var(--on-navy-muted);
}

.footer-social {
  display: flex;
  gap: 16px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--on-navy-muted);
  transition: color 0.2s;
}

.footer-social a:hover {
  color: var(--accent);
}
