html, body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.landing-nav {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #eaecf0;
}

.brand-name {
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #101828;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.landing-hero {
  background: radial-gradient(1200px 500px at 10% 10%, rgba(21, 112, 239, 0.18), rgba(255, 255, 255, 0) 55%),
    radial-gradient(1200px 500px at 90% 25%, rgba(18, 183, 106, 0.14), rgba(255, 255, 255, 0) 55%),
    linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  padding: 56px 0 44px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #eaecf0;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.8);
  color: #344054;
  font-weight: 700;
  font-size: 13px;
}

.hero-title {
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.03em;
  margin: 14px 0 10px;
  color: #101828;
}

.hero-accent {
  display: inline-block;
  background: linear-gradient(90deg, #1570ef, #12b76a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-sub {
  color: #475467;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.hero-trust {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  color: #475467;
  font-size: 13px;
}

.hero-trust .trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #eaecf0;
  padding: 8px 10px;
  border-radius: 12px;
}

.hero-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #eaecf0;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(16, 24, 40, 0.12);
  padding: 16px;
}

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

.chip {
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #344054;
}

.chip-primary {
  background: rgba(21, 112, 239, 0.12);
  color: #175cd3;
}

.kpi {
  border: 1px solid #eaecf0;
  border-radius: 14px;
  padding: 12px 12px;
  background: #fff;
}

.kpi-label {
  color: #667085;
  font-size: 12px;
  font-weight: 700;
}

.kpi-value {
  font-weight: 900;
  font-size: 18px;
  margin-top: 4px;
  color: #101828;
}

.kpi-value span {
  font-weight: 800;
  font-size: 12px;
  color: #667085;
}

.kpi-sub {
  color: #667085;
  font-size: 12px;
  margin-top: 2px;
}

.mini-panel {
  border: 1px solid #eaecf0;
  border-radius: 14px;
  padding: 12px 12px;
  background: linear-gradient(135deg, rgba(21, 112, 239, 0.06), rgba(18, 183, 106, 0.06));
}

.hero-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.dot-green {
  background: #12b76a;
}

.section {
  padding: 54px 0;
  background: #fff;
}

.section-muted {
  background: #f8fafc;
}

.section-head {
  text-align: center;
  margin-bottom: 22px;
}

.section-title {
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #101828;
  margin: 0;
}

.section-sub {
  color: #475467;
  margin: 8px 0 0;
}

.feature-card {
  background: #fff;
  border: 1px solid #eaecf0;
  border-radius: 16px;
  padding: 16px 16px;
  height: 100%;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
}

.feature-ic {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(21, 112, 239, 0.1);
  color: #175cd3;
  font-size: 18px;
  margin-bottom: 10px;
}

.feature-title {
  font-weight: 900;
  color: #101828;
}

.feature-text {
  color: #475467;
  margin-top: 6px;
}

.pricing-card {
  background: #fff;
  border: 1px solid #eaecf0;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(16, 24, 40, 0.12);
  padding: 18px;
}

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

.pricing-name {
  font-weight: 900;
  font-size: 16px;
  color: #101828;
}

.pricing-desc {
  color: #667085;
  font-size: 13px;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 14px;
}

.price-old {
  font-weight: 900;
  color: #98a2b3;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(152, 162, 179, 0.9);
  font-size: 14px;
}

.pricing-price .price {
  font-weight: 900;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.03em;
  background: linear-gradient(90deg, #1570ef, #12b76a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pricing-price .unit {
  font-weight: 800;
  color: #475467;
}

.pricing-note {
  margin-top: 8px;
  color: #475467;
}

.pricing-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 16px;
  display: grid;
  gap: 10px;
}

.pricing-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #344054;
  font-weight: 600;
}

.pricing-list i {
  color: #12b76a;
  margin-top: 2px;
}

.info-card {
  border: 1px solid #eaecf0;
  border-radius: 16px;
  background: #fff;
  padding: 16px;
  height: 100%;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
}

.info-ic {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(18, 183, 106, 0.12);
  color: #027a48;
  font-size: 18px;
  margin-bottom: 10px;
}

.info-title {
  font-weight: 900;
  color: #101828;
}

.info-text {
  color: #475467;
  margin-top: 6px;
}

.cta-strip {
  border: 1px solid #eaecf0;
  border-radius: 16px;
  padding: 14px 14px;
  background: linear-gradient(135deg, rgba(21, 112, 239, 0.08), rgba(18, 183, 106, 0.08));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.list-card {
  border: 1px solid #eaecf0;
  border-radius: 16px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
  height: 100%;
}

.list-title {
  font-weight: 900;
  color: #101828;
  margin-bottom: 10px;
}

.list-check {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  color: #344054;
  font-weight: 600;
}

.list-check li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.list-check li::before {
  content: "✓";
  color: #12b76a;
  font-weight: 900;
  margin-top: 1px;
}

.contact-card {
  border: 1px solid #eaecf0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(16, 24, 40, 0.12);
  padding: 18px;
}

.contact-title {
  font-weight: 900;
  color: #101828;
  margin-bottom: 12px;
}

.contact-item {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed #eaecf0;
}

.contact-item:last-child {
  border-bottom: 0;
}

.contact-ic {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(21, 112, 239, 0.12);
  color: #175cd3;
  font-size: 16px;
}

.contact-note {
  margin-top: 12px;
  color: #475467;
}

.landing-footer {
  background: #0b1220;
  color: rgba(255, 255, 255, 0.75);
  padding: 18px 0;
}

.landing-footer a {
  color: rgba(255, 255, 255, 0.75);
}

.landing-footer a:hover {
  color: #fff;
}
