/* ============================================
   OPERAYDE BRAND DESIGN — "The Trusted Accelerator"
   Direction B · Navy #0f172a · Amber #f59e0b
   Headlines: Libre Baskerville · Body: Inter
   ============================================ */

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #0f172a;
  background-color: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ============================================
   TYPOGRAPHY
   ============================================ */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}

h1 {
  font-size: 3.5rem;
  color: #0f172a;
}

h2 {
  font-size: 2.5rem;
  color: #0f172a;
}

h3 {
  font-size: 1.5rem;
  color: #0f172a;
}

h4 {
  font-size: 1.25rem;
  color: #1e293b;
}

p {
  margin-bottom: 1rem;
  color: #475569;
}

a {
  color: #f59e0b;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #d97706;
}

/* ============================================
   LAYOUT
   ============================================ */

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

main {
  min-height: calc(100vh - 80px - 400px);
}

/* ============================================
   NAVIGATION
   ============================================ */

.navbar {
  background-color: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 1rem 0;
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
}

.logo-text {
  font-family: 'Libre Baskerville', Georgia, serif;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

.nav-menu a {
  color: #475569;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-menu a:hover {
  color: #f59e0b;
}

/* ============================================
   BUTTONS
   ============================================ */

.btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.btn-primary {
  background-color: #f59e0b;
  color: #0f172a;
  font-weight: 700;
}

.btn-primary:hover {
  background-color: #d97706;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(245, 158, 11, 0.2);
}

.btn-secondary {
  background-color: #1e293b;
  color: white;
}

.btn-secondary:hover {
  background-color: #0f172a;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.2);
}

.btn-lg {
  padding: 14px 32px;
  font-size: 1.1rem;
}

/* ============================================
   HERO SECTION
   ============================================ */

.hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: white;
  padding: 100px 0;
  text-align: center;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.hero-title {
  font-size: 3.5rem;
  color: white;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: #cbd5e1;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.hero-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================
   SECTIONS
   ============================================ */

section {
  padding: 60px 0;
}

.page-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: white;
  padding: 60px 0;
  text-align: center;
}

.page-hero h1 {
  color: white;
  margin-bottom: 1rem;
}

.page-hero p {
  color: #cbd5e1;
  font-size: 1.1rem;
}

.section-title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #0f172a;
}

.section-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: #64748b;
  margin-bottom: 3rem;
}

/* ============================================
   METRICS SECTION
   ============================================ */

.metrics-section {
  background-color: #f8fafc;
  padding: 80px 0;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.metric-card {
  background: white;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.metric-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
}

.metric-number {
  font-size: 3rem;
  font-weight: 700;
  color: #f59e0b;
  margin-bottom: 0.5rem;
}

.metric-label {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 1rem;
}

.metric-card p {
  color: #64748b;
  font-size: 0.95rem;
}

/* ============================================
   GRID SECTIONS
   ============================================ */

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.step-card {
  background: white;
  padding: 40px;
  border-radius: 10px;
  border: 2px solid #e2e8f0;
  transition: all 0.3s ease;
}

.step-card:hover {
  border-color: #f59e0b;
  box-shadow: 0 20px 40px rgba(245, 158, 11, 0.1);
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #f59e0b;
  color: white;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.step-card h3 {
  color: #0f172a;
  margin-bottom: 1rem;
}

.step-card p {
  color: #64748b;
  font-size: 0.95rem;
}

/* ============================================
   FUNCTIONS GRID
   ============================================ */

.functions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.function-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.function-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(15, 23, 42, 0.1);
  border-color: #f59e0b;
}

.function-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.function-card h3 {
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.function-card p {
  color: #64748b;
  font-size: 0.9rem;
}

/* ============================================
   TESTIMONIALS
   ============================================ */

.social-proof {
  background-color: #fef3c7;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.testimonial-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  border-left: 4px solid #f59e0b;
}

.stars {
  color: #f59e0b;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.testimonial-text {
  color: #475569;
  font-style: italic;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.testimonial-author strong {
  display: block;
  color: #0f172a;
  margin-bottom: 0.25rem;
}

.testimonial-author span {
  color: #64748b;
  font-size: 0.9rem;
}

/* ============================================
   CTA BANNER
   ============================================ */

.cta-banner {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: white;
  padding: 60px 0;
  text-align: center;
}

.cta-banner h2 {
  color: white;
  margin-bottom: 1rem;
}

.cta-banner p {
  color: #cbd5e1;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.cta-section {
  background-color: #f8fafc;
  padding: 60px 0;
  text-align: center;
}

.cta-section h2 {
  margin-bottom: 1rem;
}

.cta-section p {
  color: #64748b;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================
   HOW IT WORKS PAGE
   ============================================ */

.tech-stack-section {
  padding: 80px 0;
  background-color: #f8fafc;
}

.tech-stack-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.tech-card {
  background: white;
  padding: 35px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.tech-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(245, 158, 11, 0.1);
  border-color: #f59e0b;
}

.tech-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.tech-card h3 {
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.tech-card p {
  color: #64748b;
  font-size: 0.95rem;
}

/* ============================================
   MATURITY PHASES
   ============================================ */

.maturity-section {
  padding: 80px 0;
}

.phases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.phase-card {
  background: white;
  padding: 40px;
  border-radius: 10px;
  border-left: 5px solid #f59e0b;
  transition: all 0.3s ease;
}

.phase-card:hover {
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
}

.phase-number {
  display: inline-block;
  background-color: #f59e0b;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.phase-card h3 {
  color: #0f172a;
}

.phase-subtitle {
  color: #f59e0b;
  font-weight: 600;
  margin-bottom: 1rem;
}

.phase-details {
  color: #64748b;
}

.phase-details ul {
  list-style: none;
  margin: 1rem 0;
  padding-left: 0;
}

.phase-details li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 0.5rem;
}

.phase-details li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #f59e0b;
  font-weight: 700;
}

/* ============================================
   FUNCTION DETAILS
   ============================================ */

.functions-detail-section {
  padding: 80px 0;
  background-color: #f8fafc;
}

.function-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.function-detail-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
}

.function-detail-card h3 {
  color: #0f172a;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #f59e0b;
}

.function-content p {
  font-weight: 600;
  color: #0f172a;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.function-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}

.function-content li {
  padding-left: 20px;
  position: relative;
  color: #64748b;
  margin-bottom: 0.5rem;
}

.function-content li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: #f59e0b;
  font-weight: 700;
}

/* ============================================
   ARCHITECTURE DIAGRAM
   ============================================ */

.architecture-section {
  padding: 80px 0;
}

.architecture-diagram {
  max-width: 600px;
  margin: 3rem auto;
  background-color: #f8fafc;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
}

.arch-layer {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  border: 2px solid #e2e8f0;
}

.arch-ui {
  background-color: #fef3c7;
  border-color: #f59e0b;
}

.arch-orchestration {
  background-color: #e0f2fe;
  border-color: #06b6d4;
}

.arch-ai {
  background-color: #ede9fe;
  border-color: #a855f7;
}

.arch-knowledge {
  background-color: #dbeafe;
  border-color: #3b82f6;
}

.arch-monitoring {
  background-color: #dcfce7;
  border-color: #22c55e;
}

.arch-layer h4 {
  color: #0f172a;
  margin-bottom: 10px;
}

.arch-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.arch-item {
  background: white;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 0.9rem;
  color: #0f172a;
  font-weight: 500;
}

.arch-arrow {
  text-align: center;
  color: #f59e0b;
  font-size: 1.5rem;
  margin: 10px 0;
}

/* ============================================
   PRICING PAGE
   ============================================ */

.pricing-section {
  padding: 80px 0;
  background-color: #f8fafc;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.pricing-card {
  background: white;
  padding: 40px;
  border-radius: 10px;
  border: 2px solid #e2e8f0;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.pricing-card:hover {
  border-color: #f59e0b;
  box-shadow: 0 20px 50px rgba(245, 158, 11, 0.15);
  transform: translateY(-10px);
}

.pricing-card.featured {
  border-color: #f59e0b;
  background: linear-gradient(135deg, #fffaf0 0%, #ffffff 100%);
}

.pricing-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #f59e0b;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

.pricing-header h3 {
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.pricing-description {
  color: #64748b;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.pricing-amount {
  margin: 1.5rem 0;
}

.price {
  font-size: 3rem;
  font-weight: 700;
  color: #f59e0b;
}

.period {
  color: #64748b;
  font-size: 1rem;
  margin-left: 0.5rem;
}

.pricing-tagline {
  color: #64748b;
  font-size: 0.95rem;
  margin-bottom: 2rem;
}

.pricing-features {
  flex-grow: 1;
  margin-bottom: 2rem;
}

.pricing-features ul {
  list-style: none;
  padding: 0;
}

.pricing-features li {
  padding: 10px 0;
  color: #64748b;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.95rem;
}

.pricing-features li:last-child {
  border-bottom: none;
}

.pricing-btn {
  width: 100%;
  margin-bottom: 1rem;
}

.pricing-note {
  text-align: center;
  color: #64748b;
  font-size: 0.85rem;
}

/* ============================================
   COMPARISON TABLE
   ============================================ */

.comparison-section {
  padding: 80px 0;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 3rem;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1);
}

.comparison-table thead {
  background-color: #0f172a;
  color: white;
}

.comparison-table th {
  padding: 20px;
  text-align: left;
  font-weight: 600;
}

.comparison-table td {
  padding: 15px 20px;
  border-bottom: 1px solid #e2e8f0;
  color: #64748b;
}

.comparison-table tr:hover {
  background-color: #f8fafc;
}

.comparison-table tbody tr:last-child td {
  border-bottom: none;
}

/* ============================================
   FAQ SECTION
   ============================================ */

.faq-section {
  padding: 80px 0;
  background-color: #f8fafc;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.faq-item {
  background: white;
  padding: 25px;
  border-radius: 8px;
  border-left: 4px solid #f59e0b;
}

.faq-item h3 {
  color: #0f172a;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.faq-item p {
  color: #64748b;
  font-size: 0.95rem;
}

/* ============================================
   CONTACT PAGE
   ============================================ */

.contact-section {
  padding: 80px 0;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

.contact-form-container h2 {
  margin-bottom: 2rem;
}

.contact-form {
  background: white;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  color: #0f172a;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #f59e0b;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
}

.form-status {
  margin-top: 1rem;
  padding: 12px;
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
}

.form-status.success {
  background-color: #d1fae5;
  color: #065f46;
}

.form-status.error {
  background-color: #fee2e2;
  color: #991b1b;
}

.contact-info-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-info-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
}

.contact-info-card h3 {
  color: #0f172a;
  margin-bottom: 1rem;
}

.contact-info-item {
  margin-bottom: 2rem;
}

.contact-info-item h4 {
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.contact-info-item a {
  display: inline-block;
  color: #f59e0b;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.info-note {
  color: #64748b;
  font-size: 0.85rem;
}

.expectations-list,
.faq-list {
  list-style: none;
  padding: 0;
}

.expectations-list li,
.faq-list li {
  padding: 10px 0;
  color: #64748b;
  border-bottom: 1px solid #e2e8f0;
}

.expectations-list li:last-child,
.faq-list li:last-child {
  border-bottom: none;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}

.contact-list li {
  margin-bottom: 0.5rem;
}

.contact-list a {
  color: #f59e0b;
  font-weight: 600;
}

/* ============================================
   SUCCESS PAGE
   ============================================ */

.success-section,
.cancel-section,
.error-section {
  padding: 60px 0;
  min-height: 60vh;
}

.success-card,
.cancel-card,
.error-card {
  background: white;
  padding: 50px;
  border-radius: 10px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  border: 1px solid #e2e8f0;
}

.success-icon,
.cancel-icon {
  font-size: 3.5rem;
  margin-bottom: 1rem;
}

.success-icon {
  color: #22c55e;
}

.cancel-icon {
  color: #eab308;
}

.success-subtitle,
.cancel-subtitle {
  color: #64748b;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.next-steps,
.immediate-actions,
.cancel-content {
  text-align: left;
  margin-top: 2rem;
}

.next-steps h2,
.immediate-actions h2,
.cancel-content h2 {
  color: #0f172a;
  margin-bottom: 1.5rem;
}

.timeline {
  margin: 2rem 0;
}

.timeline-item,
.action-item {
  margin-bottom: 2rem;
  padding: 20px;
  background-color: #f8fafc;
  border-radius: 8px;
  border-left: 4px solid #f59e0b;
}

.timeline-marker,
.action-number {
  display: inline-block;
  background-color: #f59e0b;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.action-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  padding: 0;
  margin-right: 15px;
  border-radius: 50%;
}

.action-item {
  display: flex;
  align-items: flex-start;
}

.action-content {
  flex: 1;
}

.action-content h4 {
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.timeline-item h3 {
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.contact-section {
  background-color: #fef3c7;
  padding: 20px;
  border-radius: 8px;
  margin-top: 2rem;
}

.security-note {
  background-color: #d1fae5;
  padding: 15px;
  border-radius: 6px;
  color: #065f46;
  font-size: 0.9rem;
  margin-top: 2rem;
}

.link {
  color: #f59e0b;
  font-weight: 600;
}

/* Cancel page specific */
.options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.option-card {
  background-color: #f8fafc;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.option-card h3 {
  color: #0f172a;
  margin-bottom: 1rem;
}

.option-card p {
  color: #64748b;
  margin-bottom: 1rem;
}

/* ============================================
   FOOTER
   ============================================ */

.footer {
  background-color: #0f172a;
  color: #cbd5e1;
  padding: 60px 0 20px;
  margin-top: auto;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.footer-section h3 {
  color: white;
  margin-bottom: 1rem;
}

.footer-section h4 {
  color: white;
  margin-bottom: 1rem;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section li {
  margin-bottom: 0.5rem;
}

.footer-section a {
  color: #cbd5e1;
  transition: color 0.3s ease;
}

.footer-section a:hover {
  color: #f59e0b;
}

.footer-section p {
  color: #cbd5e1;
  margin-bottom: 1rem;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #1e293b;
  color: #64748b;
}

/* ============================================
   LEGAL PAGE
   ============================================ */

.legal-page {
  padding: 60px 0;
}

.legal-page h1 {
  margin-bottom: 0.5rem;
}

.last-updated {
  color: #64748b;
  font-size: 0.95rem;
  margin-bottom: 3rem;
}

.legal-content {
  max-width: 800px;
  margin: 3rem auto;
  background: white;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
}

.legal-content h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.legal-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.legal-content ul,
.legal-content ol {
  margin-left: 20px;
  margin-bottom: 1rem;
}

.legal-content li {
  margin-bottom: 0.5rem;
  color: #475569;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .navbar .container {
    flex-direction: column;
    gap: 1rem;
  }

  .nav-menu {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }

  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .metrics-grid,
  .steps-grid,
  .functions-grid,
  .testimonials-grid,
  .tech-stack-grid,
  .phases-grid,
  .function-detail-grid,
  .pricing-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-cta,
  .cta-buttons {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  section {
    padding: 40px 0;
  }

  .container {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  .hero-title {
    font-size: 1.5rem;
  }

  .metric-number {
    font-size: 2rem;
  }

  .price {
    font-size: 2rem;
  }

  .navbar {
    padding: 0.75rem 0;
  }

  .logo {
    font-size: 1.25rem;
  }

  .section-title {
    font-size: 1.75rem;
  }

  .contact-form {
    padding: 20px;
  }

  .success-card,
  .cancel-card,
  .error-card {
    padding: 30px;
  }
}
