:root {
  --text: #121212;
  --muted: #666;
  --line: #e9e2db;
  --soft: #f8f2ec;
  --hero: #fde7dc;
  --red: #ef3e20;
  --red-dark: #c92714;
  --black: #070707;
  --card: #fbfaf8;
  --shadow: 0 18px 38px rgba(0, 0, 0, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.topbar,
.product-bar {
  position: sticky;
  z-index: 60;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
}
.topbar { top: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.product-bar { top: 68px; border-bottom: 1px solid #f0e7e1; }
.topbar-inner,
.product-bar-inner,
.page {
  width: min(1440px, calc(100% - 2rem));
  margin: 0 auto;
}
.topbar-inner,
.product-bar-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product-bar-inner { min-height: 74px; }

.zoho-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  white-space: nowrap;
}
.zoho-box {
  width: 26px;
  height: 24px;
  border: 4px solid currentColor;
  border-radius: 7px;
  display: inline-block;
  transform: rotate(8deg);
  margin-right: -3px;
}
.zoho-box.red { color: #f44336; }
.zoho-box.green { color: #29a745; }
.zoho-box.blue { color: #2f80ed; }
.zoho-box.yellow { color: #f2b21f; }
.zoho-word { margin-left: 0.4rem; font-size: 0.72rem; letter-spacing: 0.42em; font-weight: 700; }

.top-nav,
.product-nav,
.top-actions,
.help-grid,
.footer-grid,
.free-tools,
.footer-bottom,
.store-row,
.socials {
  display: flex;
  align-items: center;
}
.top-nav {
  flex: 1;
  gap: 1.2rem;
  margin-left: 1rem;
  font-size: 0.98rem;
  flex-wrap: wrap;
}
.top-nav a { color: #1a1a1a; }
.top-actions { gap: 1rem; font-size: 0.98rem; }
.icon-link { font-size: 1.05rem; }
.signin-link { color: var(--red); font-weight: 600; }
.signup-link {
  padding: 0.85rem 1rem;
  background: var(--red);
  color: #fff;
  border-radius: 2px;
  font-weight: 700;
}
.inline-caret { font-size: 0.82rem; margin-left: 0.1rem; }

.product-logo { width: 145px; }
.product-nav {
  gap: 2rem;
  margin-left: auto;
  font-size: 1rem;
  flex-wrap: wrap;
}
.product-nav a {
  position: relative;
  padding: 1.8rem 0 1.5rem;
  color: #202020;
}
.product-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #111;
}

.pricing-hero {
  padding: 3.3rem 0 2rem;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(239, 62, 32, 0.08), transparent 42%),
    linear-gradient(180deg, #fbe7de 0%, #fff6f0 42%, #fff 100%);
}
.pricing-hero-copy { max-width: 900px; margin: 0 auto; }
.eyebrow,
.section-kicker {
  margin: 0 0 1rem;
  color: #ef5b2d;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.pricing-hero h1,
.help-section h2,
.faq-section h2,
.site-footer h3 {
  margin: 0;
  font-family: Manrope, Inter, sans-serif;
  font-weight: 800;
  letter-spacing: -0.06em;
}
.pricing-hero h1 {
  font-size: clamp(3rem, 5.8vw, 5rem);
  line-height: 0.98;
  max-width: 820px;
  margin: 0 auto;
}
.pricing-hero-copy p {
  margin: 1rem auto 0;
  max-width: 670px;
  font-size: 1.08rem;
  line-height: 1.6;
  color: #3a3a3a;
}

.billing-switch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
.switch-note {
  color: #14905d;
  font-weight: 700;
  font-family: "Brush Script MT", cursive;
  font-size: 1.4rem;
}
.switch-pill {
  display: inline-flex;
  padding: 4px;
  border: 1px solid #5d5d5d;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}
.switch-option {
  min-width: 78px;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  font-weight: 600;
  color: #202020;
}
.switch-option.active {
  background: #111;
  color: #fff;
}

.pricing-table {
  margin-top: -1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}
.plan-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  border-right: 1px solid var(--line);
  background: #fff;
}
.plan-card:last-child { border-right: 0; }
.plan-card.featured {
  border-left: 2px solid #e24d37;
  border-right: 2px solid #e24d37;
  box-shadow: inset 0 6px 0 #bd1320;
}
.plan-head {
  padding: 1rem 1.2rem 1.1rem;
  text-align: center;
  border-bottom: 1px solid var(--line);
  letter-spacing: 0.26em;
}
.plan-head h2 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
}
.plan-price {
  padding: 1.5rem 1.2rem 1.4rem;
  background: linear-gradient(180deg, #f7f5f2 0%, #fbfaf8 100%);
  text-align: center;
}
.plan-price strong {
  display: block;
  margin-bottom: 0.4rem;
  font-size: clamp(2.9rem, 3vw, 4.2rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}
.plan-price span,
.plan-price em {
  display: block;
  color: #555;
  font-style: normal;
  line-height: 1.45;
}
.plan-price em {
  margin-top: 0.45rem;
  font-weight: 800;
  color: #222;
}
.plan-gap {
  padding: 1.35rem 1.2rem 1rem;
  text-align: center;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.plan-extra {
  font-size: 0.98rem;
  font-weight: 700;
  padding-bottom: 1rem;
  border-bottom: 1px solid #efeae4;
  margin-bottom: 1rem;
}
.plan-copy {
  min-height: 84px;
  margin: 0 0 1.2rem;
  color: #202020;
  line-height: 1.5;
}
.plan-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 54px;
  padding: 0 1.2rem;
  border-radius: 4px;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(239, 62, 32, 0.16);
}
.plan-features {
  padding: 1rem 1.2rem 1.4rem;
}
.plan-features h3 {
  margin: 0 0 0.9rem;
  font-size: 1.02rem;
  line-height: 1.35;
}
.plan-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.8rem;
}
.plan-features li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 0.7rem;
  align-items: start;
  color: #222;
  line-height: 1.5;
}
.plan-features i {
  margin-top: 0.2rem;
  color: #111;
  font-size: 0.9rem;
}

.compare-cta {
  padding: 2rem 0 3rem;
}
.compare-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 1px solid #6b6b6b;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.05rem;
  gap: 0.7rem;
}

.help-section {
  padding: 3.5rem 0 4.5rem;
  background: #f7f4ee;
  border-radius: 0;
}
.help-section h2,
.faq-section h2 {
  text-align: center;
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 0.98;
}
.help-grid {
  margin-top: 2rem;
  gap: 1.2rem;
  align-items: stretch;
}
.help-card {
  flex: 1;
  min-height: 255px;
  padding: 1.5rem 1.5rem 1.4rem;
  border: 1px solid #ddd4cc;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}
.help-card-head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}
.help-card-head i {
  color: #f0a61f;
  font-size: 1.5rem;
}
.help-card-head h3 {
  margin: 0;
  font-size: 1.35rem;
  font-family: Manrope, Inter, sans-serif;
}
.help-card p {
  margin: 0;
  line-height: 1.6;
  color: #212121;
  max-width: 290px;
}
.help-link {
  margin-top: 3rem;
  display: grid;
  gap: 0.25rem;
}
.help-link a {
  font-weight: 700;
  color: #111;
}
.help-link span {
  font-size: 0.82rem;
  color: var(--muted);
}

.faq-section {
  padding: 3rem 0 3.5rem;
}
.faq-list {
  margin-top: 2rem;
  border-top: 1px solid var(--line);
}
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 1rem 0;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.4;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
  content: "−";
  color: #bf2413;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 0.5rem;
}
.faq-item p {
  margin: 0.9rem 0 0 1.7rem;
  max-width: 980px;
  color: #202020;
  line-height: 1.6;
}

.site-footer {
  background: #060606;
  color: #d7d7d7;
  border-radius: 28px 28px 0 0;
  overflow: hidden;
  padding: 2.5rem 0 1.8rem;
}
.footer-grid {
  align-items: start;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  padding: 0 2.4rem 1.5rem;
}
.footer-grid h3,
.free-tools h3 {
  color: #a4a4a4;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0.9rem;
}
.footer-grid a,
.free-tools a {
  display: block;
  color: #d7d7d7;
  margin: 0.48rem 0;
}
.free-tools {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  padding: 1.2rem 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  align-items: start;
}
.store-row {
  gap: 0.75rem;
  flex-wrap: wrap;
}
.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  color: #fff;
  background: #101010;
  font-weight: 700;
}
.footer-bottom {
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 2.4rem 0;
  flex-wrap: wrap;
}
.edition {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.edition span,
.socials span {
  color: #8d8d8d;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.92rem;
  font-weight: 700;
}
.edition button {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 46px;
  padding: 0 1rem;
  border: 0;
  border-radius: 999px;
  background: #2d2d2d;
  color: #fff;
  font-weight: 700;
}
.socials {
  gap: 0.7rem;
  flex-wrap: wrap;
}
.socials a {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: inline-grid;
  place-items: center;
  color: #fff;
}

.floating-demo {
  position: fixed;
  right: 90px;
  bottom: 18px;
  z-index: 70;
  padding: 0.85rem 1.2rem;
  background: #fff;
  color: #555;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.floating-chat {
  position: fixed;
  right: 20px;
  bottom: 18px;
  z-index: 70;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ffca42;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
  font-size: 1.1rem;
}

@media (max-width: 1200px) {
  .pricing-table { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .help-grid,
  .footer-grid,
  .free-tools { grid-template-columns: 1fr 1fr; display: grid; }
}

@media (max-width: 820px) {
  .top-nav,
  .product-nav { display: none; }
  .topbar-inner,
  .product-bar-inner,
  .page { width: min(100% - 1rem, 100%); }
  .pricing-hero { padding-top: 2.2rem; }
  .pricing-hero h1 { font-size: 2.8rem; }
  .pricing-table { grid-template-columns: 1fr; }
  .plan-card,
  .plan-card:last-child { border-right: 0; }
  .help-grid,
  .footer-grid,
  .free-tools { grid-template-columns: 1fr; }
  .footer-grid,
  .free-tools,
  .footer-bottom { padding-left: 1rem; padding-right: 1rem; }
  .floating-demo { right: 84px; }
}
