    :root {
      --primary-color: #0f2027;
      --secondary-color: #203a43;
      --accent-color: #2c5364;
      --highlight-color: #4fc3f7;
      --danger-color: #e74c3c;
      --warning-color: #f39c12;
      --success-color: #27ae60;
      --light-color: #f8f9fa;
      --dark-color: #333;
      --border-radius: 0.5rem;
      --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      --transition: all 0.3s ease;
    }
    
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    
    body {
      font-family: 'Poppins', sans-serif;
      line-height: 1.6;
      color: var(--dark-color);
      background-color: #fff;
      overflow-x: hidden;
    }
    
    .container {
      width: 100%;
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 1.5rem;
    }
    
    /* Header Styles */
    .tax-header {
      background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 50%, var(--accent-color) 100%);
      color: white;
      padding: 3rem 0;
      position: relative;
      overflow: hidden;
    }
    
    .tax-header::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 L100,0 L100,100 Z" fill="rgba(255,255,255,0.03)"/></svg>');
      background-size: cover;
    }
    
    .breadcrumb {
      color: rgba(255, 255, 255, 0.8);
      margin-bottom: 1.5rem;
      font-size: 0.9rem;
    }
    
    .breadcrumb a {
      color: var(--highlight-color);
      text-decoration: none;
    }
    
    .breadcrumb span {
      color: rgba(255, 255, 255, 0.6);
    }
    
    .header-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
    }
    
    .article-category {
      display: inline-block;
      background: var(--danger-color);
      color: white;
      padding: 0.4rem 1rem;
      border-radius: 2rem;
      font-size: 0.8rem;
      font-weight: 600;
      margin-bottom: 1rem;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }
    
    h1 {
      font-family: 'Montserrat', sans-serif;
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 1rem;
      line-height: 1.2;
    }
    
    .header-subtitle {
      font-size: 1.2rem;
      color: #bbdefb;
      margin-bottom: 1.5rem;
      font-weight: 400;
    }
    
    .article-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
      margin-bottom: 1.5rem;
      color: rgba(255, 255, 255, 0.8);
      font-size: 0.9rem;
    }
    
    .hero-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
      margin-bottom: 2rem;
    }
    
    .tag {
      background: rgba(255, 255, 255, 0.1);
      padding: 0.4rem 0.8rem;
      border-radius: 2rem;
      font-size: 0.8rem;
      border: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .header-quote {
      background: rgba(255, 255, 255, 0.1);
      border-left: 4px solid var(--highlight-color);
      padding: 1.5rem;
      border-radius: 0 var(--border-radius) var(--border-radius) 0;
      margin-top: 1.5rem;
    }
    
    .header-quote i {
      color: var(--highlight-color);
      font-size: 1.5rem;
      margin-right: 0.5rem;
    }
    
    .header-quote p {
      font-size: 1.1rem;
      font-style: italic;
      margin: 0;
      color: #e3f2fd;
    }
    
    /* Legend Section */
    .legend-section {
      background: var(--light-color);
      padding: 2.5rem 0;
      margin-bottom: 2rem;
    }
    
    .legend-title {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.5rem;
      margin-bottom: 1.5rem;
      color: var(--primary-color);
      display: flex;
      align-items: center;
      gap: 0.8rem;
    }
    
    .legend-title i {
      color: var(--highlight-color);
    }
    
    .legend-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 1.5rem;
    }
    
    .legend-box {
      background: white;
      padding: 1.5rem;
      border-radius: var(--border-radius);
      box-shadow: var(--shadow);
    }
    
    .legend-box h3 {
      font-size: 1.2rem;
      margin-bottom: 1rem;
      color: var(--accent-color);
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }
    
    .legend-box h3 i {
      font-size: 1.2rem;
    }
    
    .legend-items {
      display: flex;
      flex-direction: column;
      gap: 0.8rem;
    }
    
    .legend-item {
      display: flex;
      align-items: flex-start;
      gap: 0.8rem;
    }
    
    .legend-color {
      width: 20px;
      height: 20px;
      border-radius: 4px;
      flex-shrink: 0;
      margin-top: 0.2rem;
    }
    
    .legend-color.vat-std { background: #ffeaa7; }
    .legend-color.vat-zero { background: #a5d6a7; }
    .legend-color.vat-exempt { background: #b39ddb; }
    .legend-color.vat-out { background: #cfd8dc; }
    
    .legend-color.ct-taxable { background: #ffccbc; }
    .legend-color.ct-exempt { background: #c8e6c9; }
    .legend-color.ct-freezone { background: #bbdefb; }
    
    .legend-color.ei-inscope { background: #ffecb3; }
    .legend-color.ei-partial { background: #b2ebf2; }
    .legend-color.ei-excluded { background: #d7ccc8; }
    
    .legend-item-content strong {
      display: block;
      font-size: 0.9rem;
      color: var(--dark-color);
    }
    
    .legend-item-content span {
      font-size: 0.8rem;
      color: #666;
    }
    
    /* Table Container */
    .table-container {
      padding: 2rem 0 3rem;
      overflow-x: auto;
    }
    
    .table-title {
      font-family: 'Montserrat', sans-serif;
      font-size: 2rem;
      margin-bottom: 2rem;
      color: var(--primary-color);
      text-align: center;
    }
    
    .table-note {
      background: #e3f2fd;
      padding: 1.5rem;
      border-radius: var(--border-radius);
      margin-bottom: 2rem;
      border-left: 4px solid var(--highlight-color);
    }
    
    .table-note p {
      margin: 0;
      font-size: 0.95rem;
      color: var(--accent-color);
    }
    
    /* Responsive Tax Table */
    .tax-table {
      width: 100%;
      border-collapse: collapse;
      box-shadow: var(--shadow);
      border-radius: var(--border-radius);
      overflow: hidden;
      min-width: 1200px;
    }
    
    .tax-table thead {
      background: var(--primary-color);
      color: white;
    }
    
    .tax-table th {
      padding: 1.2rem 1rem;
      text-align: left;
      font-weight: 600;
      font-family: 'Montserrat', sans-serif;
      font-size: 0.95rem;
      position: sticky;
      top: 0;
    }
    
    .tax-table th:first-child {
      width: 20%;
    }
    
    .tax-table th:nth-child(2),
    .tax-table th:nth-child(3),
    .tax-table th:nth-child(4),
    .tax-table th:nth-child(5) {
      width: 15%;
    }
    
    .tax-table th:last-child {
      width: 35%;
    }
    
    .tax-table tbody tr {
      border-bottom: 1px solid #eee;
      transition: var(--transition);
    }
    
    .tax-table tbody tr:hover {
      background-color: #f8f9fa;
    }
    
    .tax-table td {
      padding: 1.2rem 1rem;
      vertical-align: top;
      font-size: 0.9rem;
    }
    
    .tax-table td:first-child {
      font-weight: 600;
      color: var(--primary-color);
    }
    
    .sector-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      background: var(--light-color);
      border-radius: 50%;
      margin-right: 0.5rem;
      color: var(--accent-color);
    }
    
    /* Status badges */
    .status-badge {
      display: inline-block;
      padding: 0.3rem 0.6rem;
      border-radius: 4px;
      font-size: 0.8rem;
      font-weight: 600;
      text-align: center;
      margin-bottom: 0.3rem;
    }
    
    .vat-std-badge { background: #ffeaa7; color: #5d4037; }
    .vat-zero-badge { background: #a5d6a7; color: #1b5e20; }
    .vat-exempt-badge { background: #b39ddb; color: #4a148c; }
    .vat-out-badge { background: #cfd8dc; color: #37474f; }
    
    .ct-taxable-badge { background: #ffccbc; color: #bf360c; }
    .ct-exempt-badge { background: #c8e6c9; color: #1b5e20; }
    .ct-freezone-badge { background: #bbdefb; color: #0d47a1; }
    
    .ei-inscope-badge { background: #ffecb3; color: #ff8f00; }
    .ei-partial-badge { background: #b2ebf2; color: #006064; }
    .ei-excluded-badge { background: #d7ccc8; color: #4e342e; }
    
    /* Key Takeaways */
    .key-takeaways {
      background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
      padding: 3rem 0;
      margin: 3rem 0;
    }
    
    .key-takeaways .container {
      max-width: 1000px;
    }
    
    .key-takeaways h2 {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.8rem;
      margin-bottom: 2rem;
      color: #1b5e20;
      text-align: center;
    }
    
    .takeaways-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 2rem;
    }
    
    .takeaway-card {
      background: white;
      padding: 2rem;
      border-radius: var(--border-radius);
      box-shadow: var(--shadow);
    }
    
    .takeaway-header {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-bottom: 1.5rem;
    }
    
    .takeaway-header i {
      font-size: 2rem;
      color: #2e7d32;
    }
    
    .takeaway-header h3 {
      font-size: 1.3rem;
      color: var(--primary-color);
    }
    
    .takeaway-card ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    
    .takeaway-card li {
      padding: 0.5rem 0;
      border-bottom: 1px solid #eee;
      display: flex;
      align-items: flex-start;
      gap: 0.8rem;
    }
    
    .takeaway-card li i {
      color: #2e7d32;
      margin-top: 0.2rem;
    }
    
    /* Next Steps */
    .next-steps {
      padding: 3rem 0;
    }
    
    .next-steps h2 {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.8rem;
      margin-bottom: 2rem;
      color: var(--primary-color);
      text-align: center;
    }
    
    .steps-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 2rem;
    }
    
    .step-card {
      background: white;
      padding: 2rem;
      border-radius: var(--border-radius);
      box-shadow: var(--shadow);
      text-align: center;
      border-top: 4px solid var(--highlight-color);
      transition: var(--transition);
    }
    
    .step-card:hover {
      transform: translateY(-5px);
    }
    
    .step-icon {
      width: 70px;
      height: 70px;
      background: #e3f2fd;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1.5rem;
      color: var(--highlight-color);
      font-size: 1.8rem;
    }
    
    .step-card h3 {
      font-size: 1.3rem;
      margin-bottom: 1rem;
      color: var(--primary-color);
    }
    
    .step-card p {
      color: #666;
      margin-bottom: 1.5rem;
    }
    
    .step-link {
      display: inline-block;
      background: var(--primary-color);
      color: white;
      padding: 0.8rem 1.5rem;
      border-radius: var(--border-radius);
      text-decoration: none;
      font-weight: 600;
      transition: var(--transition);
    }
    
    .step-link:hover {
      background: var(--secondary-color);
    }
    
    /* Disclaimer */
    .disclaimer {
      background: #fff3cd;
      border: 1px solid #ffeaa7;
      padding: 2rem;
      border-radius: var(--border-radius);
      margin: 3rem 0;
    }
    
    .disclaimer h3 {
      color: #856404;
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
      gap: 0.8rem;
    }
    
    .disclaimer h3 i {
      color: #f39c12;
    }
    
    .disclaimer p {
      margin-bottom: 1rem;
      color: #856404;
    }
    
    .disclaimer ul {
      padding-left: 1.5rem;
      color: #856404;
    }
    
    .disclaimer li {
      margin-bottom: 0.5rem;
    }
    
    /* Footer */
    .tax-footer {
      background: var(--primary-color);
      color: white;
      padding: 3rem 0;
      text-align: center;
    }
    
    .tax-footer p {
      margin-bottom: 1rem;
      color: #bbdefb;
    }
    
    .footer-logo {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 1rem;
      color: white;
    }
    
    .footer-tagline {
      color: var(--highlight-color);
      font-style: italic;
      margin-bottom: 2rem;
    }
    
    .footer-contact {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      background: rgba(255, 255, 255, 0.1);
      padding: 0.8rem 1.5rem;
      border-radius: var(--border-radius);
      text-decoration: none;
      color: white;
      font-weight: 600;
      transition: var(--transition);
    }
    
    .footer-contact:hover {
      background: rgba(255, 255, 255, 0.2);
    }
    
    /* Mobile Table View */
    .mobile-table {
      display: none;
    }
    
    .mobile-sector-card {
      background: white;
      border-radius: var(--border-radius);
      box-shadow: var(--shadow);
      margin-bottom: 1.5rem;
      overflow: hidden;
    }
    
    .mobile-sector-header {
      background: var(--primary-color);
      color: white;
      padding: 1.2rem;
      display: flex;
      align-items: center;
      gap: 0.8rem;
    }
    
    .mobile-sector-header i {
      font-size: 1.2rem;
    }
    
    .mobile-sector-content {
      padding: 1.2rem;
    }
    
    .mobile-tax-row {
      display: flex;
      justify-content: space-between;
      padding: 0.8rem 0;
      border-bottom: 1px solid #eee;
    }
    
    .mobile-tax-row:last-child {
      border-bottom: none;
    }
    
    .mobile-tax-label {
      font-weight: 600;
      color: var(--primary-color);
    }
    
    .mobile-tax-value {
      text-align: right;
    }
    
    .mobile-notes {
      background: #f8f9fa;
      padding: 1rem;
      border-radius: var(--border-radius);
      margin-top: 1rem;
      font-size: 0.9rem;
    }
    
    /* Responsive Design */
    @media (max-width: 1200px) {
      .tax-table {
        min-width: 1000px;
      }
    }
    
    @media (max-width: 992px) {
      .desktop-table {
        display: none;
      }
      
      .mobile-table {
        display: block;
      }
      
      h1 {
        font-size: 2rem;
      }
      
      .header-subtitle {
        font-size: 1.1rem;
      }
    }
    
    @media (max-width: 768px) {
      .tax-header {
        padding: 2rem 0;
      }
      
      .container {
        padding: 0 1rem;
      }
      
      .legend-container,
      .takeaways-grid,
      .steps-grid {
        grid-template-columns: 1fr;
      }
      
      .table-title {
        font-size: 1.5rem;
      }
      
      .key-takeaways {
        padding: 2rem 0;
      }
      
      .next-steps {
        padding: 2rem 0;
      }
    }
    
    @media (max-width: 480px) {
      h1 {
        font-size: 1.7rem;
      }
      
      .header-subtitle {
        font-size: 1rem;
      }
      
      .article-meta {
        flex-direction: column;
        gap: 0.5rem;
      }
      
      .takeaway-card,
      .step-card {
        padding: 1.5rem;
      }
    }
    
    /* Print Styles */
    @media print {
      .tax-header {
        background: white;
        color: black;
        padding: 1rem 0;
      }
      
      .breadcrumb {
        color: #666;
      }
      
      .header-quote {
        background: #f8f9fa;
        color: #333;
      }
      
      .tax-table {
        box-shadow: none;
        border: 1px solid #ddd;
      }
      
      .tax-table thead {
        background: #f8f9fa;
        color: black;
      }
      
      .step-link,
      .footer-contact {
        display: none;
      }
      
      .key-takeaways {
        background: #f8f9fa;
      }
    }
