:root {
  --itc-navy: #060b18;
  --itc-navy-surface: #0c1527;
  --itc-blue: #2563eb;
  --itc-cyan: #0284c7;
  --itc-accent: #38bdf8;
  --itc-border: rgba(56, 189, 248, 0.15);
  --itc-success: #10b981;
  --itc-ink: #0f172a;
  --itc-muted: #64748b;
}

body {
  background-color: #ffffff !important;
  font-family: "DM Sans", system-ui, -apple-system, sans-serif !important;
}

/* Hero Section */
.itc-hero-section {
  background: radial-gradient(circle at 85% 15%, rgba(37, 99, 235, 0.22) 0%, transparent 55%),
              radial-gradient(circle at 15% 85%, rgba(14, 165, 233, 0.15) 0%, transparent 45%),
              #060b18;
  color: #ffffff;
  padding: 85px 20px 75px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.itc-hero-container {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.itc-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.25);
  padding: 6px 18px;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 600;
  color: #38bdf8;
  margin-bottom: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.itc-hero-section h1 {
  font-size: clamp(2.1rem, 3.8vw + 1rem, 3.3rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.18;
  margin-bottom: 22px;
  letter-spacing: -0.02em;
}

.itc-hero-section h1 span {
  background: linear-gradient(135deg, #38bdf8 0%, #60a5fa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.itc-hero-subtitle {
  font-size: clamp(1.05rem, 1.1vw + 0.9rem, 1.25rem);
  color: #94a3b8;
  line-height: 1.7;
  max-width: 820px;
  margin: 0 auto 24px;
  font-weight: 400;
}

.itc-hero-highlight {
  display: inline-block;
  color: #cbd5e1;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  border-radius: 99px;
  backdrop-filter: blur(8px);
}

.itc-hero-highlight strong {
  color: #38bdf8;
}

/* Key Pillars Quick Bar */
.itc-pillars-wrapper {
  max-width: 1140px;
  margin: -35px auto 0;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}

.itc-pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
}

.itc-pillar-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 12px;
  border-right: 1px solid #f1f5f9;
}

.itc-pillar-item:last-child {
  border-right: none;
}

.itc-pillar-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.08);
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.itc-pillar-title {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 2px;
}

.itc-pillar-desc {
  font-size: 12.5px;
  color: #64748b;
}

/* Content Sections Container */
.itc-content-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 70px 20px 40px;
}

/* Alternating Feature Rows */
.itc-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 85px;
}

.itc-row.reverse {
  grid-template-columns: 0.9fr 1.1fr;
  direction: rtl;
}

.itc-row.reverse .itc-text-col {
  direction: ltr;
  text-align: left;
}

.itc-row.reverse .itc-card-col {
  direction: ltr;
}

.itc-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.2);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12.5px;
  font-weight: 600;
  color: #2563eb;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.itc-section-title {
  font-size: clamp(1.6rem, 2.2vw + 1rem, 2.25rem);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}

.itc-lead-p {
  font-size: 16px;
  color: #475569;
  line-height: 1.75;
  margin-bottom: 24px;
}

.itc-feature-boxes {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.itc-feat-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 18px 20px;
  transition: all 0.2s ease;
}

.itc-feat-box:hover {
  background: #ffffff;
  border-color: #38bdf8;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.07);
  transform: translateY(-2px);
}

.itc-feat-title {
  font-size: 15.5px;
  font-weight: 700;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.itc-feat-title svg {
  color: #2563eb;
  flex-shrink: 0;
}

.itc-feat-desc {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* Visual Cards & Mockups */
.itc-visual-card {
  background: linear-gradient(145deg, #0c1527 0%, #060b18 100%);
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 20px;
  padding: 34px 28px;
  color: #ffffff;
  box-shadow: 0 20px 45px rgba(6, 11, 24, 0.25);
  position: relative;
  overflow: hidden;
}

.itc-visual-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.14) 0%, transparent 70%);
  pointer-events: none;
}

.itc-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 16px;
  margin-bottom: 22px;
}

.itc-card-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #4ade80;
}

.itc-card-chip.blue {
  background: rgba(56, 189, 248, 0.15);
  border-color: rgba(56, 189, 248, 0.3);
  color: #38bdf8;
}

/* Cloud Infrastructure Card Components */
.itc-node-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}

.itc-node-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px 12px;
}

.itc-node-title {
  font-size: 13px;
  font-weight: 700;
  color: #f1f5f9;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.itc-node-subtitle {
  font-size: 11.5px;
  color: #94a3b8;
}

.itc-infra-metric-bar {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 18px;
}

.itc-metric-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 8px;
}

.itc-metric-label {
  color: #94a3b8;
}

.itc-metric-val {
  color: #38bdf8;
  font-weight: 700;
}

.itc-progress-track {
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  overflow: hidden;
}

.itc-progress-fill {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #2563eb, #38bdf8);
}

/* Cloud Storage Integration Card */
.itc-cloud-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 10px;
}

.itc-cloud-info {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #f1f5f9;
}

.itc-cloud-status {
  font-size: 12px;
  color: #38bdf8;
  background: rgba(56, 189, 248, 0.12);
  padding: 3px 8px;
  border-radius: 6px;
  font-weight: 500;
}

/* 6-Item Authentication Grid */
.itc-auth-section {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 55px 36px;
  margin-bottom: 85px;
}

.itc-auth-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}

.itc-auth-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.itc-auth-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px 20px;
  transition: all 0.2s ease;
}

.itc-auth-card:hover {
  border-color: #2563eb;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.08);
  transform: translateY(-3px);
}

.itc-auth-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.08);
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.itc-auth-title {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.itc-auth-desc {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.55;
  margin: 0;
}

/* API & Developer Section */
.itc-api-section {
  background: linear-gradient(145deg, #0c1527 0%, #060b18 100%);
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 24px;
  padding: 55px 40px;
  color: #ffffff;
  margin-bottom: 85px;
  position: relative;
  overflow: hidden;
}

.itc-api-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 140%;
  height: 140%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.15) 0%, transparent 60%);
  pointer-events: none;
}

.itc-api-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.itc-api-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.25);
  padding: 4px 12px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 600;
  color: #38bdf8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.itc-api-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.itc-api-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 14.5px;
  color: #cbd5e1;
  line-height: 1.5;
}

.itc-api-list li svg {
  color: #38bdf8;
  margin-top: 3px;
  flex-shrink: 0;
}

.itc-api-codebox {
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 20px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12.5px;
  line-height: 1.6;
  color: #e2e8f0;
}

.itc-code-kw { color: #f43f5e; }
.itc-code-str { color: #38bdf8; }
.itc-code-num { color: #a78bfa; }
.itc-code-prop { color: #34d399; }

/* Connected Security Flow (5-Step Pipeline) */
.itc-pipeline-section {
  margin-bottom: 85px;
  text-align: center;
}

.itc-pipeline-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 36px;
  position: relative;
}

.itc-pipeline-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px 16px;
  position: relative;
  transition: all 0.2s ease;
  text-align: center;
}

.itc-pipeline-card:hover {
  border-color: #38bdf8;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
  transform: translateY(-3px);
}

.itc-pipeline-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #2563eb;
  color: #ffffff;
  font-weight: 700;
  font-size: 13.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.itc-pipeline-title {
  font-size: 15.5px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.itc-pipeline-desc {
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.5;
}

/* FAQ Accordion Section */
.itc-faq-section {
  max-width: 840px;
  margin: 0 auto 85px;
}

.itc-faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.itc-faq-item:hover {
  border-color: #cbd5e1;
}

.itc-faq-btn {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.itc-faq-btn:focus {
  outline: none;
}

.itc-faq-btn .faq-icon {
  font-size: 20px;
  color: #2563eb;
  transition: transform 0.2s ease;
  flex-shrink: 0;
  margin-left: 12px;
}

.itc-faq-btn[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
}

.itc-faq-body {
  padding: 0 24px 20px;
  font-size: 15px;
  color: #475569;
  line-height: 1.65;
}

.collapse:not(.show) {
  display: none;
}

.collapse.show {
  display: block;
}

/* High Converting CTA Card */
.itc-cta-section {
  background: linear-gradient(135deg, #060b18 0%, #0c1527 50%, #1e3a8a 100%);
  color: #ffffff;
  border-radius: 24px;
  padding: 60px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  box-shadow: 0 20px 45px rgba(6, 11, 24, 0.2);
}

.itc-cta-section::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -20%;
  width: 140%;
  height: 140%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.15) 0%, transparent 60%);
  pointer-events: none;
}

.itc-cta-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto;
}

.itc-cta-content h2 {
  font-size: clamp(1.8rem, 2.5vw + 1rem, 2.6rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.itc-cta-content p {
  font-size: 16px;
  color: #cbd5e1;
  line-height: 1.65;
  margin-bottom: 22px;
}

.itc-cta-punchline {
  font-size: 18px;
  font-weight: 700;
  color: #38bdf8;
  margin-bottom: 28px;
}

.itc-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #2563eb;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 99px;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
  transition: all 0.2s ease;
}

.itc-cta-btn:hover {
  background: #1d4ed8;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.5);
  text-decoration: none;
}

.itc-cta-sub {
  font-size: 13px;
  color: #94a3b8;
  margin-top: 16px;
}

/* Related Trust & Security Links Hub */
.itc-related-section {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 36px 28px;
  margin-bottom: 60px;
  text-align: center;
}

.itc-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 20px;
}

.itc-related-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px 14px;
  text-decoration: none;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
}

.itc-related-card:hover {
  border-color: #2563eb;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.08);
  transform: translateY(-2px);
  text-decoration: none;
  color: #2563eb;
}

.itc-related-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(37, 99, 235, 0.08);
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.itc-related-title {
  font-size: 13.5px;
  font-weight: 700;
  text-align: left;
}

/* Responsive Queries */
@media (max-width: 991px) {
  .itc-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .itc-pillar-item:nth-child(2) {
    border-right: none;
  }
  .itc-row {
    grid-template-columns: 1fr !important;
    gap: 40px;
  }
  .itc-auth-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .itc-api-grid {
    grid-template-columns: 1fr;
  }
  .itc-pipeline-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .itc-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .itc-pillars-grid {
    grid-template-columns: 1fr;
  }
  .itc-pillar-item {
    border-right: none;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 12px;
  }
  .itc-pillar-item:last-child {
    border-bottom: none;
  }
  .itc-auth-grid {
    grid-template-columns: 1fr;
  }
  .itc-pipeline-grid {
    grid-template-columns: 1fr;
  }
  .itc-node-grid {
    grid-template-columns: 1fr;
  }
  .itc-related-grid {
    grid-template-columns: 1fr;
  }
}
