*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1f2933;
  line-height: 1.6;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.logo,
.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.25rem;
}

.logo-image {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.logo-text {
  color: #172554;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.925rem;
  font-weight: 600;
}

.nav-links a:hover {
  color: #0f766e;
}

.nav-cta {
  background: #0f766e;
  color: #fff !important;
  padding: 8px 18px;
  border-radius: 8px;
  transition: background 0.2s;
}

.nav-cta:hover {
  background: #115e59;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s, border-color 0.2s;
  cursor: pointer;
  border: none;
  text-align: center;
}

.btn-primary {
  background: #0f766e;
  color: #fff;
}

.btn-primary:hover {
  background: #115e59;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(15, 118, 110, 0.22);
}

.btn-secondary {
  background: #fff;
  color: #172554;
  border: 1px solid #cbd5e1;
}

.btn-secondary:hover,
.btn-tertiary:hover {
  border-color: #0f766e;
  color: #0f766e;
}

.btn-tertiary {
  background: #fff;
  color: #172554;
  border: 1px solid #d8e0ea;
}

.btn-lg {
  padding: 15px 28px;
  font-size: 1rem;
}

.btn-white {
  background: #fff;
  color: #0f766e;
}

.btn-white:hover {
  background: #ecfeff;
  transform: translateY(-1px);
}

.btn-outline-white {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.55);
}

.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.hero {
  padding: 156px 0 96px;
  text-align: center;
  background: linear-gradient(135deg, #f8fafc 0%, #ecfdf5 48%, #eff6ff 100%);
}

.hero-inner {
  max-width: 860px;
}

.hero-badge {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(15, 118, 110, 0.1);
  color: #0f766e;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.hero h1 {
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 24px;
  letter-spacing: 0;
  color: #0f172a;
}

.hero-sub {
  font-size: 1.2rem;
  color: #475569;
  max-width: 700px;
  margin: 0 auto 36px;
  line-height: 1.7;
}

.hero-actions,
.product-actions,
.cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.products {
  padding: 96px 0;
}

.section-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: #0f172a;
  letter-spacing: 0;
}

.section-sub {
  text-align: center;
  font-size: 1.08rem;
  color: #64748b;
  margin: 0 auto 52px;
  max-width: 640px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.product-grid-featured {
  align-items: stretch;
}

.product-card {
  position: relative;
  background: #fff;
  border: 1px solid #dbe3ea;
  border-radius: 8px;
  padding: 34px 28px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.09);
}

.product-live {
  border-color: #0f766e;
  box-shadow: 0 0 0 1px rgba(15, 118, 110, 0.08);
}

.product-featured {
  min-height: 100%;
}

.product-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.badge-live {
  background: #dcfce7;
  color: #166534;
}

.badge-soon {
  background: #fef3c7;
  color: #92400e;
}

.product-logo,
.product-mark {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
}

.product-logo {
  object-fit: contain;
}

.support-app-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin: 0 auto 18px;
}

.product-mark,
.why-icon,
.support-card .card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #e0f2fe;
  color: #075985;
  font-weight: 800;
}

.product-mark {
  font-size: 1rem;
}

.product-platform {
  font-size: 0.78rem;
  font-weight: 800;
  color: #0f766e;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.product-card h3 {
  font-size: 1.48rem;
  font-weight: 800;
  margin-bottom: 4px;
  color: #0f172a;
}

.product-tagline {
  font-size: 0.95rem;
  color: #64748b;
  font-weight: 600;
  margin-bottom: 16px;
}

.product-desc {
  font-size: 0.94rem;
  color: #475569;
  line-height: 1.68;
  margin-bottom: 18px;
}

.product-features {
  list-style: none;
  margin-bottom: 24px;
}

.product-features li {
  position: relative;
  font-size: 0.9rem;
  padding: 7px 0 7px 18px;
  color: #334155;
  line-height: 1.58;
}

.product-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95em;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0f766e;
}

.product-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: #64748b;
  font-weight: 600;
  padding-top: 16px;
  border-top: 1px solid #edf2f7;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f59e0b;
}

.why {
  padding: 96px 0;
  background: #f8fafc;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 44px;
}

.why-card {
  text-align: center;
  padding: 34px 24px;
}

.why-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  font-size: 0.9rem;
}

.why-card h3 {
  font-size: 1.18rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: #0f172a;
}

.why-card p {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.66;
}

.why-card a,
.legal-page a:not(.btn),
.faq-item a {
  color: #0f766e;
  font-weight: 700;
}

.why-card a:hover,
.legal-page a:not(.btn):hover,
.faq-item a:hover {
  text-decoration: underline;
}

.cta {
  padding: 96px 0;
  background: linear-gradient(135deg, #0f766e, #1d4ed8);
  text-align: center;
  color: #fff;
}

.cta h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: 0;
}

.cta p {
  font-size: 1.1rem;
  opacity: 0.92;
  margin: 0 auto 34px;
  max-width: 640px;
}

.footer {
  padding: 62px 0 0;
  background: #0f172a;
  color: #cbd5e1;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  padding-bottom: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer .logo-text {
  color: #fff;
}

.footer-tagline {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #94a3b8;
}

.footer-links {
  display: flex;
  gap: 62px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col h4 {
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 4px;
}

.footer-col a {
  font-size: 0.9rem;
  color: #94a3b8;
  transition: color 0.2s;
}

.footer-col a:hover {
  color: #fff;
}

.footer-bottom {
  padding: 24px 0;
  text-align: center;
  font-size: 0.85rem;
  color: #64748b;
}

.legal-page,
.support-page {
  padding: 120px 0 80px;
}

.legal-container {
  max-width: 760px;
}

.legal-page h1,
.support-page h1 {
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: #0f172a;
  letter-spacing: 0;
}

.support-page h1 {
  text-align: center;
}

.legal-page .last-updated {
  font-size: 0.92rem;
  color: #64748b;
  margin-bottom: 34px;
}

.legal-callout {
  background: #ecfdf5;
  border: 1px solid #99f6e4;
  border-radius: 8px;
  padding: 18px 20px;
  color: #115e59;
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 28px;
}

.legal-page h2 {
  font-size: 1.3rem;
  font-weight: 800;
  margin: 34px 0 12px;
  color: #0f172a;
}

.legal-page p,
.legal-page li {
  font-size: 0.96rem;
  color: #475569;
  line-height: 1.75;
  margin-bottom: 12px;
}

.legal-page ul,
.legal-page ol {
  padding-left: 24px;
  margin-bottom: 16px;
}

.guide-page ol li {
  padding-left: 4px;
}

.support-page .support-sub {
  font-size: 1.08rem;
  color: #64748b;
  text-align: center;
  margin-bottom: 52px;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 860px;
  margin: 0 auto 62px;
}

.support-card {
  background: #f8fafc;
  border: 1px solid #dbe3ea;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
}

.support-card .card-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 16px;
  font-size: 0.9rem;
}

.support-card h3 {
  font-size: 1.12rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: #0f172a;
}

.support-card p {
  font-size: 0.92rem;
  color: #64748b;
  line-height: 1.62;
  margin-bottom: 16px;
}

.support-faq {
  max-width: 720px;
  margin: 0 auto;
}

.support-faq h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 26px;
  text-align: center;
  color: #0f172a;
}

.faq-item {
  border-bottom: 1px solid #e2e8f0;
  padding: 20px 0;
}

.faq-item h3 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: #0f172a;
}

.faq-item p {
  font-size: 0.94rem;
  color: #64748b;
  line-height: 1.68;
}

@media (max-width: 900px) {
  .product-grid,
  .why-grid,
  .support-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero h1 {
    font-size: 2.35rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-logo-row {
    justify-content: center;
  }

  .footer-links {
    flex-direction: column;
    gap: 32px;
  }

  .nav-links {
    gap: 14px;
    font-size: 0.84rem;
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 18px;
  }

  .nav-inner {
    height: auto;
    min-height: 64px;
    align-items: flex-start;
    padding-top: 14px;
    padding-bottom: 12px;
    gap: 12px;
  }

  .nav-links {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  .nav-cta {
    padding: 6px 12px;
  }

  .hero {
    padding: 136px 0 64px;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero-sub {
    font-size: 1rem;
  }

  .hero-actions,
  .product-actions,
  .cta-buttons {
    flex-direction: column;
  }

  .products,
  .why,
  .cta {
    padding: 64px 0;
  }

  .legal-page,
  .support-page {
    padding: 126px 0 64px;
  }

  .cta h2 {
    font-size: 1.6rem;
  }
}/* ===== Reset & Base ===== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1a1a2e;
  line-height: 1.6;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* ===== Container ===== */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== Nav ===== */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.25rem;
}

.logo-icon {
  font-size: 1.5rem;
}

.logo-text {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 0.925rem;
  font-weight: 500;
}

.nav-links a:hover {
  color: #6366f1;
}

.nav-cta {
  background: #6366f1;
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.2s;
}

.nav-cta:hover {
  background: #4f46e5;
}

/* ===== Buttons ===== */
.btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
  text-align: center;
}

.btn-primary {
  background: #6366f1;
  color: #fff;
}

.btn-primary:hover {
  background: #4f46e5;
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(99, 102, 241, 0.35);
}

.btn-lg {
  padding: 16px 36px;
  font-size: 1.05rem;
}

.btn-white {
  background: #fff;
  color: #6366f1;
}

.btn-white:hover {
  background: #f0f0ff;
  transform: translateY(-1px);
}

.btn-outline-white {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

/* ===== Hero ===== */
.hero {
  padding: 160px 0 100px;
  text-align: center;
  background: linear-gradient(135deg, #f8f9ff 0%, #eef0ff 50%, #f5f0ff 100%);
}

.hero-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(99, 102, 241, 0.1);
  color: #6366f1;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 24px;
}

.hero h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.hero-sub {
  font-size: 1.2rem;
  color: #555;
  max-width: 640px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.hero-sub strong {
  color: #1a1a2e;
}

/* ===== Products ===== */
.products {
  padding: 100px 0;
}

.section-title {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.section-sub {
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 56px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.product-card {
  position: relative;
  background: #fff;
  border: 1px solid #e8e8f0;
  border-radius: 16px;
  padding: 36px 28px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.product-live {
  border-color: #6366f1;
  box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.1);
}

.product-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.badge-live {
  background: #ecfdf5;
  color: #059669;
}

.badge-soon {
  background: #fef3c7;
  color: #b45309;
}

.product-icon {
  font-size: 2.5rem;
  margin-bottom: 16px;
}

.product-platform {
  font-size: 0.8rem;
  font-weight: 600;
  color: #6366f1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.product-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.product-tagline {
  font-size: 0.95rem;
  color: #888;
  font-weight: 500;
  margin-bottom: 16px;
}

.product-desc {
  font-size: 0.925rem;
  color: #555;
  line-height: 1.65;
  margin-bottom: 20px;
}

.product-features {
  list-style: none;
  margin-bottom: 24px;
}

.product-features li {
  position: relative;
  font-size: 0.9rem;
  padding: 7px 0 7px 18px;
  color: #334155;
  line-height: 1.58;
}

.product-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95em;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0f766e;
}

.product-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #888;
  font-weight: 500;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f59e0b;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* ===== Why Section ===== */
.why {
  padding: 100px 0;
  background: #f9fafb;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.why-card {
  text-align: center;
  padding: 40px 28px;
}

.why-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.why-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.why-card p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.65;
}

.why-card a {
  color: #6366f1;
  font-weight: 600;
}

.why-card a:hover {
  text-decoration: underline;
}

/* ===== CTA ===== */
.cta {
  padding: 100px 0;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  text-align: center;
  color: #fff;
}

.cta h2 {
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.cta p {
  font-size: 1.15rem;
  opacity: 0.9;
  margin-bottom: 36px;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== Footer ===== */
.footer {
  padding: 64px 0 0;
  background: #1a1a2e;
  color: #ccc;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand .logo-icon {
  font-size: 1.5rem;
}

.footer-brand .logo-text {
  font-size: 1.25rem;
  font-weight: 700;
}

.footer-tagline {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #888;
}

.footer-links {
  display: flex;
  gap: 64px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col h4 {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 4px;
}

.footer-col a {
  font-size: 0.9rem;
  color: #999;
  transition: color 0.2s;
}

.footer-col a:hover {
  color: #fff;
}

.footer-bottom {
  padding: 24px 0;
  text-align: center;
  font-size: 0.85rem;
  color: #666;
}

/* ===== Legal Pages ===== */
.legal-page {
  padding: 120px 0 80px;
}

.legal-page h1 {
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.legal-page .last-updated {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 40px;
}

.legal-page h2 {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 36px 0 12px;
}

.legal-page p,
.legal-page li {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.75;
  margin-bottom: 12px;
}

.legal-page ul {
  padding-left: 24px;
  margin-bottom: 16px;
}

.legal-page a:not(.btn) {
  color: #6366f1;
  font-weight: 500;
}

.legal-page a:not(.btn):hover {
  text-decoration: underline;
}

/* ===== Support Page ===== */
.support-page {
  padding: 120px 0 80px;
}

.support-page h1 {
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 8px;
  text-align: center;
}

.support-page .support-sub {
  font-size: 1.1rem;
  color: #666;
  text-align: center;
  margin-bottom: 56px;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 800px;
  margin: 0 auto 64px;
}

.support-card {
  background: #f9fafb;
  border: 1px solid #e8e8f0;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
}

.support-card .card-icon {
  font-size: 2rem;
  margin-bottom: 16px;
}

.support-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.support-card p {
  font-size: 0.925rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 16px;
}

.support-faq {
  max-width: 700px;
  margin: 0 auto;
}

.support-faq h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 28px;
  text-align: center;
}

.faq-item {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

.faq-item h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.faq-item p {
  font-size: 0.925rem;
  color: #666;
  line-height: 1.65;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .product-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  .why-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  .hero h1 {
    font-size: 2.25rem;
  }

  .section-title {
    font-size: 1.75rem;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-links {
    flex-direction: column;
    gap: 32px;
  }

  .support-grid {
    grid-template-columns: 1fr;
  }

  .nav-links {
    gap: 16px;
    font-size: 0.85rem;
  }
}

@media (max-width: 600px) {
  .hero {
    padding: 120px 0 64px;
  }

  .hero h1 {
    font-size: 1.85rem;
  }

  .hero-sub {
    font-size: 1rem;
  }

  .products,
  .why,
  .cta {
    padding: 64px 0;
  }

  .cta h2 {
    font-size: 1.5rem;
  }
}

.monday-install-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 6px 10px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #d8e0ea;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.monday-install-button:hover {
  transform: translateY(-1px);
  border-color: #0f766e;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}

.monday-install-button img {
  display: block;
  width: auto;
  max-width: 190px;
  height: 32px;
}

.pricing-page {
  padding-top: 64px;
}

.pricing-hero {
  padding: 92px 0 44px;
  text-align: center;
  background: linear-gradient(135deg, #f8fafc 0%, #ecfdf5 48%, #eff6ff 100%);
}

.pricing-hero-inner {
  max-width: 780px;
}

.pricing-hero h1 {
  color: #0f172a;
  font-size: 2.75rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  margin-bottom: 18px;
}

.pricing-hero p {
  color: #475569;
  font-size: 1.08rem;
  line-height: 1.7;
}

.pricing-section {
  padding: 58px 0 92px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 28px;
  align-items: stretch;
}

.app-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.app-pricing-grid .product-card h2 {
  color: #0f172a;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.pricing-card,
.pricing-note-card {
  border: 1px solid #dbe3ea;
  border-radius: 8px;
  background: #fff;
  padding: 34px;
}

.pricing-featured-card {
  border-color: #0f766e;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.09);
}

.pricing-plan-label {
  color: #0f766e;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.pricing-price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: #0f172a;
}

.pricing-price-row strong {
  font-size: 4rem;
  line-height: 1;
}

.pricing-currency,
.pricing-price-row span:last-child {
  color: #64748b;
  font-weight: 700;
}

.pricing-annual {
  color: #64748b;
  margin: 10px 0 26px;
}

.pricing-features {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}

.pricing-features li {
  position: relative;
  color: #334155;
  padding-left: 22px;
}

.pricing-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #0f766e;
}

.pricing-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.pricing-note-card h2 {
  color: #0f172a;
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.pricing-note-card p {
  color: #475569;
  line-height: 1.7;
  margin-bottom: 14px;
}

@media (max-width: 640px) {
  .monday-install-button {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
  }

  .app-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
  }

  .pricing-hero h1 {
    font-size: 2.1rem;
  }
}

/* ===== App Subsite Identity ===== */
.app-shell {
  --app-accent: #0f766e;
  --app-accent-dark: #115e59;
  --app-surface: #ecfdf5;
  --app-surface-strong: #d1fae5;
  --app-shadow: rgba(15, 118, 110, 0.22);
  background: linear-gradient(180deg, #ffffff 0%, var(--app-surface) 100%);
}

.app-monday {
  --app-accent: #0f766e;
  --app-accent-dark: #115e59;
  --app-surface: #ecfdf5;
  --app-surface-strong: #d1fae5;
  --app-shadow: rgba(15, 118, 110, 0.22);
}

.app-jira {
  --app-accent: #1d4ed8;
  --app-accent-dark: #1e40af;
  --app-surface: #eff6ff;
  --app-surface-strong: #dbeafe;
  --app-shadow: rgba(29, 78, 216, 0.22);
}

.app-hermittax {
  --app-accent: #b45309;
  --app-accent-dark: #92400e;
  --app-surface: #fff7ed;
  --app-surface-strong: #ffedd5;
  --app-shadow: rgba(180, 83, 9, 0.22);
}

.app-shell .nav-links a:hover,
.app-shell .legal-page a:not(.btn),
.app-shell .support-page a:not(.btn) {
  color: var(--app-accent);
}

.app-shell .btn-primary {
  background: var(--app-accent);
}

.app-shell .btn-primary:hover {
  background: var(--app-accent-dark);
  box-shadow: 0 14px 30px var(--app-shadow);
}

.app-shell .btn-secondary:hover,
.app-shell .btn-tertiary:hover {
  border-color: var(--app-accent);
  color: var(--app-accent);
}

.app-shell .support-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, var(--app-surface) 100%);
  border-color: var(--app-surface-strong);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.app-shell .support-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--app-accent) 0%, var(--app-accent-dark) 100%);
}

.app-shell .support-card .card-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  background: var(--app-surface-strong);
  color: var(--app-accent-dark);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.app-shell .legal-callout {
  border-left-color: var(--app-accent);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, var(--app-surface) 100%);
}

.app-shell .footer .logo-text {
  color: var(--app-accent-dark);
}

.app-subsite-hero {
  max-width: 860px;
  margin: 0 auto 52px;
  padding: 40px 36px;
  border: 1px solid var(--app-surface-strong);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, var(--app-surface) 100%);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.08);
  text-align: center;
}

.app-hero-logo {
  display: block;
  width: 84px;
  height: 84px;
  margin: 0 auto 22px;
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.18);
}

.app-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--app-accent-dark);
  border: 1px solid var(--app-surface-strong);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.app-subsite-hero .support-sub {
  margin: 0 auto 24px;
  max-width: 700px;
}

.app-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.app-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--app-surface-strong);
  color: var(--app-accent-dark);
  font-size: 0.9rem;
  font-weight: 700;
}

.app-contact-note {
  margin-top: 16px;
  font-size: 0.96rem;
  color: #475569;
}

.faq-jump-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 10px 0 36px;
}

.faq-jump-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 14px 16px;
  text-align: center;
  font-weight: 700;
  border-radius: 16px;
  border: 1px solid var(--app-surface-strong);
  background: rgba(255, 255, 255, 0.96);
  color: #0f172a;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.faq-jump-card:hover {
  border-color: var(--app-accent);
  color: var(--app-accent-dark);
}

.faq-accordion-group {
  display: grid;
  gap: 14px;
}

.faq-accordion {
  border: 1px solid var(--app-surface-strong);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
  overflow: hidden;
}

.faq-accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 700;
  color: #0f172a;
}

.faq-accordion summary::-webkit-details-marker {
  display: none;
}

.faq-accordion[open] summary {
  border-bottom: 1px solid rgba(148, 163, 184, 0.24);
}

.faq-accordion p {
  margin: 0;
  padding: 18px 20px 20px;
}

.app-copy {
  max-width: 920px;
  margin: 0 auto 56px;
}

.app-copy h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 16px;
}

.app-copy h3 {
  font-size: 1.08rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
}

.app-copy p,
.app-copy li {
  font-size: 0.98rem;
  color: #475569;
  line-height: 1.78;
}

.app-copy ul,
.app-copy ol {
  padding-left: 22px;
  margin-top: 14px;
}

.app-two-column,
.plan-grid {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}

.app-two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.plan-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.app-detail-card,
.plan-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--app-surface-strong);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.plan-card-featured {
  border-color: var(--app-accent);
  box-shadow: 0 18px 42px rgba(180, 83, 9, 0.12);
}

.plan-name {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--app-accent-dark);
  margin-bottom: 8px;
}

.plan-price {
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
}

.plan-price span {
  font-size: 0.95rem;
  font-weight: 700;
  color: #64748b;
}

.plan-note {
  margin-bottom: 14px;
}

@media (max-width: 640px) {
  .app-subsite-hero {
    padding: 30px 22px;
    border-radius: 20px;
  }

  .faq-jump-grid {
    grid-template-columns: 1fr;
  }

  .app-pill-row {
    gap: 10px;
  }

  .app-pill {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .app-two-column,
  .plan-grid {
    grid-template-columns: 1fr;
  }

  .faq-jump-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ===== Final Site Normalization ===== */
body {
  color: #1f2933;
}

.logo-text {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: currentColor;
  background-clip: initial;
  color: #172554;
  letter-spacing: 0;
}

.nav-links a:hover,
.legal-page a:not(.btn),
.support-page a:not(.btn),
.faq-item a {
  color: #0f766e;
}

.nav-cta,
.btn-primary {
  background: #0f766e;
  color: #fff !important;
}

.nav-cta:hover,
.btn-primary:hover {
  background: #115e59;
}

.btn-secondary,
.btn-tertiary {
  border-radius: 8px;
}

.hero,
.pricing-hero {
  background: linear-gradient(135deg, #f8fafc 0%, #ecfdf5 48%, #eff6ff 100%);
}

.hero-badge {
  background: rgba(15, 118, 110, 0.1);
  color: #0f766e;
}

.product-platform,
.pricing-plan-label {
  color: #0f766e;
}

.product-card,
.support-card,
.pricing-card,
.pricing-note-card,
.app-subsite-hero,
.faq-jump-card,
.faq-accordion,
.app-detail-card,
.plan-card {
  border-radius: 8px;
}

.product-live {
  border-color: #0f766e;
  box-shadow: 0 0 0 1px rgba(15, 118, 110, 0.08);
}

.cta {
  background: linear-gradient(135deg, #0f766e, #1d4ed8);
}

.app-shell .footer .logo-text,
.footer .logo-text {
  color: #fff;
}

@media (max-width: 640px) {
  .app-subsite-hero {
    border-radius: 8px;
  }
}
