/* Encoding: UTF-8 without BOM */
.public-front-top {
  display: contents;
}

.template2-visual,
.template2-card-copy,
.template2-parser-notes,
.template3-site-header,
.template3-hero-label,
.template3-stats,
.template3-feature-section,
.template3-price-section,
.template3-api-section,
.template3-cta-section,
.template3-footer-inner {
  display: none;
}

body.public-front-page.template2 {
  background:
    linear-gradient(rgba(25, 35, 37, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 35, 37, .035) 1px, transparent 1px),
    #e8eeee;
  background-size: 44px 44px;
}

body.public-front-page.template2 .particles-canvas {
  display: none;
}

body.public-front-page.template3 {
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  background: #f8fafc;
  color: #1f2937;
}

body.public-front-page.template3 .particles-canvas {
  display: none;
}

body.public-front-page.template3 .template3-site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: block;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #f1f5f9;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(16px);
}

body.public-front-page.template3 .template3-header-inner {
  width: min(1180px, 100%);
  min-height: 74px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

body.public-front-page.template3 .template3-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0f172a;
  text-decoration: none;
}

body.public-front-page.template3 .template3-brand-icon {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(37, 99, 235, 0.16);
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.12);
}

body.public-front-page.template3 .template3-brand-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.public-front-page.template3 .template3-brand-title {
  min-width: 0;
  max-width: 240px;
  color: #0f172a;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.public-front-page.template3 .template3-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 22px;
}

body.public-front-page.template3 .template3-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 999px;
  color: #64748b;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease;
}

body.public-front-page.template3 .template3-nav a:hover {
  background: #eff6ff;
  color: #2563eb;
}

body.public-front-page.template3 .top-actions {
  position: static;
  inset: auto;
  z-index: auto;
  gap: 12px;
  margin-left: auto;
  flex: 0 0 auto;
}

body.public-front-page.template3 .web-history-entry,
body.public-front-page.template3 .web-login-entry {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border-color: rgba(37, 99, 235, 0.16);
  background: #fff;
  color: #475569;
  font-weight: 500;
  box-shadow: none;
  backdrop-filter: none;
}

body.public-front-page.template3 .web-login-entry {
  background: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.24);
}

body.public-front-page.template3 .web-login-entry.logged {
  border-color: rgba(37, 99, 235, 0.22);
  background: #fff;
  color: #1f2937;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.12);
}

body.public-front-page.template3 .web-login-entry.logged::after {
  background: #eff6ff;
  color: #2563eb;
}

body.public-front-page.template3 .container {
  max-width: none;
  width: 100%;
  padding: 0;
}

body.public-front-page.template3 .public-front-top {
  display: block;
  padding: 76px 20px 58px;
  background: linear-gradient(120deg, #eff6ff 0%, #f0f4ff 100%);
  text-align: center;
}

body.public-front-page.template3 .header {
  max-width: 900px;
  margin: 0 auto 28px;
  padding-top: 0;
}

body.public-front-page.template3 .header::before {
  display: none;
}

body.public-front-page.template3 .template3-hero-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 24px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
  font-size: 14px;
  font-weight: 500;
}

body.public-front-page.template3 .logo-frame {
  display: none;
}

body.public-front-page.template3 .header h1 {
  margin: 0 0 18px;
  color: #0f172a;
  background: none;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.12;
  font-weight: 800;
}

body.public-front-page.template3 .header p {
  max-width: 700px;
  margin: 0 auto;
  color: #64748b;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
}

body.public-front-page.template3 .hero-badges {
  margin-top: 28px;
  gap: 12px;
}

body.public-front-page.template3 .hero-badges span {
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #334155;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

body.public-front-page.template3 .hero-badges span::before {
  content: '✓';
  margin-right: 8px;
  color: #22c55e;
  font-weight: 950;
}

body.public-front-page.template3 .card {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: 20px;
  border: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(37, 99, 235, 0.14);
  backdrop-filter: none;
}

body.public-front-page.template3 .card::before,
body.public-front-page.template3 .card::after {
  display: none;
}

body.public-front-page.template3 .input-group::after,
body.public-front-page.template3 .parse-command::before {
  display: none;
}

body.public-front-page.template3 .parse-command {
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 14px;
}

body.public-front-page.template3 .input-group input {
  min-height: 62px;
  padding: 0 18px;
  border: 1px solid #eef2f7;
  border-radius: 14px;
  background: #fff;
  color: #1f2937;
  font-size: 16px;
  font-weight: 400;
}

body.public-front-page.template3 .input-group input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.14);
}

body.public-front-page.template3 .btn {
  min-height: 62px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%);
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.24);
}

body.public-front-page.template3 .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.3);
}

body.public-front-page.template3 .template3-stats {
  width: min(100%, 900px);
  margin: 26px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body.public-front-page.template3 .template3-stats div {
  min-width: 0;
  padding: 18px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.06);
}

body.public-front-page.template3 .template3-stats strong {
  display: block;
  color: #2563eb;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.1;
  font-weight: 800;
}

body.public-front-page.template3 .template3-stats span {
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-size: 13px;
  font-weight: 400;
}

body.public-front-page.template3 .platform-panel {
  width: 100%;
  margin: 0;
  padding: 48px 0 52px;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
}

body.public-front-page.template3 .platform-panel-head {
  margin-bottom: 18px;
}

body.public-front-page.template3 .platform-panel-head h2 {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #64748b;
  font-size: 16px;
  font-weight: 500;
}

body.public-front-page.template3 .platform-panel-head h2::before {
  display: none;
}

body.public-front-page.template3 .platform-panel-head span {
  color: #94a3b8;
  font-size: 13px;
}

body.public-front-page.template3 .platform-marquee {
  width: min(1180px, 100%);
  margin: 0 auto;
}

body.public-front-page.template3 .platform-tag {
  flex-basis: 132px;
  width: 132px;
  min-height: 126px;
  border-radius: 16px;
  border-color: #edf2f7;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

body.public-front-page.template3 .platform-tag::before,
body.public-front-page.template3 .platform-tag::after {
  display: none;
}

body.public-front-page.template3 .platform-tag:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 18px 36px rgba(37, 99, 235, 0.12);
}

body.public-front-page.template3 .platform-logo {
  width: 50px;
  height: 50px;
  border-radius: 14px;
}

body.public-front-page.template3 .platform-logo img {
  width: 28px;
  height: 28px;
  inset: 11px;
}

body.public-front-page.template3 .platform-name {
  font-weight: 500;
}

body.public-front-page.template3 .platform-desc {
  font-weight: 400;
}

body.public-front-page.template3 .platform-hint {
  display: none;
}

body.public-front-page.template3 .template3-feature-section {
  display: block;
  padding: 78px 20px;
  background: #f8fafc;
  scroll-margin-top: 88px;
}

body.public-front-page.template3 .template3-feature-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

body.public-front-page.template3 .template3-feature-card {
  min-width: 0;
  min-height: 232px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 32px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #edf2f7;
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.public-front-page.template3 .template3-feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 20px 46px rgba(37, 99, 235, 0.13);
}

body.public-front-page.template3 .template3-feature-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 10px;
  background: #eaf0ff;
  color: #2563eb;
  font-size: 18px;
  line-height: 1;
  font-weight: 950;
}

body.public-front-page.template3 .template3-feature-icon svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.public-front-page.template3 .template3-feature-card h3 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
}

body.public-front-page.template3 .template3-feature-card p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
}

body.public-front-page.template3 .home-content-panel {
  max-width: none;
  margin: 0;
  padding: 78px 20px;
  border: 0;
  border-radius: 0;
  background: #f8fafc;
  box-shadow: none;
  backdrop-filter: none;
}

body.public-front-page.template3 .home-content-head {
  display: block;
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

body.public-front-page.template3 .home-content-head h2,
body.public-front-page.template3 .template3-section-head h2 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.18;
  font-weight: 800;
}

body.public-front-page.template3 .home-content-head span,
body.public-front-page.template3 .template3-section-head p {
  color: #64748b;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}

body.public-front-page.template3 .home-content-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  gap: 20px;
}

body.public-front-page.template3 .home-content-card {
  padding: 28px;
  border-color: #edf2f7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.08);
}

body.public-front-page.template3 .home-content-card strong {
  font-weight: 700;
}

body.public-front-page.template3 .home-content-card p,
body.public-front-page.template3 .home-content-step span {
  font-weight: 400;
}

body.public-front-page.template3 .home-content-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 99, 235, 0.25);
  box-shadow: 0 20px 44px rgba(37, 99, 235, 0.13);
}

body.public-front-page.template3 .home-content-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
  font-size: 18px;
}

body.public-front-page.template3 .home-content-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

body.public-front-page.template3 .template3-price-section {
  display: block;
  padding: 78px 20px 86px;
  background: #fff;
}

body.public-front-page:not(.template3) .template3-price-section {
  display: none;
}

body.public-front-page.template3 .template3-section-head {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

body.public-front-page.template3 .template3-price-grid {
  width: min(1040px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

body.public-front-page.template3 .template3-price-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  color: #1f2937;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.public-front-page.template3 .template3-price-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 18px 44px rgba(37, 99, 235, 0.12);
}

body.public-front-page.template3 .template3-price-card.is-featured {
  border-color: transparent;
  background: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%);
  color: #fff;
  transform: scale(1.04);
  box-shadow: 0 18px 52px rgba(37, 99, 235, 0.22);
}

body.public-front-page.template3 .template3-price-card.is-featured:hover {
  transform: scale(1.04) translateY(-6px);
}

body.public-front-page.template3 .template3-price-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: #fbbf24;
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

body.public-front-page.template3 .template3-price-card h3 {
  margin: 0 0 16px;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
}

body.public-front-page.template3 .template3-price-value {
  min-height: 46px;
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 24px;
}

body.public-front-page.template3 .template3-price-value strong {
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

body.public-front-page.template3 .template3-price-value span {
  color: #64748b;
  font-size: 14px;
  font-weight: 400;
}

body.public-front-page.template3 .template3-price-card.is-featured .template3-price-value span {
  color: rgba(255, 255, 255, 0.78);
}

body.public-front-page.template3 .template3-price-card ul {
  display: grid;
  gap: 13px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  color: #64748b;
  font-size: 14px;
  font-weight: 400;
}

body.public-front-page.template3 .template3-price-card.is-featured ul {
  color: rgba(255, 255, 255, 0.9);
}

body.public-front-page.template3 .template3-price-card li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}

body.public-front-page.template3 .template3-price-card li::before {
  content: '✓';
  color: #22c55e;
  font-weight: 700;
}

body.public-front-page.template3 .template3-price-card li[data-state="no"]::before {
  content: '×';
  color: #f87171;
}

body.public-front-page.template3 .template3-price-card.is-featured li::before {
  color: #fff;
}

body.public-front-page.template3 .template3-price-card.is-featured li[data-state="no"]::before {
  color: rgba(255, 255, 255, 0.62);
}

body.public-front-page.template3 .template3-price-card a {
  margin-top: auto;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2563eb;
  border-radius: 12px;
  color: #2563eb;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.public-front-page.template3 .template3-price-card a:hover {
  background: rgba(37, 99, 235, 0.06);
}

body.public-front-page.template3 .template3-price-card.is-featured a {
  border-color: #fff;
  background: #fff;
  color: #2563eb;
}

body.public-front-page.template3 .template3-price-card.is-featured a:hover {
  background: #f8fafc;
}

body.public-front-page.template3 .template3-api-section {
  display: block;
  padding: 78px 20px;
  background: #f8fafc;
  scroll-margin-top: 88px;
}

body.public-front-page.template3 .template3-api-layout {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  gap: 54px;
  align-items: center;
}

body.public-front-page.template3 .template3-api-copy {
  min-width: 0;
}

body.public-front-page.template3 .template3-api-label {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
  font-size: 14px;
  font-weight: 500;
}

body.public-front-page.template3 .template3-api-copy h2 {
  margin: 0 0 22px;
  color: #0f172a;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.16;
  font-weight: 800;
}

body.public-front-page.template3 .template3-api-copy p {
  margin: 0 0 28px;
  color: #475569;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 400;
}

body.public-front-page.template3 .template3-api-steps {
  display: grid;
  gap: 18px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

body.public-front-page.template3 .template3-api-steps li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

body.public-front-page.template3 .template3-api-steps li > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

body.public-front-page.template3 .template3-api-steps strong {
  display: block;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

body.public-front-page.template3 .template3-api-steps small {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
}

body.public-front-page.template3 .template3-api-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 10px;
  background: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
}

body.public-front-page.template3 .template3-api-code {
  min-width: 0;
  margin: 0;
  min-height: 320px;
  padding: 26px;
  border-radius: 14px;
  background: #111827;
  color: #37f49a;
  font-family: Consolas, "Courier New", monospace;
  font-size: 14px;
  line-height: 1.6;
  white-space: pre-wrap;
  overflow: auto;
}

body.public-front-page.template3 .template3-cta-section {
  display: block;
  padding: 64px 20px;
  background: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%);
  color: #fff;
  text-align: center;
}

body.public-front-page.template3 .template3-cta-section h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.25;
  font-weight: 800;
}

body.public-front-page.template3 .template3-cta-section p {
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.6;
}

body.public-front-page.template3 .template3-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

body.public-front-page.template3 .template3-cta-actions a {
  min-height: 50px;
  min-width: 160px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

body.public-front-page.template3 .template3-cta-actions a:first-child {
  border-color: #fff;
  background: #fff;
  color: #2563eb;
  font-weight: 700;
}

body.public-front-page.template3 .footer {
  margin: 0;
  padding: 48px 20px 42px;
  background: #0f172a;
  color: #94a3b8;
}

body.public-front-page.template3 .footer > p,
body.public-front-page.template3 .footer > .footer-copyright {
  display: none;
}

body.public-front-page.template3 .template3-footer-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr));
  gap: 44px;
  text-align: left;
}

body.public-front-page.template3 .template3-footer-brand,
body.public-front-page.template3 .template3-footer-col {
  min-width: 0;
}

body.public-front-page.template3 .template3-footer-logo {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.18);
}

body.public-front-page.template3 .template3-footer-logo img {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 8px;
}

body.public-front-page.template3 .template3-footer-brand strong,
body.public-front-page.template3 .template3-footer-col strong {
  display: block;
  margin-bottom: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

body.public-front-page.template3 .template3-footer-brand p {
  margin: 0;
  max-width: 320px;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.7;
}

body.public-front-page.template3 .template3-footer-col {
  display: grid;
  align-content: start;
  gap: 12px;
}

body.public-front-page.template3 .template3-footer-col a {
  color: #cbd5e1;
  font-size: 14px;
  text-decoration: none;
}

body.public-front-page.template3 .template3-footer-col a:hover {
  color: #fff;
}

body.public-front-page.template3 .template3-footer-copy {
  grid-column: 1 / -1;
  margin-top: 18px;
  padding-top: 28px;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  color: #cbd5e1;
  font-size: 14px;
  text-align: center;
}

body.public-front-page.template3 .footer-copyright {
  color: #cbd5e1;
}

@media (max-width: 980px) {
  body.public-front-page.template3 .template3-header-inner {
    padding-right: 24px;
  }

  body.public-front-page.template3 .template3-nav {
    display: none;
  }

  body.public-front-page.template3 .top-actions {
    position: fixed;
    top: 74px;
    left: 0;
    right: 0;
    z-index: 59;
    justify-content: center;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid #eef2f7;
  }

  body.public-front-page.template3 .template3-price-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  body.public-front-page.template3 .template3-api-layout {
    grid-template-columns: 1fr;
    max-width: 760px;
    gap: 30px;
  }

  body.public-front-page.template3 .template3-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.public-front-page.template3 .template3-price-card.is-featured,
  body.public-front-page.template3 .template3-price-card.is-featured:hover {
    transform: none;
  }
}

@media (max-width: 720px) {
  body.public-front-page.template3 .template3-header-inner {
    min-height: 64px;
    padding: 0 16px;
  }

  body.public-front-page.template3 .template3-brand-title {
    max-width: 180px;
    font-size: 18px;
  }

  body.public-front-page.template3 .top-actions {
    top: 64px;
  }

  body.public-front-page.template3 .web-history-entry,
  body.public-front-page.template3 .web-login-entry {
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }

  body.public-front-page.template3 .public-front-top {
    padding: 92px 14px 44px;
  }

  body.public-front-page.template3 .header h1 {
    font-size: 32px;
  }

  body.public-front-page.template3 .header p {
    font-size: 16px;
  }

  body.public-front-page.template3 .parse-command {
    grid-template-columns: 1fr;
  }

  body.public-front-page.template3 .template3-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.public-front-page.template3 .platform-panel {
    padding: 40px 0;
  }

  body.public-front-page.template3 .home-content-panel,
  body.public-front-page.template3 .template3-feature-section,
  body.public-front-page.template3 .template3-price-section,
  body.public-front-page.template3 .template3-api-section {
    padding: 56px 14px;
  }

  body.public-front-page.template3 .template3-feature-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  body.public-front-page.template3 .template3-feature-card {
    min-height: 0;
  }

  body.public-front-page.template3 .home-content-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 460px) {
  body.public-front-page.template3 .template3-brand-title {
    max-width: 132px;
  }

  body.public-front-page.template3 .top-actions {
    gap: 8px;
  }

  body.public-front-page.template3 .template3-stats {
    grid-template-columns: 1fr;
  }

  body.public-front-page.template3 .template3-price-card,
  body.public-front-page.template3 .template3-feature-card,
  body.public-front-page.template3 .home-content-card {
    padding: 22px;
  }

  body.public-front-page.template3 .template3-api-code {
    min-height: 260px;
    padding: 18px;
    font-size: 12px;
  }

  body.public-front-page.template3 .template3-footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
