:root {
    --primary: #00a3a3;
    --secondary: #005f7f;
    --accent: #ff6b35;
    --dark: #1a1a2e;
    --light: #f8f9fa;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--dark);
    overflow-x: hidden;
}

.hero-section {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: white;
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M0,60 Q300,120 600,60 T1200,60 L1200,0 L0,0 Z" fill="rgba(255,255,255,0.05)"/></svg>') repeat-x;
    opacity: 0.3;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    line-height: 1.6;
    opacity: 0.95;
}

.btn-cta {
    background: var(--accent);
    color: white;
    padding: 18px 40px;
    font-size: 1.2rem;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-cta:hover {
    background: #ff5520;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(255, 107, 53, 0.5);
}

.badge-credibility {
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    padding: 15px 25px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 30px;
    border: 1px solid rgba(255,255,255,0.3);
}

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

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--accent);
}

.feature-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0,163,163,0.1);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(0,163,163,0.15);
}

.icon-circle {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: white;
}

.step-number {
    width: 60px;
    height: 60px;
    background: var(--accent);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 auto 20px;
}

.table-safe {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

.table-safe thead {
    /* background: linear-gradient(135deg, var(--primary), var(--secondary)); */
}

.table-safe th {
    padding: 20px;
    font-weight: 600;
    border: none;
    background-color: var(--secondary)
}

.table-safe td {
    padding: 18px 20px;
    vertical-align: middle;
    background-color: var(--secondary);
}

.table-safe tbody tr {
    border-top: 1px solid rgb(255, 107, 53, 0.4);
    border-bottom: 1px solid rgb(255, 107, 53, 0.4);
    /* border-bottom: 1px solid rgba(0,163,163,0.1); */
    /* transition: background 0.3s ease; */
}

.benefit-item {
    background: white;
    border-left: 4px solid var(--primary);
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.benefit-item:hover {
    border-left-color: var(--accent);
    transform: translateX(10px);
}

.benefit-item i {
    color: var(--primary);
    font-size: 1.5rem;
    margin-right: 15px;
}

.testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    position: relative;
    margin: 20px 0;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 5rem;
    color: var(--primary);
    opacity: 0.2;
    font-family: Georgia, serif;
}

.testimonial-text {
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    font-weight: 600;
    color: var(--secondary);
}

.solidarity-section {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c5a 100%);
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.solidarity-section::before {
    content: '❤';
    position: absolute;
    font-size: 20rem;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.1;
}

.cta-final {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--dark) 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
}

.footer {
    background: var(--dark);
    color: white;
    padding: 40px 0 20px;
}

.report-preview {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.level-badge {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 600;
    margin: 5px;
}

.level-excellent { background: #00c851; color: white; }
.level-great { background: #33b5e5; color: white; }
.level-moderate { background: #ffbb33; color: white; }
.level-alert { background: #ff8800; color: white; }
.level-critical { background: #ff4444; color: white; }

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }
    .hero-subtitle {
        font-size: 1.1rem;
    }
    .section-title {
        font-size: 1.8rem;
    }
}

.fade-in {
    animation: fadeIn 1s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

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

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--primary);
}

.social-icons {
  font-size: 1.8rem;
  margin-top: 20px;
}

.social-icons a {
  color: white;
  margin: 0 15px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  color: var(--primary);
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .table-card {
    background-color: var(--secondary); /* Dark theme matching table color */
    border: 1px solid #495057;   /* Slightly lighter border */
    border-radius: 8px;
    margin-bottom: 9px;         /* Spacing between cards */
    padding: 12px;               /* Padding inside cards */
  }

  .table-card h5 {
    color: white;              /* Light text for headings */
    margin-bottom: 10px;         /* Space below headings */
  }

  .table-card p {
    color: white;              /* Lighter text for body */
    margin-bottom: 5px;          /* Space below paragraphs */
  }
}
