:root {
  --bg: #ffffff;
  --surface: #f3f1f9;
  --surface-2: #e9e6f4;
  --border: #dbd7ee;
  --text: #0d0c0f;
  --text-muted: #5a5370;
  --text-faint: #9890b0;
  --accent: #60c07a;
  --accent-hover: #4daa66;
  --accent-light: rgba(96,192,122,.13);
  --accent-text: var(--accent);
  --on-accent: #0b2313;
  --step-num-color: #ffffff;
  --dark: #f3f1f9;
  --dark-surface: #e9e6f4;
  --dark-border: #dbd7ee;
  --dark-text: #0d0c0f;
  --dark-muted: #4f4864;
  --stat-text: #ffffff;
  --stat-muted: rgba(255,255,255,.8);
  --nav-bg: rgba(255,255,255,.92);
  --nav-border: rgba(0,0,0,.08);
  --nav-text: #0d0c0f;
  --nav-muted: #504b64;
  --nav-hover-bg: rgba(0,0,0,.05);
  --nav-logo-bg: rgba(0,0,0,.06);
  --mobile-nav-bg: #f3f1f9;
  --mobile-nav-border: rgba(0,0,0,.08);
  --radius: 12px;
  --radius-lg: 24px;
  --shadow: 0 1px 4px rgba(0,0,0,.08), 0 0 0 1px rgba(0,0,0,.04);
  --shadow-lg: 0 8px 40px rgba(0,0,0,.15);
  --transition: 200ms ease;
  --error-code-color: rgba(0,0,0,.05);
  --outline-light-border: rgba(0,0,0,.15);
  --outline-light-hover-bg: rgba(0,0,0,.05);
  --outline-light-hover-border: rgba(0,0,0,.25);
}

[data-theme="dark"] {
  --accent: #69d184;
  --bg: #0d0c0f;
  --surface: #141218;
  --surface-2: #1c1920;
  --border: #262330;
  --text: #edeaf5;
  --text-muted: #8b86a0;
  --text-faint: #514c62;
  --accent-text: var(--accent);
  --step-num-color: #000000;
  --dark: #09080b;
  --dark-surface: #100e14;
  --dark-border: #1e1b26;
  --dark-text: #edeaf5;
  --dark-muted: #9a94b3;
  --nav-bg: rgba(13,12,15,.92);
  --nav-border: #1e1b26;
  --nav-text: #edeaf5;
  --nav-muted: #958fad;
  --nav-hover-bg: rgba(255,255,255,.06);
  --nav-logo-bg: rgba(255,255,255,.06);
  --mobile-nav-bg: #100e14;
  --mobile-nav-border: #1e1b26;
  --shadow: 0 1px 4px rgba(0,0,0,.3), 0 0 0 1px rgba(0,0,0,.2);
  --shadow-lg: 0 8px 40px rgba(0,0,0,.5);
  --stat-text: #0d0c0f;
  --stat-muted: rgba(13,12,15,.8);
  --error-code-color: rgba(255,255,255,.04);
  --outline-light-border: rgba(255,255,255,.2);
  --outline-light-hover-bg: rgba(255,255,255,.07);
  --outline-light-hover-border: rgba(255,255,255,.35);
}

body,
.site-header,
.mobile-nav,
.service-card,
.value-card,
.pricing-card,
.testimonial-card,
.comparison-row,
.faq-item,
.faq-question,
.contact-form-wrap,
.form-field input,
.form-field textarea,
.hero,
.process,
.cta-break,
.trust,
.site-footer,
.page-hero,
.error-page,
.comparison-head {
  transition:
    background var(--transition),
    color var(--transition),
    border-color var(--transition);
}

.logo-light-only { display: block; }
.logo-dark-only  { display: none; }
[data-theme="dark"] .logo-light-only { display: none; }
[data-theme="dark"] .logo-dark-only  { display: block; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
  font-family: inherit;
  border-radius: 36px;
}
input, textarea, select { font-family: inherit; }

.stat-number::selection,
.stat-label::selection,
.pricing-tag::selection,
button::selection {
  background: var(--outline-light-hover-bg);
  color: var(--stat-text);
}

.feature::selection,
.yes::selection,
.no::selection {
  background: var(--accent); color: var(--on-accent);
}

img::selection,
.about-img::selection,
.nav-brand-logo::selection,
.hero-mockup-img::selection,
.req::selection,
.footer-logo-mark::selection,
.footer-brand::selection,
.footer-logo::selection {
  background: transparent;
}

*::selection,
p::selection,
a::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
i::selection,
span::selection,
strong::selection,
li::selection,
.about-check::selection,
.amount::selection,
.unit::selection,
.pricing-feature::selection,
.faq-question::selection,
.faq-answer::selection,
.copy-label::selection,
.step-num::selection,
.form-field input::selection,
.form-field textarea::selection,
.form-title::selection,
label::selection
 {
  background: var(--accent);
  color: #000;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.kanban-page *::selection {
  background: var(--accent);
  color: #000;
}

.kanban-page .mobile-sticky-cta::selection,
.kanban-page .mobile-sticky-cta i::selection {
  background: transparent;
  color: inherit;
}

.section { padding: 88px 0; }
.section-sm { padding: 56px 0; }

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

h1, h2, h3, h4, h5 {
  font-weight: 600;
  line-height: 1.2;
  color: var(--text);
  letter-spacing: -.02em;
}

h1 { font-size: clamp(36px, 5vw, 56px); }
h2 { font-size: clamp(26px, 3.5vw, 38px); }
h3 { font-size: 20px; }
h4 { font-size: 17px; }

p { color: var(--text-muted); line-height: 1.75; }

.section-heading {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 56px;
}
.section-heading h2 { margin-bottom: 12px; }
.section-heading p { font-size: 17px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 28px;
  min-width: 200px;
  border-radius: 36px;
  font-size: 15px;
  font-weight: 500;
  border: 1.5px solid transparent;
  transition: background var(--transition), border-color var(--transition), color var(--transition), transform var(--transition);
  white-space: nowrap;
}
.btn:active { transform: scale(.98); }

.btn-primary {
  background: var(--accent);
  color: var(--stat-text);
  border-color: var(--accent);
  font-weight: 600;
}
.btn-primary:hover { background: var(--accent-hover); border-color: var(--accent-hover); }

.mobile-nav .btn-primary { color: #000 !important; }
.mobile-nav .btn-primary:hover,
.mobile-nav .btn-primary:focus,
.mobile-nav .btn-primary:focus-visible,
.mobile-nav .btn-primary:active {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  color: #000 !important;
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}
.mobile-nav .btn-primary {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
}
.mobile-nav .btn-primary::selection { background: transparent; color: inherit; }

.btn-outline {
  background: transparent;
  color: var(--accent-text);
  border-color: var(--accent);
}
.btn-outline:hover { background: var(--accent-light); border-color: var(--accent-hover); }

.btn-outline-light {
  background: transparent;
  color: var(--accent);
  border-color: var(--accent);
}
.btn-outline-light:hover {
  background: rgba(96,192,122,.15);
  border-color: var(--accent-hover);
}

.btn-lg { padding: 15px 36px; font-size: 16px; min-width: 220px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--nav-bg);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--nav-border);
}
.site-header.scrolled { box-shadow: var(--shadow); }
.mobile-sticky-cta { display: none; }

#pricing .pricing-divider {
  border: none;
  border-top: 1px solid currentColor;
  opacity: 0.15;
  margin: 24px 0 16px;
}
#pricing .pricing-audience {
  font-size: 0.95rem;
  line-height: 1.5;
  opacity: 0.85;
  margin: 0 0 20px;
}
#pricing .pricing-audience strong {
  font-weight: 600;
  opacity: 1;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  color: var(--nav-text);
}

.nav-brand-logo {
  width: 36px;
  height: 36px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  padding: 0;
  cursor: pointer;
  transition:
    background var(--transition),
    border-color var(--transition),
    transform var(--transition),
    box-shadow var(--transition);
}
.nav-brand-logo:hover {
  background: var(--nav-hover-bg);
  transform: scale(1.07);
}
.nav-brand-logo:active { transform: scale(.95); }

.nav-brand-logo img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
[data-theme="dark"] .nav-brand-logo img {
  mix-blend-mode: screen;
}

.nav-brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  text-decoration: none;
}
.nav-brand-name span:first-child { font-weight: 700; letter-spacing: -.01em; color: var(--nav-text); }
.nav-brand-name span:last-child { font-size: 11px; font-weight: 400; color: var(--nav-muted); letter-spacing: .02em; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-links a {
  padding: 6px 14px;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 500;
  color: var(--nav-muted);
  transition: color var(--transition), background var(--transition);
  min-width: unset;
}
.nav-links a:hover { color: var(--nav-text); background: var(--nav-hover-bg); }
.nav-links a.active { color: var(--accent-text); background: var(--accent-light); font-weight: 600; }

.nav-cta { margin-left: 12px; min-width: unset; padding: 9px 20px; font-size: 14px; }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  padding: 6px;
  border-radius: var(--radius);
  min-width: unset;
}
.nav-toggle span {
  display: block;
  height: 1.5px;
  background: var(--nav-text);
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}

.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 12px 24px 16px;
  border-top: 1px solid var(--mobile-nav-border);
  background: var(--mobile-nav-bg);
}
.mobile-nav a {
  display: block;
  padding: 10px 12px;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 500;
  color: var(--nav-muted);
  transition: background var(--transition), color var(--transition);
  min-width: unset;
}
.mobile-nav a:hover { background: var(--nav-hover-bg); color: var(--nav-text); }
.mobile-nav a.active { background: var(--accent-light); color: var(--accent-text); font-weight: 600; }
.mobile-nav .btn { justify-content: center; margin-top: 8px; }
.mobile-nav.open { display: flex; }

.mobile-theme-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 500;
  color: var(--nav-muted);
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  margin-top: 4px;
  padding-top: 14px;
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
}
.mobile-theme-toggle:hover { background: var(--nav-hover-bg); color: var(--nav-text); }
.mobile-theme-toggle i { font-size: 16px; flex-shrink: 0; }

.hero {
  background: var(--dark);
  color: var(--dark-text);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 30% 20%, rgba(96,192,122,.2) 0%, transparent 60%),
              radial-gradient(ellipse at 80% 80%, rgba(96,192,122,.08) 0%, transparent 50%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(0,0,0,.04);
  border: 1px solid var(--dark-border);
  border-radius: 100px;
  font-size: 13px;
  color: var(--dark-muted);
  margin-bottom: 24px;
}
[data-theme="dark"] .hero-badge {
  background: rgba(255,255,255,.05);
}
.hero-badge::before {
  content: '';
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .35; }
}
.hero-content h1 {
  color: var(--dark-text);
  margin-bottom: 20px;
}
.hero-content h1 em {
  font-style: normal;
  color: var(--accent-text);
}

.hero-content p {
  color: var(--dark-muted);
  font-size: 18px;
  margin-bottom: 36px;
  max-width: 480px;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-logo-wrap {
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero-logo-wrap::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(96,192,122,.6), rgba(96,192,122,.1), rgba(96,192,122,.6));
  animation: spin 8s linear infinite;
  opacity: .4;
}
@keyframes spin { to { transform: rotate(360deg); } }
.hero-logo-wrap::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: var(--dark);
  transition: background var(--transition);
}
.hero-logo-wrap img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
[data-theme="dark"] .hero-logo-wrap .logo-dark-only {
  mix-blend-mode: screen;
}

.stats {
  background: var(--accent);
  padding: 0;
}
.stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stat-item {
  padding: 36px 32px;
  text-align: center;
}
.stat-number {
  font-size: 40px;
  font-weight: 700;
  color: var(--stat-text);
  letter-spacing: -.03em;
  line-height: 1;
}
.stat-label {
  font-size: 13px;
  color: var(--stat-muted);
  margin-top: 6px;
  font-weight: 500;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.service-card {
  background: var(--surface);
  padding: 36px 32px;
  transition: background var(--transition);
}
.service-card:hover { background: var(--surface-2); }
.service-icon {
  width: 52px;
  height: 52px;
  background: var(--accent-light);
  border-radius: 50%;
  display:flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 22px;
  color: var(--accent-text);
}
.service-card h3 { font-size: 18px; margin-bottom: 10px; }
.service-card p { font-size: 14px; }

.process { background: var(--dark); color: var(--dark-text); }
.process .section-heading h2 { color: var(--dark-text); }
.process .section-heading p { color: var(--dark-muted); }
.process .section-label { color: var(--accent-text); }
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--dark-border) 20%, var(--dark-border) 80%, transparent);
  z-index: 0;
}
.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--accent);
  border: 3px solid var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--step-num-color);
  margin-bottom: 24px;
  flex-shrink: 0;
  transition: border-color var(--transition);
}
.process-step h3 { font-size: 17px; color: var(--dark-text); margin-bottom: 10px; }
.process-step p { font-size: 14px; color: var(--dark-muted); }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.about-grid.reverse { direction: rtl; }
.about-grid.reverse > * { direction: ltr; }
.about-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}
.about-img:hover img { transform: scale(1.03); }
.about-img-comparison { width: 100%; }
.before-after-slider {
  position: relative;
  aspect-ratio: 900 / 633;
  isolation: isolate;
  user-select: none;
}
.before-after-slider:hover img { transform: none; }
.before-after-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.before-after-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.before-after-after {
  width: 100%;
  clip-path: inset(0 calc(100% - var(--split, 50%)) 0 0);
  z-index: 1;
}
.before-after-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--split, 50%);
  width: 2px;
  background: var(--accent);
  box-shadow: 0 0 0 1px rgba(0,0,0,.12);
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}
.before-after-divider i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  background: var(--dark);
  color: var(--dark-text);
  font-size: 20px;
  transform: translate(-50%, -50%);
}
.before-after-label {
  position: absolute;
  top: 14px;
  padding: 4px 10px;
  border-radius: 100px;
  background: rgba(0,0,0,.68);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 180ms ease;
}
.before-after-label-before { left: 14px; }
.before-after-label-after { right: 14px; }
.before-after-slider.is-at-before .before-after-label-before,
.before-after-slider.is-at-after .before-after-label-after { opacity: 1; }
.before-after-hint {
  margin: 12px 0 0;
  color: var(--text-muted);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.before-after-control {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  z-index: 4;
}
.about-text .section-label { margin-bottom: 12px; }
.about-text h2 { margin-bottom: 16px; }
.about-text p { margin-bottom: 16px; }
.about-checks {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
}
.about-check i { color: var(--accent-text); font-size: 16px; }

.cta-break {
  background: var(--dark);
  padding: 72px 0;
  text-align: center;
}
.cta-break h2 { color: var(--dark-text); margin-bottom: 12px; max-width: 600px; margin-left: auto; margin-right: auto; }
.cta-break p { color: var(--dark-muted); font-size: 18px; margin-bottom: 32px; max-width: 500px; margin-left: auto; margin-right: auto; }
.cta-break-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.end-cta {
  align-items: center;
}
.end-cta-text {
  text-align: center;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.pricing-card {
  background: var(--surface);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.pricing-card.featured {
  background: var(--dark);
  color: var(--dark-text);
}
.pricing-card.featured h3 { color: var(--dark-text); }
.pricing-card.featured p { color: var(--dark-muted); }
.pricing-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--accent);
  color: #000;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
}
.pricing-card h3 { font-size: 18px; margin-bottom: 6px; }
.pricing-card > p { font-size: 13px; margin-bottom: 28px; }
.pricing-price { margin-bottom: 28px; }
.pricing-price .amount {
  font-size: 38px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -.03em;
  line-height: 1;
}
.pricing-card.featured .pricing-price .amount { color: var(--dark-text); }
.pricing-price .unit { font-size: 13px; color: var(--text-muted); margin-top: 4px; }
.pricing-card.featured .pricing-price .unit { color: var(--dark-muted); }
.pricing-features {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}
.pricing-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-muted);
}
.pricing-card.featured .pricing-feature { color: var(--dark-muted); }
.pricing-feature i { color: var(--accent-text); font-size: 15px; flex-shrink: 0; }
.pricing-card.featured .pricing-feature i { color: var(--accent-text); }
.pricing-card .btn { width: 100%; }
.pricing-card.featured .btn-outline {
  border-color: var(--accent);
  color: var(--accent);
}
.pricing-card.featured .btn-outline:hover { background: rgba(96,192,122,.15); }

.comparison-table {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.comparison-head {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  background: var(--dark);
  padding: 20px 32px;
  gap: 16px;
}
.comparison-head span {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark-text);
}
.comparison-head .me { color: var(--accent-text); }
.comparison-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  padding: 16px 32px;
  gap: 16px;
  align-items: center;
  border-top: 1px solid var(--border);
  transition: background var(--transition);
}
.comparison-row:hover { background: var(--surface-2); }
.comparison-row:nth-child(even) { background: var(--surface); }
.comparison-row:nth-child(even):hover { background: var(--surface-2); }
.comparison-row span { font-size: 14px; }
.comparison-row .feature { font-weight: 500; color: var(--text); }
.comparison-row .yes {
  color: var(--accent-text);
  font-weight: 500;
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
}
.comparison-row .yes i { flex-shrink: 0; margin-top: 1px; }
.comparison-row .no { color: var(--text-faint); }
.comparison-img { 
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  align-self: center;
}
.comparison-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}
.comparison-img:hover img { transform: scale(1.03); }

.privacypol-img { 
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 1/1;
  align-self: right;
}
.privacypol-img img {
  width: 50%;
  height: 50%;
  object-fit: cover;
  transition: transform 400ms ease;
}
.privacypol-img:hover img { transform: scale(1.03); }

.testimonials { background: var(--surface); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.testimonial-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
  color: var(--accent-text);
  font-size: 16px;
}
.testimonial-text {
  font-size: 15px;
  color: var(--text);
  line-height: 1.7;
  margin-bottom: 24px;
  font-style: italic;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  color: var(--accent-text);
  flex-shrink: 0;
}
.testimonial-name { font-weight: 600; font-size: 14px; color: var(--text); }
.testimonial-role { font-size: 12px; color: var(--text-muted); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 260px 200px 200px;
  gap: 12px;
}
.gallery-item {
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  min-height: 0;
}
.gallery-item:nth-child(1) { grid-column: 1 / 3; grid-row: 1; }
.gallery-item:nth-child(2) { grid-column: 3;     grid-row: 1 / 3; }
.gallery-item:nth-child(3) { grid-column: 1;     grid-row: 2; }
.gallery-item:nth-child(4) { grid-column: 2;     grid-row: 2; }
.gallery-item:nth-child(5) { grid-column: 1;     grid-row: 3; }
.gallery-item:nth-child(6) { grid-column: 2 / 4; grid-row: 3; }
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition);
}
.gallery-overlay i {
  font-size: 24px;
  color: #fff;
  opacity: 0;
  transition: opacity var(--transition);
}
.gallery-item:hover .gallery-overlay { background: rgba(0,0,0,.4); }
.gallery-item:hover .gallery-overlay i { opacity: 1; }

.trust { background: var(--dark); padding: 64px 0; }
.trust-inner { text-align: center; }
.trust-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--dark-muted);
  margin-bottom: 32px;
}
.trust-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.trust-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-lg);
  background: var(--dark-surface);
  color: var(--dark-muted);
  font-size: 13px;
  font-weight: 500;
}
.trust-logo i {
  font-size: 22px;
  color: var(--accent-text);
  background: var(--accent-light);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  background: none;
  border: none;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  border-radius: var(--radius);
  transition: background var(--transition);
  gap: 16px;
}
.faq-question:hover { background: var(--surface-2); }
.faq-question i {
  font-size: 18px;
  color: var(--text-muted);
  flex-shrink: 0;
  transition: transform 250ms ease;
}
.faq-item.open .faq-question i { transform: rotate(180deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease, padding 300ms ease;
}
.faq-answer-inner {
  padding: 0 24px 20px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.75;
}
.faq-item.open .faq-answer { max-height: 300px; }

.contact-section { background: var(--surface); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
}
.contact-info-item {
  display: flex;
  gap: 14px;
}
.contact-info-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-text);
  font-size: 18px;
  flex-shrink: 0;
}
.contact-info-item strong { display: block; font-size: 14px; color: var(--text); margin-bottom: 2px; }
.contact-info-item span { font-size: 14px; color: var(--text-muted); }

.copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: var(--accent-text);
  background: none;
  border: none;
  padding: 2px 4px;
  cursor: pointer;
  margin-top: 3px;
  min-width: unset;
  transition: opacity var(--transition);
}
.copy-btn:hover { opacity: .75; }
.copy-btn.is-copied .copy-label { max-width: 120px; opacity: 1; }
.copy-label {
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  white-space: nowrap;
  transition: max-width 220ms ease, opacity 220ms ease;
}
.copy-btn:hover .copy-label { max-width: 100px; opacity: 1; }

.map-embed {
  margin-top: 24px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 220px;
  border: 1px solid var(--border);
}
.map-embed iframe { width: 100%; height: 100%; border: none; }

.contact-form-wrap {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px;
}
.form-title { font-size: 22px; font-weight: 700; margin-bottom: 28px; color: var(--text); letter-spacing: -.02em; }
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 13px; font-weight: 600; color: var(--text); }
.form-field label .req { color: var(--accent-text); margin-left: 3px; }
.form-field input,
.form-field textarea {
  padding: 11px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-size: 14px;
  background: var(--bg);
  color: var(--text);
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
  width: 100%;
}
.form-field input::placeholder,
.form-field textarea::placeholder { color: var(--text-faint); }
.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(96,192,122,.12);
}
.form-field textarea { resize: vertical; min-height: 120px; }

.phone-input-wrap {
  display: flex;
  align-items: stretch;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg);
  transition: border-color var(--transition), box-shadow var(--transition);
  position: relative;
}
.phone-input-wrap:focus-within {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(96,192,122,.12);
}
.phone-code {
  display: flex;
  align-items: center;
  padding: 0 8px 0 14px;
  font-size: 14px;
  color: var(--text);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  flex-shrink: 0;
}
.phone-number-input {
  flex: 1;
  min-width: 0;
  padding: 11px 8px 11px 2px;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none;
  font-size: 14px;
  color: var(--text);
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
  width: 100%;
}
.phone-number-input::placeholder {
  color: var(--text-faint);
  letter-spacing: .08em;
}
.phone-flag-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 12px;
  border: none;
  border-left: 1.5px solid var(--border);
  background: transparent;
  cursor: pointer;
  color: var(--text-muted);
  font-size: 11px;
  flex-shrink: 0;
  transition: background var(--transition), color var(--transition);
  border-radius: 0 calc(var(--radius) - 2px) calc(var(--radius) - 2px) 0;
}
.phone-flag-btn:hover,
.phone-flag-btn:focus-visible,
.phone-flag-btn:active { background: transparent; color: var(--text); }
.phone-flag { font-size: 13px; font-weight: 600; line-height: 1; letter-spacing: .02em; color: var(--text-muted); }

.phone-country-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  width: 290px;
  background: var(--surface-2);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  z-index: 200;
  overflow: hidden;
}
.phone-country-dropdown[hidden] { display: none; }
.phone-country-search { padding: 8px; border-bottom: 1px solid var(--border); }
.phone-country-search-input {
  width: 100%;
  padding: 8px 12px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  background: var(--bg);
  color: var(--text);
  font-size: 13px;
  outline: none;
  transition: border-color var(--transition);
}
.phone-country-search-input:focus { border-color: var(--accent); }
.phone-country-list {
  list-style: none;
  margin: 0;
  padding: 4px 0;
  max-height: 230px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--border) transparent;
}
.phone-country-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  cursor: pointer;
  font-size: 13px;
  color: var(--text);
  transition: background var(--transition);
}
.phone-country-list li:hover,
.phone-country-list li.focused { background: var(--accent-light); }
.phone-country-list li.selected { background: rgba(96,192,122,.08); }
.pcl-flag { font-size: 18px; flex-shrink: 0; line-height: 1; }
.pcl-name { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pcl-dial { color: var(--text-muted); font-size: 12px; font-variant-numeric: tabular-nums; flex-shrink: 0; }
.pcl-divider { height: 1px; background: var(--border); margin: 4px 0; padding: 0 !important; pointer-events: none; }

.file-drop {
  border: 2px dashed var(--border);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  cursor: pointer;
  transition: border-color var(--transition), background var(--transition);
  position: relative;


  transition: border-color 0.2s ease, background-color 0.2s ease,
    transform 0.15s ease;
  cursor: pointer;
}
.file-drop.dragover {
  border-color: var(--accent);
  background-color: var(--accent-light);
  transform: scale(1.01);
}
.file-drop.dragover .file-drop-icon i {
  color: var(--accent-text);
}
.file-drop.has-file {
  border-color: var(--accent);
  background-color: var(--accent-light);
}
.file-drop.has-file .file-drop-icon i {
  color: var(--accent-text);
}
.file-drop:focus-visible {
        outline: 2px solid var(--accent);
        outline-offset: 2px;
      }
.file-drop:hover, .file-drop.dragover {
  border-color: var(--accent);
  background: var(--accent-light);
}
.file-drop input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.file-drop-icon { font-size: 22px; color: var(--text-muted); margin-bottom: 8px; }
.file-drop p { font-size: 13px; color: var(--text-muted); margin: 0; }
.file-drop .file-hint { font-size: 11px; color: var(--text-faint); margin-top: 4px; }
.file-name-display { font-size: 12px; color: var(--accent-text); margin-top: 6px; display: none; }

.form-submit { margin-top: 8px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.form-submit .btn { min-width: 160px; }
.form-privacy-note { margin: 12px 0 0; color: var(--text-muted); font-size: 12px; line-height: 1.6; }
.form-privacy-note a { color: var(--accent-text); text-decoration: underline; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.form-message {
  font-size: 14px;
  padding: 10px 14px;
  border-radius: var(--radius);
  display: none;
}
.form-message.success { background: var(--accent-light); color: var(--accent-text); border: 1px solid rgba(96,192,122,.25); }
.form-message.error { background: rgba(220,38,38,.1); color: #f87171; border: 1px solid rgba(220,38,38,.2); }
.form-message.show { display: block; }
.btn-loading { opacity: .7; pointer-events: none; }

.contact-inline-section { background: var(--bg); }
.contact-inline-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: start;
}
.contact-inline-text h2 { margin-bottom: 16px; }
.contact-inline-text p { margin-bottom: 0; }

.site-footer {
  background: var(--dark);
  color: var(--dark-text);
  padding: 64px 0 0;
  border-top: 1px solid var(--dark-border);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--dark-border);
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.footer-logo-mark {
  width: 36px;
  height: 36px;
  background: var(--dark-surface);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background var(--transition), border-color var(--transition);
}
.footer-logo-mark img { width: 26px; height: 26px; object-fit: contain; }
[data-theme="dark"] .footer-logo-mark .logo-dark-only { mix-blend-mode: screen; }
.footer-brand-name { font-weight: 700; font-size: 15px; color: var(--dark-text); }
.footer-desc { font-size: 13px; color: var(--dark-muted); line-height: 1.7; margin-bottom: 20px; }
.footer-social { display: flex; gap: 8px; }
.footer-social a {
  width: 36px;
  height: 36px;
  border: 1px solid var(--dark-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-muted);
  font-size: 16px;
  transition: background var(--transition), color var(--transition), border-color var(--transition);
  min-width: unset;
}
.footer-social a:hover { background: rgba(96,192,122,.15); border-color: var(--accent); color: var(--accent); }
.footer-col h2 { font-size: 13px; font-weight: 600; color: var(--dark-text); margin-bottom: 16px; }
.footer-col ul { display: flex; flex-direction: column; gap: 9px; }
.footer-col ul li a { font-size: 13px; color: var(--dark-muted); transition: color var(--transition); min-width: unset; }
.footer-col ul li a:hover { color: var(--dark-text); }
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--dark-muted);
  margin-bottom: 10px;
}
.footer-contact-item i { font-size: 14px; margin-top: 2px; color: var(--accent-text); flex-shrink: 0; }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-bottom p { font-size: 12px; color: var(--dark-muted); }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: 12px; color: var(--dark-muted); transition: color var(--transition); min-width: unset; }
.footer-bottom-links a:hover { color: var(--dark-text); }

.made-with-love {
  align-items: center;
}

.page-hero {
  background: var(--dark);
  padding: 64px 0;
  border-bottom: 1px solid var(--dark-border);
}
.page-hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--dark-muted);
  margin-bottom: 16px;
}
.page-hero-breadcrumb a { color: var(--dark-muted); transition: color var(--transition); }
.page-hero-breadcrumb a:hover { color: var(--dark-text); }
.page-hero-breadcrumb i { font-size: 12px; }
.page-hero-headline {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.page-hero-headline .privacypol-img {
  width: 200px;
  height: 200px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  flex-shrink: 0;
  margin-left: auto;
}
.page-hero-headline .privacypol-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-hero h1 { color: var(--dark-text); margin: 0; font-size: clamp(28px, 4vw, 44px); }
.page-hero p { color: var(--dark-muted); font-size: 18px; max-width: 560px; }

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-top: 40px;
}
.value-card {
  background: var(--surface);
  padding: 32px 24px;
  text-align: center;
  transition: background var(--transition);
}
.value-card:hover { background: var(--surface-2); }
.value-icon {
  font-size: 22px;
  color: var(--accent-text);
  margin-bottom: 14px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.value-card h3 { font-size: 16px; margin-bottom: 8px; }
.value-card p { font-size: 13px; }

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.team-card { text-align: center; }
.team-avatar {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
  border: 2px solid var(--border);
}
.team-avatar img { width: 100%; height: 100%; object-fit: cover; }
.team-card h4 { font-size: 16px; margin-bottom: 4px; }
.team-card p { font-size: 13px; }

.error-page {
  background: var(--dark);
  min-height: calc(100vh - 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 64px 24px;
}
.error-code {
  font-size: clamp(80px, 15vw, 160px);
  font-weight: 800;
  color: var(--error-code-color);
  line-height: 1;
  letter-spacing: -.06em;
  margin-bottom: -20px;
}
.error-page h1 { color: var(--dark-text); font-size: clamp(24px, 4vw, 36px); margin-bottom: 12px; }
.error-page p { color: var(--dark-muted); font-size: 17px; margin-bottom: 32px; max-width: 400px; margin-left: auto; margin-right: auto; }

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 500ms ease, transform 500ms ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

.policy-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 72px 24px;
}
.policy-content h2 { font-size: 22px; margin: 40px 0 12px; padding-top: 16px; border-top: 1px solid var(--border); }
.policy-content h2:first-child { border-top: none; margin-top: 0; }
.policy-content p { margin-bottom: 16px; font-size: 15px; }
.policy-content ul { margin: 0 0 16px 20px; }
.policy-content ul li { font-size: 15px; color: var(--text-muted); margin-bottom: 8px; list-style: disc; }
.policy-content a { color: var(--accent-text); text-decoration: underline; }


.kanban-container {
  padding-top: 40px;
  padding-bottom: 80px;
}

.kanban-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  gap: 24px;
  flex-wrap: wrap;
}

.kanban-header-text h1 {
  margin-bottom: 8px;
}

.kanban-stats {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.kanban-stat-pill {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 8px;
}

.kanban-stat-pill strong {
  color: var(--text);
  font-size: 15px;
}

.kanban-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: flex-start;
}

.kanban-column {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 500px;
}

.column-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.column-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 10px;
}

.column-icon {
  color: var(--accent-text);
  font-size: 18px;
}

.column-count {
  background: var(--surface-2);
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 100px;
  border: 1px solid var(--border);
}

.kanban-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
  min-height: 250px;
  border-radius: var(--radius);
  border: 2px dashed transparent;
  padding: 6px;
  margin: -6px;
  transition: background var(--transition), border-color var(--transition), border-style var(--transition);
}

.kanban-cards.drag-over {
  background: var(--accent-light);
  border-color: var(--accent);
}

.kanban-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow);
  cursor: grab;
  position: relative;
  transition: box-shadow var(--transition), transform var(--transition), border-color var(--transition);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kanban-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
  border-color: var(--text-faint);
}

.kanban-card:active {
  cursor: grabbing;
}

.kanban-card.dragging {
  opacity: 0.4;
  transform: scale(0.98);
}



.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.card-tag {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 100px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.card-task-id {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--text-faint);
  font-size: 11px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.tag-design {
  background: rgba(168, 85, 247, 0.12);
  color: #a855f7;
}
[data-theme="dark"] .tag-design {
  background: rgba(192, 132, 252, 0.15);
  color: #c084fc;
}

.tag-code {
  background: rgba(59, 130, 246, 0.12);
  color: #3b82f6;
}
[data-theme="dark"] .tag-code {
  background: rgba(96, 165, 250, 0.15);
  color: #60a5fa;
}

.tag-content {
  background: rgba(234, 179, 8, 0.12);
  color: #ca8a04;
}
[data-theme="dark"] .tag-content {
  background: rgba(253, 224, 71, 0.15);
  color: #fde047;
}

.tag-bug {
  background: rgba(239, 68, 68, 0.12);
  color: #dc2626;
}
[data-theme="dark"] .tag-bug {
  background: rgba(248, 113, 113, 0.15);
  color: #f87171;
}

.tag-other {
  background: rgba(107, 114, 128, 0.12);
  color: #4b5563;
}
[data-theme="dark"] .tag-other {
  background: rgba(156, 163, 175, 0.15);
  color: #9ca3af;
}

.card-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.3;
}

.card-desc {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  border-top: 1px solid var(--border);
  padding-top: 10px;
  gap: 12px;
}

.card-date {
  font-size: 11px;
  color: var(--text-faint);
  display: flex;
  align-items: center;
  gap: 4px;
}

.card-actions {
  display: flex;
  gap: 4px;
}

.card-btn {
  background: none;
  border: none;
  padding: 4px 6px;
  font-size: 14px;
  color: var(--text-faint);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition), color var(--transition);
}

.card-btn:hover {
  background: var(--surface-2);
}

.card-btn-edit:hover {
  color: var(--accent-text);
}

.card-btn-delete:hover {
  color: #ef4444;
}

.kanban-cards-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  border: 1.5px dashed var(--border);
  border-radius: var(--radius);
  color: var(--text-faint);
  font-size: 13px;
  text-align: center;
  padding: 16px;
  pointer-events: none;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
  padding: 20px;
}

.modal-backdrop.open {
  opacity: 1;
  pointer-events: all;
}

.modal-container {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  width: 100%;
  max-width: 500px;
  box-shadow: var(--shadow-lg);
  transform: translateY(20px);
  transition: transform var(--transition);
  overflow: visible;
}

.modal-backdrop.open .modal-container {
  transform: translateY(0);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
}

.modal-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
}

.modal-close {
  background: none;
  border: none;
  font-size: 20px;
  color: var(--text-muted);
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition), color var(--transition);
}

.modal-close:hover {
  background: var(--surface);
  color: var(--text);
}

.modal-body {
  padding: 24px;
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 16px 24px;
  border-top: 1px solid var(--border);
  background: var(--surface);
}

.form-field select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
  font-size: 14px;
  outline: none;
  transition: border-color var(--transition);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%238b86a0' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
}

.form-field select:focus {
  border-color: var(--accent);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.column-add-btn {
  background: var(--surface-2);
  border: 1.5px dashed var(--border);
  color: var(--text-muted);
  border-radius: var(--radius);
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background var(--transition), border-color var(--transition), color var(--transition);
}

.column-add-btn:hover {
  background: var(--surface);
  border-color: var(--text-faint);
  color: var(--text);
}


@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; text-align: center; }
  .hero-content p { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { display: none; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .stats-inner .stat-item:nth-child(2) { border-right: none; }
  .stats-inner .stat-item:nth-child(3), .stats-inner .stat-item:nth-child(4) { border-top: 1px solid rgba(0,0,0,.1); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-grid.reverse { direction: ltr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-inline-grid { grid-template-columns: 1fr; gap: 40px; }

  .kanban-board {
    gap: 16px;
  }
}

@media (max-width: 860px) {
  .kanban-board {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .kanban-column {
    min-height: unset;
  }
  
  .kanban-header {
    flex-direction: column;
    align-items: stretch;
  }
  
  .kanban-stats {
    order: 2;
  }
  
  .kanban-header-text {
    order: 1;
  }
}

@media (max-width: 768px) {
  .footer-grid > .footer-brand,
  .footer-grid > .footer-col:nth-child(4) { grid-column: 1 / -1; }
  .footer-grid > .footer-col:nth-child(2) ul {
    display: flex;
    flex-direction: column;
    gap: 9px;
  }
  .mobile-sticky-cta {
    display: inline-flex;
    position: fixed;
    z-index: 90;
    right: 16px;
    bottom: max(20px, env(safe-area-inset-bottom));
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 52px;
    height: 52px;
    min-height: 52px;
    padding: 0;
    border: 1px solid var(--accent);
    border-radius: 50%;
    background: var(--accent);
    color: var(--on-accent);
    box-shadow: 0 8px 24px rgba(0,0,0,.22);
    font-weight: 700;
    font-size: 0;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }
  .mobile-sticky-cta i { display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; font-size: 20px; line-height: 1; }
  .mobile-sticky-cta:hover,
  .mobile-sticky-cta:focus-visible,
  .mobile-sticky-cta:active { background: var(--accent); color: var(--on-accent); }
  html { scroll-padding-bottom: 84px; }
  .section { padding: 60px 0; }
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .process-steps { grid-template-columns: 1fr 1fr; gap: 40px; }
  .process-steps::before { display: none; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 180px 180px;
  }
  .gallery-item:nth-child(1) { grid-column: 1 / 3; grid-row: 1; }
  .gallery-item:nth-child(2) { grid-column: 1;     grid-row: 2; }
  .gallery-item:nth-child(3) { grid-column: 2;     grid-row: 2; }
  .gallery-item:nth-child(4) { grid-column: 1 / 3; grid-row: 3; }
  .gallery-item:nth-child(5) { grid-column: 1;     grid-row: 4; }
  .gallery-item:nth-child(6) { grid-column: 2;     grid-row: 4; }
  .contact-grid { grid-template-columns: 1fr; }
  .comparison-head, .comparison-row { grid-template-columns: 1.5fr 1fr 1fr; padding: 12px 16px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; }
  .form-grid { grid-template-columns: 1fr; }

  #benefits .service-card { padding: 22px 18px; }
  #benefits .service-icon { width: 40px; height: 40px; font-size: 17px; margin-bottom: 10px; }
  #benefits .service-card h3 { font-size: 15px; margin-bottom: 6px; }
  #benefits .service-card p { font-size: 13px; line-height: 1.5; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .stat-item { padding: 20px 12px; }
  .stat-number { font-size: 28px; }
  .services-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .stats-inner { grid-template-columns: 1fr 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 200px);
  }
  .gallery-item:nth-child(1),
  .gallery-item:nth-child(2),
  .gallery-item:nth-child(3),
  .gallery-item:nth-child(4),
  .gallery-item:nth-child(5),
  .gallery-item:nth-child(6) {
    grid-column: 1;
    grid-row: auto;
  }
  .btn { min-width: 160px; }
  .btn-lg { min-width: 160px; }

  #benefits .services-grid { grid-template-columns: repeat(2, 1fr); }
  #benefits .service-card { padding: 16px 12px; }
}

.status-container {
  padding-top: 48px;
  padding-bottom: 96px;
  max-width: 820px;
}

.status-page .site-header {
  border-bottom: none;
}

.status-page .page-hero {
  background: var(--bg);
  border-bottom: none;
}

.status-page .site-footer {
  margin-top: 48px;
}

.kanban-login-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 20px;
}

.kanban-login {
  width: min(100%, 420px);
}

.kanban-login-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--text);
  font-weight: 700;
  margin-bottom: 24px;
}

.kanban-login-brand img {
  width: 34px;
  height: 34px;
}

.kanban-login-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 32px;
}

.kanban-login-card h1 {
  margin-bottom: 8px;
}

.kanban-login-help {
  color: var(--text-muted);
  margin-bottom: 24px;
}

.kanban-login-card label {
  display: block;
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}

.kanban-login-card input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg);
  color: var(--text);
  outline: none;
}

.kanban-login-card input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-light);
}

.kanban-login-card .btn {
  width: 100%;
  margin-top: 16px;
}

.kanban-login-error {
  color: #dc2626;
  font-size: 13px;
  margin-top: 10px;
}

.custom-select {
  position: relative;
  width: 100%;
}

.custom-select-native {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.custom-select-trigger {
  width: 100%;
  min-height: 48px;
  padding: 12px 44px 12px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
  font-size: 14px;
  text-align: left;
  position: relative;
  transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

.custom-select-trigger::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--text-muted);
  border-bottom: 1.5px solid var(--text-muted);
  transform: translateY(-65%) rotate(45deg);
  transition: transform var(--transition);
}

.custom-select.is-open .custom-select-trigger {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-light);
}

.custom-select.is-open .custom-select-trigger::after {
  transform: translateY(-25%) rotate(225deg);
}

.custom-select-menu {
  display: none;
  position: absolute;
  z-index: 1100;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  max-height: 130px;
  overflow-y: scroll;
  padding: 6px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  scrollbar-width: thin;
  scrollbar-color: var(--border) transparent;
}

.modal-container {
  overflow: visible;
}

.custom-select-menu::-webkit-scrollbar {
  width: 8px;
}

.custom-select-menu::-webkit-scrollbar-track {
  background: transparent;
}

.custom-select-menu::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 100px;
}

.custom-select-menu::-webkit-scrollbar-thumb:hover {
  background: var(--text-faint);
}

.custom-select.is-open .custom-select-menu {
  display: block;
}

.custom-select-option {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 8px;
  padding: 10px 12px;
  background: transparent;
  color: var(--text);
  font-size: 14px;
  text-align: left;
  transition: background var(--transition), color var(--transition);
}

.custom-select-option:hover,
.custom-select-option:focus-visible {
  background: rgba(96, 192, 122, 0.08);
  color: var(--text);
  outline: none;
}

.custom-select-option.selected {
  background: rgba(96, 192, 122, 0.08);
  color: var(--text);
}

.status-hero { padding-top: 60px; padding-bottom: 40px; }

.status-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 32px;
}

.write-me a { color: var(--accent-text); text-decoration: underline; }

.status-panel[hidden] { display: none; }
.status-loading, .status-error { text-align: center; }
.status-spinner { display: inline-block; font-size: 28px; color: var(--accent-text); animation: status-spin 1s linear infinite; }
.status-error i { font-size: 32px; color: #dc2626; }
.status-error h2 { margin: 12px 0 8px; }
.status-content-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.status-badge { background: var(--accent-light); color: var(--accent-text); border-radius: 100px; padding: 8px 14px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.status-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 32px; }
.status-progress span { height: 8px; background: var(--surface-2); border-radius: 100px; }
.status-progress span.is-active { background: var(--accent); }
.status-progress-labels { display: flex; justify-content: space-between; gap: 12px; color: var(--text-faint); font-size: 11px; margin-top: 8px; }
.status-progress-labels span:nth-child(2) { text-align: center; }
.status-progress-labels span:last-child { text-align: right; }
.status-description { border-top: 1px solid var(--border); color: var(--text-muted); line-height: 1.7; margin-top: 28px; padding-top: 24px; }
.status-meta { display: flex; flex-wrap: wrap; gap: 18px 28px; color: var(--text-faint); font-size: 12px; margin-top: 24px; }
.status-meta strong { color: var(--text-muted); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-weight: 500; }
@keyframes status-spin { to { transform: rotate(360deg); } }
@media (max-width: 600px) { .status-panel { padding: 24px 20px; } .status-content-head { flex-direction: column; } .status-progress-labels { font-size: 10px; } }

@media (max-width: 768px) {
  .privacypol-img { display: none; }
}

@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
       url("../fonts/bootstrap-icons.woff") format("woff");
  font-display: swap;
}
