/* website-design-nepal — extracted from blade inline styles */
:root {
  --wd-blue: #0d9488;
  --wd-blue-dark: #0f766e;
  --wd-indigo: #0d9488;
  --wd-green: #059669;
  --wd-gold: #d97706;
  --wd-red: #dc2626;
  --wd-gray: #6b7280;
  --wd-light: #f8fafc;
  --wd-border: #e5e7eb;
}
* { box-sizing: border-box; }
.wd-page { font-family: 'Inter', sans-serif; color: #1f2937; line-height: 1.6; }

/* ── HERO ── */
.wd-hero {
  background: linear-gradient(135deg, #0f172a 0%, #134e4a 50%, #0f766e 100%);
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}
.wd-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
/* pages.css defines an unrelated .wd-hero::after decorative blob for a different
   page; the class name collides here and it was sitting on top of the hero
   buttons (position:absolute, no pointer-events set), swallowing clicks. */
.wd-hero::after { content: none; }
.wd-hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(20,184,166,0.25);
  border: 1px solid rgba(20,184,166,0.5);
  color: #5eead4;
  padding: 5px 14px; border-radius: 20px;
  font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 20px;
}
.wd-hero h1 {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 900; color: #fff;
  line-height: 1.15; letter-spacing: -0.5px;
  margin: 0 0 20px;
}
.wd-hero h1 span { color: #2dd4bf; }
.wd-hero p.lead {
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  color: rgba(255,255,255,0.8); max-width: 650px; margin: 0 0 32px;
}
.wd-trust-row {
  display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 36px;
}
.wd-trust-item {
  display: flex; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.75); font-size: 0.85rem; font-weight: 500;
}
.wd-trust-item i { color: #34d399; font-size: 0.95rem; }
.wd-hero-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.wd-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: #0f766e; color: #fff; /* teal-700: #0d9488 with white text was 3.74:1, fails WCAG AA (needs 4.5:1) */
  padding: 14px 28px; border-radius: 10px;
  font-size: 0.95rem; font-weight: 700; text-decoration: none;
  transition: all 0.2s; border: none;
}
.wd-btn-primary:hover { background: #0f766e; transform: translateY(-2px); color: #fff; text-decoration: none; }
.wd-btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: #fff;
  padding: 14px 28px; border-radius: 10px;
  font-size: 0.95rem; font-weight: 600; text-decoration: none;
  border: 1.5px solid rgba(255,255,255,0.35);
  transition: all 0.2s;
}
.wd-btn-outline:hover { background: rgba(255,255,255,0.08); color: #fff; text-decoration: none; }
.wd-hero-stats {
  display: flex; flex-wrap: wrap; gap: 32px;
  margin-top: 48px; padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.wd-stat-item { text-align: center; }
.wd-stat-num { font-size: 2rem; font-weight: 900; color: #fff; line-height: 1; }
.wd-stat-num span { color: #2dd4bf; }
.wd-stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.55); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.5px; }

/* ── SECTION COMMON ── */
.wd-section { padding: 70px 0; }
.wd-section-alt { background: var(--wd-light); }
.wd-section-dark { background: #0f172a; color: #e2e8f0; }
.wd-section-title {
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 800; color: #111827;
  margin: 0 0 12px; letter-spacing: -0.3px;
}
.wd-section-dark .wd-section-title { color: #f1f5f9; }
.wd-section-sub {
  font-size: 1rem; color: var(--wd-gray);
  margin: 0 0 48px; max-width: 640px;
}
.wd-section-dark .wd-section-sub { color: #94a3b8; }
.wd-label {
  display: inline-block;
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px;
  color: var(--wd-blue); background: #f0fdfa; border: 1px solid #99f6e4;
  padding: 4px 10px; border-radius: 20px; margin-bottom: 12px;
}
.wd-section-dark .wd-label { background: rgba(20,184,166,0.2); border-color: rgba(20,184,166,0.4); color: #5eead4; }

/* ── WHAT WE DO ── */
.wd-tech-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 16px;
}
.wd-tech-card {
  background: #fff; border: 1.5px solid var(--wd-border);
  border-radius: 14px; padding: 22px 18px;
  text-align: center; transition: all 0.2s;
}
.wd-tech-card:hover { border-color: var(--wd-blue); box-shadow: 0 8px 24px rgba(13,148,136,0.1); transform: translateY(-3px); }
.wd-tech-icon {
  width: 48px; height: 48px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px; font-size: 1.4rem;
}
.wd-tech-name { font-size: 0.85rem; font-weight: 700; color: #1f2937; margin-bottom: 4px; }
.wd-tech-desc { font-size: 0.75rem; color: var(--wd-gray); line-height: 1.4; }

/* ── PACKAGES ── */
.wd-pkg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px; align-items: stretch;
}
.wd-pkg-card {
  background: #fff; border: 2px solid var(--wd-border);
  border-radius: 18px; padding: 28px 24px;
  position: relative; transition: all 0.25s;
  display: flex; flex-direction: column; height: 100%;
}
.wd-pkg-card:hover { box-shadow: 0 20px 60px rgba(13,148,136,0.12); transform: translateY(-4px); }
.wd-pkg-card.featured {
  border-color: var(--wd-blue);
  box-shadow: 0 12px 40px rgba(13,148,136,0.15);
}
.wd-pkg-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--wd-blue); color: #fff;
  padding: 3px 14px; border-radius: 20px;
  font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px;
  white-space: nowrap;
}
.wd-pkg-badge.gold { background: var(--wd-gold); }
.wd-pkg-badge.enterprise { background: #0f766e; }
.wd-pkg-badge.ecom { background: var(--wd-green); }
.wd-pkg-scope-title { font-size: 1.25rem; font-weight: 900; color: #111827; line-height: 1.25; margin-bottom: 10px; }
.wd-pkg-bestfor { font-size: 0.8rem; color: var(--wd-gray); margin-bottom: 14px; line-height: 1.5; }
.wd-pkg-bestfor strong { color: #374151; }
.wd-pkg-name { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: var(--wd-gray); margin-bottom: 8px; }
.wd-pkg-price {
  font-size: 2.2rem; font-weight: 900; color: #111827;
  line-height: 1; margin-bottom: 4px;
}
.wd-pkg-price sup { font-size: 1rem; font-weight: 700; vertical-align: super; margin-right: 2px; }
.wd-pkg-price-usd { font-size: 0.8rem; color: var(--wd-gray); margin-bottom: 6px; }
.wd-pkg-type { font-size: 0.75rem; font-weight: 600; color: var(--wd-blue); background: #f0fdfa; padding: 3px 10px; border-radius: 12px; display: inline-block; margin-bottom: 16px; }
.wd-pkg-desc { font-size: 0.82rem; color: var(--wd-gray); margin-bottom: 18px; line-height: 1.5; }
.wd-pkg-features { list-style: none; padding: 0; margin: 0 0 22px; flex: 1 0 auto; }
.wd-pkg-features li {
  font-size: 0.82rem; padding: 5px 0;
  border-bottom: 1px solid #f3f4f6;
  display: flex; align-items: flex-start; gap: 8px; color: #374151;
}
.wd-pkg-features li:last-child { border-bottom: none; }
.wd-pkg-features li.inherits {
  background: #f0fdfa; border: 1px solid #99f6e4; border-radius: 8px;
  padding: 7px 10px; margin-bottom: 6px; font-weight: 700; color: #0f766e;
}
.wd-pkg-features li.inherits i { color: #0d9488; }
.wd-pkg-features li i { color: var(--wd-green); font-size: 0.75rem; margin-top: 3px; flex-shrink: 0; }
.wd-pkg-btn {
  display: block; text-align: center;
  background: var(--wd-blue); color: #fff;
  padding: 12px; border-radius: 10px;
  font-weight: 700; font-size: 0.88rem; text-decoration: none;
  transition: all 0.2s;
}
.wd-pkg-btn:hover { background: var(--wd-blue-dark); color: #fff; text-decoration: none; }
.wd-pkg-btn.outline {
  background: transparent; color: var(--wd-blue);
  border: 2px solid var(--wd-blue);
}
.wd-pkg-btn.outline:hover { background: var(--wd-blue); color: #fff; }

/* Annual row */
.wd-annual-note {
  font-size: 0.75rem; color: var(--wd-gray); text-align: center; margin-top: 10px;
}

/* ── COMPARISON TABLE ── */
.wd-compare-wrap { overflow-x: auto; }
.wd-compare-table { width: 100%; border-collapse: collapse; font-size: 0.82rem; min-width: 700px; }
.wd-compare-table th {
  background: #134e4a; color: #fff;
  padding: 14px 16px; text-align: left; font-weight: 700;
}
.wd-compare-table th:first-child { border-radius: 10px 0 0 0; }
.wd-compare-table th:last-child { border-radius: 0 10px 0 0; }
.wd-compare-table td { padding: 12px 16px; border-bottom: 1px solid #f3f4f6; color: #374151; }
.wd-compare-table tr:nth-child(even) td { background: #f9fafb; }
.wd-compare-table .check { color: var(--wd-green); font-weight: 700; }
.wd-compare-table .cross { color: #d1d5db; }
.wd-compare-table .feature-label { font-weight: 600; color: #111827; }

/* ── PROCESS ── */
.wd-process-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px;
}
.wd-process-card {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px; padding: 28px 24px;
  position: relative;
}
.wd-process-num {
  font-size: 3rem; font-weight: 900;
  color: rgba(255,255,255,0.07);
  position: absolute; top: 12px; right: 16px; line-height: 1;
}
.wd-process-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(13,148,136,0.3); border: 1px solid rgba(13,148,136,0.5);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; color: #2dd4bf; margin-bottom: 14px;
}
.wd-process-title { font-size: 0.95rem; font-weight: 700; color: #f1f5f9; margin-bottom: 8px; }
.wd-process-desc { font-size: 0.82rem; color: #94a3b8; line-height: 1.6; }

/* ── WHY US ── */
.wd-why-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
@media(max-width:1100px){ .wd-why-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:580px){ .wd-why-grid { grid-template-columns: 1fr; } }
.wd-why-card {
  background: #fff; border: 1.5px solid var(--wd-border);
  border-radius: 16px; padding: 28px 22px;
  transition: all 0.25s; display: flex; flex-direction: column;
  position: relative; overflow: hidden;
}
.wd-why-card::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg,#0d9488,#0f766e);
  transform: scaleX(0); transform-origin: left; transition: transform 0.25s;
}
.wd-why-card:hover::after { transform: scaleX(1); }
.wd-why-card:hover {
  border-color: #99f6e4;
  box-shadow: 0 12px 32px rgba(13,148,136,0.10);
  transform: translateY(-3px);
}
.wd-why-icon {
  width: 54px; height: 54px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; margin-bottom: 18px; flex-shrink: 0;
}
.wd-why-title { font-size: 1rem; font-weight: 700; color: #111827; margin-bottom: 8px; line-height: 1.3; }
.wd-why-desc { font-size: 0.82rem; color: var(--wd-gray); line-height: 1.65; flex: 1; }

/* ── GUARANTEE ── */
.wd-guarantee-wrap {
  background: linear-gradient(135deg, #065f46, #047857);
  border-radius: 20px; padding: 48px 40px;
  display: flex; align-items: center; gap: 40px; flex-wrap: wrap;
}
.wd-guarantee-icon { font-size: 4rem; flex-shrink: 0; }
.wd-guarantee-text h3 { font-size: 1.5rem; font-weight: 800; color: #fff; margin: 0 0 8px; }
.wd-guarantee-text p { color: rgba(255,255,255,0.85); margin: 0; font-size: 0.92rem; line-height: 1.7; }

/* ── PAYMENT ── */
.wd-payment-cards {
  display: flex; flex-wrap: wrap; gap: 20px;
}
.wd-payment-card {
  flex: 1; min-width: 240px;
  background: #fff; border: 1.5px solid var(--wd-border);
  border-radius: 14px; padding: 28px 24px; text-align: center;
}
.wd-payment-card .pm-icon { font-size: 2.4rem; margin-bottom: 12px; }
.wd-payment-card h4 { font-size: 1rem; font-weight: 700; color: #111827; margin: 0 0 8px; }
.wd-payment-card p { font-size: 0.82rem; color: var(--wd-gray); margin: 0; line-height: 1.6; }

/* ── ANNUAL COSTS ── */
.wd-annual-table { width: 100%; border-collapse: collapse; font-size: 0.85rem; }
.wd-annual-table th { background: #134e4a; color: #fff; padding: 12px 16px; text-align: left; font-weight: 700; }
.wd-annual-table td { padding: 12px 16px; border-bottom: 1px solid #f3f4f6; color: #374151; }
.wd-annual-table tr:nth-child(even) td { background: #f9fafb; }
.wd-annual-table .pkg-col { font-weight: 700; color: #0f766e; }

/* ── FAQ ── */
.wd-faq-list { max-width: 820px; margin: 0 auto; }
.wd-faq-item {
  background: #fff; border: 1.5px solid var(--wd-border);
  border-radius: 12px; margin-bottom: 10px; overflow: hidden;
}
.wd-faq-q {
  padding: 18px 20px;
  font-weight: 700; font-size: 0.92rem; color: #111827;
  cursor: pointer; display: flex; align-items: center; justify-content: space-between;
  gap: 12px; list-style: none;
}
.wd-faq-q::marker, .wd-faq-q::-webkit-details-marker { display: none; }
.wd-faq-q .faq-icon { flex-shrink: 0; color: var(--wd-blue); transition: transform 0.2s; }
details[open] .wd-faq-q .faq-icon { transform: rotate(45deg); }
.wd-faq-a {
  padding: 0 20px 18px;
  font-size: 0.85rem; color: var(--wd-gray); line-height: 1.7;
}

/* ── QUOTE ── */
.wd-quote-section { background: linear-gradient(135deg, #0f172a 0%, #134e4a 55%, #0f766e 100%); }
.wd-quote-grid { display: grid; grid-template-columns: 1fr 460px; gap: 46px; align-items: center; }
.wd-quote-card { background: #fff; border-radius: 18px; padding: 28px; box-shadow: 0 18px 50px rgba(0,0,0,0.25); }
.wd-field { margin-bottom: 14px; }
.wd-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 480px) { .wd-field-row { grid-template-columns: 1fr; gap: 0; } }
.wd-field label { display: block; font-size: 0.78rem; font-weight: 700; color: #374151; margin-bottom: 5px; }
.wd-field input, .wd-field select, .wd-field textarea {
  width: 100%; border: 1.5px solid var(--wd-border); border-radius: 9px;
  padding: 11px 13px; font-size: 0.9rem; font-family: inherit; color: #111827;
  background: #fff; transition: border-color .15s, box-shadow .15s;
}
.wd-field input:focus, .wd-field select:focus, .wd-field textarea:focus {
  outline: none; border-color: var(--wd-blue); box-shadow: 0 0 0 3px rgba(13,148,136,.12);
}
@media (max-width: 900px) { .wd-quote-grid { grid-template-columns: 1fr; gap: 30px; } }

/* ── CTA ── */
.wd-cta {
  background: linear-gradient(135deg, #134e4a, #0d9488);
  border-radius: 24px; padding: 60px 40px; text-align: center;
}
.wd-cta h2 { font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 800; color: #fff; margin: 0 0 14px; }
.wd-cta p { color: rgba(255,255,255,0.8); margin: 0 0 32px; max-width: 580px; margin-left: auto; margin-right: auto; }

/* ── FIVERR DESCRIPTION BLOCK ── */
.wd-about-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.wd-about-list { list-style: none; padding: 0; margin: 0; }
.wd-about-list li {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 8px 0; border-bottom: 1px solid #f3f4f6;
  font-size: 0.87rem; color: #374151;
}
.wd-about-list li:last-child { border-bottom: none; }
.wd-about-list li i { color: var(--wd-green); font-size: 0.85rem; margin-top: 3px; flex-shrink: 0; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .wd-hero { padding: 50px 0 40px; }
  .wd-section { padding: 50px 0; }
  .wd-about-cols { grid-template-columns: 1fr; gap: 24px; }
  .wd-guarantee-wrap { padding: 32px 24px; text-align: center; justify-content: center; }
  .wd-cta { padding: 40px 20px; }
  .wd-hero-stats { gap: 20px; }
}

