/* LAUNCH BANNER */
.launch-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: linear-gradient(90deg, #00C6FF, #00a8d9);
  color: #fff;
  text-align: center;
  padding: 9px 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.launch-banner strong {
  font-weight: 700;
}
.launch-banner .banner-code {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 4px;
  padding: 1px 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 4px;
}

/* NAVBAR */
.navbar {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid #eef0f4;
  padding: 10px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar a {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0f1b2d;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-logo {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.footer-logo {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 4px;
  opacity: 0.8;
}

.navbar select {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  padding: 6px 12px;
  border: 1px solid #dde1e8;
  border-radius: 8px;
  background: #fff;
  color: #0f1b2d;
  cursor: pointer;
}

:root {
  --navy: #0f1b2d;
  --navy-light: #1a2e4a;
  --blue: #00c6ff;
  --blue-light: #5ddbff;
  --green: #1aad3c;
  --green-dark: #28d954;
  --teal: #1a8a7a;
  --white: #ffffff;
  --gray-50: #f7f8fa;
  --gray-100: #eef0f4;
  --gray-200: #dde1e8;
  --gray-400: #6b7280;
  --gray-600: #374151;
  --font-main: 'DM Sans', -apple-system, sans-serif;
  --font-mono: 'Space Mono', monospace;
}

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

html { background: #ffffff !important; }

body {
  font-family: var(--font-main);
  color: var(--navy);
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* HERO */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(165deg, #f0f6fc 0%, #e8f4f0 40%, #f7f8fa 100%);
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(45,123,196,0.08) 0%, transparent 70%);
  border-radius: 50%;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(68,246,114,0.06) 0%, transparent 70%);
  border-radius: 50%;
}

.hero-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 120px 24px 80px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 100px;
  padding: 6px 18px 6px 8px;
  font-size: 13px;
  color: var(--gray-600);
  margin-bottom: 32px;
  font-weight: 500;
}

.hero-badge .dot {
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.3); }
}

h1 {
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 24px;
  color: var(--navy);
}

h1 .accent {
  background: linear-gradient(135deg, var(--blue) 0%, var(--teal) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-sub {
  font-size: clamp(17px, 2.2vw, 21px);
  line-height: 1.6;
  color: var(--gray-600);
  max-width: 580px;
  margin: 0 auto 40px;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 700;
  padding: 15px 32px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
  min-width: 220px;
  min-height: 64px;
  box-sizing: border-box;
}

.hero-cta-download {
  background: #0f1b2d;
  color: var(--white);
  flex-direction: column;
  gap: 2px;
}
.hero-cta-download:hover {
  filter: brightness(1.18);
  transform: translateY(-2px);
}
.btn-main {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.btn-sub {
  font-size: 11px;
  font-weight: 400;
  opacity: 0.85;
  line-height: 1.2;
}

.hero-cta-buy {
  background: var(--green-dark);
  color: var(--white);
  flex-direction: column;
  gap: 2px;
}
.hero-cta-buy:hover {
  filter: brightness(1.12);
  transform: translateY(-2px);
}

.hero-price {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  color: var(--gray-400);
}

.hero-platforms {
  margin-top: 8px;
  font-size: 13px;
  color: var(--gray-400);
}

.nav-download {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--blue);
  color: var(--white) !important;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s;
  white-space: nowrap;
}
.nav-download:hover {
  background: var(--blue);
}

/* SOCIAL PROOF */
.proof {
  text-align: center;
  padding: 40px 24px;
  border-top: 1px solid var(--gray-100);
  border-bottom: 1px solid var(--gray-100);
  background: var(--gray-50);
}

.proof-text {
  font-size: 14px;
  color: var(--gray-600);
  font-family: var(--font-mono);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* PROBLEM */
.problem {
  padding: 100px 24px;
  max-width: 800px;
  margin: 0 auto;
}

.section-label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 16px;
}

.problem h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 32px;
}

.steps-manual {
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 24px;
}

.steps-manual h3 {
  font-size: 14px;
  font-family: var(--font-mono);
  color: var(--gray-400);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.step-list {
  list-style: none;
  counter-reset: steps;
}

.step-list li {
  counter-increment: steps;
  padding: 10px 0 10px 44px;
  position: relative;
  font-size: 15px;
  color: var(--gray-600);
  border-bottom: 1px solid var(--gray-100);
  line-height: 1.5;
}

.step-list li:last-child { border-bottom: none; }

.step-list li::before {
  content: counter(steps);
  position: absolute;
  left: 0;
  top: 10px;
  width: 28px;
  height: 28px;
  background: var(--gray-100);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--gray-400);
  font-family: var(--font-mono);
}

.steps-ftpull {
  background: linear-gradient(135deg, #f0faf0 0%, #e8f8f4 100%);
  border: 2px solid var(--green);
  border-radius: 16px;
  padding: 32px;
  text-align: center;
}

.steps-ftpull h3 {
  font-size: 14px;
  font-family: var(--font-mono);
  color: var(--green);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.steps-ftpull p {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
}

.steps-ftpull .zero {
  font-size: 48px;
  font-weight: 700;
  color: var(--green);
  display: block;
  margin: 8px 0;
  font-family: var(--font-mono);
}

/* FEATURES */
.features {
  padding: 100px 24px;
  background: var(--gray-50);
  color: var(--navy);
}

.features-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.features .section-label {
  color: var(--blue);
}

.features h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 60px;
  color: var(--navy);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.feature-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  padding: 32px;
  transition: all 0.3s;
}

.feature-card:hover {
  border-color: var(--blue);
  box-shadow: 0 4px 16px rgba(45,123,196,0.1);
  transform: translateY(-4px);
}

.feature-icon {
  width: 48px;
  height: 48px;
  background: rgba(45,123,196,0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
}

.feature-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--navy);
}

.feature-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--gray-600);
}

/* SECTORS */
.sectors {
  padding: 100px 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.sectors h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.sectors .subtitle {
  font-size: 17px;
  color: var(--gray-600);
  margin-bottom: 48px;
  max-width: 600px;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.sector-card {
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 24px;
  transition: all 0.2s;
  cursor: default;
}

.sector-card:hover {
  border-color: var(--blue);
  box-shadow: 0 4px 16px rgba(45,123,196,0.1);
}

.sector-card .sector-icon {
  font-size: 28px;
  margin-bottom: 12px;
  display: block;
}

.sector-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.sector-card p {
  font-size: 13px;
  color: var(--gray-600);
  line-height: 1.5;
}

/* HOW IT WORKS */
.how {
  padding: 100px 24px;
  background: var(--gray-50);
}

.how-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.how h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 60px;
}

.how-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.how-step {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  text-align: left;
  padding: 32px 0;
  border-bottom: 1px solid var(--gray-200);
}

.how-step:last-child { border-bottom: none; }

.how-num {
  width: 52px;
  height: 52px;
  min-width: 52px;
  background: var(--blue);
  color: var(--white);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-mono);
}

.how-step h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.how-step p {
  font-size: 15px;
  color: var(--gray-600);
  line-height: 1.6;
}

/* DEMO VIDEO */
.demo {
  padding: 100px 24px;
  background: var(--white);
  text-align: center;
}

.demo-inner {
  max-width: 800px;
  margin: 0 auto;
}

.demo h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 48px;
}

.demo-thumb-wrap {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.15);
  transition: transform 0.2s, box-shadow 0.2s;
  max-width: 100%;
}

.demo-thumb-wrap:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 56px rgba(0,0,0,0.22);
}

.demo-thumb-wrap img {
  display: block;
  width: 100%;
  max-width: 720px;
  height: auto;
}

.demo-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background: rgba(255,255,255,0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  transition: transform 0.2s, background 0.2s;
  pointer-events: none;
}

.demo-thumb-wrap:hover .demo-play {
  transform: translate(-50%, -50%) scale(1.1);
}

.demo-play svg {
  width: 28px;
  height: 28px;
  margin-left: 4px;
  fill: var(--blue);
}

.demo-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0,0,0,0.85);
  align-items: center;
  justify-content: center;
}

.demo-modal.open {
  display: flex;
}

.demo-modal-inner {
  position: relative;
  width: 90vw;
  max-width: 900px;
  aspect-ratio: 16 / 9;
}

.demo-modal-inner iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}

.demo-modal-close {
  position: absolute;
  top: -44px;
  right: 0;
  background: none;
  border: none;
  color: var(--white);
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
  padding: 4px 8px;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.demo-modal-close:hover { opacity: 1; }

/* COMPARISON */
.comparison {
  padding: 100px 24px;
  max-width: 900px;
  margin: 0 auto;
}

.comparison h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 48px;
  text-align: center;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.comparison-table th {
  text-align: center;
  padding: 14px 16px;
  font-weight: 700;
  color: var(--gray-400);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--font-mono);
  border-bottom: 2px solid var(--gray-200);
}

.comparison-table th:first-child {
  text-align: left;
}

.comparison-table th:last-child {
  color: var(--navy);
  font-weight: 800;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
}

.comparison-table tr:last-child td:last-child {
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
}

.comparison-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--gray-100);
  color: var(--gray-600);
  text-align: center;
}

.comparison-table td:first-child {
  text-align: left;
}

.comparison-table td:last-child {
  font-weight: 700;
  color: var(--navy);
}

.comparison-table .check { color: #16a34a; font-weight: 700; font-size: 16px; }
.comparison-table .cross { color: #d44; font-size: 16px; }
.comparison-table .partial { color: var(--gray-400); }

/* PRICING */
.pricing {
  padding: 100px 24px;
  background: linear-gradient(165deg, #f0f6fc 0%, #e8f4f0 40%, #f7f8fa 100%);
  text-align: center;
}

.pricing-inner {
  max-width: 960px;
  margin: 0 auto;
}

.pricing h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 8px;
}

.pricing .subtitle {
  font-size: 17px;
  color: var(--gray-600);
  margin-bottom: 40px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.pricing-card {
  background: var(--white);
  border: 2px solid var(--gray-200);
  border-radius: 20px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  position: relative;
}

.pricing-card-featured {
  box-shadow: 0 8px 40px rgba(0,0,0,0.12);
}

.pricing-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--green-dark);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  white-space: nowrap;
  letter-spacing: 0.3px;
}

.pricing-tier-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}

.pricing-macs {
  font-size: 13px;
  color: var(--gray-400);
  margin-bottom: 20px;
}

.pricing-amount {
  font-size: 48px;
  font-weight: 700;
  color: var(--navy);
  font-family: var(--font-mono);
  line-height: 1.1;
  margin-bottom: 24px;
  flex: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}

.pricing-amount span {
  font-size: 15px;
  color: var(--gray-400);
  font-weight: 400;
  font-family: var(--font-main);
}

.pricing-cents {
  display: inline !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  vertical-align: super !important;
  color: var(--gray-400) !important;
  font-family: var(--font-mono) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  margin-top: 0 !important;
  opacity: 1 !important;
}

.pricing-appstore-price .pricing-cents {
  color: rgba(255,255,255,0.6) !important;
}

.pricing-cta {
  display: block;
  width: 100%;
  background: var(--green-dark);
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  padding: 13px 16px;
  border-radius: 10px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  font-family: var(--font-main);
}

.pricing-cta:hover {
  filter: brightness(1.12);
  transform: translateY(-2px);
}

.pricing-guarantee {
  margin-top: 4px;
  font-size: 13px;
  color: var(--gray-400);
}

/* FAQ */
.faq {
  padding: 100px 24px;
  max-width: 700px;
  margin: 0 auto;
}

.faq h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 48px;
  text-align: center;
}

.faq-item {
  border-bottom: 1px solid var(--gray-200);
  padding: 20px 0;
}

.faq-item summary {
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item summary::after {
  content: '+';
  font-size: 22px;
  color: var(--gray-400);
  font-weight: 400;
  transition: transform 0.2s;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item p {
  margin-top: 12px;
  font-size: 15px;
  color: var(--gray-600);
  line-height: 1.7;
}

/* FOOTER */
footer {
  padding: 48px 24px;
  background: var(--gray-50);
  border-top: 1px solid var(--gray-200);
  color: var(--gray-400);
  text-align: center;
  font-size: 13px;
}

footer a {
  color: var(--gray-600);
  text-decoration: none;
}

footer a:hover { color: var(--navy); }

.footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 16px;
}

/* PRICING APP STORE */
.pricing-appstore {
  margin-top: 20px;
  position: relative;
}

.pricing-appstore-badge-soon {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: #0071e3;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  white-space: nowrap;
  letter-spacing: 0.3px;
  z-index: 1;
}

.pricing-appstore-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(135deg, #1c1c1e 0%, #2d2d2f 100%);
  border-radius: 20px;
  padding: 28px 36px;
  text-decoration: none;
  transition: all 0.2s;
  box-shadow: 0 8px 32px rgba(0,0,0,0.35);
  position: relative;
  margin-top: 20px;
}

.pricing-appstore-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 48px rgba(0,113,227,0.4);
}

.pricing-appstore-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.pricing-appstore-iconwrap {
  width: 56px;
  height: 56px;
  min-width: 56px;
  background: rgba(255,255,255,0.15);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-appstore-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.pricing-appstore-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.72);
}

.pricing-appstore-right {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-shrink: 0;
}

.pricing-appstore-price {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-mono);
  line-height: 1;
  text-align: center;
}

.pricing-appstore-price span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,0.65);
  font-family: var(--font-main);
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mas-badge-img {
  height: 48px;
  width: auto;
  display: block;
}

@media (max-width: 820px) {
  .pricing-appstore-card { flex-direction: column; align-items: flex-start; padding: 24px; }
  .pricing-appstore-right { width: 100%; justify-content: space-between; }
}

@media (max-width: 480px) {
  .pricing-appstore-right { flex-direction: column; align-items: flex-start; gap: 16px; }
  .pricing-appstore-price { font-size: 36px; }
}

/* SCREENSHOTS */
.screenshots {
  padding: 100px 24px;
  background: var(--white);
}

.screenshots-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.screenshots h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 56px;
  color: var(--navy);
}

.screenshot-hero-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,0.18), 0 4px 20px rgba(0,0,0,0.1);
  margin-bottom: 24px;
  line-height: 0;
}

.screenshot-hero-img {
  display: block;
  width: 100%;
  height: auto;
}

.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.screenshot-item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
  line-height: 0;
  transition: transform 0.2s, box-shadow 0.2s;
}

.screenshot-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.16);
}

.screenshot-item img {
  display: block;
  width: 100%;
  height: auto;
}

.screenshot-caption {
  display: block;
  line-height: 1.4;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  background: var(--white);
  border-top: 1px solid var(--gray-100);
}

/* RESPONSIVE */
@media (max-width: 640px) {
  .launch-banner { font-size: 12px; padding: 7px 12px; }
  .navbar { top: 60px; }
  .hero-inner { padding: 140px 20px 60px; }
  .features-grid { grid-template-columns: 1fr; }
  .sector-grid { grid-template-columns: 1fr 1fr; }
  .how-step { flex-direction: column; gap: 12px; }
  .comparison-table { font-size: 13px; }
  .comparison-table th, .comparison-table td { padding: 10px 8px; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-amount { font-size: 36px; }
  .screenshot-grid { grid-template-columns: 1fr; }
}

/* Accessibility */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ═══════════════════════════════════════════
   FTPSuite additions
═══════════════════════════════════════════ */

/* FTPSuite theme color */
:root { --suite: #00C6FF; --suite-dark: #00a8d9; --push: #7A5CFF; --pull: #1aad3c; }

/* Use cases section */
.use-cases { padding: 80px 24px; max-width: 1100px; margin: 0 auto; }
.use-cases-grid { display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 24px; margin-top: 48px; overflow: visible; }
.use-case-card { background: #f7f8fa; border-radius: 20px; padding: 36px 28px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.use-case-card.featured { background: #00C6FF; color: white; box-shadow: 0 8px 40px rgba(0,198,255,0.25); position: relative; overflow: visible; }
.use-case-icon { font-size: 36px; margin-bottom: 16px; }
.use-case-card h3 { font-size: 22px; font-weight: 700; margin-bottom: 12px; }
.use-case-card p { font-size: 15px; line-height: 1.7; opacity: 0.85; flex: 1; }
.use-case-card .uc-cta { display: inline-block; margin-top: 24px; font-weight: 700; font-size: 14px; }
.use-case-card.featured .uc-cta { background: white; color: #00C6FF; padding: 12px 24px; border-radius: 10px; text-decoration: none; }
.use-case-card:not(.featured) .uc-cta { color: #00C6FF; }
.use-case-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); white-space: nowrap; background: white; color: #00C6FF; font-size: 11px; font-weight: 700; padding: 4px 14px; border-radius: 20px; letter-spacing: 0.5px; text-transform: uppercase; box-shadow: 0 2px 8px rgba(0,0,0,0.12); }

/* Product comparison */
.product-compare { padding: 80px 24px; max-width: 900px; margin: 0 auto; }
.product-compare table { width: 100%; border-collapse: collapse; }
.product-compare th { padding: 16px; text-align: center; font-weight: 700; font-size: 15px; }
.product-compare th.pull-col { color: #1aad3c; }
.product-compare th.push-col { color: #7A5CFF; }
.product-compare th.suite-col { color: #00C6FF; font-size: 17px; font-weight: 800; background: rgba(0,198,255,0.07); border-radius: 10px 10px 0 0; }
.product-compare .th-sub { display: block; font-size: 11px; font-weight: 400; opacity: 0.65; margin-top: 2px; }
.product-compare td { padding: 12px 16px; border-top: 1px solid #eef0f4; font-size: 14px; text-align: center; }
.product-compare td:first-child { text-align: left; color: #374151; }
.product-compare td:nth-child(4) { background: rgba(0,198,255,0.05); font-weight: 700; color: #0f1b2d; }
.product-compare tr:last-child td:nth-child(4) { border-radius: 0 0 10px 10px; }
.product-compare tr:hover td { background: #f7f8fa; }
.product-compare tr:hover td:nth-child(4) { background: rgba(0,198,255,0.1); }
.product-compare .pc-check { color: #16a34a; font-weight: 700; font-size: 16px; }
.product-compare .pc-dash { color: #9ca3af; }

/* Pricing - new layout */
.pricing-suite-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 48px; }
.pricing-individual { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 32px; }
.pricing-individual-card { background: #f7f8fa; border-radius: 16px; padding: 28px; }
.pricing-individual-card h4 { font-size: 18px; font-weight: 700; margin-bottom: 16px; }
.pricing-individual-tiers { display: flex; flex-direction: column; gap: 8px; }
.pricing-individual-tier { display: grid; grid-template-columns: 1fr 72px 44px; align-items: center; font-size: 14px; padding: 8px 12px; background: white; border-radius: 8px; }
.pricing-individual-tier span:first-child { text-align: left; }
.pricing-individual-tier span:nth-child(2) { text-align: right; font-weight: 700; }
.pricing-individual-tier a { text-align: right; font-size: 12px; color: #00C6FF; font-weight: 600; text-decoration: none; }
.pricing-or { text-align: center; font-size: 13px; color: #9ca3af; margin: 24px 0 8px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; }

/* Nav links */
.nav-links { display: flex; gap: 24px; margin-left: 24px; }
.nav-links a { font-size: 14px; font-weight: 500; color: #374151; text-decoration: none; }
.nav-links a:hover, .nav-links a.active { color: #00C6FF; }

@media (max-width: 768px) {
  .use-cases-grid { grid-template-columns: 1fr; }
  .pricing-suite-plans { grid-template-columns: 1fr; }
  .pricing-individual { grid-template-columns: 1fr; }
  .nav-links { display: none; }
}

/* Hero product icon */
.hero-product-icon { display:block; margin:0 auto 16px; border-radius:16px; }
